GNOME Bugzilla – Bug 525052
Make gnome-panel work nicely with gnome-session
Last modified: 2008-04-10 20:53:38 UTC
The new gnome-session requires default session modules (gnome-settings-daemon, gnome-panel, nautilus, metacity, etc) to install their desktop files in the default session directory ($datadir/gnome/default-session).
Created attachment 108249 [details] [review] This patch basically installs a symlink of gnome-panel's .desktop in the cited directory and adds some necessary keys to the .desktop file itself.
Closing this as INVALID for now. We're maybe changing the aproach of defining the default session. Sorry.
Hmm, It was too extreme to close this as INVALID because the .desktop file additional keys part is still valid. Marking the patch as rejected for now and re-opening this bug. See bug #525157 for discussing about default session definition stuff.
Created attachment 109018 [details] [review] Just adds some keys to gnome-panel's .desktop file Ok, here's a super-simple patch which justs adds some session-related keys to gnome-panel's .desktop file.
Commited in trunk, thanks Vincent! 2008-04-10 Lucas Rocha <lucasr@gnome.org> * gnome-panel/gnome-panel.desktop.in.in: added three new keys (X-GNOME-Autostart-Phase, X-GNOME-Provides, and X-GNOME-Autostart-Notify) which are needed to make gnome-panel work nicely with new gnome-session. Fixes bug #525052.