public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet/files: nm-applet-0.9.2.0-not-show-in-kde.patch nm-applet-0.9.1.95-glib-2.31.patch
@ 2011-12-14  7:40 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; only message in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-12-14  7:40 UTC (permalink / raw
  To: gentoo-commits

tetromino    11/12/14 07:40:05

  Added:                nm-applet-0.9.2.0-not-show-in-kde.patch
  Removed:              nm-applet-0.9.1.95-glib-2.31.patch
  Log:
  Don't autostart in KDE (bug #394379, thanks to Marc Schiffbauer for reporting). Also, show connection editor in all non-KDE desktop environments. Drop old.
  
  (Portage version: 2.2.0_alpha80/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  gnome-extra/nm-applet/files/nm-applet-0.9.2.0-not-show-in-kde.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/files/nm-applet-0.9.2.0-not-show-in-kde.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nm-applet/files/nm-applet-0.9.2.0-not-show-in-kde.patch?rev=1.1&content-type=text/plain

Index: nm-applet-0.9.2.0-not-show-in-kde.patch
===================================================================
From 7f2466edf036721844ddfd91eea3dfb0ead8e7d7 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Wed, 14 Dec 2011 02:05:21 -0500
Subject: [PATCH] Add NotShowIn=KDE to .desktop files

We do not want to autostart nm-applet in KDE, it has native tools for
network configuration. But we still want to auto-start in other DEs like
XFCE, and if we auto-start there, then we should show the connection
editor there.

https://bugzilla.gnome.org/show_bug.cgi?id=660046
---
 nm-applet.desktop.in            |    1 +
 nm-connection-editor.desktop.in |    2 +-
 2 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/nm-applet.desktop.in b/nm-applet.desktop.in
index 4eb669a..0cda7e1 100644
--- a/nm-applet.desktop.in
+++ b/nm-applet.desktop.in
@@ -6,6 +6,7 @@ Exec=nm-applet
 Terminal=false
 Type=Application
 NoDisplay=true
+NotShowIn=KDE;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=NetworkManager
 X-GNOME-Bugzilla-Component=general
diff --git a/nm-connection-editor.desktop.in b/nm-connection-editor.desktop.in
index 664200e..b3e469f 100644
--- a/nm-connection-editor.desktop.in
+++ b/nm-connection-editor.desktop.in
@@ -10,4 +10,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=NetworkManager
 X-GNOME-Bugzilla-Component=general
 Categories=GNOME;GTK;Settings;X-GNOME-NetworkSettings;
-OnlyShowIn=GNOME;
+NotShowIn=KDE;
-- 
1.7.8







^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2011-12-14  7:40 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-14  7:40 [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet/files: nm-applet-0.9.2.0-not-show-in-kde.patch nm-applet-0.9.1.95-glib-2.31.patch Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox