info-xnee
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Info-xnee] Xnee and Xvfb


From: Henrik Sandklef
Subject: Re: [Info-xnee] Xnee and Xvfb
Date: Thu, 29 Mar 2007 21:50:11 +0200
User-agent: Thunderbird 1.5.0.10 (X11/20070306)

Before deciding how to design a solution for:
 1. your report
 2. https://savannah.gnu.org/bugs/index.php?18449 and
we need to make sure we don't mess the old versions of Xnee with a new
file format or things like that.



In the meantime you can do this to get started with Xnee and Xvfb again:

Start a session
================================================

   Xvfb  :3 -ac -screen 0 640x480x16
   xterm -display :3

Make the faked server use your keyma
================================================

   xmodmap -pke | xmodmap -display :3 -


Do any of the following three:
================================================

1. After starting Xnee, type "ps" followed by enter followed
    by 'q' (to stop recording)

   cnee/src/cnee --record --keyboard -sk q --distribute :3

2. Use the scripting input to type a p

   echo "fake-key  key=p" | ./cnee/src/cnee --replay --display :3 --file
stdin

3. Use the shell funs built by Xnee

   . share/xnee.sh
   xnee_init_file
   xnee_fake_key p
   xnee_fake_key s


Verify the session
================================================

   xwd -root -display :3 > /tmp/sess.xwd && xwud -in /tmp/sess.xwd






Henrik Sandklef skrev:
> Josh Wyatt wrote:
> 
>> What else can I do to help?
> 
> .. you have showed/proved me there is a 'bug', so it's up to me now ;)
> 
> 
> /hesa
> 
> 
> _______________________________________________
> Info-xnee mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-xnee
> 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]