Pause Click Freeze

Help for Audacity on GNU/Linux.
Forum rules
ImageThis forum is for Audacity on GNU/Linux.
Please state:
  • which version of Linux you are using,
  • the exact three-section version number of Audacity from Help menu > About Audacity,
  • whether you installed your distribution's release, PPA version, or compiled Audacity from source code.

Audacity 1.2.x and 1.3.x are obsolete and no longer supported. If you still have those versions, please upgrade (see https://www.audacityteam.org/download/).
The old forums for those versions are now closed, but you can still read the archives of the 1.2.x and 1.3.x forums.
Gale Andrews
Quality Assurance
Posts: 41761
Joined: Fri Jul 27, 2007 12:02 am
Operating System: Windows 10

Re: Pause Click Freeze

Post by Gale Andrews » Sat Dec 12, 2015 10:42 am

drjoeross wrote:Is it possible to put this in a bach file like mos dos, that you can double click and run?

I tried creating a desktop file callerd ( "RunAudacity.desktop" ) but it did not work. I put this in the file -->

[Desktop Entry]
Name=Start-Audacity
Comment=test of online script
Exec=/home/DRJOEROSS/StartAudacity.sh <=== the wk around: env PULSE_LATENCY_MSEC=30 audacity
Icon=/home/DRJOEROSS/audacity.png
Terminal=true
Type=Application
As it says on http://wiki.audacityteam.org/wiki/Linux_Issues#pulse:
to avoid opening the terminal each time, it may (depending on the distribution) be possible to add the required latency command directly to the application launcher. If not, you can (with root permissions) edit /usr/share/applications/audacity.desktop and insert the pulse latency command directly after "Exec=", for example:
Exec=env PULSE_LATENCY_MSEC=30 audacity %F
So, if you are using GNOME flashback, you can right-click over the Audacity launcher and choose "Properties" then edit the command.

If you are using Unity, edit the existing audacity.desktop file. There is no need to call another script (and scripts don't run until you give them executable permissions).


Gale
________________________________________FOR INSTANT HELP: (Click on Link below)
* * * * * Tips * * * * * Tutorials * * * * * Quick Start Guide * * * * * Audacity Manual

drjoeross
Posts: 14
Joined: Sun Oct 18, 2015 3:37 pm
Operating System: Please select

Re: Pause Click Freeze

Post by drjoeross » Sat Dec 12, 2015 11:29 am

The batch file worked fine! It was my first and I put it im the wrong directory because I did not use a root nautilus window to find the user directory to store the new execuable script. I hope this works (yet Ty o be proven) and ma ll es it easier for others to use audacity. Joe

Post Reply