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,393
bruce
  • 2,887
  • 7
  • 20
  • 22

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
  • 67,791
  • 32
  • 179
  • 269
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
  • 28,763
swampy
  • 36
  • 1
  • If this was meant as an actual answer, then please edit your post to make that more clear. If not, then please use post answer only for actual answer. You will be able to post comments if you invest a little time in the site. – LiveWireBT Dec 23 '13 at 15:00