Blob Blame History Raw
--- util/startfluxbox.in.orig	2006-03-02 16:10:01.000000000 +0100
+++ util/startfluxbox.in	2006-03-02 16:11:29.000000000 +0100
@@ -76,6 +76,10 @@
 # wmsmixer -w &
 # idesk &
 
+if [ -x /usr/bin/fluxbox-xdg-menu ]; then
+ /usr/bin/fluxbox-xdg-menu --with-icons &
+fi
+
 # And last but not least we start fluxbox.
 # Because it is the last app you have to run it with ''exec'' before it.