Compare commits

...

3 Commits

5 changed files with 16 additions and 11 deletions

View File

@ -1,7 +1,3 @@
# Very Important Communication Programs, P2P, not expected to get sold
exec --no-startup-id flatpak run net.jami.Jami
exec --no-startup-id flatpak run org.briarproject.Briar
# Signal in wayland and tray
# --disable-gpu - https://github.com/signalapp/Signal-Desktop/issues/2567#issuecomment-457282578
# --start-in-tray - would be nice, but then I cannot open it from there, trus --use-tray-icon

View File

@ -0,0 +1,3 @@
# Very Important Communication Programs, P2P, not expected to get sold
exec --no-startup-id flatpak run net.jami.Jami
exec --no-startup-id flatpak run org.briarproject.Briar

View File

@ -21,6 +21,9 @@ exec --no-startup-id nm-applet --indicator
# Mullvad GUI/tray
exec --no-startup-id sh -c "/opt/Mullvad\ VPN/mullvad-gui"
# ProtonVPN in background (no tray?)
#exec --no-startup-id protonvpn --gapplication-service
# see also pam_environment https://wiki.archlinux.org/index.php/Fcitx#Non_desktop_environment
#exec --no-startup-id fcitx

View File

@ -1,7 +0,0 @@
[proton-fedora-unstable]
name="proton-fedora-unstable"
baseurl=https://repo.protonvpn.com/fedora-$releasever-unstable/
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://repo.protonvpn.com/fedora-$releasever-unstable/public_key.asc

View File

@ -0,0 +1,10 @@
#
# ProtonVPN stable release
#
[protonvpn-fedora-stable]
name = ProtonVPN Fedora Stable repository
baseurl = https://repo.protonvpn.com/fedora-$releasever-stable
enabled = 1
gpgcheck = 1
repo_gpgcheck=1
gpgkey = https://repo.protonvpn.com/fedora-$releasever-stable/public_key.asc