mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-09 05:49:23 +00:00
garcon: do not display settings in menu which are in settings-manager
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
committed by
Martin Jansa
parent
d48c0475c3
commit
f3d9473c2a
+35
@@ -0,0 +1,35 @@
|
|||||||
|
From f5398b49cc6fd7a53562aae2abbac0d9c656559c Mon Sep 17 00:00:00 2001
|
||||||
|
From: =?UTF-8?q?Andreas=20M=C3=BCller?= <schnitzeltony@googlemail.com>
|
||||||
|
Date: Wed, 15 May 2013 14:17:49 +0200
|
||||||
|
Subject: [garcon] xfce-applications.menu: don't bloat settings menu by
|
||||||
|
entries found in settings manager
|
||||||
|
MIME-Version: 1.0
|
||||||
|
Content-Type: text/plain; charset=UTF-8
|
||||||
|
Content-Transfer-Encoding: 8bit
|
||||||
|
|
||||||
|
Upstream-Status: Submitted [1]
|
||||||
|
|
||||||
|
[1] https://bugzilla.xfce.org/show_bug.cgi?id=10092
|
||||||
|
|
||||||
|
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
|
||||||
|
---
|
||||||
|
data/xfce/xfce-applications.menu | 3 +++
|
||||||
|
1 files changed, 3 insertions(+), 0 deletions(-)
|
||||||
|
|
||||||
|
diff --git a/data/xfce/xfce-applications.menu b/data/xfce/xfce-applications.menu
|
||||||
|
index dc3056b..c2aa0bb 100644
|
||||||
|
--- a/data/xfce/xfce-applications.menu
|
||||||
|
+++ b/data/xfce/xfce-applications.menu
|
||||||
|
@@ -34,6 +34,9 @@
|
||||||
|
<Include>
|
||||||
|
<Category>Settings</Category>
|
||||||
|
</Include>
|
||||||
|
+ <Exclude>
|
||||||
|
+ <Category>X-XFCE-SettingsDialog</Category>
|
||||||
|
+ </Exclude>
|
||||||
|
|
||||||
|
<Layout>
|
||||||
|
<Filename>xfce-settings-manager.desktop</Filename>
|
||||||
|
--
|
||||||
|
1.7.6.5
|
||||||
|
|
||||||
@@ -3,9 +3,11 @@ SECTION = "x11/libs"
|
|||||||
LICENSE = "LGPLv2"
|
LICENSE = "LGPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
LIC_FILES_CHKSUM = "file://COPYING;md5=04a01abcbdabffae1ca26335a293276b"
|
||||||
DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util"
|
DEPENDS = "glib-2.0 xfce4-dev-tools-native libxfce4util"
|
||||||
|
PR = "r1"
|
||||||
|
|
||||||
inherit xfce
|
inherit xfce
|
||||||
|
|
||||||
|
SRC_URI += "file://0001-xfce-applications.menu-don-t-bloat-settings-menu-by-.patch"
|
||||||
SRC_URI[md5sum] = "c3cf89c836be0ddb281c81e4808fb68b"
|
SRC_URI[md5sum] = "c3cf89c836be0ddb281c81e4808fb68b"
|
||||||
SRC_URI[sha256sum] = "48b644b8b2ffe597974e2526ca1a5d2d7da6a09c2d434f008dec80e9152701f7"
|
SRC_URI[sha256sum] = "48b644b8b2ffe597974e2526ca1a5d2d7da6a09c2d434f008dec80e9152701f7"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user