3991e148e2
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).
16 lines
353 B
Desktop File
16 lines
353 B
Desktop File
[Desktop Entry]
|
|
Type=Application
|
|
Encoding=UTF-8
|
|
Name=Openbox
|
|
Exec=openbox
|
|
Icon=openbox
|
|
NoDisplay=true
|
|
# name we put on the WM spec check window
|
|
X-GNOME-WMName=Openbox
|
|
# gnome-session autostart
|
|
X-GNOME-Autostart-Phase=WindowManager
|
|
X-GNOME-Provides=windowmanager
|
|
# Ubuntu stuff
|
|
X-Ubuntu-Gettext-Domain=openbox
|
|
# back compat
|
|
X-GNOME-Autostart-Notify=true
|