wizard installer for privacy apps from flathub for Ubuntu users.
- https://belmoussaoui.com/
- https://github.com/ADBeveridge
- https://onionshare.org/
- https://apps.kde.org/kleopatra/
- https://getsession.org/
- https://getsession.org/
- https://keet.io/
Please refer to the different developpers website for more informations, license and copyrights, also refer to flathub.org/
This wizard installers aims to regroup apps dedicated to privacy and facilitate their installation
sudo apt update
- Zenity
sudo apt install zenity
- Flatpak
add-apt-repository ppa:flatpak/stable
apt-get install -y flatpak
flatpak remote-add --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
download the files using zip file or
git clone https://github.com/Acktarius/EZ_Privacy.git
place icon .png in ~/.icons
folder
place script .sh in folder of your choice, ie. /opt/EZ_Privacy/
and make it executable :
sudo chmod 755 ez_privacy.sh
place launcher .desktop in ~/.local/share/applications/
modify the EXEC
line in the .desktop file as needed using your favorite text editor,
to point the route to the .sh file.
ie. Exec=gnome-terminal --title=EZ_Privacy --active --geometry=100x40 -- bash -c 'sudo
your_path_to/ez_privacy.sh ; exit'
logout and log back in, the icon should now be available
import the key : gpg --keyserver hkp://keyserver.ubuntu.com --search-key 84B90020
to check signature.
Right click on the deb file, select Software install.
click on the icon, enjoy !