Summary: | networkmanager control doesn't allow save keys as UNENCRYPTED | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | David Heidelberg <david> |
Component: | Control Module | Assignee: | Will Stephenson <wstephenson> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | adgeruy, arvidjaar, lamarque, vasyl.demin |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Heidelberg
2010-11-24 14:08:26 UTC
Same bug using git 20110105 plasmoid and KDE 4.6 RC2. Unencrypted storage is select-able but the setting is not applied. Even if the setting is written in the rc file, I am prompted at connection to confirm the WPA key. So I guess PlainText storage method is broken in master. Same problem with KDE 4.6 and kdeplasma-applets-networkmanagement git20110126 Git commit 83792d6807f86fa09f40a01f1aba2ebeb404e82f by Lamarque V. Souza. Committed on 15/03/2011 at 16:56. Pushed by lvsouza into branch 'master'. Applying secrets: do not save secrets if user asked for it. Thanks Andrey Borzenkov for this patch. REVIEW: 100859 BUG: 257777 M +1 -0 libs/internals/connectionpersistence.cpp M +2 -2 libs/internals/kconfig_compiler.cpp M +8 -8 libs/internals/settings/802-11-wireless-securitypersistence.cpp M +6 -6 libs/internals/settings/802-1xpersistence.cpp M +2 -2 libs/internals/settings/cdmapersistence.cpp M +4 -4 libs/internals/settings/gsmpersistence.cpp M +2 -2 libs/internals/settings/pppoepersistence.cpp M +2 -2 libs/internals/settings/vpnpersistence.cpp http://commits.kde.org/networkmanagement/83792d6807f86fa09f40a01f1aba2ebeb404e82f As author of this patch I am sorry to say that this patch does not fix it. Changing secrets storage is possible with plasma applet, but is not possible using KCM module. I.e. - left click on applet, select "Change connections", "Other", change storage type; it works - right click on applet, select "Configure ...", do the same - it does not work. I will look as time permits. Please reopen. still broken. It really possible that this issue doesn't bother anyone from devs?? (In reply to comment #5) > still broken. It really possible that this issue doesn't bother anyone from > devs?? Have you read comment #4? (In reply to comment #6) > (In reply to comment #5) > > still broken. It really possible that this issue doesn't bother anyone from > > devs?? > > Have you read comment #4? yes Git commit 52ff333ec4d73890dd419266085686010e0f9581 by Andrey Borzenkov. Committed on 02/04/2011 at 11:35. Pushed by borzenkov into branch 'master'. save changed settings after exiting applet configuration interface Caller of KCmoduleProxy is reponsible for saving changed settings. Cf. http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/classPlasma_1_1Applet.html#a92f9d3b1a842eeb55b9bb1d47cc64699 BUG: 257777 M +12 -0 applet/networkmanager.cpp M +2 -0 applet/networkmanager.h http://commits.kde.org/networkmanagement/52ff333ec4d73890dd419266085686010e0f9581 Git commit def208f2a4668c2925ecb2bfd6fcde9ff0b4dc9b by Andrey Borzenkov. Committed on 02/04/2011 at 11:35. Pushed by borzenkov into branch 'nm09'. save changed settings after exiting applet configuration interface Caller of KCmoduleProxy is reponsible for saving changed settings. Cf. http://api.kde.org/4.x-api/kdelibs-apidocs/plasma/html/classPlasma_1_1Applet.html#a92f9d3b1a842eeb55b9bb1d47cc64699 BUG: 257777 M +12 -0 applet/networkmanager.cpp M +2 -0 applet/networkmanager.h http://commits.kde.org/networkmanagement/def208f2a4668c2925ecb2bfd6fcde9ff0b4dc9b |