执行ZeroBraneStudioEduPack-1.70-linux.sh时出现此错误:xdg-desktop-menu: No writable system menu directory found.
它可能与我的桌面环境有关?目前我正在使用xwayland。
答案 0 :(得分:1)
根据this answer,似乎是一个xdg错误。您可以在运行install命令之前检查运行sudo mkdir /usr/share/desktop-directories/
是否可以解决问题。如果它有帮助,我会考虑将它添加到安装脚本中。