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/15 08:04] – [4.) Configure Flatpak] 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 48: | Line 49: | ||
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 / | ||
Line 63: | Line 69: | ||
< | < | ||
- | sudo mkdir -p / | + | mkdir -p / |
- | sudo gnome-text-editor / | + | gnome-text-editor / |
</ | </ | ||
Content of the file: | Content of the file: | ||
- | |||
- | Put this to the text file named '' | ||
< | < | ||
Line 97: | 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 111: | 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 |
- | Put this to the text file named '' | + | < |
+ | mkdir -p / | ||
+ | gnome-text-editor / | ||
+ | </ | ||
- | < | + | Content of the file: |
+ | |||
+ | < | ||
+ | [Desktop Entry] | ||
Name=Signal | Name=Signal | ||
GenericName=Signal Desktop Messenger | GenericName=Signal Desktop Messenger | ||
Line 122: | 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.1710486254.txt.gz · Last modified: 2024/03/15 08:04 by doobry