[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2012-02-15 Thread Kwonjin Jeong
*** This bug is a duplicate of bug 878184 ***
https://bugs.launchpad.net/bugs/878184

** This bug has been marked a duplicate of bug 878184
   Onscreen Keyboard cannot be used to input password in unity-greeter

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-29 Thread Sebastien Bacher
the new version is in Oneiric

** Changed in: unity-greeter (Ubuntu)
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-22 Thread Robert Ancell
** Changed in: unity-greeter
   Status: Fix Committed = Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-22 Thread Launchpad Bug Tracker
** Branch linked: lp:~ubuntu-desktop/unity-greeter/ubuntu

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-22 Thread Chad A. Davis
** Tags added: iso-testing

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-20 Thread Robert Ancell
Fixed in 0.0.9

** Changed in: unity-greeter
   Status: Triaged = Fix Committed

** Changed in: unity-greeter (Ubuntu)
   Status: Triaged = Fix Committed

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-20 Thread Launchpad Bug Tracker
** Branch linked: lp:unity-greeter

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-19 Thread Robert Ancell
marmuta says in duplicate bug 852032:
I've seen this too. This is just a guess, but the reason may be, that there is 
no real input focus on the password entry field. Onboard uses XTestFakeKeyEvent 
to send keystrokes. If there is no focussed window the keystrokes don't go 
anywhere.

** Also affects: unity-greeter (Ubuntu)
   Importance: Undecided
   Status: New

** Changed in: unity-greeter (Ubuntu)
   Status: New = Triaged

** Changed in: unity-greeter (Ubuntu)
   Importance: Undecided = High

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-19 Thread Robert Ancell
An observation:
The focus follows the mouse, i.e. with the mouse over the password entry you 
can use the up/down keys.  When over the onscreen keyboard up/down doesn't 
work.  This is probably due to there not being a window manager running.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 851565] Re: Onscreen Keyboard cannot be used to input password

2011-09-19 Thread marmuta
That would explain it. With focus-follows-mouse Onboard sends keystrokes
at best to itself.

I wonder if a simple XSetInputFocus() on the password entry would help.
It causes keyboard input to go to the selected window regardless of the 
position of the pointer. When the root window is selected, keyboard events are 
distributed normally according to the position of the pointer (this is the 
default situation). [1]

I would try it with unity-greeter, but I don't know how to call xlib
from vala.

FWIW, I had a quick look at the sources of GDM and KDM. GDM actually starts 
either metacity or compiz for a click-to-focus policy.
KDM seems to do without a window manager. It appears to hold a keyboard grab 
and manually creates fake focus events into the Qt library as needed.

[1] Changing Keyboard Focus,
http://www.sbin.org/doc/Xlib/chapt_16.html

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/851565

Title:
  Onscreen Keyboard cannot be used to input password

To manage notifications about this bug go to:
https://bugs.launchpad.net/unity-greeter/+bug/851565/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs