Bug 739035
Summary: | Toggling "Wired" to off in gnome shell "panel icon" doesn't work | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Mads Kiilerich <mads> |
Component: | NetworkManager | Assignee: | Dan Williams <dcbw> |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 16 | CC: | aaron, dcbw, frederic.kerneuzet, jklimes, kparal, reklov |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-12-02 13:07:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Mads Kiilerich
2011-09-16 11:22:43 UTC
Using Fedora 16 beta for few days at work, I have almost the same issue, except that for me, it works well through the network manager itself. It doesn't work only using the applet ON/OFF button. As I spend my time switching from wired connection to wireless one, it's not efficient for me :D Here's the relevant traceback from .xsession-errors:
JS ERROR: !!! Exception was: Error: Error invoking NMClient.disconnect: Invalid callback given for argument callback
JS ERROR: !!! lineNumber = '0'
JS ERROR: !!! fileName = '"gjs_throw"'
JS ERROR: !!! stack = '"("Error invoking NMClient.disconnect: Invalid callback given for argument callback")@gjs_throw:0
()@/usr/share/gnome-shell/js/ui/status/network.js:371
([object _private_Clutter_Event])@/usr/share/gnome-shell/js/ui/status/network.js:232
([object _private_Shell_GenericContainer],[object _private_Clutter_Event])@/usr/share/gnome-shell/js/ui/popupMenu.js:81
"'
JS ERROR: !!! message = '"Error invoking NMClient.disconnect: Invalid callback given for argument callback"'
...and a comment from the upstream bug report:
>For some weird reason, nm_device_disconnect @callback is not marked
>(allow-none) in the gir file shipped by the Fedora package, and probably the
>Ubuntu one as well. It is correclty marked as such in master and in the latest
>release of NetworkManager.
>(This means that calling device.disconnect(null) fails, making the switch
>useless).
>You should move this bug downstream and ask for a newer version of libnm-glib.
Quote from https://bugzilla.gnome.org/show_bug.cgi?id=665112#c6: > Ow... this is a NetworkManager bug, which was fixed not long ago. You should > move this bug downstream and ask for an updated version, including the changes > in git commit a7f7e808. > (The first release to include that change is 0.9.2, which you can find packaged > for F16 in koji but not yet in updates. This means that this bug could be > already resolved in the next update to NetworkManager) *** Bug 759039 has been marked as a duplicate of this bug. *** *** This bug has been marked as a duplicate of bug 747302 *** |