From f75b4d6c8469dd98924ae4b1b540e508f0e41ba5 Mon Sep 17 00:00:00 2001 From: Thomas Vanbesien Date: Tue, 9 Jun 2026 12:44:18 +0200 Subject: misc: remove proton-vpn-gtk-app It doesn't work on Arch, but the CLI does. --- .local/bin/dotfiles | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local') diff --git a/.local/bin/dotfiles b/.local/bin/dotfiles index abda147..361484d 100755 --- a/.local/bin/dotfiles +++ b/.local/bin/dotfiles @@ -133,7 +133,7 @@ sync_secret_service() { # picks up our secret service provider on the DBus. sync_proton_vpn() { # shellcheck disable=SC2034 - local proton_vpn_packages=(proton-vpn-gtk-app proton-vpn-cli) + local proton_vpn_packages=(proton-vpn-cli) # --needed because one of the two packages might already be synced sync_packages pacman proton_vpn_packages --needed --assume-installed gnome-keyring } -- cgit v1.3.1