Public bug reported:

Feature Request

Please add a --terminate or --quit or --exit (-x) option (or synonyms
for all!) that instructs cnee to terminate on playback or terminate when
the stop-key is pressed.

OR

Please add an example in the man pages that shows how to make cnee exit
when recording and/or playback is finished (ideally, the same mechanism
should apply to both).

Work Around

Currently, this is used:

$ time cnee --replay --file filename.xnl --synchronised-replay
<wait until replay finishes>
^C
<note the time>

Then:

while true; do ./replay.sh ; sleep <time that was noted>; killall -9
cnee ; done

The following is preferred:

while true; do cnee --replay --file filename.xnl --synchronised-replay
-x; done

** Affects: xnee (Ubuntu)
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1576908

Title:
  xnee feature request: terminate after playback/record

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xnee/+bug/1576908/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to