Hey there,
I did a small fix, which fixed the problem for me. Its basically a typo.
Please see the attached patch.
Best,
Andreas
On 03.08.2017 18:56, Sandro Knauß wrote:
Hey,
* What led up to the situation?
I installed the add on and started using it in Thunderbird.
* What exactly did you do (or not do) that was effective (or
ineffective)?
Take a look for a newer version of the plugin.
* What was the outcome of this action?
Looks like the maintainer site is no longer reachable. I didn't found the
original source location.
yeah to reach the mantainer is not easy, the best way is actually using
addons.mozilla.org. That's why I'm very happy if others try to reach him, too
:) If you reach an answer please respond here.
Btw. his homepage has moved to
http://www.guillermomolina.com/en/projects/63-firefox-kwallet5
A look to the plugin website on Mozilla shows that there are simmilar
problems reported:
https://addons.mozilla.org/de/thunderbird/addon/kde-wallet-password-integra
tio/reviews/880652/
keep in mind, that Debian is shipping "KDE5 Wallet password integration" and
not "KDE Wallet password integration". But I think the code is more or less
the same :)
https://addons.mozilla.org/de/thunderbird/addon/kde5-wallet-password-integrati
Best Regards,
sandro
diff --git xpi/components/KDE5WalletStorage.js xpi/components/KDE5WalletStorage.js
index a631efb..3162d23 100644
--- xpi/components/KDE5WalletStorage.js
+++ xpi/components/KDE5WalletStorage.js
@@ -228,7 +228,7 @@ KDE5WalletStorage.prototype = {
// The function _lib.findLogins() crashes if one parameter is "undefined" : previously, set the vars to null
var hostname = null;
- var formSubmitURL = null;
+ var submitURL = null;
var realm = null;
while (propEnum.hasMoreElements()) {