Re: [Bug-xnee] Query while using Cnee

2019-07-26 Thread Henrik Sandklef
Hello Thanks for your email. I do not have time to maintain Xnee anymore but will do my best. On 2019-07-25 05:54, Gupta05, Megha wrote: In the above case, there is a possibility that my application might crash at some point. Is it possible using my replay to understand which mouse or keyboa

Re: [Bug-xnee] Using Xnee for Gui Regression Testing

2016-05-30 Thread Henrik Sandklef
Sorry for the "ten decades" long answer. Email and work problems :( Can you give info on what OS, X, Xnee versions you're using. /h On Thu, Feb 18, 2016 at 11:47:37AM +0100, John Darrington wrote: > Hello, > > The GNU PSPP project is coming to release that automatic regression testing > of thi

Re: [Bug-xnee] Xnee won't replay on alternate display

2014-12-03 Thread Henrik Sandklef
On Tue, Nov 04, 2014 at 05:41:26PM -0500, Ben Albertus wrote: > Hi, > > I am trying to use Xnee (via cnee) to test some software. I want to > start up a nested Xserver (such as Xephyr or xvfb), open the software > on that display, and replay an *.xns file on that display. > > I am able to restric

[Bug-xnee] GNU Xnee 3.17 (‘Seeger') released

2014-01-29 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.17 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate program

Re: [Bug-xnee] gnee 3.15 crashing down on Fedora 18

2013-06-04 Thread Henrik Sandklef
Thanks for your kind help with this bug :) I have answered the bugzilla page. If setting up a new F18, what packages* do I need to install to build gnee? /h *) I am a Debian user. On Thu, May 16, 2013 at 02:26:06AM +0200, Casper wrote: > Hello, > I'm the packager of Xnee in Fedora since two

Re: [Bug-xnee] can't get cnee to work into a cron

2013-06-04 Thread Henrik Sandklef
Cron runs with no X. YOu need to start an X session first. Have you tried Xfvb? /h Do something like: #!/bin/sh # Start virtual frame buffer server Xvfb :20 & # wait for it to start - not a scientific method ;) sleep 3 # connect to the Xvfb

Re: [Bug-xnee] Xnee / Gnee

2013-04-16 Thread Henrik Sandklef
What data (e.g events) did you chose to record? Go to "Record settings" Double click MotionNotify Go to "Key bindings" Write Q as key for Stop Click Record Move mouse a bit Press q # you should now have a recording Click replay # your mouse motions shall be seen again /h On Mon,

Re: [Bug-xnee] Xnee / Gnee

2013-04-16 Thread Henrik Sandklef
Hi Did you attach a screenshot? Gnee is not supported anymoe due to limited available time :( /h On Mon, Apr 15, 2013 at 02:38:23PM +0200, Daniel Zimmermann wrote: > Hi there! > > 1) The links to test releases are down: > * http://alpha.gnu.org/xnee/ > * ftp://alpha.gnu.org/xnee/ > (

Re: [Bug-xnee] cnee replay not working

2013-04-16 Thread Henrik Sandklef
What OS/distribution are you using? /h On Thu, Apr 04, 2013 at 07:34:38PM -0400, Van Rafelghem Dominique wrote: > Hi Henrik Sandklef, >   > I’ve been experimenting with Xnee and cnee to record and replay X events.  > I’ve > been able to get thing to work on a platform that

Re: [Bug-xnee] Xnee with tcl/Tk based application

2013-03-15 Thread Henrik Sandklef
press q when done cnee/src/cnee --replay -f hesa.xns -mwm 327 and, apart from a debug print statement showing the max move value, it seems to work. /h On Fri, Mar 15, 2013 at 12:23:01AM +0100, Henrik Sandklef wrote: > It was Xnee that was broken. In latest CVS I think it all should

Re: [Bug-xnee] Xnee with tcl/Tk based application

2013-03-14 Thread Henrik Sandklef
n Thu, Mar 14, 2013 at 11:22:10PM +0100, Henrik Sandklef wrote: > I am looking into it, but I figure I might have a broken X/RECORD on > my laptop. Will try to check at work tomorrow. > > New option to cnee: > - > --max-window-moves,

