Summary: | Connecting to openconnect vpn fails | ||
---|---|---|---|
Product: | [Plasma] plasma-nm | Reporter: | Simon Munton <simon.j.munton> |
Component: | applet | Assignee: | Jan Grulich <jgrulich> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | herb, ketetefid, lukas, simon.j.munton, tbe, vadimk |
Priority: | NOR | ||
Version: | 5.5.0 | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-nm/28c4b2e1b868427201cecb6d01cdb45ebfd157a0 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
Simple fix, use lastIndex - 1
Better fix, store form index in private data |
Description
Simon Munton
2015-12-13 09:51:15 UTC
Created attachment 96030 [details]
Simple fix, use lastIndex - 1
Created attachment 96031 [details]
Better fix, store form index in private data
also remove now unused passwordModeToggled() function
Git commit c004d3563a08ed9519be20c98861999ea72faa42 by Jan Grulich. Committed on 14/12/2015 at 09:18. Pushed by grulich into branch 'master'. Fix openconnect dialog Previous patch removing "Show passwords" checkbox changed layout order and we forgot to address that. Patch from Simon Munton Related: bug 356622 M +3 -19 vpn/openconnect/openconnectauth.cpp M +0 -1 vpn/openconnect/openconnectauth.h http://commits.kde.org/plasma-nm/c004d3563a08ed9519be20c98861999ea72faa42 Git commit 28c4b2e1b868427201cecb6d01cdb45ebfd157a0 by Jan Grulich. Committed on 14/12/2015 at 09:18. Pushed by grulich into branch 'Plasma/5.5'. Fix openconnect dialog Previous patch removing "Show passwords" checkbox changed layout order and we forgot to address that. Patch from Simon Munton Related: bug 356622 M +3 -19 vpn/openconnect/openconnectauth.cpp M +0 -1 vpn/openconnect/openconnectauth.h http://commits.kde.org/plasma-nm/28c4b2e1b868427201cecb6d01cdb45ebfd157a0 Still have the issue in 5.6.1: NetworkManager[3439]: <error> [1459344215.136589] [/var/tmp/portage/net-misc/networkmanager-1.0.10-r1/work/NetworkManager-1.0.10/src/vpn-manager/nm-vpn-connection.c:1918] plugin_need_secrets_cb(): (XXXXXXXXXXXXXXXXXXXXXXX) final secrets request failed to provide sufficient secrets Installed: kde-frameworks/networkmanager-qt-5.20.0 kde-plasma/plasma-nm-5.6.1 net-misc/networkmanager-1.0.10-r1 net-misc/networkmanager-openconnect-1.0.8-r1 net-misc/openconnect-7.06-r2 *** Bug 360176 has been marked as a duplicate of this bug. *** Doesn't work here. (see also https://bugs.gentoo.org/show_bug.cgi?id=578610 ) Any hints how to debug this, so i could provide more information? Please report a separate ticket. This one was about the UI layout fix. It was done here: Bug 360176. Why was 360176 treated as UI bug? |