From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0CB631381F3 for ; Wed, 14 Aug 2013 18:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AE687E0C84; Wed, 14 Aug 2013 18:05:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3E18BE0C84 for ; Wed, 14 Aug 2013 18:05:34 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2F25B33E725 for ; Wed, 14 Aug 2013 18:05:33 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2238) id C281D2171C; Wed, 14 Aug 2013 18:05:31 +0000 (UTC) From: "Markos Chandras (hwoarang)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, hwoarang@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in x11-wm/openbox/files: openbox-3.5.2-gnome-session.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: openbox-3.5.2-gnome-session.patch X-VCS-Directories: x11-wm/openbox/files X-VCS-Committer: hwoarang X-VCS-Committer-Name: Markos Chandras Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20130814180531.C281D2171C@flycatcher.gentoo.org> Date: Wed, 14 Aug 2013 18:05:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8e1a46c0-f854-48b0-a5cb-8bd1fa9d1977 X-Archives-Hash: d330e59b65ba1f450fae9bcd47f082b6 hwoarang 13/08/14 18:05:31 Added: openbox-3.5.2-gnome-session.patch Log: Version bump. Bug #480818 (Portage version: 2.1.13.7/cvs/Linux x86_64, signed Manifest commit with key C2BA7F3C!) Revision Changes Path 1.1 x11-wm/openbox/files/openbox-3.5.2-gnome-session.patch file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/files/openbox-3.5.2-gnome-session.patch?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-wm/openbox/files/openbox-3.5.2-gnome-session.patch?rev=1.1&content-type=text/plain Index: openbox-3.5.2-gnome-session.patch =================================================================== 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