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
This commit is contained in:
Dana Jansens 2009-12-10 10:27:54 -05:00
parent d17bc61b24
commit c5155e7422
2 changed files with 16 additions and 0 deletions

View file

@ -12,6 +12,7 @@ pubincludedir = $(includedir)/openbox/@OB_VERSION@/openbox
pixmapdir = $(datadir)/pixmaps
xsddir = $(datadir)/openbox
secretbindir = $(libdir)/openbox
appsdir = $(datadir)/applications
theme = Clearlooks
@ -414,6 +415,9 @@ nodist_pkgconfig_DATA = \
## data ##
dist_apps_DATA = \
data/openbox.desktop
dist_pixmap_DATA = \
data/openbox.png

12
data/openbox.desktop Normal file
View file

@ -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