Thanks for info. Ho ever, it was first thing I've tried, and terminal reply is: Code: line 122: gdb: command not found
line 122: gdb: command not found
I'm glad You've practically solved you problem with keyboard!
As for testing scenario, well, it involves LibreOffice, so You probably won't be interested
#!/bin/sh ################################## #Change these two variables to the WM of your choice. WMNAME="$1" ; WMEXEC="$2" [ "x$WMNAME" != x ] || WMNAME="Xephyr" [ "x$WMEXEC" != x ] || WMEXEC="startlxde1" ################################## export DISPLAY=:0 export TSLIB_TSDEVICE=/dev/input/event3 export TSLIB_CALIBFILE=/etc/pointercal export GTK_MODULES=libgtkstylus.so zenity --display=:0 --info --text="Welcome to Easy Debian LXDE. This window is needed to gain keyboard focus in LXDE. Click OK." &trl -l /usr/bin/Xephyr :1 -screen 800x480 -br -ac & while [ "x$PARWIN" = "x" ] ; do # wait for Xephyr window to appear export PARWIN=`wmctrl -l | grep -i $WMNAME | awk '{print $1}'` done DISPLAY=:1 ; habak -mf /usr/share/fonts/truetype/DroidSans-Bold.ttf \ -ht 'Ctrl-back to return to dashboard.' DISPLAY=:0 ; wmctrl -i -r $PARWIN -T 'Easy Debian' wmctrl -i -r $PARWIN -b toggle,fullscreen while [ "x$TWOWIN" = "x" ] ; do # wait for Zenity dialog to pop up... export TWOWIN=`wmctrl -l | grep -i Information | awk '{print $1}'` done #echo window id: $TWOWIN wmctrl -i -a $TWOWIN #/sbin/qobi-wmhint-fix $PARWIN /usr/bin/set-focus $PARWIN wmctrl -i -a $PARWIN /usr/bin/$WMEXEC killall Xephyr export DISPLAY=:0
/usr/bin/set-focus $PARWIN
~ $ debbie wmctrl -l [..] 0x03800059 0 Nokia-N900-02-8 Fotos 0x0380005c 0 Nokia-N900-02-8 Fotos 0x01800cd3 0 Nokia-N900-02-8 hildon-home 0x01800de0 0 Nokia-N900-02-8 hildon-home 0x01800f9f 0 Nokia-N900-02-8 hildon-home 0x018013ba 0 Nokia-N900-02-8 hildon-home 0x03217172 0 Nokia-N900-02-8 m5v3e 0x04000002 0 N/A Easy Debian
sh-4.1$ set-focus 0x04000002 X Error of failed request: BadWindow (invalid Window parameter) Major opcode of failed request: 42 (X_SetInputFocus) Resource id in failed request: 0x4000002 Serial number of failed request: 7 Current serial number in output stream: 7