Right click not opening preferences dialog.

Bug #658018 reported by Fernando Basso
34
This bug affects 8 people
Affects Status Importance Assigned to Milestone
Screenkey
Confirmed
High
Unassigned

Bug Description

When I Right Click and click in “preferences” it does not show the preferences and then they keys strokes stop showing in the screen and even right click does not work any more. Then I have to pkill screenkey and start over. Tried with –debug option but it didn't give any further messages.

Arch Linux x86, Screenkey 0.2, pygtk 2.22.0-1.

Revision history for this message
Bőle Pál (08akbp) wrote :

i confirm this bug.
amd64 ubuntu9.10 gnome, compiz enabled

Pablo SEMINARIO (pabluk)
Changed in screenkey:
status: New → Confirmed
importance: Undecided → High
Revision history for this message
Nowaker (nowaker) wrote :

Ubuntu 10.10, Compiz, amd64.

Revision history for this message
A. H. (quad-on) wrote :

Just discovered screenkey, which I like, but I very soon ran into this problem. Using strace, we can easily pinpoint the issue to a call to futex():

..... (thousands of lines) ....
recvfrom(4, "\22\0\n\0024\0\240\0014\0\240\1\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 4096, 0, NULL, NULL) = 608
recvfrom(4, 0x98dec4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
recvfrom(4, 0x98dec4, 4096, 0, 0, 0) = -1 EAGAIN (Resource temporarily unavailable)
open("/dev/urandom", O_RDONLY) = 9
read(9, "\206\372=\214\325\365\214b\321t\315\0/\244\246\262", 16) = 16
close(9) = 0
brk(0xd35000) = 0xd35000
futex(0x9d44c0, FUTEX_WAIT_PRIVATE, 2, NULL _

The last underscore represents where the cursor hangs and waits indefinitely.

A quick look up on the web reveals another project that had the same problem and fixed it:
 * http://dev.deluge-torrent.org/ticket/1247
 * http://git.deluge-torrent.org/deluge/commit/?h=1.3-stable&id=02ad0b93ab313f7f50c3f7b42ee68418308fab92

Although I'm not sure how many clues it gives to the developer of screenkey, if any, they might at least point them in some direction into fixing this critical bug. Keep up the good work.

Revision history for this message
A. H. (quad-on) wrote :

Apparently this bug was a duplicate of many others, at least one of which was already fixed: https://bugs.launchpad.net/screenkey/+bug/756346

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.