Ticket #71 (closed defect: wontfix)
hides authentication dialog and screen looks locked-up
| Reported by: | sylvestre | Owned by: | |
|---|---|---|---|
| Priority: | critical | Milestone: | 0.4.0 |
| Component: | guake | Version: | |
| Keywords: | Cc: | pingou@… |
Description
Bug reported on the Debian BT by Marius Mikucionis: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=495914
I use ssh keys to authenticate when loging to remote hosts. Normally ssh discovers my keys and prompts for password in graphical window (probably /usr/lib/seahorse/seahorse-ssh-askpass) which locks entire screen, takes keyboard focus, and waits for password. This happens only once per session as keys get cashed. Now guake tends to be always on top of everything, and in this case it was on top of this dialog, affectively hiding it while the keyboard focus is still in the password dialog. From user perspective it looks like everything is frozen: ssh does not respond, one cannot enter anything to neither window (everything goes to invisible askpass), only mouse can move...
Could you please put guake window on top of everything except authentication dialogs? Or perhaps this is a ssh-askpass problem?