Skip to content

Commit

Permalink
Update the gnome-session support for version 3.9.90 in Ubuntu Trusty
Browse files Browse the repository at this point in the history
This change is not backward compatible unfortunately. The format of
the gnome-session .session files has changed, such that every part
of the session is now listed on the RequiredComponents line.
  • Loading branch information
danakj committed Jan 12, 2015
1 parent 0a43b1b commit 67f1bed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions data/gnome-session/openbox-gnome-fallback.session
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
[GNOME Session]
Name=GNOME/Openbox fallback (Safe Mode)
RequiredComponents=gnome-settings-daemon;
RequiredProviders=windowmanager;
DefaultProvider-windowmanager=openbox
RequiredComponents=openbox;gnome-settings-daemon
DesktopName=GNOME
7 changes: 1 addition & 6 deletions data/gnome-session/openbox-gnome.session
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
[GNOME Session]
Name=GNOME/Openbox
RequiredComponents=gnome-settings-daemon;
# Try load with the gnome-panel and use the fallback if we can't load a panel
RequiredProviders=windowmanager;panel
DefaultProvider-windowmanager=openbox
DefaultProvider-panel=gnome-panel
FallbackSession=openbox-gnome-fallback
RequiredComponents=openbox;gnome-settings-daemon;gnome-panel;nautilus-classic;gnome-flashback-services
DesktopName=GNOME

0 comments on commit 67f1bed

Please sign in to comment.