Re: [Bug-xnee] unable to use gnee, unable to terminate

2013-03-14 Thread Henrik Sandklef
Found the problem. It was in Xnee - we're using a special behavior for newer X. But the new X had such a hgh version number Xnee couldn't handle it. Not good :( It fixed in CVS (head). On Thu, Mar 14, 2013 at 11:57:20PM +0100, Henrik Sandklef wrote: > Gnee is not supported anymore.

Re: [Bug-xnee] unable to use gnee, unable to terminate

2013-03-14 Thread Henrik Sandklef
Gnee is not supported anymore. We need help maintaining it. I suggest you use cnee instead. I tried a couple of different versions of Xnee and with newer X versions it doesn't work but with older X versions it does. Will try to look into this. /h On Wed, Feb 27, 2013 at 04:56:39PM +0100, Mar

Re: [Bug-xnee] Xnee with tcl/Tk based application

2013-03-14 Thread Henrik Sandklef
x0036f7a0) > libz.so.1 => /usr/lib64/libz.so.1 (0x0036f720) > > > Regards, > Garry B. > > -Original Message- > From: Henrik Sandklef [mailto:h...@sandklef.com] > Sent: Wednesday, February 27, 2013 3:11 PM > To: Bales, Garry > Cc: bug-xnee@gnu

Re: [Bug-xnee] Xnee with tcl/Tk based application

2013-02-27 Thread Henrik Sandklef
you know what UI framework the program (vsim) is using? Sth like this will probably work: which vsim | xargs ldd /h > Regards, > Garry B. > > -Original Message- > From: Henrik Sandklef [mailto:h...@sandklef.com] > Sent: Monday, February 25, 2013 6:48 AM > To: Bales,

Re: [Bug-xnee] Xnee with tcl/Tk based application

2013-02-25 Thread Henrik Sandklef
on. KDE is the > manager. > The application does a very large amount of window creation and redraw just > invoking. > The application attempts to place it windows in the same location every time. > > Kind Regards, > Garry B. > > -Original Message- > Fr

Re: [Bug-xnee] Xnee with tcl/Tk based application

2013-02-22 Thread Henrik Sandklef
On Fri, Feb 15, 2013 at 10:25:18PM +, Bales, Garry wrote: > Hi Henrik, > > I am trying to test an EDA simulation tool with Xnee, nice > cnee. > However prior to even windows being drawn I get a ton of the following > messages: > > Xnee error > Description: Fatal error while adjusting win

Re: [Bug-xnee] Gnee test cases

2013-02-22 Thread Henrik Sandklef
Late reply, sorry! There are not many developer right now. The GUI is using a rather old version of gtk and is in need of a rewrite. So getting bug reports on that is not really useful at the moment. If you're interested in testing the command line version you're more than welcome! /h On Sat,

Re: [Bug-xnee] xnee works with manual start, but does not work when autostarts at boot

