GNOME Bugzilla – Bug 646968
can't properly talk to NM
Last modified: 2011-04-11 14:45:49 UTC
Currently, my shell is in a state where it displays NM state correctly, but attempting to control it fails. Clicking to change wireless networks, turn off wireless, connect or disconnect VPN, etc. all fail. Relevant log messages (in theory): (gnome-shell:7253): St-CRITICAL **: st_label_set_text: assertion `text != NULL' failed JS ERROR: !!! Exception was: TypeError: this._makeConnectioName is not a function JS ERROR: !!! lineNumber = '916' JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/status/network.js' JS ERROR: !!! stack = '([object _private_NMClient_DeviceBt],[object _private_GLib_ParamSpec])@/usr/share/gnome-shell/js/ui/status/network.js:916 ([object _private_NMClient_DeviceBt],[object _private_GLib_ParamSpec])@/usr/share/gjs-1.0/lang.js:110 ' JS ERROR: !!! message = 'this._makeConnectioName is not a function' JS ERROR: !!! Exception was: TypeError: this._makeConnectioName is not a function JS ERROR: !!! lineNumber = '916' JS ERROR: !!! fileName = '/usr/share/gnome-shell/js/ui/status/network.js' JS ERROR: !!! stack = '([object _private_NMClient_DeviceBt],[object _private_GLib_ParamSpec])@/usr/share/gnome-shell/js/ui/status/network.js:916 ([object _private_NMClient_DeviceBt],[object _private_GLib_ParamSpec])@/usr/share/gjs-1.0/lang.js:110 ' JS ERROR: !!! message = 'this._makeConnectioName is not a function' Window manager warning: Log level 16: Device activation failed: (32) Not authorized to control networking. Window manager warning: Log level 16: Device activation failed: (32) Not authorized to control networking. Window manager warning: Log level 16: handle_property_changed: property 'vpn-state' changed but wasn't defined by object type NMActiveConnection. Window manager warning: Log level 16: handle_property_changed: property 'vpn-state' changed but wasn't defined by object type NMActiveConnection. NetworkManager-0.8.998-1.fc15.x86_64 gnome-shell-3.0.0.1-1.fc15.x86_64
> this._makeConnectioName Looks like a typo right there ?
The type is in network.js:916
Created attachment 185414 [details] [review] network: fix typo in bluetooth code
(In reply to comment #0) > Window manager warning: Log level 16: Device activation failed: (32) Not > authorized to control networking. > Window manager warning: Log level 16: Device activation failed: (32) Not > authorized to control networking. This part has nothing to do with the rest of the report, but it reveals the real problem: you're not authorized to control the network. Check that PolicyKit policy files are properly installed, and check that the authentication agent is running.
Comment on attachment 185414 [details] [review] network: fix typo in bluetooth code Obviously correct
Attachment 185414 [details] pushed as ef55284 - network: fix typo in bluetooth code