Follow http://www.gnu.org/s/xnee/www/manual/xnee.html#SEC112 There you can read about reporting bugs:
"`Where and how do I report bugs?' Turn on verbose mode cnee --verbose and save the printouts. Include all printouts and log files in the mail which is sent to [EMAIL PROTECTED]" [EMAIL PROTECTED] wrote: > Hi, > When using the same command 'cnee -demo' and involving keyboard event, > the execution hangs. Turn on verbose mode and send over the printout. > Also, when I try to execute the examples given in manual, I am getting > Error No.-1 > > linux:/home/evros # cnee --record -o example3.xnr --device-event-range > 5-6 \ >> --time 5 --loops 20 Do you have a file called: example3.xnr Turn on verbose mode and send over the printout. > Error number: -1 > Error: (null) > Solution: (null) > linux:/home/evros # su > linux:/home/evros # cd ~ > linux:~ # cnee --record -o example3.xnr --device-event-range 5-6 \ >> --time 5 --loops 20 Woops, the doc is outdated. Don't use the "--loops" option. Use "--events-to-record" instead: like this: cnee --record -o example3.xnr --device-event-range 5-6 \ --time 5 --events-to-record 20 > Error number: -1 > Error: (null) > Solution: (null) > Really crappy output from Xnee, will look into that. _______________________________________________ Bug-xnee mailing list [email protected] http://lists.gnu.org/mailman/listinfo/bug-xnee
