[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-11-06 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/netbook-launcher -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in ubuntu. --

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-11-06 Thread Jason Smith
** Changed in: netbook-remix-launcher Status: Fix Committed = Fix Released -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-26 Thread Jamie Bennett
Jason, I've just checked out your branch and unfortunately it still doesn't work. This time you get to see the gnome-keyring dialog box for around a second before the netbook UI is shown over the top of it. So it looks like the dialog box is being obscured somewhere later in the chain. -- On

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-26 Thread Jamie Bennett
Also, as the dialog box is in the background, it seems any subsequently launched apps don't grab the focus. Launch the Terminal app with gnome- keyring in the background and the cursor isn't active until you click the Terminal window. -- On startup Gnome Keyring asks for password in the

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-26 Thread Loïc Minier
** Changed in: netbook-launcher (Ubuntu Karmic) Assignee: Jason Smith (jassmith) = Neil J. Patel (njpatel) ** Changed in: netbook-launcher (Ubuntu Karmic) Status: Confirmed = In Progress ** Changed in: netbook-remix-launcher Assignee: Jason Smith (jassmith) = Neil J. Patel

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-26 Thread Launchpad Bug Tracker
This bug was fixed in the package netbook-launcher - 2.1.12-0ubuntu2 --- netbook-launcher (2.1.12-0ubuntu2) karmic; urgency=low * New patch, 60_unminise-gnome-keyring, unminimise gnome-keyring windows once on startup, in an idle handler, as the desktop toggling on

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-26 Thread Jason Smith
Fixed it :) ** Changed in: netbook-remix-launcher Status: Triaged = Fix Committed -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-25 Thread David Barth
I agree with the solution to target only g-keyring's wnckprops: this should limit potential regressions. -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs,

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-25 Thread Jason Smith
I am still having significant issues duplicating this bug despite following instructions posted here. I do strongly believe this bug to be a race condition however. I have attached a branch that may help in this regard, if anyone can beta test it that is effected by the bug, please let me know.

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-24 Thread Loïc Minier
I've pushed a tentative fix to my PPA, but can not reproduce the problem to verify the fix. I changed /etc/xdg/autostart/netbook-launcher.desktop to Exec=/usr/bin/netbook-launcher-wrapper which is a shell script with: #/bin/sh set -e sleep 5 exec /usr/bin/netbook-launcher $@ But gnome-keyring

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-24 Thread Jason Smith
This is somewhat confusing. After looking at the code for nl-window, it appears it doesn't actually call gtk_window_present on itself at all. It does that for transient windows assigned to itself but not on itself. I think the keyring is actually getting minimized(?) rather than being obstructed

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-24 Thread Jason Smith
Ok I have a more in depth break down of the bugs behavior. 1) Gnome Keyring window is opened (in the forground) 2) Netbook Remix Launcher is opened (in the background) 3) Window manager, for some reason performs a focus event on NL (netbook launcher) 4) In response, NL performs a

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-23 Thread Loïc Minier
** Changed in: netbook-launcher (Ubuntu Karmic) Status: New = Confirmed -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-23 Thread Loïc Minier
** Changed in: netbook-launcher (Ubuntu Karmic) Milestone: karmic-updates = ubuntu-9.10 -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-23 Thread Paul Larson
I'm able to reproduce this also, the important pieces to make it happen are: 1. a saved wifi connection 2. you have to setup your gnome-keyring with a password, rather than leaving it blank 3. reboot the system Workarounds are pretty simple and could probably be release noted if this can't be

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-23 Thread Paul Larson
Forgot to mention one item in the above list - auto-login needs to be enabled too I believe -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-23 Thread David Barth
** Changed in: netbook-remix-launcher Importance: Undecided = High ** Changed in: netbook-remix-launcher Status: New = Triaged ** Changed in: netbook-remix-launcher Milestone: None = ubuntu-9.10 ** Changed in: netbook-remix-launcher Assignee: (unassigned) = Neil J. Patel

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-23 Thread David Barth
Ok, we'll try to fix this one in time for the last karmic upload window on Monday. Some comments about a possible resolution so that interested parties can comment and exchange while a fix is being worked on: - the bug seems to be triggered by gnome-keyring being launched early in the session,

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-16 Thread Paolo Sammicheli
Hi, I just installed Karmic Beta Netbook Remix in a Dell Mini 10v and I got this bug. In the first session i saved my home network and then at first reboot I noticed that It was offline but i needed time to discover the window in background. I have autologin like reporter. The lock in top right

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-15 Thread Loïc Minier
Does someone reproduce the issue? It might a race on startup -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in ubuntu.

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-15 Thread Michael Terry
I suspect to reproduce, you just need to enable autologin and then have a saved wifi connection that needs a password. Since your gnome keyring is still locked (isn't auto-unlocked when you autologin), NM needs to ask you to unlock it. (haven't tested myself to reproduce, just have seen this

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-15 Thread Loïc Minier
I'd like one other person to reproduce to see if it's a common issue; I think I understand what's going on, but it's the first report we ever got. ** Changed in: netbook-launcher (Ubuntu) Milestone: None = karmic-updates ** Also affects: gnome-keyring (Ubuntu Karmic) Importance: Wishlist

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-15 Thread Loïc Minier
Tracking for SRUs, seems too intrusive to fix in karmic -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu Desktop Bugs, which is subscribed to gnome-keyring in ubuntu. --

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-15 Thread Jamie Bennett
Oliver Grawert saw the problem but here are the instructions to reproduce. Install with no net connection and select auto-login. When the new install comes up join a network and enter your credentials. From then on every boot results in a grey padlock appearing on the left hand side of the panel

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-13 Thread Paul Larson
suspect this might really be a gnome-keyring issue ** Also affects: gnome-keyring (Ubuntu) Importance: Undecided Status: New -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-13 Thread Sebastien Bacher
Thanks for the bug report. This particular bug has already been reported, but feel free to report any other bugs you find. ** Changed in: gnome-keyring (Ubuntu) Importance: Undecided = Wishlist ** Changed in: gnome-keyring (Ubuntu) Status: New = Invalid -- On startup Gnome Keyring

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-13 Thread Sebastien Bacher
the duplicate comment was a bit quick but that's not a keyring issue, either a dialog focus one or a client one rather -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received this bug notification because you are a member of Ubuntu

[Bug 447886] Re: On startup Gnome Keyring asks for password in the background

2009-10-13 Thread Jamie Bennett
The padlock icon allows a right click that offers the option to 'un- minimise' which could mean that its either started before the launcher or that its somehow started minimised? -- On startup Gnome Keyring asks for password in the background https://bugs.launchpad.net/bugs/447886 You received