If screen-saver activated while gnome-ssh-askpass is active, after unlock I have non-functional pointer in X. Actualy pointer moves but it is impossible to click anywhere. All clicks do not work (Left, Right, Middle, Wheel, with Shift/Alt/Meta) I am not completely sure it interfere with gnome-screensaver or with Xserver screen-saver - both active. I have fresn 7-CURRENT, with fresh prorts tree. I have sliding focus (if it does matter). Fix: I have no good fix, but turning off grabbing keyboard from gnome-ssh-askpass looks like help me: /usr/ports/security/gnome-ssh-askpass# cvs diff files/patch-grab-keyboard How-To-Repeat: Intslall security/gnome-ssh-askpass Setup to run ssh-add on startup with SSH_ASKPASS=gnome-ssh-askpass2 You should have generated key with passphrase in you .ssh directory. (I've added it into session startup programs) Enable gnome-screensaver. Enable Xserver screensaver (just for sure), part of xorg.conf: Section "ServerFlags" Option "blank time" "10" Option "standby time" "20" Option "suspend time" "30" Option "off time" "60" EndSection Login and wait until gnome screensaver locks screen. Unlock screen, enter passphrase. Then try to click somewhere by mouse - it does not work. Focus do not changed by mouse. Any usual keyboard clicks - works.
Responsible Changed From-To: freebsd-ports-bugs->gnome Over to the GNOME guys, as security/gnome-ssh-askpass is unmaintained.
Responsible Changed From-To: gnome->freebsd-ports-bugs ports@ = unmaintain gnome@ != unmaintain We will making our own decision if we want to take care of this PR. Redirect this PR back to freebsd-ports-bugs.
Responsible Changed From-To: freebsd-ports-bugs->alepulver I'll take it.
alepulver 2007-09-29 20:39:43 UTC FreeBSD ports repository Added files: security/gnome-ssh-askpass/files patch-contrib_ssh-askpass2.c Log: - Turn off keyboard grabbing to avoid mouse pointer lock after returning from the screensaver. PR: ports/103395 Submitted by: Vladimir Grebenschikov <vova@fbsd.ru> Revision Changes Path 1.1 +58 -0 ports/security/gnome-ssh-askpass/files/patch-contrib_ssh-askpass2.c (new) _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed. Thanks!