Home » Questions » Computers [ Ask a new question ]

Preventing auto-restart of nautilus on gnome 2.28

Preventing auto-restart of nautilus on gnome 2.28

Cheers!

Asked by: Guest | Views: 137
Total answers/comments: 1
Guest [Entry]

"For me the file in ~/.config/autostart/ did not help, the one in /usr/share/applications does, so...

in total do:

gconftool-2 -s -t bool /desktop/gnome/background/draw_background false
gconftool-2 -s -t bool /apps/nautilus/preferences/show_desktop false

and

sudo gedit /usr/share/applications/nautilus.desktop

change to:

X-GNOME-AutoRestart=false

(found here)"