Till

Über mich

Entwickler-Information
Name Till
Benutzer seit März 22, 2011
Anzahl der entwickelten Add-ons 0 Add-ons
Durchschnittliche Bewertung der Add-ons des Entwicklers Noch nicht bewertet

Meine Bewertungen

KDE Wallet password integration

Bewertet mit 4 von 5 Sternen

to fix autofill:
either swith to the KDE5-Version of the Plugin OR
use the KDE5 Version of the method searchLogins inside KDEWalletStorage and compile the plugin yourself.

URL to KF5-Version of the method:
https://addons.mozilla.org/de/firefox/files/browse/521991/file/components/KDE5WalletStorage.js#L224

to fix sync:
- disable KDE wallet and restart FF
- setup sync and use copy the credentials from the internal password manger
- open kwalletmanager and paste the content to the key [email protected],,Firefox Accounts credentials,chrome://FirefoxAccounts and the field password
- enable KDE wallet and restart FF

the credentials should look like:
{"version":1,"accountData":{"kA":"somedata","kB":"somedata"}}

Dieser Benutzer hat 5 ältere Bewertungen zu diesem Add-on.

KDE Wallet password integration

Bewertet mit 4 von 5 Sternen

to fix autofill:
either swith to the KDE5-Version of the Plugin OR
use the KDE5 Version of the method searchLogins inside KDEWalletStorage and compile the plugin yourself.

URL to KF5-Version of the method:
https://addons.mozilla.org/de/firefox/files/browse/521991/file/components/KDE5WalletStorage.js#L224

to fix sync:
- disable KDE wallet
- setup sync and use copy the credentials from the internal password manger
- enable KDE wallet
- paste the content to the key [email protected],,Firefox Accounts credentials,chrome://FirefoxAccounts and the field password

the credentials should look like:
{"version":1,"accountData":{"kA":"somedata","kB":"somedata"}}

Dieser Benutzer hat auch weitere Bewertungen dieses Add-ons.

KDE Wallet password integration

Bewertet mit 4 von 5 Sternen

to fix autofill:

use the KDE5 Version of the method searchLogins inside KDEWalletStorage:

https://addons.mozilla.org/de/firefox/files/browse/521991/file/components/KDE5WalletStorage.js#L224

to fix sync:
- disable KDE wallet
- setup sync and use copy the credentials from the internal password manger
- enable KDE wallet
- paste the content to the key [email protected],,Firefox Accounts credentials,chrome://FirefoxAccounts and the field password

the credentials should look like:
{"version":1,"accountData":{"kA":"somedata","kB":"somedata"}}

Dieser Benutzer hat auch weitere Bewertungen dieses Add-ons.

KDE Wallet password integration

Bewertet mit 4 von 5 Sternen

i really like this plugin, but the sync problem is really annoying. However, i can confirm that the workaround below is working for me. (copying the password field from build in password manager)

