Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Network manager applet displays the unmanaged wired interfaces #5726

Closed
artem-sidorenko opened this issue Sep 26, 2016 · 16 comments
Closed

Network manager applet displays the unmanaged wired interfaces #5726

artem-sidorenko opened this issue Sep 26, 2016 · 16 comments
Assignees

Comments

@artem-sidorenko
Copy link

artem-sidorenko commented Sep 26, 2016

Observed behavior: NM applet of cinnamon displays the unmanaged interfaces, see screenshot below

Untitled.png

Output of nmcli:

$ nmcli d
DEVICE      TYPE      STATE         CONNECTION 
wlp3s0      wifi      connected     Telekom    
enp0s25     ethernet  disconnected  --         
cdc-wdm2    gsm       unavailable   --         
docker0     bridge    unmanaged     --         
virbr0      bridge    unmanaged     --         
vboxnet0    ethernet  unmanaged     --         
vboxnet1    ethernet  unmanaged     --         
vboxnet2    ethernet  unmanaged     --         
vboxnet3    ethernet  unmanaged     --         
vboxnet4    ethernet  unmanaged     --         
vboxnet5    ethernet  unmanaged     --         
vboxnet6    ethernet  unmanaged     --         
vboxnet7    ethernet  unmanaged     --         
vboxnet8    ethernet  unmanaged     --         
vboxnet9    ethernet  unmanaged     --         
lo          loopback  unmanaged     --         
tun0        tun       unmanaged     --         
virbr0-nic  tun       unmanaged     --  

Expected behavior: NM applet of cinnamon should not display the unmanaged interfaces

Software versions:

$ cat /etc/os-release 
NAME="Linux Mint"
VERSION="18 (Sarah)"
ID=linuxmint
ID_LIKE=ubuntu
PRETTY_NAME="Linux Mint 18"
VERSION_ID="18"
HOME_URL="http://www.linuxmint.com/"
SUPPORT_URL="http://forums.linuxmint.com/"
BUG_REPORT_URL="http://bugs.launchpad.net/linuxmint/"
UBUNTU_CODENAME=xenial
$ dpkg -l | grep cinnamon-common
ii  cinnamon-common                               3.0.7+sarah                                all          Cinnamon desktop (Common data files)

Ways to reproduce:

  • Install Virtualbox
  • File -> Preferences -> Network -> Host-only Networks
  • Add some networks
  • Start some VM

or

ip link add dev vm1 type veth peer name vm2

@willydee
Copy link

willydee commented Oct 21, 2016

Same for running a docker-compose project with many services: the list of wired connections gets longer than the screen height due to a multitude of unmanaged interfaces shown. The only managed wired interface is off-screen and cannot be reached, so I would even consider this a bug.

@mf-lit
Copy link

mf-lit commented Sep 11, 2017

Same issue here, results in my wireless connections being pushed off the bottom of the screen

@josevavia
Copy link

Any update on this? It is especially annoying with big docker-compose projects like willydee said

@mtwebster mtwebster self-assigned this Apr 27, 2018
Fantu pushed a commit to Fantu/Cinnamon that referenced this issue May 2, 2018
We don't display them in our networking configuration pages, and
we cannot do anything with them, so there's no reason for them in
the applet.

Fixes linuxmint#5726

Note:
this is a fast libnm migration of the corrispective commit in master
@Wirone
Copy link

Wirone commented Aug 9, 2018

Cinnamon 3.6.7 on Ubuntu 16.04 here, I got this issue too. My ethernet connections' list is so long it doesn't fit on the screen and I don't see on/off control. Any chances for newer version for Xenial?

@nocive
Copy link

nocive commented Nov 7, 2018

Unbelievable how this is still an issue in most linux distros.
With the advent of docker driven development environments this is a very serious usability issue (see screenshot) and yet nothing has been done in >3 years.

How hard can it be to, for example, add a new option to NetworkManager.conf similar to unmanaged-devices enabling the user to exclude interfaces from nm-applet?

screenshot from 2018-11-07 16-18-49

@Wirone
Copy link

Wirone commented Nov 7, 2018

Still experiencing it on Ubuntu 18.04.

@miraculixx
Copy link

There is a Gnome shell extension that supposedly solves this. Anybody know if/how to install this with Cinnamon or MATE? https://github.com/linniksa/nm-hide-unmanaged-gnome-shell-extension

@jaszhix
Copy link
Contributor

jaszhix commented Nov 20, 2018

This should be fixed on master.

@nocive
Copy link

nocive commented Nov 23, 2018

For those interested, there's an easy fix for the cinnamon network applet that I also shared in the ubuntu bug report: 3e366ce

@Wirone
Copy link

Wirone commented Nov 23, 2018

Today I've updated to Cinnamon 4.0 using this tutorial, BUT I DON'T RECOMMEND IT. Cinnamon was unstable, some applets were not loaded, I ended up with purging apt repository, went back to Cinnamon 3.6, had to log in using Gnome, enable embrosyn PPA and update to 3.8 again..... 🙄 And everything because I didn't see @nocive's comment.

@Wirone
Copy link

Wirone commented Nov 23, 2018

I confirm, fix from @nocive's comment works like w charm! (requires restarting user session)

THANKS!

@mtwebster
Copy link
Member

mtwebster commented Nov 23, 2018

@Wirone I can guarantee you this change was not the cause of your issues.

That fix is also flawed, there is a better fix in the latest cinnamon release (4.0.2)

If a particular issue here is not fixed in 4.0.2, please open a new issue.

@Wirone
Copy link

Wirone commented Nov 23, 2018

@mtwebster - I've added new PPA and updated Cinnamon with dependencies. Nothing more, so most probably it caused my problems.

After upgrading to 4.0 I had issue with restarting computer ("failed deactivating swap" for >10 minutes, then freezed), after restart system was working on Kubuntu and Ubuntu (not Unity). On Cinnamon I didn't have "Start" applet (windows-like), I couldn't launch some applications including software & updates, I had to purge PPA from CLI but it restored Cinnamon to 3.6 which wasn't working at all (couldn't log in, had to update from regular Ubuntu).

I'll wait for 4.0 from embrosyn...

@nocive
Copy link

nocive commented Nov 26, 2018

@Wirone you're most welcome! And thank you as well for your comment, it's gratifying to know I was able to help someone else with the same problem as mine. Cheers!

@nocive
Copy link

nocive commented Nov 26, 2018

@mtwebster it may very well be flawed but it's a very pragmatic and easy fix that anyone can easily apply as opposed to, you know, updating your entire system (and potentially break it) for the sake of fixing one desktop applet.

Curly060 pushed a commit to Curly060/Cinnamon that referenced this issue Jan 2, 2019
We don't display them in our networking configuration pages, and
we cannot do anything with them, so there's no reason for them in
the applet.

Fixes linuxmint#5726
@ntc2
Copy link

ntc2 commented Jan 14, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests