all repos — openbox @ c5155e7422668f6a176c15f2cecac6693fcf3134

openbox fork - make it a bit more like ryudo

Add an openbox.desktop file for the applications/ directory

This is for gnome-session to start Openbox correctly as the window manager
See the commit log for http://cvs.fedoraproject.org/viewvc/devel/openbox/openbox.desktop?revision=1.3&view=markup
Dana Jansens danakj@orodu.net
commit

c5155e7422668f6a176c15f2cecac6693fcf3134

parent

d17bc61b2434838c2105bf5c5012bcf4e404f6b1

2 files changed, 16 insertions(+), 0 deletions(-)

jump to
M Makefile.amMakefile.am

@@ -12,6 +12,7 @@ pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox

pixmapdir = $(datadir)/pixmaps xsddir = $(datadir)/openbox secretbindir = $(libdir)/openbox +appsdir = $(datadir)/applications theme = Clearlooks

@@ -413,6 +414,9 @@ render/obrender-3.0.pc \

parser/obparser-3.0.pc ## data ## + +dist_apps_DATA = \ + data/openbox.desktop dist_pixmap_DATA = \ data/openbox.png
A data/openbox.desktop

@@ -0,0 +1,12 @@

+[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 +X-GNOME-Autostart-Phase=WindowManager +X-GNOME-Provides=windowmanager +X-GNOME-Autostart-Notify=true