I also get an error message on the terminal at firefox start that might be related to this problem:
1441205528447 FirefoxAccounts ERROR Failed to save data to the login manager: [Exception... "[JavaScript Error: "timePasswordChanged is not defined" {file: "file:///home/till/.mozilla/firefox/dpnh1zxx.default/extensions/[email protected]/components/KDEWalletStorage.js" line: 112}]'[JavaScript Error: "timePasswordChanged is not defined" {file: "file:///home/till/.mozilla/firefox/dpnh1zxx.default/extensions/[email protected]/components/KDEWalletStorage.js" line: 112}]' when calling method: [nsILoginManagerStorage::modifyLogin]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: jar:file:///usr/lib64/firefox/omni.ja!/components/nsLoginManager.js :: LoginManager.prototype.modifyLogin :: line 355" data: yes] Stack trace: LoginManager.prototype.modifyLogin()@jar:file:///usr/lib64/firefox/omni.ja!/components/nsLoginManager.js:355 < LoginManagerStorage.prototype.set<()@resource://gre/modules/FxAccounts.jsm:1142 < next()@self-hosted:620 < TaskImpl_run()@resource://gre/modules/Task.jsm:314 < TaskImpl_handleResultValue()@resource://gre/modules/Task.jsm:393 < TaskImpl_run()@resource://gre/modules/Task.jsm:322 < Handler.prototype.process()@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:867 < this.PromiseWalker.walkerLoop()@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:746 < this.PromiseWalker.scheduleWalkerLoop/<()@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:688 < <file:unknown>
1441205528447 FirefoxAccounts ERROR Failed to save data to the login manager: [Exception... "[JavaScript Error: "timePasswordChanged is not defined" {file: "file:///home/till/.mozilla/firefox/dpnh1zxx.default/extensions/[email protected]/components/KDEWalletStorage.js" line: 112}]'[JavaScript Error: "timePasswordChanged is not defined" {file: "file:///home/till/.mozilla/firefox/dpnh1zxx.default/extensions/[email protected]/components/KDEWalletStorage.js" line: 112}]' when calling method: [nsILoginManagerStorage::modifyLogin]" nsresult: "0x80570021 (NS_ERROR_XPC_JAVASCRIPT_ERROR_WITH_DETAILS)" location: "JS frame :: jar:file:///usr/lib64/firefox/omni.ja!/components/nsLoginManager.js :: LoginManager.prototype.modifyLogin :: line 355" data: yes] Stack trace: LoginManager.prototype.modifyLogin()@jar:file:///usr/lib64/firefox/omni.ja!/components/nsLoginManager.js:355 < LoginManagerStorage.prototype.set<()@resource://gre/modules/FxAccounts.jsm:1142 < next()@self-hosted:620 < TaskImpl_run()@resource://gre/modules/Task.jsm:314 < TaskImpl_handleResultValue()@resource://gre/modules/Task.jsm:393 < TaskImpl_run()@resource://gre/modules/Task.jsm:322 < Handler.prototype.process()@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:867 < this.PromiseWalker.walkerLoop()@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:746 < this.PromiseWalker.scheduleWalkerLoop/<()@resource://gre/modules/Promise.jsm -> resource://gre/modules/Promise-backend.js:688 < <file:unknown>

Dieser Benutzer hat auch weitere Bewertungen dieses Add-ons.

KDE Wallet password integration

Bewertet mit 5 von 5 Sternen

Crashes are still threre for me with 2.2 and 2.3 (homepage of developer).
However, i was able to get rid of them by compiling the plugin myself form svn. The crucial step seems to be, that you build libkdewallet.so so please first build this liib with the provided cmake file and pack the plugin afterwards.

I do not need to disable any jit-compiler in FF or any other special settings.

&gt; von Guillermo Molina (Entwickler) am August 5, 2014 . Permanentlink · Übersetzen

&gt; I do compile each of the libraries before packing, If you only do that and it works for you it's just luck. We have an open bug on moz-dev about this, the problem is still pointing to a bug in the new JIT compiler, or at least, some incompatibility with it and foreign libraries."

In reply to your comment:
- with "you" i didn't mean the developer, i was guessing that you are building the library before packing. It was ment as a tip for peaple wich want to fix the bug for themselves.
- a littel background information:
-&gt; i am using gentoo and compiled firefox from the sources on my own. Maybe there is a incompatibility beween my compiler / optimization settings and your ones? i use the gcc-4.7.3 with CXXFLAGS=CFLAGS="-march=native -O2 -pipe -ggdb" and kde 4.13.3
-&gt; the recompilation solved teh bug for 5 diffrernt machines (all with gentoo). So the fix seem reliable ti me.

Diese Bewertung wurde für eine vorherige Version des Add-ons (2.2.1-signed.1-signed) abgegeben.  Dieser Benutzer hat auch weitere Bewertungen dieses Add-ons.

KDE Wallet password integration

Bewertet mit 5 von 5 Sternen

Crashes are still threre for me with 2.2 and 2.3 (homepage of developer).
However, i was able to get rid of them by compiling the plugin myself form svn. The crucial step seems to be, that you build libkdewallet.so so please first build this liib with the provided cmake file and pack the plugin afterwards.

I do not need to disable any jit-compiler in FF or any other special settings.

Diese Bewertung wurde für eine vorherige Version des Add-ons (2.2.1-signed.1-signed) abgegeben.