Appimage flags #41
-
Hi, is there a way to change the command-line flags on the Appimage? Like if I want to remove the --autoplay-policy flag, is there a way to do that? Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
@raisedintheusa What you can do is build the appimage yourself. Just download the thorium repo, as well as the latest .deb file. |
Beta Was this translation helpful? Give feedback.
@raisedintheusa What you can do is build the appimage yourself. Just download the thorium repo, as well as the latest .deb file.
Just use this directory > https://github.com/Alex313031/Thorium/tree/main/infra/APPIMAGE and you can just drop the latest .deb in that folder and modify the Thorium.yml file, then run
build_appimage.sh
The Thorium.yml file actually writes the internal thorium-browser.desktop file, so you can edit all theExec
lines and add/remove flags as needed. You can ignore the thordeb.sh part because that part is only for contributors who are building the full browser. build_appimage.sh should only take 1-2 minutes.