Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
ltlian21964yI think the reason you'll see nmcli mentioned a lot is because different network managers competing for control is one of the most common culprits behind network issues in linux. If you do find a gui manager, make sure to check what it's actually managing.
(I just use nmcli as well) -
@de17 okidoki.
The thing is... Networkmanager Gnome Applet is used under XFCE.
It could be the indicator API ( https://bugs.launchpad.net/ubuntu/... ).
Depending on your knowledge / skills with linux, there are two things you could try:
- using mutter (Gnomes WM) instead of XFWM
- removing the indicator plugins (which will be more problematic I guess)
The "fault" lies in GTK I guess. Using mutter is a possible solution, since the window behaviour might be more compatible (this is a very sad topic TM).
apt install mutter --no-install-recommends (root)
xfconf-query --channel xfce4-session --property /sessions/Failsafe/Client0_Command --type string --set "mutter" --force-array
(user)
Hope I got it right...
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Hi mates..
The default Network Manager Applet provided by Xubuntu is unbearable.
It randomly resizes the applet popup into different sizes eachtime.
No nees to tell about the unnecessary scrolling on popup.
Is there any alternative for this...?
question
help
xubuntu
linux
xfce