웹사이트를 빠르고 자유롭게 누빌 수 있는 Mozilla Firefox를 다운로드하면 이곳에서 수천가지 부가 기능을 사용하실 수 있습니다!
닫기KDE5 Wallet password integration에 대한 검토
전체 검토: 28개
5점중 5점 받음
works great in firefox ESR.
5점중 5점 받음
Hello Guillermo,
your KDE5 wallet integration extension for Firefox is one of the most used I've got installed. Unfortunately it is not compatible with FF57++. Is there any chance that it gets ported to WebExtensions?
Saludos
Knut
P.S. Sorry for asking here, but the Capcha on your website does not work.
5점중 5점 받음
thanks for the update of the SVN!
Can you please also respin new tarballs for 1.3 and 1.2. I need the tarballs to create the Debian packags for this addon.
Btw. your cantact form is broken (http://www.guillermomolina.com.ar/en/contact-me), because no captcha is displayed, so no captcha can be entered :)
Done
5점중 5점 받음
While KDE5 Wallet password integration works well for regular e-mail accounts in Thunderbird, it breaks IM functionality - in the accounts window (opened by "show accounts" button) "No account configured yet" displayed instead of actual list of existing and configured accounts. This was first spotted with KDE Wallet password integration for KDE4 and not fixed since.
5점중 2점 받음
kde 5.9.3
sddm 0.14.0
5점중 4점 받음
It works very great. Thanks you.
But I have an issue, since I installed it firefox sync disconnect after restart.
5점중 3점 받음
The instruction of episteme-promeneur worked for me after some tries. BUT I cannot make it work together with kmail5.
the command 'zypper verify ' results e.g. in
Problem: akonadi-server-16.08.2-2.1.x86_64 requires libQt5Core.so.5(Qt_5.6.1_PRIVATE_API)(64bit), but this requirement cannot be provided
... Solution 1: Following actions will be done:
downgrade of libQt5Core5-5.7.1-285.2.x86_64 to libQt5Core5-5.6.1-2.1.x86_64
install libQt5Core5-5.6.1-2.1.x86_64 (with vendor change)
which will not work with this add-on.
The add-on works good for me. I might givbe 5*, but no kmail and the special setup lead to ***.
5점중 5점 받음
Essential tool that is now working again thanks to Sicilian Volovski.
전에 이 사용자는 이 부가 기능에 1개 검토를 했습니다.5점중 5점 받음
HOW TO get a KDE5 kwallet addon running well with opensuse 42.2
you need Qt 5.7 instead of Qt 5.6
beware it is for advanced users
this can lead to problem about running KDE.
maybe you get a broken KDE
I recommend strongly to open an IceWM session and to operate the following procedure
from this IceWM cession.
i recommend some training by using a Vbox Virtual machine of Opensuse
in Yast software repo manager
add repos (you need the two's):
KDE Frameworks5
http://download.opensuse.org/repositories/KDE:/Frameworks5/openSUSE_Leap_42.2/
KDE Qt5
http://download.opensuse.org/repositories/KDE:/Qt5/openSUSE_Leap_42.2/
in Yast software manager
display the repos
then
select "KDE Frameworks5"
then
click on "replace system packets"
then
accept
then
display the repos
then
select "KDE Qt5"
then
click on "replace system packets"
then
WARN:
this procedure can replace some current packets by older packets! not many.
for some packets in "KDE Framewors5" version number is older than current packets
you must check if this is the case by scanning the repos "KDE Frameworks5" and "KDE Qt5"
before this in yast software manager in menu "options" check "authorize supplier changing"
you must fix this problem.
you must also unactivate signing check
by changing in about:config the value of "xpinstall.signatures.required" to false
5점중 5점 받음
Essential addon for FF under KDE!
Finally the Sicilian Volovski' workaround is working with FF50.
5점중 5점 받음
It's a great plugin and works great - but with some patching.
I got the code from Guillermo's SVN, added the missing 1.3 patch (which is just 3 lines of code to init some variables with null) and published on github. This way it's easier to get the code to compile yourself. The git repo is linked to the original SVN via Git SVN.
You can get the Qt 5.5 compatible 64 bit binary from the 1.3.1 release https://github.com/SicVolo/firefox-kde5-wallet/releases/tag/1.3.1.
Please, note that it's unsigned. I am not a firefox dev, just a code hacker who need to use the extension NOW, so you'll need xpinstall.signatures.required set to false to use the binary. If you don't trust the binary, get the code from https://github.com/SicVolo/firefox-kde5-wallet, get pre-reqs and run make to re-create the patched code.
Hopefully Guillermo comes up with the official patch soon.
5점중 1점 받음
I have the same qt5.7 library problem that others have reported. Gentoo is currently at qt5.6, with quite a few blocking bugs for qt5.7. So I pulled the subversion repo and built it, which was happy with my qt5.6 but only delivered plugin version 1.2. I have FF49 installed and apparently there's bug fixed by 1.3 that I need. I haven't been able to go any further.
Side note: The contact form on the developer home page requires a captcha solved, but no captcha was displayed for me.
5점중 2점 받음
First of all: Many thanks for writing an maintaining this essential browser extension (***** when working)!
Apparently some changes were required for FF49+, that have been made in version 1.3. Unfortunately, this version does still not work under Ubuntu 16.4 LTS (Xenial) because it requires Qt 5.7, but Ubuntu Xenial uses only Qt 5.5 (see ldd output below). This is bad, since Xenial is the current LTS (long term support) version of Ubuntu and they are not likely to change the Qt version during its lifecycle of five years.
So, PLEASE make this extension work with Qt 5.5, or all Ubuntu LTS users are locked out until at least 2018.
PS: Sorry, couldn't file this report via email since the captcha on the author's webpage just did'nt show.
----(snipp)------------------------
ldd extensions/kde5wallet@guillermo.molina/components/libkde5wallet_x86_64.so
extensions/kde5wallet@guillermo.molina/components/libkde5wallet_x86_64.so: /usr/lib/x86_64-linux-gnu/libQt5Gui.so.5: version `Qt_5' not found (required by extensions/kde5wallet@guillermo.molina/components/libkde5wallet_x86_64.so)
extensions/kde5wallet@guillermo.molina/components/libkde5wallet_x86_64.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5.7' not found (required by extensions/kde5wallet@guillermo.molina/components/libkde5wallet_x86_64.so)
extensions/kde5wallet@guillermo.molina/components/libkde5wallet_x86_64.so: /usr/lib/x86_64-linux-gnu/libQt5Core.so.5: version `Qt_5' not found (required by extensions/kde5wallet@guillermo.molina/components/libkde5wallet_x86_64.so)
linux-vdso.so.1 => (0x00007ffde8bc3000)
libKF5Wallet.so.5 => /usr/lib/x86_64-linux-gnu/libKF5Wallet.so.5 (0x00007fbf9d111000)
5점중 5점 받음
using openSUSE Tumbleweed
5점중 2점 받음
The newest version from yesterday (10.10.2016) still not working with FF 49.
Breaks far too often with FF updates.
PLEASE FIX!!!
5점중 3점 받음
Does not work anymore as stated before with plasma-5.8 and firefox-49(?).
[Output from Browser-Konsole with kdebugdialog/Channel 9500]
...
uncaught exception: Unexpected propertybag item: hostnamensLoginManager.js:391:12
NS_ERROR_XPC_JS_THREW_STRING: Unexpected propertybag item: hostname'Unexpected propertybag item: hostname' when calling method: [nsILoginManagerStorage::searchLogins]
A promise chain failed to handle a rejection. Did you forget to '.catch', or did you forget to 'return'?
See https://developer.mozilla.org/Mozilla/JavaScript_code_modules/Promise.jsm/Promise
Date: Sat Oct 08 2016 16:03:31 GMT+0200 (CEST)
Full Message: Unexpected propertybag item: hostname'Unexpected propertybag item: hostname' when calling method: [nsILoginManagerStorage::searchLogins]
Full Stack: JS frame :: resource://gre/components/nsLoginManager.js :: searchLogins :: line 391
JS frame :: resource://gre/modules/LoginHelper.jsm :: searchLoginsWithObject :: line 169
JS frame :: resource://gre/modules/LoginManagerParent.jsm :: LoginManagerParent.sendLoginDataToChild< :: line 209
JS frame :: resource://gre/modules/Task.jsm :: TaskImpl_run :: line 319
...
[/Output from Browser-Konsole with kdebugdialog/Channel 9500]
I also tried to contact the author on his website,
but there is some kind of invisble captcha that nobody can ever solve.
5점중 4점 받음
Don't work with FF 49 :(
이 검토는 현재 부가 기능의 이전 (1.1) 버전에 대한 것입니다.5점중 4점 받음
Using this on archlinux with KDE (current 5.26) and firefox (current 49.0.1-1). Since recently (I suppose the update from KDE 5.25) login forms are not autofilled anymore. firefox' password manager shows the passwords from the wallet are imported, as stdout confirms (lots of "Converted key:" lines).
Also, please provide a proper error reporting channel!
5점중 5점 받음
Thank you! I love this addon, I thought I needed this "5" one because I got KDE wallet 16.04.3 during an update to QT 5.6 and KDE Frameworks 5.23.0 however this plugin is only for QT 5.7.
I confirmed it with:
ldd libkde5wallet_x86_64.so
./libkde5wallet_x86_64.so: /usr/lib64/libQt5Core.so.5: version `Qt_5.7' not found (required by ./libkde5wallet_x86_64.so)
I reinstalled the old KDE wallet plugin one and it works great! Hope this saves someone some time when updating.
Thanks again four your efforts!
5점중 4점 받음
In Firefox :
- check that kwallet extension is well ACTIVATED
- connect to Firefox Sync
- unactivate Kwallet extension
- restart Firefox
- check that kwallet extension is well UNactivated
- connect to Firefox Sync
- go to Firefox password manager
- copy somewhere the password of "chrome://FirefoxAccounts (Firefox Accounts credentials)"
- activate kwallet extension
- close Firefox
In KWalletManager :
- search the entry "Firefox Accounts credentials"
- replace the password by the password you copied somewhere
In Firefox :
- start Firefox
- it works !
Explication : passwords(tokens) delivered with or without Kwallet extension are differents
A correct password looks like :
{"version":1,"accountData":{"kA":"e4...45","kB":"9c...9e"}}
모음집을 제작하시려면 Mozilla 부가 기능 계정이 있어야 합니다.
아니면 현재 사용중인 계정으로 로그인 하세요