From: Rene Wagner Date: Fri, 17 Feb 2006 20:14:51 +0000 (+0000) Subject: gpe-session-scripts: disable Utilities/Panel submenu in matchbox-panel (mb-applet... X-Git-Tag: Release-2010-05/1~9453^2~2327^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3584b1bbd7938f7aa5b58cd6bf9093d04c38bc55;p=openembedded.git gpe-session-scripts: disable Utilities/Panel submenu in matchbox-panel (mb-applet-menu-launcher). Fixes hh.org Bug #1462. - requires matchbox-panel_0.9.2-r12 to work --- diff --git a/packages/gpe-session-scripts/files/matchbox-session b/packages/gpe-session-scripts/files/matchbox-session index 03d0df414e..bffd69a244 100644 --- a/packages/gpe-session-scripts/files/matchbox-session +++ b/packages/gpe-session-scripts/files/matchbox-session @@ -4,6 +4,6 @@ XRES=`xdpyinfo | awk '/dimensions/ { print $2 }' | cut -dx -f1` matchbox-desktop & -matchbox-panel --orientation south & +MB_MENU_PANEL_DISABLED=1 matchbox-panel --orientation south & exec matchbox-window-manager $@ diff --git a/packages/gpe-session-scripts/gpe-session-scripts_0.66.bb b/packages/gpe-session-scripts/gpe-session-scripts_0.66.bb index 52dcc5bdaa..eac6dddbdb 100644 --- a/packages/gpe-session-scripts/gpe-session-scripts_0.66.bb +++ b/packages/gpe-session-scripts/gpe-session-scripts_0.66.bb @@ -1,5 +1,5 @@ LICENSE = "GPL" -PR = "r1" +PR = "r2" inherit gpe