Summary: | Does not allow to move user to system-config | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Andreas Pakulat <apaku> |
Component: | Control Module | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | lamarque, wstephenson |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian unstable | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Andreas Pakulat
2011-05-01 12:55:57 UTC
This is a known problem: http://mail.kde.org/pipermail/kde-networkmanager/2011-April/000739.html To resume: NM's ifnet plugin does not warn Plasma NM that the connection has been changed, only when it is fresh created, but the connection is actually created, just not listed until NM's restarts. This problem does not happens with NM's keyfile plugin. Git commit e510420831624ef55379a8329a3882f37dbebf5c by Lamarque V. Souza. Committed on 02/05/2011 at 09:04. Pushed by lvsouza into branch 'master'. Fix problems when changing connection's scope from user to system and vice-versa. I am not happy about what I had to do to fix the problems, this code should really be refactored, but seems to work now. Please test. CCBUG: 272138 M +66 -19 backends/NetworkManager/nmdbussettingsconnectionprovider.cpp M +3 -2 backends/NetworkManager/nmdbussettingsconnectionprovider.h M +59 -31 settings/config/manageconnectionwidget.cpp M +1 -1 settings/config/manageconnectionwidget.h http://commits.kde.org/networkmanagement/e510420831624ef55379a8329a3882f37dbebf5c I probably won't be able to test this anytime soon as I'm using debian-packages (though experimental). So feel free to close this for now and I'll re-open the report once I got updates on the packages. |