Comment 1 for bug 977637

Revision history for this message
Alkis Georgopoulos (alkisg) wrote :

x11vnc -grabkbd -grabptr can be used for that, in /usr/share/epoptes/client-functions:

get_assisted() {
    background x11vnc -noshm -24to32 -grabkbd -grabptr -connect_or_exit "$SERVER:$1"
}

But it won't be committed upstream now, because we want to refrain from adding new features to epoptes for a few months, and only handle bug fixes, in order to make Precise backports easier.