Update README.linux

This commit is contained in:
Alexander David Frick 2022-05-25 14:53:11 -05:00 committed by GitHub
parent c27d641138
commit ed7d68470a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,10 +1,10 @@
## Thorium Portable for Linux README
## Copyright (c) 2022 Alex313031
This is a portable build of Thorium which can also be used to install/use Thorium on linux distros that do not use .deb packages. The thorium-browser script and thorium-shell script will need to be made executable with sudo chmod +x, and when run will disable logging, default browser check, and set the user data dir to the profile folder in this .zip rather than the usual ~/.config/thorium folder.
This is a portable build of Thorium which can also be used to install/use Thorium on Linux distros that do not use .deb packages. The thorium-browser script and thorium-shell script will need to be made executable with sudo chmod +x, and when run will disable logging, default browser check, and set the user data dir to .config/thorium in this folder rather than the usual $HOME/.config/thorium folder.
The .desktop files are the equivalents, however one needs to make a symlink to them in either ~/.local/share/applications or /usr/share/applications.
One can also directly copy them to one of these locations, and manually edit all the Exec= lines within them to point to wherever you unpacked this Thorium archive; I.E. instead of Exec=./chrome and Exec./content_shell I have it set on my machine to Exec=/home/alex/bin/thorium/chrome and Exec=/home/alex/bin/thorium/content_shell. Full paths are needed (no ~/ or $HOME)
One can also directly copy them to one of these locations, and manually edit all the Exec= lines within them to point to wherever you unpacked this Thorium archive; I.E. instead of Exec=./thorium and Exec./thorium_shell I have it set on my machine to Exec=/home/alex/bin/thorium/thorium and Exec=/home/alex/bin/thorium/thorium_shell. Full paths are needed (no ~/ or $HOME)
The same can be done for the Icon lines, so that they point to the correct locations and show an actual icon.