Two Wi-Fi network applets appear after logging back into live-usb Lubuntu 18.04 session.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| indicator-application (Ubuntu) |
Undecided
|
Unassigned | ||
| lubuntu-default-settings (Ubuntu) |
Undecided
|
Unassigned | ||
| ubuntu-mate-settings (Ubuntu) |
Undecided
|
Unassigned |
Bug Description
Lubuntu 18.04 ISO version: 20180404
network-
After logging into my Wi-Fi network then logging out then logging back into the Live-USB session Two Wi-Fi network applets appeared where One would be the expected outcome.
ProblemType: Bug
DistroRelease: Ubuntu 18.04
Package: network-
ProcVersionSign
Uname: Linux 4.15.0-13-generic x86_64
ApportVersion: 2.20.9-0ubuntu2
Architecture: amd64
CasperVersion: 1.392
CurrentDesktop: LXDE
Date: Thu Apr 5 21:06:24 2018
IfupdownConfig:
# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback
IpRoute:
default via 192.168.1.1 dev wlp3s0 proto dhcp metric 600
192.168.1.0/24 dev wlp3s0 proto kernel scope link src 192.168.1.166 metric 600
LiveMediaBuild: Lubuntu 18.04 LTS "Bionic Beaver" - Beta amd64 (20180404)
ProcEnviron:
TERM=xterm-
PATH=(custom, no user)
XDG_RUNTIME_
LANG=C.UTF-8
SHELL=/bin/bash
RfKill:
0: phy0: Wireless LAN
Soft blocked: no
Hard blocked: no
SourcePackage: network-
UpgradeStatus: No upgrade log present (probably fresh install)
nmcli-con:
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-
Zero-Day a2f10fa9-
Wired connection 1 472b45a7-
nmcli-dev:
DEVICE TYPE STATE DBUS-PATH CONNECTION CON-UUID CON-PATH
wlp3s0 wifi connected /org/freedeskto
enp0s25 ethernet unavailable /org/freedeskto
lo loopback unmanaged /org/freedeskto
nmcli-nm:
RUNNING VERSION STATE STARTUP CONNECTIVITY NETWORKING WIFI-HW WIFI WWAN-HW WWAN
running 1.10.6 connected started full enabled enabled enabled enabled enabled
warren (wkclemmons) wrote : | #1 |
Launchpad Janitor (janitor) wrote : | #2 |
Changed in network-manager-applet (Ubuntu): | |
status: | New → Confirmed |
Ubuntu QA Website (ubuntuqa) wrote : | #3 |
This bug has been reported on the Ubuntu ISO testing tracker.
A list of all reports related to this bug can be found here:
http://
tags: | added: iso-testing |
lotuspsychje (lotuspsychje) wrote : | #4 |
Confirmed on Lubuntu 18.04 32bit @ 12/4/18 on daily iso, after a succesfull install
2 wifi icons showing at right down corner
Adrian (thehim) wrote : | #5 |
Since the older bug (1685502) was marked duplicate in favor of this one, I'll just copy a few related links (aside from the listed duplicates) that might be of interest:
https:/
https:/
https:/
https:/
https:/
Would be nice to finally see this fixed across all Ubuntu flavors, but maybe that's not possible due to different approaches (panels).
fabritrento (fabritrento) wrote : | #6 |
the same problem is present in xubuntu 18.04LTS, two wifi icons is displayed in the panel
aaronfranke (arnfranke) wrote : | #7 |
Occurs for me on live session and installed versions of release Xubuntu 18.04 Bionic Beaver. Two network icons are displayed, both functional.
System specs: TL-WDN4800 Wi-Fi card, i5-6600k, 16 GB RAM, GTX 770.
bmaupin (bmaupin) wrote : | #8 |
Same here, on an installed Xubuntu 18.04
tom581 (tbrown581) wrote : | #9 |
I've got the same problem in Xubuntu 18.04. Two network icons appear in the panel.
When I restart the Xfce Panel (xfce4-panel --restart), one of the two duplicate icons goes away but it comes back especially when I resume the system after suspend.
Pascal A. (pascalav) wrote : | #10 |
Also present on Lubuntu 18.04 (from a 16.04 upgrade, at least).
Pascal A. (pascalav) wrote : | #11 |
Maybe an hint:
- The first network icon has no sections horizontal bar UI-delimiters (e.g. between the 'Wifi' and 'Mobile broadband' sections)
- The second network icon has those UI-delimiters
Prahlad Yeri (prahladyeri) wrote : | #12 |
This happens on Xubuntu and UbuntuMATE variants of 18.04.01 LTS too, its high time that this needs a resolution.
Glenn Brumfield (brumfield-glenn) wrote : | #13 |
Title of this bug is:
[QUOTE] Two Wi-Fi network applets appear after logging back into live-usb Lubuntu 18.04 session. [/QUOTE]
However, this also affects Lubuntu 18.04.1 installed to my HDD; not just live-usb.
bmaupin (bmaupin) wrote : | #14 |
In Xubuntu this may be fixable by removing the indicator-
sudo apt remove indicator-
xfce4-panel -r
Alkis Georgopoulos (alkisg) wrote : | #15 |
It appears to be a race condition, like maybe nm-applet first registers itself in the tray, then indicator-
But I'm experiencing this very rarely so I can't easily test workarounds.
If you add "X-GNOME-
Alkis Georgopoulos (alkisg) wrote : | #16 |
And another test would be:
In /etc/xdg/
to replace:
Exec=nm-applet
with:
Exec=nm-applet --indicator
...which hopefully turns off autodetection and always uses indicator-
schamane (schamane) wrote : | #17 |
I tried `Exec=nm-applet --indicator` on a Lubuntu 18.04 w/ current updates. After reboot still 2 icons were shown on the panel.
Mark smith (zebiddy8) wrote : | #18 |
Two network & volume indicators also on XFCE panel.
No change even after resetting the panel (xfce4-panel -r).
I guess two is better than none. ;-)
Alex (alex2020) wrote : | #19 |
Xubuntu 18.04. In the settings panel remove the Status Notifier Plugin. Only one network icon will remain.
Ilias (ilias63) wrote : | #20 |
Xubuntu 18.04.2
Two network icons appear at start up but not every time.
The 1st icon appears because Status Notifier plugin is enabled.
The 2nd icon appears because nm applet and network are included in Notification area and if I choose to be hidden only the arrow appears in panel instead of the 2nd icon.
Under 16.04 there was no problem ever.
xfce-panel -r solves the problem but not permanently.
Any idea on this issue?
John Doe (j0hn1d0e) wrote : | #21 |
Thanks to Alkis Georgopoulos @alkisg for the hint, `Exec=nm-applet --indicator` indeed does work for me in LUbuntu 18.0.4.
Josep Pujadas-Jubany (jpujades) wrote : | #22 |
Lubuntu 18.04.3 LTS 64 bit fresh install & dist-upgrade on:
* Toshiba Satellite Z30-B-15M
* Acer TravelMate B115-M
I have the same problem. Tried:
Exec=nm-applet --indicator
or
X-GNOME-
in /etc/xdg/
Not working. Two icons in most logins.
Josep Pujadas-Jubany (jpujades) wrote : | #23 |
Exec=/bin/bash -c "sleep 2 && nm-applet"
in /etc/xdg/
seems to be a good workaround for my computers.
Both computers are using SSD disk. So, fast start-up.
Sebastien Bacher (seb128) wrote : | #24 |
it's not a bug in nmapplet if lubuntu includes 2 indicators
affects: | network-manager-applet (Ubuntu) → lubuntu-default-settings (Ubuntu) |
Alkis Georgopoulos (alkisg) wrote : | #25 |
In Ubuntu MATE 18.04, this happens in e.g. one out of 10 logins (not just in the Live CD).
We tried uninstalling the indicator-
The problem never occurred again.
If this can't be pinpointed, maybe Ubuntu MATE and Lubuntu can just avoid including the indicator-
Isn't that about extracting the application menus and putting them in the panel? This isn't used by default, right?
Launchpad Janitor (janitor) wrote : | #26 |
Status changed to 'Confirmed' because the bug affects multiple users.
Changed in indicator-application (Ubuntu): | |
status: | New → Confirmed |
Changed in ubuntu-mate-settings (Ubuntu): | |
status: | New → Confirmed |
Peter Eijlander (peter-eijlander) wrote : | #28 |
This happens too in Linux Mint MATE 19.3 (in my case 64bit) Stopping and starting the applet does not help but logging off and back on again soves this iommediately. It occurs since the change from the old separated applets to the "unified XApp Status Applet" combines the status of updates and network. Simulating it is hardly possible, it's more a gamble.
Status changed to 'Confirmed' because the bug affects multiple users.