Audacity wont run [SOLVED]
Forum rules
This forum is for Audacity on GNU/Linux.
Please state:
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.
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.
Audacity wont run [SOLVED]
I have installed via apt 2.1.3.0build3-ubuntu16.04.
when I try to run AUDACITY I get this error in terminal:
(Audacity:6189): Gtk-WARNING **: gtk_disable_setlocale() must be called before gtk_init()
any help would be appreciated!
thanks dan
when I try to run AUDACITY I get this error in terminal:
(Audacity:6189): Gtk-WARNING **: gtk_disable_setlocale() must be called before gtk_init()
any help would be appreciated!
thanks dan
Re: Audacity wont run
That's just a warning, not a critical failure. I get that warning too, but no reason for it to prevent Audacity from running.danzi wrote: (Audacity:6189): Gtk-WARNING **: gtk_disable_setlocale() must be called before gtk_init()
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity wont run
well that's not true fro me.
After the error , terminal goes back to cursor.
However if I run Audacity as SUDO it start but I get ....
"Audacity could not find a place to store temp files, click to select a place"
so I click and
"preference directories' opens
pre selected is "var/tmp/audacity-root"
set ok,
says will now exit, restart to use directory.
I do that and same dialog repeats.
SO I created a new directory
"var/temp/audacity"
which the auto creates
/.audacity-temp
so restart again and no joy.
back to same dialog
"Audacity could not find a place to store temp files, click to select a place"
so I don't know why this is happening and I don't know why it wont even start unless sudo.
Thanks DAN
After the error , terminal goes back to cursor.
However if I run Audacity as SUDO it start but I get ....
"Audacity could not find a place to store temp files, click to select a place"
so I click and
"preference directories' opens
pre selected is "var/tmp/audacity-root"
set ok,
says will now exit, restart to use directory.
I do that and same dialog repeats.
SO I created a new directory
"var/temp/audacity"
which the auto creates
/.audacity-temp
so restart again and no joy.
back to same dialog
"Audacity could not find a place to store temp files, click to select a place"
so I don't know why this is happening and I don't know why it wont even start unless sudo.
Thanks DAN
Re: Audacity wont run
not for me, it does not run at all
DAN
DAN
Re: Audacity wont run
Audacity should not be run as sudo.danzi wrote:However if I run Audacity as SUDO
What repository is that from?danzi wrote:.1.3.0build3-ubuntu
I'm using Ubuntu 16.04 and Audacity is listed as 2.1.2-1 (https://packages.ubuntu.com/xenial/audacity)
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity wont run
Yes I know audacity should not be run as SUDO,
for me that is the only way it will run.
repository is
ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu xenial
installed version is
2.1.3-0build3-ubuntu16.04
Dan
for me that is the only way it will run.
repository is
ppa.launchpad.net/ubuntuhandbook1/audacity/ubuntu xenial
installed version is
2.1.3-0build3-ubuntu16.04
Dan
Re: Audacity wont run
Try removing that version completely, including any user settings ~/.audacity-data and ~/.audacity-files (both are hidden folders, and are created per user).
Then install Audacity from the Ubuntu main 'Universe' repository.
Then install Audacity from the Ubuntu main 'Universe' repository.
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity wont run
removed audacity
sudo apt-get purge --auto-remove audacity
unchecked repository of audacity
installed via "ubuntu software" GUI
same problem!
will not even start as non-sudo.
starts in sudo.
checked folders/files against my 14.04 machine, and they are the same permssions
when I open in sudo, it ask me to set tmp directory.
So I do set as /var/tmp/.audacity_temp
permissions are owner root, group root.
and it runs ok.
if i change permission of .audacity_temp to owner me, group my-group
it will not run normally OR as sudo.
DAN
sudo apt-get purge --auto-remove audacity
unchecked repository of audacity
installed via "ubuntu software" GUI
same problem!
will not even start as non-sudo.
starts in sudo.
checked folders/files against my 14.04 machine, and they are the same permssions
when I open in sudo, it ask me to set tmp directory.
So I do set as /var/tmp/.audacity_temp
permissions are owner root, group root.
and it runs ok.
if i change permission of .audacity_temp to owner me, group my-group
it will not run normally OR as sudo.
DAN
Re: Audacity wont run
Did you forget about ~/.audacity-data and ~/.audacity-files ?danzi wrote:removed audacity
sudo apt-get purge --auto-remove audacity
unchecked repository of audacity
installed via "ubuntu software" GUI
same problem!
That will not allow Audacity to run correctly, and that is not the correct default location for Audacity's temp folder.danzi wrote:So I do set as /var/tmp/.audacity_temp
9/10 questions are answered in the FREQUENTLY ASKED QUESTIONS (FAQ)
Re: Audacity wont run
from what I found on inet,
sudo apt-get purge --auto-remove audacity
was supposed to remove all including data files.
None the less I will try individual removal of those 2 folders.
As for default tmp folder,
/var/tmp/.audacity_temp is what the program is going to automatically,
so where should the tmp foldr go?
Thaks Dan
sudo apt-get purge --auto-remove audacity
was supposed to remove all including data files.
None the less I will try individual removal of those 2 folders.
As for default tmp folder,
/var/tmp/.audacity_temp is what the program is going to automatically,
so where should the tmp foldr go?
Thaks Dan