我跑不了了。这是终端输出。我在运行Kubuntu 20.04。
~$ ardour
Ardour6.5.0~ds0 (built using 6.5.0~ds0-1~ubuntu20.04.1~ppa1 and GCC version 9.3.0)
Ardour: [INFO]: Your system is configured to limit Ardour to 1048576 open files
Ardour: [INFO]: Loading system configuration file /etc/ardour6/system_config
Ardour: [INFO]: CPU vendor: GenuineIntel
Ardour: [INFO]: AVX-capable processor
Ardour: [INFO]: CPU brand: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
Ardour: [INFO]: Using AVX optimized routines
Ardour: [INFO]: Loading plugin meta data file /usr/share/ardour6/plugin_metadata/plugin_tags
Ardour: [INFO]: Loading default ui configuration file /etc/ardour6/default_ui_config
Ardour: [INFO]: Loading 449 MIDI patches from /usr/share/ardour6/patchfiles
Ardour: [INFO]: Loading color file /usr/share/ardour6/themes/dark-ardour.colors
Ardour: [INFO]: Loading ui configuration file /etc/ardour6/clearlooks.rc
Ardour: [INFO]: Loading bindings from /etc/ardour6/ardour.keys
Loading ui configuration file /etc/ardour6/clearlooks.rc
set default folder to /home/caleb
Segmentation fault (core dumped)如果有任何线索,这就是作为root运行时的输出:
sudo ardour
[sudo] password for caleb:
Ardour6.5.0~ds0 (built using 6.5.0~ds0-1~ubuntu20.04.1~ppa1 and GCC version 9.3.0)
Ardour: [INFO]: Your system is configured to limit Ardour to 1048576 open files
Ardour: [INFO]: Loading system configuration file /etc/ardour6/system_config
Ardour: [INFO]: Loading user configuration file /root/.config/ardour6/config
Ardour: [INFO]: CPU vendor: GenuineIntel
Ardour: [INFO]: AVX-capable processor
Ardour: [INFO]: CPU brand: Intel(R) Core(TM) i7-4790 CPU @ 3.60GHz
Ardour: [INFO]: Using AVX optimized routines
Ardour: [INFO]: Loading plugin meta data file /usr/share/ardour6/plugin_metadata/plugin_tags
Ardour: [INFO]: Loading plugin statistics file /root/.config/ardour6/plugin_metadata/plugin_stats
Ardour: [INFO]: Loading default ui configuration file /etc/ardour6/default_ui_config
Ardour: [INFO]: Loading user ui configuration file /root/.config/ardour6/ui_config
Ardour: [INFO]: Loading 449 MIDI patches from /usr/share/ardour6/patchfiles
Ardour: [INFO]: Loading color file /usr/share/ardour6/themes/dark-ardour.colors
Ardour: [INFO]: Loading ui configuration file /etc/ardour6/clearlooks.rc
Ardour: [INFO]: Loading bindings from /etc/ardour6/ardour.keys
Loading ui configuration file /etc/ardour6/clearlooks.rc
Found nothing along /root/.config/ardour6/templates:/usr/share/ardour6/templates$ apt-cache policy ardour
ardour:
Installed: 1:6.5.0+ds0-1~ubuntu20.04.1~ppa1
Candidate: 1:6.5.0+ds0-1~ubuntu20.04.1~ppa1
Version table:
*** 1:6.5.0+ds0-1~ubuntu20.04.1~ppa1 500
500 http://ppa.launchpad.net/ubuntustudio-ppa/ardour-backports/ubuntu focal/main amd64 Packages
100 /var/lib/dpkg/status
1:5.12.0-3ubuntu4 500
500 http://us.archive.ubuntu.com/ubuntu focal/universe amd64 Packages发布于 2021-06-19 17:54:02
sudo也许是条线索。可能您对Ardour配置文件夹有错误的权限。
若要修复权限,请使用下面的命令:
sudo chown -R $USER:$USER ~/.config/ardour6 ~/.config/ardour5然后重新启动热情。
还要确保您遵循了“热情手册”,特别是Ubuntu安装页面:
sudo usermod -a -G audio $USER发布于 2021-06-21 03:27:33
通过IRC的热情得到了答案。结果,热情与拉丁码头的全球菜单小程序发生了冲突。
解决方案是将export UBUNTU_MENUPROXY=""添加到/usr/bin中的热情脚本中。
这迫使人们对全球菜单视而不见,并正常运行。
https://askubuntu.com/questions/1346910
复制相似问题