On Sun, 28 Jun 2015, Dan Hitt wrote:

I'm aware of audacity, which is of course a very fine piece of
software.  But its function is more to edit than just to view.  So,
e.g., if you open a sound file, then it wants to create a project, and
when you want to exit you have to tell it not to save the project that
it created.

  hi Dan
  I had the same problem as you, and found a solution which may be thought as 
an horrible
  workaround, but works perfectly:
  I use the following script:

     #!/bin/bash
     ps -u $USER -f | egrep -v grep\|kill-aud | grep audacity | while read  
NAME PROC LINE
     do
        kill -9 $PROC
     done
     rm -fr  $HOME/.audacity-data/AutoSave

   Now you have to include this script in your window manager, and can exit from
   audacity with just 2 clicks, as with file/exit

cheers,
--
Pierre Frenkiel


--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
https://lists.debian.org/alpine.deb.2.11.1506291047030.20...@pfr2.frenkiel-hure.net

Reply via email to