en:howto:signal_on_tails
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| en:howto:signal_on_tails [2024/03/12 08:31] – [2.) Configure Tails] doobry | en:howto:signal_on_tails [2024/05/30 14:02] (current) – add link to a modern howto marymalone | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== HOWTO: INSTALLING AND RUNNING SIGNAL ON TAILS ====== | ====== HOWTO: INSTALLING AND RUNNING SIGNAL ON TAILS ====== | ||
| + | |||
| + | //A more modern howto is available [[https:// | ||
| (heavily based on: [[https:// | (heavily based on: [[https:// | ||
| Tested with: | Tested with: | ||
| - | * Tails version | + | * Tails versions |
| - | * Signal version | + | * Signal version |
| ===== 1.) Install Tails on USB-Stick ===== | ===== 1.) Install Tails on USB-Stick ===== | ||
| Line 35: | Line 36: | ||
| ===== 4.) Configure Flatpak ===== | ===== 4.) Configure Flatpak ===== | ||
| - | Put these commands into a script (a simple text file) in persistent folder i.e. ''/ | + | Put these commands into a script (a simple text file) in persistent folder i.e. ''/ |
| - | < | + | < |
| + | gnome-text-editor / | ||
| + | </ | ||
| + | |||
| + | Content of the file: | ||
| + | |||
| + | < | ||
| + | #!/bin/sh | ||
| mkdir -p / | mkdir -p / | ||
| mkdir -p / | mkdir -p / | ||
| - | ln -s / | + | |
| + | if ! file / | ||
| + | rm -rf --one-file-system / | ||
| + | | ||
| + | fi | ||
| mkdir -p / | mkdir -p / | ||
| mkdir -p / | mkdir -p / | ||
| - | ln -s / | + | ln -s / |
| + | </ | ||
| * Make script executable | * Make script executable | ||
| Line 52: | Line 66: | ||
| * Add script to autostart | * Add script to autostart | ||
| - | Create a file: ''/ | + | Create a file: ''/ |
| - | (Most probably you will have to create | + | |
| - | Put this to the text file named '' | + | < |
| + | mkdir -p / | ||
| + | gnome-text-editor / | ||
| + | </ | ||
| - | < | + | Content of the file: |
| + | |||
| + | < | ||
| + | [Desktop Entry] | ||
| Name=FlatpakSetup | Name=FlatpakSetup | ||
| GenericName=Setup Flatpak on Tails | GenericName=Setup Flatpak on Tails | ||
| Line 63: | Line 82: | ||
| Exec=/ | Exec=/ | ||
| Terminal=false | Terminal=false | ||
| - | Type=Application</ | + | Type=Application |
| + | </ | ||
| Reboot | Reboot | ||
| Line 81: | Line 101: | ||
| ===== 6.) Configure Signal ===== | ===== 6.) Configure Signal ===== | ||
| - | Put these commands into a script (a simple text file) in persistent folder i.e. ''/ | + | Put these commands into a script (a simple text file) in ''/ |
| - | < | + | < |
| + | gnome-text-editor / | ||
| + | </ | ||
| + | |||
| + | Content of the file: | ||
| + | |||
| + | < | ||
| + | #!/bin/sh | ||
| export HTTP_PROXY=socks:// | export HTTP_PROXY=socks:// | ||
| export HTTPS_PROXY=socks:// | export HTTPS_PROXY=socks:// | ||
| - | flatpak run org.signal.Signal</ | + | flatpak run org.signal.Signal |
| + | </ | ||
| * Make script executable | * Make script executable | ||
| Line 95: | Line 123: | ||
| * Add script to applications | * Add script to applications | ||
| - | Create a file: ''/ | + | Create a file: ''/ |
| - | (Most probably you will have to create | + | To do so, first create |
| + | |||
| + | < | ||
| + | mkdir -p / | ||
| + | gnome-text-editor / | ||
| + | </ | ||
| - | Put this to the text file named '' | + | Content of the file: |
| - | < | + | < |
| + | [Desktop Entry] | ||
| Name=Signal | Name=Signal | ||
| GenericName=Signal Desktop Messenger | GenericName=Signal Desktop Messenger | ||
| Line 106: | Line 140: | ||
| Terminal=false | Terminal=false | ||
| Type=Application | Type=Application | ||
| - | Icon=/ | + | Icon=/ |
| + | </ | ||
| Reboot and unlock persistence volume. (You need to unlock persistence volume every time you want to use Signal) | Reboot and unlock persistence volume. (You need to unlock persistence volume every time you want to use Signal) | ||
en/howto/signal_on_tails.1710228682.txt.gz · Last modified: by doobry
