Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在 Flat-pack Linux 中的 Chromium 中执行颤振应用程序?我试过#CHROME_EXECUTABLE=/snap/bin/chromium; export CHROME_EXECUTABLE了,但没有用。
#CHROME_EXECUTABLE=/snap/bin/chromium; export CHROME_EXECUTABLE
您现在正在使用 snaps,要使用 Flat-pack Chromium 编辑.bashrc文件,请添加:
.bashrc
CHROME_EXECUTABLE="/var/lib/flatpak/app/org.chromium.Chromium/current/active/export/bin/org.chromium.Chromium"; export CHROME_EXECUTABLE