ssanthosh243 / semicomplete

Automatically exported from code.google.com/p/semicomplete
0 stars 0 forks source link

xdotool selectwindow returns invalid windowid #71

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I run 'xdotool selectwindow' and click on the currently focussed urxvt 
window, it returns 83892796.  However 'xdotool getwindowfocus' and 'xdotool 
getactivewindow' both return 81788939, as does 'xdotool search --class urxvt'.

If I suffix these commands with 'getwindowname' then the first one returns a 
blank line and the others all return '0:6:pac - "adam@pacific"'.

This is on openSUSE 12.2 with the latest version from github.  If I use the 
20110530 release, it's the same except that 'xdotool selectwindow' also returns 
the following:

findclient: 83892797
findclient: 83892796

Original issue reported on code.google.com by adam.spi...@gmail.com on 26 Oct 2012 at 1:11

GoogleCodeExporter commented 9 years ago
Moved to https://github.com/jordansissel/xdotool/issues/20, please close.  (See 
also https://github.com/jordansissel/xdotool/issues/19)

Original comment by adam.spi...@gmail.com on 9 Mar 2013 at 12:05