GNOME Bugzilla – Bug 633288
remove file manager from default session
Last modified: 2011-01-19 21:31:47 UTC
In GNOME 3 nautilus won't be part of the core shell. We should remove nautilus from the required components list and turn off nautilus drawing the desktop background.
This needs to wait until automount and autorun stuff has been moved out of nautilus, I'd say. Tomas is working on that, not sure if there's a bug to track it...
(In reply to comment #1) > This needs to wait until automount and autorun stuff has been moved out of > nautilus, I'd say. Tomas is working on that, not sure if there's a bug to track > it... The nautilus part of this bug should be all done now.
Created attachment 177845 [details] [review] don't start nautilus by default for GNOME 3.0 sessions
--- a/data/classic-gnome.session.desktop.in.in +++ b/data/classic-gnome.session.desktop.in.in @@ -1,7 +1,6 @@ [GNOME Session] _Name=Classic GNOME -Required=windowmanager;panel;filemanager; +Required=windowmanager;panel; Why do this to the classic/fallback session too, not just the gnome-shell gnome3 session??
We want the interactions with the fallback mode to be consistent with the default.
But nautilus is drawing the desktop --- what's drawing the desktop now in the fallback session?
Nautilus is not drawing the desktop in either default or fallback. g-s-d is. See http://git.gnome.org/browse/gsettings-desktop-schemas/commit/?id=3240a8505a519e2d769778339ed6533afd38af0f
I've done this now