Nautilus “Open as root” script and “gksudo nautilus” not working.
I recently tried my “open as root” script and it didn’t work so I tried “gksudo nautilus” from the terminal and got the following error:
steve@x-desktop:~$ sudo nautilus [sudo] password for steve: seahorse nautilus module initialized Initializing nautilus-share extension (nautilus:6653): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed (nautilus:6653): GLib-CRITICAL **: g_error_free: assertion `error != NULL' failed (nautilus:6653): GLib-GIO-CRITICAL **: g_simple_async_result_set_from_error: assertion `error != NULL' failed (nautilus:6653): GLib-GIO-WARNING **: (/build/buildd/glib2.0-2.16.6/gio/gfile.c:5249):IA__g_file_load_partial_contents_finish: runtime check failed: (g_simple_async_result_get_source_tag (simple) == g_file_load_contents_async) Segmentation fault
The problem was that I had a blank CD in theĀ drive. After I removed the CD everything was back to normal.
Thanks Steve, that helped