tbali 对 KDE Wallet password integration 发表的评价
评分5星,满分5星
I found the problem with firefox 24+. The api changed.
In the file ~/.mozilla/firefox/XXXXXXX.default/extensions/kwallet@guillermo.molina/components/KDEWalletStorage.js add the following lines:
get isLoggedIn() {
	return true;
}
So it will look like this:
------------------
    countLogins: function countLogins(hostname, submitURL, realm) {
		this.log( "countLogins() Start" );
		var count = this._lib.countLogins(hostname, submitURL, realm);
		this.log( "countLogins() counted = " + count );
		return count;
    },
	get isLoggedIn() {
		return true;
	}
};
const NSGetFactory = XPCOMUtils.generateNSGetFactory([KDEWalletStorage]);
------------------
Dear Guillermo Molina, please support is in the future too! Thanks for your work!
请选择一个原因:
创建您自已的收藏集,您必须一个 Mozilla 附加组件账户。
或者登录您已有的账户
 附加组件
    附加组件
 
    