bug-xnee
[Top][All Lists]
Advanced

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

[Bug-xnee] Re: [Info-xnee] recording doesnt work?


From: Henrik Sandklef
Subject: [Bug-xnee] Re: [Info-xnee] recording doesnt work?
Date: Thu, 18 Aug 2005 14:30:33 +0200

On tor, 2005-07-21 at 10:38 -0400, Garland, Ken R wrote:
> Here is the latest log with Gnee 2.00. I tried this twice, the first
> time it recorded me clicking on three tabs in Firefox, but when played
> back it was able to get the first tab clicked on, but then died on the
> 2nd one as explained before (the mouse just drifts off to the right in
> slow motion then stops). 

Ok, it doesn't die (i.e crashes with a seg fault). It means that Xnee
cannot synchronise anymore. 

This line in the attached file:
        delivered-event-range         7-35 
says you are recording events 7 through 35. I guess this conclusion will
not give me the Nobel prise this year either. Anyhow, you record a
__LOT__ of data with these settings. These data alone:
        18      UnmapNotify
        19      MapNotify
will produce so much data that you'll end up with a recorded session
being too hard to synchronise. Try to strip down the range of data you
record. If you analyse firefox (using cnee) when pressing buttons you'll
get a picture of what to use to sync. Do something like this:

        cnee -devra 7-35 

Now you'll notice that there are data being printed continously. Exclude
12 (Expose) , 15 (VisibilityNotify).

        cnee -devra 7-11,12-14,16-32 --record

You'll see too much of 18 (UnmapNotify), 19 (MapNotify), 22
(ConfigureNotify), 28 (PropertyNotify), exclude them too.....

        cnee -devra 7-11,12-14,16,17,20,21,23-27,29-32 --record

Perhaps this works better.... Then use gnee again (with the settings as
above) if you prefer gnee.

The next step for Xnee is to include some default settings various
applications (or rather Toolkits, such as qt/kde, gtk, ....) so Xnee
users will not have to go through this every time




> The second time Gnee crashed and I was locked
> out from my X session.

This is BAD!!!! Cannot reproduce this on my machine over here. If it
happens after you have changed the range of recorded data please, let us
know :) ... hopefully it will not!



/h


> - Ken
> 
> On 7/21/05, Henrik Sandklef <address@hidden> wrote:
> > 
> > 
> > 
> > Actually 2.0 has been around since monday.. announced some hours ago.
> > Lots of stuff has happend since then. Please upgrade to 2.0 and report
> > back
> > 
> > Regarding the logfile, in the gnee recording tab you specify where to
> > record (default /tmp/gnee_<user>.xns I think), please send over that
> > file ...
> > 
> > 
> > /h
> > 
> > 
> > On Thu, 2005-07-21 at 09:43 -0400, Garland, Ken R wrote:
> > > I am using Gnee. I am trying to simulate web browsing in a gui
> > > environment by having mouse movements and clicks on links, tabs, etc
> > > inside Firefox. Xnee-1.08.99 is what I have installed. This is on
> > > Gentoo Linux running 2.6.12 kernel with Xorg 6.8.99.15 and FluxBox
> > > 0.9.13-r1 Window Manager. I do not see any logfiles for it.
> > >
> > > On 7/21/05, Henrik Sandklef <address@hidden> wrote:
> > > > Hi
> > > >
> > > > Thanks for your interest. You will have to give us much more info than
> > > > that:)
> > > >
> > > > What data do you (intend to) record/replay?
> > > > What version of Xnee are you using?
> > > > What platform are you using?
> > > > Can you send over the recorded log file?
> > > > I assume you are using gnee (gui) and not cnee (command line). Do you?
> > > >
> > > >
> > > > On Wed, 2005-07-20 at 16:46 -0400, Garland, Ken R wrote:
> > > > > or is it playback?
> > > > >
> > > > > well here is the problem that i'm experiencing...
> > > > >
> > > > > click on record.. move the mouse, click on something then stop 
> > > > > recording.
> > > > >
> > > > > when i do playback, not matter what I record it always just moves the
> > > > > mouse a little to the left then dies. this happens in slow motion and
> > > > > it is always the same.
> > > > >
> > > > >
> > > > > _______________________________________________
> > > > > 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]