gnome-shell/js/ui/status
Florian Müllner 4fa5d701d5 network: Catch errors when reading devices
NetworkManager added support for a new device - NMDeviceWifiP2P - but
did not add the corresponding enum value in NMDeviceType. The return
value for nm_device_get_device_type() is therefore "illegal" for the
newly added device, and gjs throws an exception.

This should ultimately be fixed in libnm, but as errors when adding
one device shouldn't interfere with adding any other devices, catching
exception is a good idea anyway, so do just that.

https://gitlab.gnome.org/GNOME/gnome-shell/issues/1023
2019-03-27 15:06:49 +00:00
..
accessibility.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
bluetooth.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
brightness.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
keyboard.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
location.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
network.js network: Catch errors when reading devices 2019-03-27 15:06:49 +00:00
nightLight.js cleanup: Port non-GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
power.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
remoteAccess.js cleanup: Port non-GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
rfkill.js cleanup: Port non-GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
screencast.js cleanup: Port non-GObject classes to JS6 classes 2019-01-25 14:02:44 +00:00
system.js aggregateMenu: Include action buttons in width computation again 2019-03-21 10:08:29 +00:00
thunderbolt.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00
volume.js cleanup: Use destructuring for imports from GI 2019-02-09 07:39:20 +01:00