User Tools

Site Tools


en:howto:signal_on_tails

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
en:howto:signal_on_tails [2024/03/12 08:41] – [4.) Configure Flatpak] doobryen:howto:signal_on_tails [2024/03/31 11:37] (current) doobry
Line 4: Line 4:
  
 Tested with: Tested with:
-  * Tails version 4.25 +  * Tails versions 4, 5 and 6 
-  * Signal version 5.26.+  * Signal version 7.4.0
  
 ===== 1.) Install Tails on USB-Stick ===== ===== 1.) Install Tails on USB-Stick =====
Line 35: Line 34:
 ===== 4.) Configure Flatpak ===== ===== 4.) Configure Flatpak =====
  
-Put these commands into a script (a simple text file) in persistent folder i.e. ''/home/amnesia/Persistent/flatpak-setup.sh''. You can do so by opening "Text Editor":+Put these commands into a script (a simple text file) in persistent folder i.e. ''/home/amnesia/Persistent/flatpak-setup.sh''. You can do so by opening it from the Terminal with a text editor: 
 + 
 +<code> 
 +gnome-text-editor /home/amnesia/Persistent/flatpak-setup.sh 
 +</code> 
 + 
 +Content of the file:
  
 <code> <code>
Line 42: Line 47:
 mkdir -p /home/amnesia/Persistent/flatpak mkdir -p /home/amnesia/Persistent/flatpak
 mkdir -p /home/amnesia/.local/share mkdir -p /home/amnesia/.local/share
-ln -s /home/amnesia/Persistent/flatpak /home/amnesia/.local/share/flatpak+ 
 +if ! file /home/amnesia/.local/share/flatpak | grep -q 'symbolic link'; then 
 +        rm -rf --one-file-system /home/amnesia/.local/share/flatpak 
 +        ln -s /home/amnesia/Persistent/flatpak /home/amnesia/.local/share/flatpak 
 +fi 
 mkdir -p /home/amnesia/Persistent/app mkdir -p /home/amnesia/Persistent/app
 mkdir -p /home/amnesia/.var mkdir -p /home/amnesia/.var
Line 54: Line 64:
   * Add script to autostart   * Add script to autostart
  
-Create a file: ''/live/persistence/TailsData_unlocked/dotfiles/.config/autostart/FlatpakSetup.desktop''. To do so, first create the directory:+Create a file: ''/live/persistence/TailsData_unlocked/dotfiles/.config/autostart/FlatpakSetup.desktop''. To do so, first create the directory, then open the file with a text editor:
  
 <code> <code>
-sudo mkdir -p /live/persistence/TailsData_unlocked/dotfiles/.config/autostart/+mkdir -p /live/persistence/TailsData_unlocked/dotfiles/.config/autostart/ 
 +gnome-text-editor /live/persistence/TailsData_unlocked/dotfiles/.config/autostart/FlatpakSetup.desktop
 </code> </code>
  
-Put this to the text file named ''FlatpakSetup.desktop'' :+Content of the file:
  
 <code> <code>
Line 88: Line 99:
 ===== 6.) Configure Signal ===== ===== 6.) Configure Signal =====
  
-Put these commands into a script (a simple text file) in persistent folder i.e. ''/home/amnesia/Persistent/signal.sh'' :+Put these commands into a script (a simple text file) in ''/home/amnesia/Persistent/signal.sh''. To do so, open the file in a text editor:
  
-<code>#!/bin/sh+<code> 
 +gnome-text-editor /home/amnesia/Persistent/signal.sh 
 +</code> 
 + 
 +Content of the file: 
 + 
 +<code> 
 +#!/bin/sh
  
 export HTTP_PROXY=socks://127.0.0.1:9050 export HTTP_PROXY=socks://127.0.0.1:9050
 export HTTPS_PROXY=socks://127.0.0.1:9050 export HTTPS_PROXY=socks://127.0.0.1:9050
-flatpak run org.signal.Signal</code>+flatpak run org.signal.Signal 
 +</code>
  
   * Make script executable   * Make script executable
Line 102: Line 121:
   * Add script to applications   * Add script to applications
  
-Create a file: ''/live/persistence/TailsData_unlocked/dotfiles/.local/share/applications/Signal.desktop'' +Create a file: ''/live/persistence/TailsData_unlocked/dotfiles/.local/share/applications/Signal.desktop'' 
-(Most probably you will have to create folders named ''.local''''share'' and ''applications''. You may have to use admin password and make hidden files and folders visible.)+To do so, first create the directorythen open the file with a text editor:
  
-Put this to the text file named ''Signal.desktop'' :+<code> 
 +mkdir -p /live/persistence/TailsData_unlocked/dotfiles/.local/share/applications 
 +gnome-text-editor /live/persistence/TailsData_unlocked/dotfiles/.local/share/applications/Signal.desktop 
 +</code>
  
-<code>[Desktop Entry]+Content of the file: 
 + 
 +<code> 
 +[Desktop Entry]
 Name=Signal Name=Signal
 GenericName=Signal Desktop Messenger GenericName=Signal Desktop Messenger
Line 113: Line 138:
 Terminal=false Terminal=false
 Type=Application Type=Application
-Icon=/home/amnesia/.local/share/flatpak/app/org.signal.Signal/current/active/files/share/icons/hicolor/128x128/apps/org.signal.Signal.png</code>+Icon=/home/amnesia/.local/share/flatpak/app/org.signal.Signal/current/active/files/share/icons/hicolor/128x128/apps/org.signal.Signal.png 
 +</code>
  
 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.1710229265.txt.gz · Last modified: 2024/03/12 08:41 by doobry

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki