Using XFCE. I have a wired connection and wi-fi and I used to have an icon in the notofication area of my panel that I could click to switch from one to the other. It has disappeared and XFCE help was not helpful. I tried…
> nm-applet
No protocol specified
No protocol specified
~> dbus-launch nm-appletNo protocol specified
No protocol specified
No protocol specified
(nm-applet:3954): nm-applet-WARNING **: 12:05:15.171: An agent with this ID is already registered for this user.
But in my search for a solution, I found a very simple one that appeals to me.
ion@localhost:~> nmcli con down INFINITUM7B5A
Connection 'INFINITUM7B5A' successfully deactivated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/2)
ion@localhost:~> nmcli con up INFINITUM7B5A
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/3)
It appeals, as using the command line I learn more about how things work, while clicking on an icon tells me less until it fails and then it’s more difficult to understand what cause the failure.
~> dbus-launch nm-appletNo protocol specified
No protocol specified
No protocol specified
(nm-applet:3954): nm-applet-WARNING **: 12:05:15.171: An agent with this ID is already registered for this user.
It’s already active (but just not visible)? I’m not an XFCE user, but is there a chance that you simply need to right-click on the panel and add the indicator-plugin again?
I followed the above link and its instructions and indeed there was an nm-applet box that was not selected. I selected it and rebooted. Nothing changed. Thanks for the help but I am stopping here.