summaryrefslogtreecommitdiff
blob: 10406af33c969e4388ad6491d46b0b8ea89b1c44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: openbox-3.5.2/data/xsession/openbox-gnome-session.in
===================================================================
--- openbox-3.5.2.orig/data/xsession/openbox-gnome-session.in
+++ openbox-3.5.2/data/xsession/openbox-gnome-session.in
@@ -18,6 +18,9 @@ VER=$(gnome-session --version 2>/dev/nul
 MAJOR=$(echo $VER | cut -d . -f 1)
 MINOR=$(echo $VER | cut -d . -f 2)
 
+# use gnome menus (gentoo bug #291965)
+export XDG_MENU_PREFIX=gnome-
+
 # run GNOME with Openbox as its window manager
 
 if test $MAJOR -lt 2 || (test $MAJOR = 2 && test $MINOR -le 22); then