Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 46854 - xnee can record X action macros and replay them, lets create an ebuild
Summary: xnee can record X action macros and replay them, lets create an ebuild
Status: RESOLVED DUPLICATE of bug 87725
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Desktop Misc. Team
URL: http://www.gnu.org/software/xnee/www/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-04-05 07:11 UTC by Lorinc Czegledi
Modified: 2005-06-04 04:51 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
xnee-1.07.ebuild (xnee-1.07.ebuild,1.42 KB, text/plain)
2005-04-02 14:53 UTC, bugs-gentoo.anon
Details
xnee-1.08.ebuild (xnee-1.08.ebuild,1.42 KB, text/plain)
2005-04-02 14:54 UTC, bugs-gentoo.anon
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lorinc Czegledi 2004-04-05 07:11:59 UTC
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. Xnee can be used to:

    Automate tests 	e.g nightly automatic regression tests
    Demonstrate programs 	e.g record and replay a user interaction with your system
    Distribute actions 	e.g teacher's actions can be sent to all student's desktops
    Record and replay 'macro' 	e.g Tie a key modifier combination (e.g using xkeymouse) to replay a recorded session. The macro is WM- and program independent.
    Retype a file 	e.g When testing an editor, Xnee can type in the content of a file. This can be compared with the original and thereby

Reproducible: Always
Steps to Reproduce:
1.
2.
3.



Expected Results:  
emerge xnee
Comment 1 bugs-gentoo.anon 2005-04-02 14:53:00 UTC
Created attachment 55140 [details]
xnee-1.07.ebuild

Ebuild for xnee-1.07.

-------------------------------------------------------------------------------


 All Xnee applications (gnee and cnee) receives X11 protocol data (e g XEvents)
from an X server using the libxnee and prints them to a file. This file is used
later on when replaying.

Events directly generated by the user (e.g KeyPress) can be replayed or faked.
Requests, replies, errors and events not directly generated by the user (e.g
MapNotify) can be recorded as well. By using these data Xnee applications can
replay with synchronisation. This is not only useful but essential.
Background
In order to verify that a program does the job it's supposed to do, certain
tests have to be made. These tests are, IMHO, perhaps the most boring things a
programmer can do. To release the programmer from this burdon Xnee is made.
Xnee started out as a commad line program. During the development phase the
main functionality was broken out to a library, called libxnee. The command
line program changed its name to cnee. The thought behind making the library
was to enable the writing of other clients than just a command line. Today
there is a GUI program, gnee that uses the library.

-------------------------------------------------------------------------------


TODO: 

- When build with doc added to USE-Variable app-text/tetex is needed. This is a
really large packet so if theres another package that's smaller, but has the
same function this should be added.
Comment 2 bugs-gentoo.anon 2005-04-02 14:54:27 UTC
Created attachment 55141 [details]
xnee-1.08.ebuild

Ebuild for xnee-1.07.

-------------------------------------------------------------------------------



 All Xnee applications (gnee and cnee) receives X11 protocol data (e g XEvents)

from an X server using the libxnee and prints them to a file. This file is used

later on when replaying.

Events directly generated by the user (e.g KeyPress) can be replayed or faked.
Requests, replies, errors and events not directly generated by the user (e.g
MapNotify) can be recorded as well. By using these data Xnee applications can
replay with synchronisation. This is not only useful but essential.
Background
In order to verify that a program does the job it's supposed to do, certain
tests have to be made. These tests are, IMHO, perhaps the most boring things a
programmer can do. To release the programmer from this burdon Xnee is made.
Xnee started out as a commad line program. During the development phase the
main functionality was broken out to a library, called libxnee. The command
line program changed its name to cnee. The thought behind making the library
was to enable the writing of other clients than just a command line. Today
there is a GUI program, gnee that uses the library.

-------------------------------------------------------------------------------



TODO: 

- When build with doc added to USE-Variable app-text/tetex is needed. This is a

really large packet so if theres another package that's smaller, but has the
same function this should be added.
Comment 3 bugs-gentoo.anon 2005-04-02 15:12:11 UTC
See bug#87725
Comment 4 bugs-gentoo.anon 2005-04-03 04:27:23 UTC
Comment on attachment 55140 [details]
xnee-1.07.ebuild

see bug#87725 for updates
Comment 5 bugs-gentoo.anon 2005-04-03 04:28:03 UTC
Comment on attachment 55141 [details]
xnee-1.08.ebuild

see bug#87725 for updates
Comment 6 Markus Nigbur (RETIRED) gentoo-dev 2005-06-04 04:51:23 UTC

*** This bug has been marked as a duplicate of 87725 ***