After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 780321 - WiFi indicator disappeared
WiFi indicator disappeared
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: network-indicator
3.23.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2017-03-20 17:58 UTC by Cosimo Cecchi
Modified: 2017-03-20 18:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
network: don't assume the connection path is always non-NULL (1.08 KB, patch)
2017-03-20 18:08 UTC, Cosimo Cecchi
committed Details | Review

Description Cosimo Cecchi 2017-03-20 17:58:38 UTC
On gnome-shell 3.23.92 -- today the network indicator disappeared, but I am still connected to the WiFi. A backtrace appeared in the journal.

Mar 20 15:58:52 yoga gnome-shell[948]: JS ERROR: Error: Argument 'path' (type utf8) may not be null
NMDeviceWireless<._isHotSpotMaster@resource:///org/gnome/shell/ui/status/network.js:1357:26
                                       wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22
NMDeviceWireless<._getStatus@resource:///org/gnome/shell/ui/status/network.js:1317:13
                                       wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22
NMDeviceWireless<._sync@resource:///org/gnome/shell/ui/status/network.js:1306:32
                                       wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22
NMDeviceWireless<._deviceStateChanged@resource:///org/gnome/shell/ui/status/network.js:1263:9
                                       wrapper@resource:///org/gnome/gjs/modules/lang.js:178:22
Comment 1 Cosimo Cecchi 2017-03-20 18:08:50 UTC
Created attachment 348341 [details] [review]
network: don't assume the connection path is always non-NULL

It can be NULL according to the libnm-glib documentation.
Comment 2 Florian Müllner 2017-03-20 18:39:58 UTC
Review of attachment 348341 [details] [review]:

OK
Comment 3 Cosimo Cecchi 2017-03-20 18:44:53 UTC
Attachment 348341 [details] pushed as 6f473a4 - network: don't assume the connection path is always non-NULL