在Ubuntu18.04中,Audacity在一个循环中,无论我在对话框中键入了什么位置,它都会说
Audacity could not find a safe place to store temporary files.
Audacity needs a place where automatic cleanup programs won't delete the temporary files.
Please enter an appropriate directory in the preferences dialog.发布于 2018-10-12 16:33:22
如果您通过snap包管理器安装audacity,它将无法工作。它必须与apt一起安装
所以解决办法是
sudo snap remove audacity
sudo apt-get install audacity -yhttps://askubuntu.com/questions/1083269
复制相似问题