Network icon disappeared on system tray

All of a sudden network connection icon on system tray disappeared.How can i make it appear?
xfcenetworkmgricon

Have not used Xfce for quite a while but this might hopefully help:

https://docs.xfce.org/xfce/xfce4-panel/add-new-items

Network Monitor is available under new items but could not see
“network connection icon” that comes with two ahorizontal arrows.
I guess this is a standard feature of REDHAT network manager GUI available on Lubuntu,Fedora and other distros along with Endeavour OS.

Do you have this installed:

https://archlinux.org/packages/extra/x86_64/network-manager-applet/

?

https://wiki.archlinux.org/title/NetworkManager#nm-applet

networkmgrapplet
It was working fine till an hour and half ago.Suddenly disappeared
applet was in installed along with OS and its updates.Never removed it.Even now we can see in installed program list

Run:

/usr/bin/nm-applet

in a terminal and see if it will show up.

$sudo /usr/bin/nm-applet

Result

/usr/bin/nm-applet: error while loading shared libraries: libappindicator3.so.1: cannot open shared object file: No such file or directory

There was no sudo in the command given above.

You don’t need to use sudo with the commands that don’t need to run with root priviledge.

In the long run this will inevitably damage your system.

2 Likes

Do you have package libappindicator-gtk3 installed?

2 Likes

Just installed it and i could see icon back on system tray

1 Like

So what was the reason?
If it worked before, how could it disappear all of the sudden?

These things don’t happen all by themselves.
Did you uninstall libappindicator-gtk3 ?

3 Likes

I was wondering the same.
Package (and command) pahis can easily show recently uninstalled packages.

1 Like

Yes. While getting connected to Proton VPN, KDE Wallet was bothering me to chosse gpg encryption key. I wanted to get rid of all KDE packages since i am fine with XFCE.

1 Like

Do you have a question? :wink:

No. I meant I was wondering also.

1 Like

OK. Just wasn’t sure… :wink:

1 Like

It’s not easy with all the feelings one has to express through emojis :smile:

1 Like

Thanks guys. Description of libappindicator-gtk3 package shows KDE.Hence removed it with -Rdd. Hence System did not warn me about dependencies.

1 Like

@svdodd

Please never use sudo for running commands that very well can be run as your user.

If you are unsure, don’t use sudo at all and the terminal will tell you when you have to.

5 Likes

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.