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

2015-02-12 Thread poma
On 13.02.2015 02:10, Ranjan Maitra wrote:
> On Thu, 12 Feb 2015 11:50:11 +0100 Bob Marcan  wrote:
> 
>>> 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.
>>>
>>>
>>
>> You need some kind of the system tray.
>> I'm running this under fvwm with the stalonetray.
> 
> I did have a system tray. But not ibus. Bringing this back appears to help.
> 

It runs without ibus. ;)

$ rpm -q ibus
package ibus is not installed

$ ps x | grep [n]m-applet
18563 ?Sl 0:00 nm-applet


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


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

2015-02-12 Thread poma
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


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


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

2015-02-12 Thread Ranjan Maitra
On Thu, 12 Feb 2015 11:50:11 +0100 Bob Marcan  wrote:

> > 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.
> > 
> > 
> 
> You need some kind of the system tray.
> I'm running this under fvwm with the stalonetray.

I did have a system tray. But not ibus. Bringing this back appears to help.

Best wishes,
Ranjan


FREE 3D MARINE AQUARIUM SCREENSAVER - Watch dolphins, sharks & orcas on your 
desktop!
Check it out at http://www.inbox.com/marineaquarium


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


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

2015-02-12 Thread poma
On 12.02.2015 11:50, Bob Marcan wrote:
> On Thu, 12 Feb 2015 03:30:33 +0100
> 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.
>>
>>
> 
> You need some kind of the system tray.
> I'm running this under fvwm with the stalonetray.
> BR, Bob
> 

/usr/lib64/xfce4/panel/plugins/libsystray.so

-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


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

2015-02-12 Thread Bob Marcan
On Thu, 12 Feb 2015 03:30:33 +0100
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.
> 
> 

You need some kind of the system tray.
I'm running this under fvwm with the stalonetray.
BR, Bob
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org


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

2015-02-11 Thread poma
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.


-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org