You are not logged in.

#1 2015-04-10 01:17:36

2340657
Member
Registered: 2015-04-10
Posts: 2

nm-applet no longer in panel after update

Hello, after doing an update, the NetworkManager applet no longer shows in the notification area of the panel (XFCE).
When I run nm-applet in a terminal I get:

(nm-applet:893): GLib-GObject-WARNING **: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:893): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:893): GLib-GObject-WARNING **: The property GtkMisc:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:893): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:893): GLib-GObject-WARNING **: The property GtkSettings:gtk-menu-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:893): libnotify-WARNING **: Failed to connect to proxy

(nm-applet:893): nm-applet-WARNING **: Failed to show notification: GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name org.freedesktop.Notifications was not provided by any .service files

(nm-applet:893): nm-applet-WARNING **: Failed to register as an agent: (32) An agent with this ID is already registered for this user.

Help please!

Offline

#2 2015-04-10 01:50:20

Pednick
Member
Registered: 2014-04-09
Posts: 38

Re: nm-applet no longer in panel after update

Hide top bar gone too.


"An it harm none, do what thou wilt"

Offline

#3 2015-04-10 06:34:54

Br1
Member
From: Italy
Registered: 2013-04-01
Posts: 6

Re: nm-applet no longer in panel after update

2340657 wrote:

Hello, after doing an update, the NetworkManager applet no longer shows in the notification area of the panel (XFCE).

I have the same problem and the same error messages

nm works only from command line :  nmcli con up id 'connection name'

Last edited by Br1 (2015-04-10 06:35:10)

Offline

#4 2015-04-10 07:07:51

MGu3l
Member
From: Medellín, Colombia
Registered: 2009-12-19
Posts: 109

Re: nm-applet no longer in panel after update

Same problem here after an update, first Wi-Fi stopped workind an now the icon is completely lost.


"Dream as if you'll live forever, live as if you'll die today" - James Dean

Offline

#5 2015-04-10 08:53:09

vda
Member
From: Italy
Registered: 2015-04-10
Posts: 19

Re: nm-applet no longer in panel after update

Hi all,

the problem is simply due to the Gtks.

Downgrading gtk3

$ sudo pacman -U /var/cache/pacman/pkg/gtk3-3.14.9-1-x86_64.pkg.tar.xz 

solves the problem.

Then, if you want a permanent solution, waiting for better one, simply modify /etc/pacman.conf as follows:

sudo nano /etc/pacman.conf
------
...
# Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup
IgnorePkg    = gtk3  
#IgnoreGroup =
...

I hope this can help you.

Bye,

Last edited by vda (2015-04-10 09:05:06)


I'm sorry for my english: I'm still learning...

Offline

#6 2015-04-10 14:09:53

Scimmia
Fellow
Registered: 2012-09-01
Posts: 11,560

Offline

#7 2015-04-10 14:14:18

acottrell
Member
Registered: 2013-12-17
Posts: 37

Re: nm-applet no longer in panel after update

I found this was an icon-size issue. I had the max icon size set to 32px in
the notification area. After I enlarged this to 36px the icon appeared again.

Offline

#8 2015-04-10 15:08:38

robt1019
Member
Registered: 2015-04-06
Posts: 1

Re: nm-applet no longer in panel after update

Hi, I also had this problem.

I fixed it by going to settings>panel and clicking on the items tab to remove the Notification Area item.

After this I re-added the Notification Area item in the same way and the npm thingummy reappeared

Offline

#9 2015-04-10 18:16:36

tybo
Member
Registered: 2012-05-03
Posts: 21

Re: nm-applet no longer in panel after update

Same problem here. I also identified that downgrading gtk3 works.
Removing/adding the notification area or enabling/disabling the border around the icons does also make the icon reappear. However it does not seems to be permanent fix either, as stopping nm-applet and relaunching it displays the same issue.

Offline

#10 2015-04-10 18:18:24

tybo
Member
Registered: 2012-05-03
Posts: 21

Re: nm-applet no longer in panel after update

Strangely enough, I have another machine that displays the same problem if I manually stop nm-applet and relaunch it, but the icon does appear when I first log-in. Perhaps by chance the notification area startup happens right after nm-applet is launched which forces a refresh of the icons and makes it appear in the tray?

Offline

#11 2015-04-12 07:06:45

ScottyC-
Member
Registered: 2012-09-05
Posts: 10

Re: nm-applet no longer in panel after update

acottrell wrote:

I found this was an icon-size issue. I had the max icon size set to 32px in
the notification area. After I enlarged this to 36px the icon appeared again.

Yeah, that worked for me too. It looks ridiculous though.

Offline

#12 2015-04-12 18:25:41

Lurq
Member
From: Stockholm, Sweden
Registered: 2015-04-08
Posts: 2

Re: nm-applet no longer in panel after update

Hey! I can confirm this. Depending on icon-size the nm-applet will be visible. I'm using a row height of 32px, and with icon size 31px or 37px it will show, but not with icon sizes 32-36px.

Offline

#13 2015-04-12 21:51:58

vda
Member
From: Italy
Registered: 2015-04-10
Posts: 19

Re: nm-applet no longer in panel after update

Ok, the new version 3.16.1-2 solves the problem definitively.


I'm sorry for my english: I'm still learning...

Offline

#14 2015-04-13 12:42:04

teateawhy
Member
From: GER
Registered: 2012-03-05
Posts: 1,138
Website

Re: nm-applet no longer in panel after update

vda wrote:

Ok, the new version 3.16.1-2 solves the problem definitively.

Not for me.

pacman -Q gtk3
gtk3 3.16.1-2
nm-applet
(nm-applet:813): GLib-GObject-WARNING **: The property GtkButton:use-stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:813): GLib-GObject-WARNING **: The property GtkSettings:gtk-button-images is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:813): GLib-GObject-WARNING **: The property GtkMisc:yalign is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:813): GLib-GObject-WARNING **: The property GtkImage:stock is deprecated and shouldn't be used anymore. It will be removed in a future version.

(nm-applet:813): GLib-GIO-ERROR **: No GSettings schemas are installed on the system


EDIT: This was my fault and due to misconfiguration of the XDG_DATA_DIRS environment variable, after setting the correct path XDG_DATA_DIRS="/usr/share" nm-applet works correctly and shows the icon with gtk3 3.16.1-2.

Last edited by teateawhy (2015-04-13 13:07:52)

Offline

#15 2015-04-14 06:03:42

ScottyC-
Member
Registered: 2012-09-05
Posts: 10

Re: nm-applet no longer in panel after update

vda wrote:

Ok, the new version 3.16.1-2 solves the problem definitively.

Yay, no more huge toolbar. big_smile

Offline

Board footer

Powered by FluxBB