2

I installed gksudo on Ubuntu 14.04 LTS and when I run nautilus with gksudo nautilus, it asks for password, then gives an error and then crashes

 (nautilus:19688): GLib-GObject-WARNING **: invalid cast from 'GtkMessageDialog' to 'NautilusWindow'
 **
 ERROR:nautilus-window.c:2116:nautilus_window_get_slots: assertion failed: (NAUTILUS_IS_WINDOW (window))

I though sudo nautilus seems to work fine

Update:

Well, the problem has stopped occurring and gksudo nautilus works just fine. And I have absolutely no idea why this happened.

Any insight on what my original problem was and how it got solved is highly appreciated.

rzickler
  • 187
  • 1
  • 2
  • 8
Back.Slash
  • 2,176

1 Answers1

4

Mentioned problem is now fixed in the same nautilus package version 1:3.10.1-0ubuntu8. If you still face this problem in Ubuntu 14.04 then update your nautilus package version from 1:3.10.1-0ubuntu8 to 1:3.10.1-0ubuntu9.

1:3.10.1-0ubuntu9 version of nautilus package is available at trusty-proposed repository. Follow this answer to enable trusty-prosed repository. After that update all the repositories by running sudo apt-get update command and install nautilus 1:3.10.1-0ubuntu9 package by running sudo apt-get install nautilus command on terminal.

Avinash Raj
  • 80,446