summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.am4
-rw-r--r--data/openbox.desktop12
2 files changed, 16 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 5c312c72..660b5ef5 100644
--- a/Makefile.am
+++ b/Makefile.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
@@ -414,6 +415,9 @@ nodist_pkgconfig_DATA = \
## data ##
+dist_apps_DATA = \
+ data/openbox.desktop
+
dist_pixmap_DATA = \
data/openbox.png
diff --git a/data/openbox.desktop b/data/openbox.desktop
new file mode 100644
index 00000000..9c19e67e
--- /dev/null
+++ b/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