Description of problem: "Network disabled" message when connected to the network, should be "Network enabled" Version-Release number of selected component (if applicable): 0.9-0.46.20110420-1.fc15 How reproducible: Everytime Steps to Reproduce: 1. connect to network 2. check error message Actual results: "Network disabled" message Expected results: "Network enabled" message Additional info:
The problem is - knm uses partially NM 0.8 compat interfaces but the main NetworkManager object is from 0.9 and it NM 0.9 changes NM_STATEs to more granular system (compare http://projects.gnome.org/NetworkManager//developers/spec-08.html#type-NM_STATE and http://projects.gnome.org/NetworkManager/developers/migrating-to-09/spec.html#type-NM_STATE) not documented in migration guide (only new device states are documented).
Created attachment 495816 [details] XML introspection patch
Ops, sorry, it really uses Compat interface... But still somehow related to improper state processing.
The problem is clear now - it does not use generated definitions from XML introspection file but unfortunatelly from NetworkManager.h (from NetworkManager-devel package) that's already in version 0.9. It should not work but there's a #define for compat reasons that assignes NM_STATE_CONNECTED value of NM_STATE_CONNECTED_GLOBAL. I'll post the patch tomorrow.
kdebase-workspace-4.6.2-5.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/kdebase-workspace-4.6.2-5.fc15
kdebase-workspace-4.6.2-6.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.