1

Whenever I open nautilus it crashes and I get this error in terminal. i am running saucy. does anybody know of a different file manger that i can install?

sys:1: Warning: g_object_set: assertion 'G_IS_OBJECT (object)' failed
totem-video-thumbnailer couldn't open file 'file:///home/bruce/New%20Project.ogv'

sys:1: Warning: g_object_unref: assertion 'G_IS_OBJECT (object)' failed
Segmentation fault (core dumped)
Glutanimate
  • 21,763
bruce
  • 2,977

2 Answers2

2

I fix it by moving Extensions in a temporary folder

sudo mv /usr/share/nautilus-python/extensions /tmp

After that try a relaunch of Nautilus and replace extension one by one in the Extension folder

Braiam
  • 69,112
2

Also deleting or renaming the file mentioned in error from a terminal.

i.e.

sys:1: Warning: g_object_set: assertion 'G_IS_OBJECT (object)' failed
totem-video-thumbnailer couldn't open file 'file:///home/bruce/New%20Project.ogv'

rm -rf "/home/bruce/New Project.ogv"

or

mv "/home/bruce/New Project.ogv" "/home/bruce/NewName.ogv"

Then start nautilus or gnome-shell etc again without error

LiveWireBT
  • 29,597
swampy
  • 36