GNOME Bugzilla – Bug 780321
WiFi indicator disappeared
Last modified: 2017-03-20 18:44:57 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
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.
Review of attachment 348341 [details] [review]: OK
Attachment 348341 [details] pushed as 6f473a4 - network: don't assume the connection path is always non-NULL