It is impossible to change connections names except of mobile broadband. Reproducible: Always Steps to Reproduce: 1. Go to "Edit Connections" 2. Select "Wired" tab 3. Select any item 4. Click "Edit..." 5. Change "Connection name" 6. Click "Save..." Actual Results: The name of the selected connection is unchanged. Expected Results: The name of the selected connection should change. If new connection is created, it is automatically named to "eth[0-9]+" regardless of given value of "Connection name". Changing other options of wired connections works. Renaming wireless connection doesn't work, but initial value is accepted when new wireless connection is created. Changing mobile broadband connections names works.
The "connection name" field is purely an internal networkmanager name, and exists for cosmetic and UI reasons. You could set it to any descriptive string, e.g. "My office connection". As far as I know, it's not intended to affect the kernel's network interface name. If you want to be able to change the kernel's interface name from nm-applet, you should request that feature from networkmanager upstream developers: https://bugzilla.gnome.org/enter_bug.cgi?product=NetworkManager
(In reply to comment #1) > The "connection name" field is purely an internal networkmanager name, and > exists for cosmetic and UI reasons. You could set it to any descriptive > string, e.g. "My office connection". Which doesn't work as I have reported. > As far as I know, it's not intended to affect the kernel's network interface > name. No, I don't want to change interface name. I want to only change the description in networkmanager. And this doesn't work, at least for me.
What kind of a connection are you renaming? User-specific or systemwide ("available to all users")? If it's systemwide, do you have it saved in keyfile format (a file in /etc/NetworkManager/system-connections/), or ifnet format (an entry in /etc/conf.d/net)?
(In reply to comment #3) > What kind of a connection are you renaming? User-specific or systemwide > ("available to all users")? If it's systemwide, do you have it saved in > keyfile format (a file in /etc/NetworkManager/system-connections/), or ifnet > format (an entry in /etc/conf.d/net)? Systemwide, ifnet - all wired and wireless and keyfile - mobile broadband.
(In reply to Amadeusz Żołnowski from comment #4) > (In reply to comment #3) > > What kind of a connection are you renaming? User-specific or systemwide > > ("available to all users")? If it's systemwide, do you have it saved in > > keyfile format (a file in /etc/NetworkManager/system-connections/), or ifnet > > format (an entry in /etc/conf.d/net)? > > Systemwide, ifnet - all wired and wireless and keyfile - mobile broadband. But, does it also fail when using "keyfile" plugin only? (when you have both, you are using ifnet really)
(In reply to Pacho Ramos from comment #5) > (In reply to Amadeusz Żołnowski from comment #4) > > (In reply to comment #3) > > > What kind of a connection are you renaming? User-specific or systemwide > > > ("available to all users")? If it's systemwide, do you have it saved in > > > keyfile format (a file in /etc/NetworkManager/system-connections/), or ifnet > > > format (an entry in /etc/conf.d/net)? > > > > Systemwide, ifnet - all wired and wireless and keyfile - mobile broadband. > > But, does it also fail when using "keyfile" plugin only? (when you have > both, you are using ifnet really)