Fixes for gnome-session 3.
authorDana Jansens <danakj@orodu.net>
Sat, 15 Oct 2011 19:07:59 +0000 (15:07 -0400)
committerDana Jansens <danakj@orodu.net>
Sun, 16 Oct 2011 22:51:51 +0000 (18:51 -0400)
commit3991e148e2acbc3da3b9c31e2459b20a4e598a03
tree8eab96e62b33348925e9349dd1680ea86547dd53
parent14deacc8f3fea90f26ae75f5cf718d9876104053
Fixes for gnome-session 3.

We run by default with a panel (default gnome-panel) and then run Openbox
without any panel if one cannot be found.

- Adds a fallback session for if a panel (default gnome-panel) not found.
- Removes notifications as a requirement.  Seems to be a legacy thing judging
  from the ubuntu .session files.  Notifications are being provided by
  notify-osd on modern systems, and you can't check for its presence in
  gnome-session (gnome-classic.session always fails because it looks for it, so
  ubuntu falls back to gnome-fallback.session).
Makefile.am
data/gnome-session/Makefile [new file with mode: 0644]
data/gnome-session/openbox-gnome-fallback.session [new file with mode: 0644]
data/gnome-session/openbox-gnome.session [new file with mode: 0644]
data/openbox.desktop
data/xsession/openbox-gnome.session [deleted file]