swick / mozilla-gnome-keyring

GNU General Public License v3.0
74 stars 18 forks source link

Broken in FF 34 ? #13

Closed alci63 closed 9 years ago

alci63 commented 9 years ago

Hi, the plugin seems to be broken with FF 34. Symptoms are I get no keyring created in Seahorse and I'm not asked if I want to remember password when needed. Looking into FF console log, I see these errors: Services.logins is undefined LoginManagerParent.jsm:104 Services.logins is undefined LoginManagerParent.jsm:222

Any idea?

alci63 commented 9 years ago

Ok, I found the problem... I had the apparmor profile for Firefox in enforce mode, hence the error:

[ apparmor="DENIED" operation="dbus_method_call" bus="session" path="/org/freedesktop/secrets" interface="org.freedesktop.DBus.Properties" member="Get" mask="send" name="org.freedesktop.secrets" pid=20004 profile="/usr/lib/firefox/firefox{,*[^s][^h]}" peer_pid=2810 peer_profile="unconfined"]

So I'll have to tweak my apparmor profile or stay in complain mode. Sorry for the false positive and thanks for the plugin.

Franck