2012-12-22 Thread Henrik Sandklef
Can you send the log file? On Tue, Aug 21, 2012 at 02:02:10PM +0800, Clayton wrote: > Hi, > > I have a cloud server running xvfb that I am using as a test driver. On > it, I have a script that launches a piece of software, and then > launches xnee to perform some actions on this software (via a >

[Bug-xnee] GNU Xnee 3.15 ('Shankar') released

2012-12-22 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.15 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate prog

[Bug-xnee] [bug #36663] Bail out if recorded XI devices is not found during replay

2012-12-22 Thread Henrik Sandklef
Update of bug #36663 (project xnee): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messag

[Bug-xnee] [bug #37895] pnee/data/pnee.server.in file missing in 3.14 tarball?

2012-12-22 Thread Henrik Sandklef
Update of bug #37895 (project xnee): Status:None => Fixed Assigned to:None => hesa Open/Closed:Open => Closed _

Re: [Bug-xnee] xnee patch for Red Hat Enterprise Linux

2012-12-11 Thread Henrik Sandklef
Thanks for your report. On Thu, Nov 29, 2012 at 09:43:52AM +0100, Olof Astrand wrote: > Hello , > > Redhat Enterpsise Linux (6.3) uses: > Red Hat, Inc. > as vendor string. > > I Patched line 518 but probably need more patches to make it work > better. There is some strange behaviour after replay

[Bug-xnee] [bug #36662] 2 extra lines, not really needed, printed to recorded log files

2012-12-11 Thread Henrik Sandklef
Update of bug #36662 (project xnee): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messag

[Bug-xnee] GNU Xnee 3.14 (‘Lord Pi’) released

2012-10-10 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.14 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate program

[Bug-xnee] GNU Xnee 3.14 (‘Lord Pi’) released

2012-10-10 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.14 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate program

Re: [Bug-xnee] xnee works with manual start, but does not work when autostarts at boot

2012-09-28 Thread Henrik Sandklef
Sorry for late reply. On Tue, Aug 21, 2012 at 02:02:10PM +0800, Clayton wrote: > Hi, > > I have a cloud server running xvfb that I am using as a test driver. On > it, I have a script that launches a piece of software, and then > launches xnee to perform some actions on this software (via a > pre-

[Bug-xnee] [bug #36662] 2 extra lines, not really needed, printed to recorded log files

2012-06-28 Thread Henrik Sandklef
Follow-up Comment #3, bug #36662 (project xnee): Code commited ___ Reply to this item at: ___ Message sent via/by Savannah http://savannah.gnu.org/

[Bug-xnee] [bug #36662] 2 extra lines, not really needed, printed to recorded log files

2012-06-28 Thread Henrik Sandklef
Follow-up Comment #2, bug #36662 (project xnee): Non committed code works fine when recording Replaying XI event without XI does not work - really dunno if this is necessary to implement who records on an XI device and then replay on a non XI device? __

[Bug-xnee] [bug #36662] 2 extra lines, not really needed, printed to recorded log files

2012-06-24 Thread Henrik Sandklef
Update of bug #36662 (project xnee): Status:None => In Progress ___ Follow-up Comment #1: Work has finally begun. ___ Reply to thi

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-06-16 Thread Henrik Sandklef
Really busy with grading students on some courses. In case you need some stats before you go to sleep: http://sandklef.wordpress.com/2012/05/31/os-and-ide-stats-from-2012-embedded-project-at-chalmers-gothenburg-university/ On Fri, May 04, 2012 at 11:47:51AM +, L. Rahyen wrote: > > Have bee

[Bug-xnee] [bug #36663] Bail out if recorded XI devices is not found during replay

2012-06-14 Thread Henrik Sandklef
URL: Summary: Bail out if recorded XI devices is not found during replay Project: Xnee Submitted by: hesa Submitted on: Thu 14 Jun 2012 11:31:53 PM CEST Category: libxnee

[Bug-xnee] [bug #36662] 2 extra lines, not really needed, printed to recorded log files

2012-06-14 Thread Henrik Sandklef
URL: Summary: 2 extra lines, not really needed, printed to recorded log files Project: Xnee Submitted by: hesa Submitted on: Thu 14 Jun 2012 11:28:06 PM CEST Category: libxnee

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-04-30 Thread Henrik Sandklef
Have been travelling for some days so I never found some proper time to look into your email until now. On Fri, Apr 20, 2012 at 06:05:05PM +, L. Rahyen wrote: > > No, not at all. I am, myself, so used to use the stop key to stop recodring > > (e.g: "-sk q" makes Xnee stop recording when you p

[Bug-xnee] Xnee 3.13 ('Levon Helm') released

2012-04-23 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.13 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate prog

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-04-18 Thread Henrik Sandklef
On Wed, Apr 18, 2012 at 06:34:41AM +, L. Rahyen wrote: > Thanks. I compiled the new version. The bug is partially fixed. When I > record both mouse and keyboard, or mouse events only, it works as expected > (see logs in attached files "mouse" and "mouse-keyboard"). But when I record >

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-04-18 Thread Henrik Sandklef
t; > > > > % tar -xzf xnee-3.11.90.tar.gz > > > > > > gzip: stdin: unexpected end of file > > > tar: Unexpected EOF in archive > > > tar: Unexpected EOF in archive > > > tar: Error is not recoverable: exiting now > &

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-04-16 Thread Henrik Sandklef
w > > Please re-upload it. Thanks again for spending your time to fix this > bug. > > > On Thu, Feb 23, 2012 at 12:50:21PM +0100, Henrik Sandklef wrote: > > > On Wed, Jan 18, 2012 at 10:41:19PM +, L. Rahyen wrote: > > > > When I run: >

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-04-16 Thread Henrik Sandklef
Long delay :( New unofficial release here: http://www.sandklef.com/test/xnee-3.11.90.tar.gz /h On Thu, Feb 23, 2012 at 12:50:21PM +0100, Henrik Sandklef wrote: > On Wed, Jan 18, 2012 at 10:41:19PM +, L. Rahyen wrote: > > When I run: > > cnee --record --keyboard >

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-02-23 Thread Henrik Sandklef
On Wed, Jan 18, 2012 at 10:41:19PM +, L. Rahyen wrote: > When I run: > cnee --record --keyboard > > I get "WARNING: Enough valuators ... still not printing" after every > event. What does this mean? > > Also, empty mouse motion events are recorded in the form of > "0,100,0

Re: [Bug-xnee] Cnee doesn't exit when replaying in VNC

2012-02-23 Thread Henrik Sandklef
On Sun, Feb 12, 2012 at 09:30:31PM +0100, Erik Raassum wrote: > On 12.02.2012 20:51, Erik Raassum wrote: > >Hey, > > > >If I try to replay a recording on VNC (ie. DISPLAY=:1.0), it will > >(sometimes) replay alright, but refuses to exit after completing. > > > >This is how it transpires. I also get

Re: [Bug-xnee] xnee-3.11 compilation

2012-02-10 Thread Henrik Sandklef
Fixed in CVS On 01/30/2012 10:43 AM, mirr...@rambler.ru wrote: > xnee_record.c:283:9: warning: too few arguments for format > > ___ > Bug-xnee mailing list > Bug-xnee@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-xnee > ___

Re: [Bug-xnee] "WARNING: Enough valuators ... still not printing" - what does it mean?

2012-02-10 Thread Henrik Sandklef
Will start looking into this asap. /h On 01/18/2012 11:41 PM, L. Rahyen wrote: > When I run: > cnee --record --keyboard > > I get "WARNING: Enough valuators ... still not printing" after every > event. What does this mean? > > Also, empty mouse motion events are recorded in t

Re: [Bug-xnee] xnee-3.11 compilation

2012-02-10 Thread Henrik Sandklef
What platform are you on? On 01/30/2012 10:43 AM, mirr...@rambler.ru wrote: > xnee_record.c:283:9: warning: too few arguments for format > > ___ > Bug-xnee mailing list > Bug-xnee@gnu.org > https://lists.gnu.org/mailman/listinfo/bug-xnee > __

Re: [Bug-xnee] Basic test fails; on my first try!!

2012-01-05 Thread Henrik Sandklef
On 12/28/2011 12:41 PM, al...@geophysik.uni-muenchen.de wrote: Hello. I am suggested to "File a bug report", so I do. I installed xnee with: ./configure --disable-gnome-applet make make install and everthing appears to have gone smoothly. Only this: * gtk-config missing

Re: [Bug-xnee] Basic test fails; on my first try!!

2012-01-05 Thread Henrik Sandklef
Hi thanks for your report(s). Will deal with the issues in separate emails. On 12/28/2011 12:41 PM, al...@geophysik.uni-muenchen.de wrote: Then I followed the following two steps of the documentation: 2.1.2 Simple recording of Key presses 2.1.3 Simple replaying of your recorded file

[Bug-xnee] [bug #35029] Segmentation fault when using stop key

2011-12-16 Thread Henrik Sandklef
Update of bug #35029 (project xnee): Status:None => Fixed Assigned to:None => hesa Open/Closed:Open => Closed _

[Bug-xnee] GNU Xnee 3.11 ('Jansch') released

2011-12-16 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.11 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate prog

[Bug-xnee] [bug #35078] Replaying core events (-fcr) to Xephyr isn't correct when using modifiers

2011-12-15 Thread Henrik Sandklef
URL: Summary: Replaying core events (-fcr) to Xephyr isn't correct when using modifiers Project: Xnee Submitted by: hesa Submitted on: Thu 15 Dec 2011 01:24:22 PM CET Category: libxnee

[Bug-xnee] [bug #35077] Record XI events can't be replayed on (or distributed to) other tham the same laptop

2011-12-15 Thread Henrik Sandklef
URL: Summary: Record XI events can't be replayed on (or distributed to) other tham the same laptop Project: Xnee Submitted by: hesa Submitted on: Thu 15 Dec 2011 01:21:52 PM CET Catego

[Bug-xnee] [bug #35058] cnee seg faults when no arg given to --time

2011-12-13 Thread Henrik Sandklef
URL: Summary: cnee seg faults when no arg given to --time Project: Xnee Submitted by: hesa Submitted on: Tue 13 Dec 2011 06:37:02 PM CET Category: cnee Severity: 2 - Mi

[Bug-xnee] [bug #35052] Distribute doesn't work with XI

2011-12-13 Thread Henrik Sandklef
URL: Summary: Distribute doesn't work with XI Project: Xnee Submitted by: hesa Submitted on: Tue 13 Dec 2011 01:55:37 PM CET Category: libxnee Severity: 2 - Minor

[Bug-xnee] [bug #30137] gnee crashes on Ubuntu 10.04

2011-11-15 Thread Henrik Sandklef
Update of bug #30137 (project xnee): Status: In Progress => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: Works here. _

Re: [Bug-xnee] "Workaround: Creating context on data display instead of control"

2011-11-15 Thread Henrik Sandklef
On 08/31/2011 04:36 AM, Li Liang-W22733 wrote: Hi, When I run an cnee command, it prompted me that “Workaround: Creating context on data display instead of control”, and when I ran the replay command, it showed nothing except the same information “Workaround: Creating context on data display ins

Re: [Bug-xnee] Package of Xnee for Fedora

2011-09-10 Thread Henrik Sandklef
Fixed in CVS HEAD But: The sighandler (which ungrabs keys/buttons, puts autorepeat back on/off) Xnee still calls exit. /h On 09/10/2011 04:07 PM, Henrik Sandklef wrote: On 09/04/2011 09:57 PM, Casper wrote: Hello, I'm trying to package Xnee for Fedora. Fedora is a distribution of GNU/

Re: [Bug-xnee] Package of Xnee for Fedora

2011-09-10 Thread Henrik Sandklef
On 09/04/2011 09:57 PM, Casper wrote: Hello, I'm trying to package Xnee for Fedora. Fedora is a distribution of GNU/Linux sponsored by Red Hat. I kind of know about Fedora :) You can follow the intregration in fedora repo here : https://bugzilla.redhat.com/show_bug.cgi?id=726080 After the bu

[Bug-xnee] [bug #34131] Confusing warnings from cnee

2011-08-25 Thread Henrik Sandklef
URL: Summary: Confusing warnings from cnee Project: Xnee Submitted by: hesa Submitted on: Thu 25 Aug 2011 10:42:59 PM CEST Category: libxnee Severity: 2 - Minor

[Bug-xnee] GNU Xnee 3.10 ('Heron') released

2011-08-10 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.10 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate prog

[Bug-xnee] GNU Xnee 3.09.91 available

2011-07-15 Thread Henrik Sandklef
A candidate for the coming 3.10 is available: http://alpha.gnu.org/gnu/xnee/xnee-3.09.91.tar.gz Fixed bugs: Savannah: #33237, Xnee fails to record on RedHat #33667, Seg fault (on Ubuntu 11.04) #323

[Bug-xnee] [bug #32762] no sync option faulty

2011-07-12 Thread Henrik Sandklef
Update of bug #32762 (project xnee): Status:None => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Bug-xnee] [bug #32765] libxnee: keyboard messed up after replay

2011-07-10 Thread Henrik Sandklef
Update of bug #32765 (project xnee): Status:Works For Me => Wont Fix Open/Closed:Open => Closed ___ Reply to this item at:

[Bug-xnee] [bug #32767] Button key to stop recoring

2011-07-10 Thread Henrik Sandklef
Update of bug #32767 (project xnee): Status: In Progress => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #2: Xnee now bails out of

[Bug-xnee] [bug #33667] Seg fault

2011-07-10 Thread Henrik Sandklef
Update of bug #33667 (project xnee): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messag

[Bug-xnee] [bug #32385] CNEE replay precision

2011-07-10 Thread Henrik Sandklef
Update of bug #32385 (project xnee): Status: In Progress => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Bug-xnee] [bug #33667] Seg fault

2011-07-02 Thread Henrik Sandklef
Update of bug #33667 (project xnee): Status: In Progress => Fixed ___ Follow-up Comment #2: Missed to set displays to NULL after close :( Fixed. Will commit later tonight __

[Bug-xnee] [bug #33667] Seg fault

2011-07-02 Thread Henrik Sandklef
Follow-up Comment #1, bug #33667 (project xnee): This only happens after failed grab. I am on it. ___ Reply to this item at: ___ Message sent via/by Sa

[Bug-xnee] [bug #33667] Seg fault

2011-06-28 Thread Henrik Sandklef
URL: Summary: Seg fault Project: Xnee Submitted by: hesa Submitted on: Tue 28 Jun 2011 07:03:17 PM CEST Category: libxnee Severity: 5 - Blocker Item Group

[Bug-xnee] [bug #33666] missing program: gtk-config

2011-06-28 Thread Henrik Sandklef
URL: Summary: missing program: gtk-config Project: Xnee Submitted by: hesa Submitted on: Tue 28 Jun 2011 07:02:07 PM CEST Category: None Severity: 3 - Normal

[Bug-xnee] [bug #33665] libgnomeui-2.0 was not found in the pkg-config search path

2011-06-28 Thread Henrik Sandklef
URL: Summary: libgnomeui-2.0 was not found in the pkg-config search path Project: Xnee Submitted by: hesa Submitted on: Tue 28 Jun 2011 07:01:30 PM CEST Category: Configure

Re: [Bug-xnee] cnee is not working

2011-05-14 Thread Henrik Sandklef
i686 i386 GNU/Linux /tmp# cnee -V xnee 3.06 Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009 Henrik Sandklef /tmp# cnee --record --events-to-record 1000 --mouse --keyboard \ -o /tmp/xnee.xns -e /tmp/xnee.log -v --> xnee_prepare ---> xnee_open_files --- xnee_open

[Bug-xnee] [bug #32385] CNEE replay precision

2011-05-12 Thread Henrik Sandklef
Follow-up Comment #10, bug #32385 (project xnee): When comparing images* I am now down to 8 when doing compare -metric MAE ~/xnee-xorg.png xnee-xorg.png diff.png The images are much more detailed than the one used by Kiran. Comparing Kiran's images gives 1.75 ... but are at the same time way

[Bug-xnee] [bug #32385] CNEE replay precision

2011-05-11 Thread Henrik Sandklef
Follow-up Comment #9, bug #32385 (project xnee): Xnee needs to take the following into consideration: 1. Time since start 2. Time between events 3. Synching with applications (e.g wait for new window, wait for data as received over network) Also a normal Desktop OS does not provide an "accurate

[Bug-xnee] [bug #32385] CNEE replay precision

2011-05-10 Thread Henrik Sandklef
Follow-up Comment #8, bug #32385 (project xnee): I record an mtpaint session. Replay it and record it (again) while replaying. Comparing the delays between the fakes is somewhat strange ... * there is a diff in time since start this should NOT happen * there is a bit difference between the de

[Bug-xnee] [bug #32385] CNEE replay precision

2011-05-10 Thread Henrik Sandklef
Follow-up Comment #7, bug #32385 (project xnee): Work begun in branch: savannah_32385 ___ Reply to this item at: ___ Message sent via/by Savannah

[Bug-xnee] [bug #33237] Xnee fails to record on RedHat Enterprise 5.5

2011-05-05 Thread Henrik Sandklef
Update of bug #33237 (project xnee): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messag

[Bug-xnee] [bug #33237] Xnee fails to record on RedHat Enterprise 5.5

2011-05-05 Thread Henrik Sandklef
Update of bug #33237 (project xnee): Status: In Progress => Fixed ___ Follow-up Comment #1: Fixed in: libxnee/src/xnee_utils.c ___

[Bug-xnee] [bug #33237] Xnee fails to record on RedHat Enterprise 5.5

2011-05-05 Thread Henrik Sandklef
URL: Summary: Xnee fails to record on RedHat Enterprise 5.5 Project: Xnee Submitted by: hesa Submitted on: Thu 05 May 2011 04:58:09 PM CEST Category: libxnee Severity:

[Bug-xnee] Currently working on a (general) build system: Going to be used by Xnee

2011-04-07 Thread Henrik Sandklef
hi the build systems used so far have not been easily used for Xnee and not have not be allowing for easily hooking up extra build clients behind firewalls. So ... a bit sub optimal: we're writing a new build system. Two humans (friend and me) have been implementing a new slim build system, yad

[Bug-xnee] [bug #32385] CNEE replay precision

2011-03-27 Thread Henrik Sandklef
Follow-up Comment #6, bug #32385 (project xnee): I can now reproduce the error, using mtpaint, import and compare. /h ___ Reply to this item at: ___ M

[Bug-xnee] [bug #32385] CNEE replay precision

2011-03-26 Thread Henrik Sandklef
Follow-up Comment #5, bug #32385 (project xnee): This is a bit confusing ... perhaps it is a timing issue. I will check in to it more .. ___ Reply to this item at: __

Re: [Bug-xnee] Re: xnee and Fedora 14

2011-03-25 Thread Henrik Sandklef
Reported: https://bugzilla.redhat.com/show_bug.cgi?id=690947 /henrik On 03/01/2011 12:18 PM, Henrik Sandklef wrote: > I will do some more checks on my Fed14 computer before I fire away a bug > report, but as far as I can see the problem boils down the RECORD > extension in

[Bug-xnee] [bug #32767] Button key to stop recoring

2011-03-13 Thread Henrik Sandklef
Update of bug #32767 (project xnee): Status:None => In Progress Assigned to:None => hesa ___ Follow-up Comment #1: Using a key to pause/s

[Bug-xnee] [bug #32765] libxnee: keyboard messed up after replay

2011-03-13 Thread Henrik Sandklef
Update of bug #32765 (project xnee): Item Group:None => Error report Status:None => Works For Me ___ Follow-up Comment #1: I am pretty sure this

[Bug-xnee] [bug #32767] Button key to stop recoring

2011-03-13 Thread Henrik Sandklef
URL: Summary: Button key to stop recoring Project: Xnee Submitted by: hesa Submitted on: Sun 13 Mar 2011 11:28:24 AM CET Category: libxnee Severity: 3 - Normal

[Bug-xnee] [bug #32766] Gnee: can't change name of recorded file

2011-03-13 Thread Henrik Sandklef
URL: Summary: Gnee: can't change name of recorded file Project: Xnee Submitted by: hesa Submitted on: Sun 13 Mar 2011 11:28:08 AM CET Category: gnee Severity: 3 - Norma

[Bug-xnee] [bug #32765] libxnee: keyboard messed up after replay

2011-03-13 Thread Henrik Sandklef
URL: Summary: libxnee: keyboard messed up after replay Project: Xnee Submitted by: hesa Submitted on: Sun 13 Mar 2011 11:27:24 AM CET Category: libxnee Severity: 3 - No

[Bug-xnee] [bug #32762] no sync option faulty

2011-03-12 Thread Henrik Sandklef
URL: Summary: no sync option faulty Project: Xnee Submitted by: hesa Submitted on: Sun 13 Mar 2011 12:19:40 AM CET Category: libxnee Severity: 3 - Normal

[Bug-xnee] Re: xnee and Fedora 14

2011-03-01 Thread Henrik Sandklef
I will do some more checks on my Fed14 computer before I fire away a bug report, but as far as I can see the problem boils down the RECORD extension in Fedora 14. Thanks for all your work William :) On 02/20/2011 02:32 AM, William Bader wrote: After seeing the recent emails, I pulled xnee fr

Re: [Bug-xnee] GNU Xnee 3.09 ('Moore') released

2011-02-28 Thread Henrik Sandklef
On 02/28/2011 09:54 PM, Henrik Sandklef wrote: > This is important ... i am on it. > > I have a Fedora 14 now so I'll give it a try. > Did some serious testing/hacking on Xnee on Fedora and found nothing. Didn't get a clue to be honest ... so I switched focus a bit

Re: [Bug-xnee] GNU Xnee 3.09 ('Moore') released

2011-02-28 Thread Henrik Sandklef
On 02/27/2011 11:34 PM, William Bader wrote: > xnee-3.09 built without any modification on Fedora 14. It looks like > the "dnl" issue in libxnee/src/Makefile is fixed. I was almost afraid of reading your email given all the times I've missed the "Fedora thing". > Like previous versions, it does

[Bug-xnee] GNU Xnee 3.09 ('Moore') released

2011-02-23 Thread Henrik Sandklef
We are pleased to announce the availability of GNU Xnee 3.09 GNU Xnee is a suite of programs that can record, replay and distribute user actions under the X11 environment. Think of it as a robot that can imitate the job you just did. GNU Xnee can be used to: Automate tests Demonstrate pro

[Bug-xnee] [bug #32291] Xnee fails checking gtk.h

2011-02-19 Thread Henrik Sandklef
Update of bug #32291 (project xnee): Status: In Progress => Fixed Open/Closed:Open => Closed ___ Follow-up Comment #1: Replaced check for gtk

[Bug-xnee] [bug #32291] Xnee fails checking gtk.h

2011-02-19 Thread Henrik Sandklef
Update of bug #32291 (project xnee): Status:None => In Progress ___ Reply to this item at: ___ Messag

[Bug-xnee] [bug #31231] Replay in demo mode malfunctions

2011-02-19 Thread Henrik Sandklef
Update of bug #31231 (project xnee): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messag

[Bug-xnee] [bug #28431] Separate tests needing a running X server

2011-02-19 Thread Henrik Sandklef
Update of bug #28431 (project xnee): Status: In Progress => Fixed Open/Closed:Open => Closed ___ Reply to this item at:

[Bug-xnee] [bug #28238] XI2 extension support

2011-02-19 Thread Henrik Sandklef
Update of bug #28238 (project xnee): Open/Closed:Open => Closed ___ Reply to this item at: ___ Messag

[Bug-xnee] [bug #28238] XI2 extension support

2011-02-19 Thread Henrik Sandklef
Update of bug #28238 (project xnee): Status: In Progress => Fixed ___ Follow-up Comment #9: Available both in CVS and in last release. ___

[Bug-xnee] [bug #31231] Replay in demo mode malfunctions

2011-02-19 Thread Henrik Sandklef
Update of bug #31231 (project xnee): Status: In Progress => Fixed ___ Follow-up Comment #1: Fixed in CVS Head. Available in next release. ___

[Bug-xnee] [bug #32385] CNEE replay precision

2011-02-19 Thread Henrik Sandklef
Follow-up Comment #3, bug #32385 (project xnee): Xnee 2.0 is old (5 years?) so we cannot spend time on that version. If you update to a newer version of Xnee, is the program still there? Can you provide us with a list of the "steps" that is recorded. Something like toe following will be fine:

Re: [Bug-xnee] Xnee 3.08 build glitches

2011-02-08 Thread Henrik Sandklef
Thanks for your reports. I'll dive into them asap. /h On 01/31/2011 02:07 PM, Ludovic Courtès wrote: > Hello! > > I packaged Xnee 3.08 in Nixpkgs [0]. Here are a few glitches I worked > around: > > 1. Several shell scripts under ‘cnee/test’ refer to /bin/bash. > However, /bin/bash is no

  1   2   3   4   >