On Sat, Jul 7, 2012 at 7:10 PM, Scott Moore <scottbomb@hotmail.com> wrote:<br>
<blockquote type="cite">
<div dir="ltr">
<div style="FONT-FAMILY: 'Arial'; COLOR: #000000; FONT-SIZE: 10pt">
<div>This is driving me nuts. I’ve googled and posted on ubuntuforums and STILL
can’t find an answer to this seemingly common problem. Someone suggested
installing seahorse and that didn’t do a bit of good. This pop-up shows up about
15-20 minutes after boot-up. If I’m in the middle of playing OpenArena, it pops
up, my OpenArena screen is resized and pushed off to the side, and this thing
demands my password (same password I used to log in). Of course, as I’m busy
trying to pacify the pop-up, my player gets killed.</div>
<div> </div>
<div>It happens on two different machines, both running Xubuntu 12.04. Can
someone please tell me how to fix this?? </div>
<div> </div>
<div>Scott</div></div></div>
</blockquote>I had the same problem and this worked for me:<div><br></div><div>http://laslow.net/2012/05/06/gnome-keyring-issues-in-ubuntu-12-04/<br><div><br></div><div>Turns out, a package upgrade (I was too lazy to identify which one) changed/reverted /etc/xdg/autostart/gnome-keyring-pkcs11.desktop and caused gnome-keyring-daemon to not load properly with XFCE. The fix was to find this line:<br><br>OnlyShowIn=GNOME;Unity<br><br>And append ;XFCE to it, making it:<br><br>OnlyShowIn=GNOME;Unity;XFCE<br><br>After a quick reboot everything worked as normal.</div></div>