Re: nm-applet-WARNING: what am I missing



On 12.02.2015 03:30, poma wrote:
On 11.02.2015 21:49, Ranjan Maitra wrote:
Hi,

On a new F21 installation from scratch, I am getting the following message:

% nm-applet

GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with 
other applications.

(nm-applet:1436): nm-applet-WARNING **: Failed to initialize D-Bus: /bin/dbus-launch terminated abnormally 
without any error message


This makes me think that I am missing some package. What could it be? How do I trouble-shoot?

Many thanks for any pointers and best wishes,
Ranjan




% nm-applet
bash: fg: %: no such job

nm-applet --help
Usage: nm-applet

This program is a component of NetworkManager (https://wiki.gnome.org/Projects/NetworkManager/).
It is not intended for command-line interaction but instead runs in the GNOME desktop environment.



Besides description in message is misleading.

https://git.gnome.org/browse/network-manager-applet/tree/NEWS#n11
* The applet and editor are no longer shown in GNOME 3, ...

Therefore.

Regarding the change notify translation teams.

---
 nm-applet.desktop.in            | 2 +-
 nm-connection-editor.desktop.in | 2 +-
 src/main.c                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/nm-applet.desktop.in b/nm-applet.desktop.in
index eca880b..8f94a88 100644
--- a/nm-applet.desktop.in
+++ b/nm-applet.desktop.in
@@ -6,7 +6,7 @@ Exec=nm-applet
 Terminal=false
 Type=Application
 NoDisplay=true
-NotShowIn=KDE;
+NotShowIn=KDE;GNOME;
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=NetworkManager
 X-GNOME-Bugzilla-Component=nm-applet
diff --git a/nm-connection-editor.desktop.in b/nm-connection-editor.desktop.in
index 4eefa8a..20d588e 100644
--- a/nm-connection-editor.desktop.in
+++ b/nm-connection-editor.desktop.in
@@ -9,5 +9,5 @@ Type=Application
 X-GNOME-Bugzilla-Bugzilla=GNOME
 X-GNOME-Bugzilla-Product=NetworkManager
 X-GNOME-Bugzilla-Component=nm-connection-editor
-Categories=GNOME;GTK;Settings;X-GNOME-NetworkSettings;
+Categories=GTK;Settings;
 NotShowIn=KDE;GNOME;
diff --git a/src/main.c b/src/main.c
index 61043d0..2061668 100644
--- a/src/main.c
+++ b/src/main.c
@@ -73,7 +73,7 @@ usage (const char *progname)
                         _("Usage:"),
                         foo,
                         _("This program is a component of NetworkManager 
(https://wiki.gnome.org/Projects/NetworkManager/)."),
-                        _("It is not intended for command-line interaction but instead runs in the GNOME 
desktop environment."));
+                        _("It is not intended for command-line interaction but instead runs in desktop 
environment."));
        g_free (foo);
 }
 
-- 
2.1.0




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]