I had Proton VPN installed and it worked just fine. But at some point something broke and I uninstalled it. Now it doesn’t seem to be available anywhere. The Flatpak version installs but wont launch. In the past when I tried it it wouldn’t connect.
I had a package that I think was called proton-vpn-gui or it might have been protonvpn-gui.
I did find proton-vpn-gtk-app but I have no idea how to launch it.
I even tried converting the official proton vpn deb package with debtap but that didnt work either.
Why would the ProtonVpn package just dissapear?
It’s in the AUR, and always has been, as far as I know.
The only one I can see on the AUR is proton-vpn-gtk-app but I have no idea how to launch it.
Ok I figured out that you launch it with protonvpn-app and that produces this error
protonvpn-app 127 ✘
Traceback (most recent call last):
File "/usr/bin/protonvpn-app", line 33, in <module>
sys.exit(load_entry_point('proton-vpn-gtk-app==4.4.3', 'console_scripts', 'protonvpn-app')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/__main__.py", line 34, in main
controller = Controller.get(executor)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 61, in get
executor.submit(controller.initialize_vpn_connector).result()
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 456, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 94, in initialize_vpn_connector
self._connector = await self._api.get_vpn_connector()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/core/api.py", line 64, in get_vpn_connector
settings = await self.load_settings()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/core/api.py", line 81, in load_settings
user_tier = self._session_holder.session.vpn_account.max_tier
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'max_tier'
I see several more…:
protonvpn-gtk-app
protonvpn-applet
protonvpn-cli
protonvpn-cli-community
protonvpn-cli-community-git
python-protonvpn-nm-lib
Anyway, if it’s an AppImage, then you simply make it executable and launch it. There’s also more information here…
The flatpak version most definitely works, just tested. It just starts a little slow.
1 Like
The flatpak is not the official version - it is a thirdparty wrapper - and should not be trusted.
NOTE: This wrapper is built from the official source code, but it is not verified, affiliated with, or supported by Proton AG.
– flathub.org
You can build the former official commandline client - it still exist and work as expected
pamac build protonvpn-cli
3 Likes
Some people is not comfortable with cli.
But i think little education of how it works will pay itself in the future.
That is correct.
As @Aragorn points out the proton-vpn-gtk-app is also available.
And it works as well - and as can be seen from the AUR page - it is the official Proton VPN GUI repacked for Arch.
pamac build proton-vpn-gtk-app
Bewate that Proton does not officially support Arch based distributions.
3 Likes
From what I understood a few weeks ago, one of the Proton VPN AUR package was orphaned then removed, it had the effect to break all the Proton VPN install from AUR and people needed to remove everything and rebuild from proton-vpn-gtk-app
.
//EDIT: https://www.reddit.com/r/ProtonVPN/comments/1eggtzd/have_the_archaur_packages_been_removed/
So I was the maintainer of the AUR packages, but someone has requested for the nm-lib to be orphaned, then took over and deleted the package, leaving the project in a broken state. Since the v3 client is obsolete I decided to remove the rest of the packages (as there was no point in keeping a client that no longer receives updates).
At this point you could either use the un-official version of the v4 app, or download config files from our web-app:
https://aur.archlinux.org/packages/proton-vpn-gtk-app
https://protonvpn.com/support/wireguard-manual-linux/
Please remove the python-proton-vpn-connection
and python-proton-vpn-killswitch
packages, they are now provided via api-core
I see things have changed a bit since last year. So, no official arch package anymore (there is also no appimage). The old one guis has to be removed. Now we have the choice between unofficial flatpak, unofficial aur v4 gui from ali.molalei (seems to be supported and is from original source, so it is the closest to an “official app”), or v3 cli from aur, still working.
Well, there is another option: a openvpn profile for the built in network manager, some advanced features, like kill switch, will be missing, but if it ok for you:
install networkmanager-openvpn
login to https://account.protonvpn.com/
From the download section, scroll down and download a (free?) server profile. I did several, in case one server if full or down.
From the account section, copy your vpn username and pass
open networkmanager, new connection, at the end of the dropdown menu is the option “from file”. Insert the name and pass, go to the ipv6 section and disable ipv6 or choose “from vpn only”
open the profile of your underlying internet connection and disable ipv6 or choose “from vpn only”
connect and test if you leak - ipv4,v6,dns
https://ip.me/
https://www.hashemian.com/whoami/
https://www.dnsleaktest.com/
This tutorial is in theory on the proton site, but is a mess with outdated pictures and links.
Note that the free accounts allow only one connection - if you quickly switch servers, you will receive falsely error about password from the new server. Give it 1-2 minutes when switching.
Aragorn:
protonvpn-gtk-app
protonvpn-applet
protonvpn-cli
protonvpn-cli-community
protonvpn-cli-community-git
python-protonvpn-nm-lib
I was looking for a GUI app. After some investigation at my end it appears that I have python-protonvpn-nm-lib
installed. But Im pretty sure that wasn’t its name when I installed it as I wont have guessed that its a Proton VPN Gui. Im pretty sure at the time of installation it was called something to the effect of protonvpn-gui
.
I used the Flatpack version till next week, but that one stopped opening suddenly. I reinstalled it, but nothing was solved.
Now I installed this. But still when I click on the app icon, it gives no response.
Teo:
This tutorial is in theory on the proton site, but is a mess with outdated pictures and links.
Note that the free accounts allow only one connection - if you quickly switch servers, you will receive falsely error about password from the new server. Give it 1-2 minutes when switching.
Thank you so much for the information. I will keep it as a last resort if I cannot get the unofficial one working.
omano:
From what I understood a few weeks ago, one of the Proton VPN AUR package was orphaned then removed, it had the effect to break all the Proton VPN install from AUR and people needed to remove everything and rebuild from proton-vpn-gtk-app
.
Thank you so much I knew something funny had happend. I have tried to install proton-vpn-gtk-app
but I couldn’t make it run. But I may have screwed something up. I have since rolled back to a couple of day ago when I had a working ProtonVPN app and I will try to change it to the up to date proton-vpn-gtk-app
.
I have tried to install proton-vpn-gtk-app
but I get this error when I launch it with protonvpn-app
Traceback (most recent call last):
File "/usr/bin/protonvpn-app", line 33, in <module>
sys.exit(load_entry_point('proton-vpn-gtk-app==4.4.3', 'console_scripts', 'protonvpn-app')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/__main__.py", line 34, in main
controller = Controller.get(executor)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 61, in get
executor.submit(controller.initialize_vpn_connector).result()
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 456, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 94, in initialize_vpn_connector
self._connector = await self._api.get_vpn_connector()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/core/api.py", line 64, in get_vpn_connector
settings = await self.load_settings()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/core/api.py", line 81, in load_settings
user_tier = self._session_holder.session.vpn_account.max_tier
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'max_tier'
I couldnt get it to launch on my system. I have rolled back to a point where my old ProtonVPN app worked. Im going to make a snapshort before I start experimenting again.
I installed it again and it seems dead as a dodo
When I run the Flatpak in a terminal I get
Gtk-Message: 19:08:07.199: Failed to load module "xapp-gtk3-module"
Gtk-Message: 19:08:07.199: Failed to load module "canberra-gtk-module"
Traceback (most recent call last):
File "/app/bin/protonvpn-app", line 8, in <module>
sys.exit(main())
^^^^^^
File "/app/lib/python3.11/site-packages/proton/vpn/app/gtk/__main__.py", line 34, in main
controller = Controller.get(executor)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/proton/vpn/app/gtk/controller.py", line 61, in get
executor.submit(controller.initialize_vpn_connector).result()
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 456, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/app/lib/python3.11/site-packages/proton/vpn/app/gtk/controller.py", line 94, in initialize_vpn_connector
self._connector = await self._api.get_vpn_connector()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/proton/vpn/core/api.py", line 64, in get_vpn_connector
settings = await self.load_settings()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/lib/python3.11/site-packages/proton/vpn/core/api.py", line 81, in load_settings
user_tier = self._session_holder.session.vpn_account.max_tier
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'max_tier'
Did you clean EVERYTHING before installing proton-vpn-gtk-app
?
Show your foreign packages pacman -Qm
and show your orphans too pacman -Qdt
(not 100% for this one).
PS: also it seems you’re on the Manjaro Stable branch according to your profile, which is generally a big nono to run AUR packages because of the discrepancy with the Manjaro Unstable branch, or Arch Stable branch for which AUR packages are made. Maybe unrelated but this will bite you in the ass at some point if you insist on using Manjaro Stable branch with AUR.
AUR is for Arch Stable, and Arch Stable is basically Manjaro Unstable.
You should switch to Unstable branch to avoid potential issues with the AUR now or in the future.
//EDIT:
I updated my system, rebooted, and I used yay to do a clean build of everything yay -Syu proton-vpn-gtk-app
and everything is working as intended.
Make sure to remove EVERYTHING before, be up to date, on the unstable branch, and do a CLEAN BUILD.
My Profile hasnt been updated since I first switched to Manjaro. I have updated it now.
I run the testing branch. I find unstable too unstable I had breakages all the time. Testing has been pretty good to me though. I have very little installed from the AUR.
On to ProtonVPN Install
I have removed protonvpn-gui
with all dependencies and I have cleaned out all orphans prior to installing proton-vpn-gtk-app
. I then rebooted.
pacman -Qm
shows the following
manjaro-settings-manager-kcm 0.5.7-21
mp3gain 1.6.2-2
protonhax 1.0.5-4
soundkonverter 3.0.1.32-1
spectre-meltdown-checker 0.46+26+gbd0c7c9-1
pacman -Qdt
shows the following
botan2 2.19.5-1
qt5pas 1:1.2.15-1
wpebackend-fdo 1.14.2-2
I am concerned that this install never seems to add a shortcut to the App Launcher. So I also have no idea how to launch protonvpn-gui
. The only option that turns green in terminal is protonvpn-app
and this still causes the following error.
Traceback (most recent call last):
File "/usr/bin/protonvpn-app", line 33, in <module>
sys.exit(load_entry_point('proton-vpn-gtk-app==4.4.3', 'console_scripts', 'protonvpn-app')())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/__main__.py", line 34, in main
controller = Controller.get(executor)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 61, in get
executor.submit(controller.initialize_vpn_connector).result()
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 456, in result
return self.__get_result()
^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/concurrent/futures/_base.py", line 401, in __get_result
raise self._exception
File "/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py", line 94, in initialize_vpn_connector
self._connector = await self._api.get_vpn_connector()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/core/api.py", line 64, in get_vpn_connector
settings = await self.load_settings()
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.12/site-packages/proton/vpn/core/api.py", line 81, in load_settings
user_tier = self._session_holder.session.vpn_account.max_tier
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'max_tier'
It works, you’re doing it wrong. Provide more info, for example the full output of your install command, and maybe just do as I say too…
I have no idea what you mean by that, I followed all your instructions. The only thing I could think of is the switching to unstable. Which I am not happy about as I had issues on a near weekly basis in the past. Anyway I have switched to unstable, I updated the system and I tried again. Unfortunately Im still getting the same results. I have also tried in a fresh virtual machine with the same results too.
I wanted to post the output af the entire install but it will only let me scroll back so far.
I will post all that is there.
on-312.pyc
byte-compiling /home/thedatabug/.cache/yay/python-proton-vpn-network-manager-openvpn/pkg/python-proton-vpn-network-manager-openvpn/usr/lib/python3.12/site-packages/proton/vpn/backend/linux/networkmanager/protocol/openvpn/__init__.py to __init__.cpython-312.pyc
writing byte-compilation script '/tmp/tmprq53g6za.py'
/usr/bin/python /tmp/tmprq53g6za.py
removing /tmp/tmprq53g6za.py
running install_egg_info
Copying proton_vpn_network_manager_openvpn.egg-info to /home/thedatabug/.cache/yay/python-proton-vpn-network-manager-openvpn/pkg/python-proton-vpn-network-manager-openvpn/usr/lib/python3.12/site-packages/proton_vpn_network_manager_openvpn-0.1.0-py3.12.egg-info
running install_scripts
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-proton-vpn-network-manager-openvpn"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-proton-vpn-network-manager-openvpn 0.1.0-1 (Sat 17 Aug 2024 00:31:40 BST)
==> Cleaning up...
==> Making package: python-proton-vpn-logger 0.2.1-7 (Sat 17 Aug 2024 00:31:40 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating python-proton-vpn-logger git repo...
==> Validating source files with sha256sums...
python-proton-vpn-logger ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of python-proton-vpn-logger git repo...
Cloning into 'python-proton-vpn-logger'...
done.
Switched to a new branch 'makepkg'
==> Sources are ready.
==> Making package: python-proton-vpn-logger 0.2.1-7 (Sat 17 Aug 2024 00:31:41 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/proton
creating build/lib/proton/vpn
creating build/lib/proton/vpn/logging
copying proton/vpn/logging/__init__.py -> build/lib/proton/vpn/logging
running egg_info
creating proton_vpn_logger.egg-info
writing proton_vpn_logger.egg-info/PKG-INFO
writing dependency_links to proton_vpn_logger.egg-info/dependency_links.txt
writing requirements to proton_vpn_logger.egg-info/requires.txt
writing top-level names to proton_vpn_logger.egg-info/top_level.txt
writing manifest file 'proton_vpn_logger.egg-info/SOURCES.txt'
reading manifest file 'proton_vpn_logger.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'proton_vpn_logger.egg-info/SOURCES.txt'
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
copying proton/vpn/logging/__init__.py -> build/lib/proton/vpn/logging
running egg_info
writing proton_vpn_logger.egg-info/PKG-INFO
writing dependency_links to proton_vpn_logger.egg-info/dependency_links.txt
writing requirements to proton_vpn_logger.egg-info/requires.txt
writing top-level names to proton_vpn_logger.egg-info/top_level.txt
reading manifest file 'proton_vpn_logger.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'proton_vpn_logger.egg-info/SOURCES.txt'
running install_lib
creating /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr
creating /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib
creating /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12
creating /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12/site-packages
creating /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12/site-packages/proton
creating /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12/site-packages/proton/vpn
creating /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12/site-packages/proton/vpn/logging
copying build/lib/proton/vpn/logging/__init__.py -> /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12/site-packages/proton/vpn/logging
byte-compiling /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12/site-packages/proton/vpn/logging/__init__.py to __init__.cpython-312.pyc
writing byte-compilation script '/tmp/tmp7v11eto3.py'
/usr/bin/python /tmp/tmp7v11eto3.py
removing /tmp/tmp7v11eto3.py
running install_egg_info
Copying proton_vpn_logger.egg-info to /home/thedatabug/.cache/yay/python-proton-vpn-logger/pkg/python-proton-vpn-logger/usr/lib/python3.12/site-packages/proton_vpn_logger-0.2.1-py3.12.egg-info
running install_scripts
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-proton-vpn-logger"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-proton-vpn-logger 0.2.1-7 (Sat 17 Aug 2024 00:31:43 BST)
==> Cleaning up...
==> Making package: python-proton-vpn-killswitch-network-manager-wireguard 0.1.0-2 (Sat 17 Aug 2024 00:31:43 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating python-proton-vpn-killswitch-network-manager-wireguard git repo...
==> Validating source files with sha256sums...
python-proton-vpn-killswitch-network-manager-wireguard ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of python-proton-vpn-killswitch-network-manager-wireguard git repo...
Cloning into 'python-proton-vpn-killswitch-network-manager-wireguard'...
done.
Switched to a new branch 'makepkg'
==> Sources are ready.
==> Making package: python-proton-vpn-killswitch-network-manager-wireguard 0.1.0-2 (Sat 17 Aug 2024 00:31:44 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/proton
creating build/lib/proton/vpn
creating build/lib/proton/vpn/killswitch
creating build/lib/proton/vpn/killswitch/backend
creating build/lib/proton/vpn/killswitch/backend/linux
creating build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection_handler.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/nmclient.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/__init__.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/wgkillswitch.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
running egg_info
creating proton_vpn_killswitch_network_manager_wireguard.egg-info
writing proton_vpn_killswitch_network_manager_wireguard.egg-info/PKG-INFO
writing dependency_links to proton_vpn_killswitch_network_manager_wireguard.egg-info/dependency_links.txt
writing entry points to proton_vpn_killswitch_network_manager_wireguard.egg-info/entry_points.txt
writing requirements to proton_vpn_killswitch_network_manager_wireguard.egg-info/requires.txt
writing top-level names to proton_vpn_killswitch_network_manager_wireguard.egg-info/top_level.txt
writing manifest file 'proton_vpn_killswitch_network_manager_wireguard.egg-info/SOURCES.txt'
reading manifest file 'proton_vpn_killswitch_network_manager_wireguard.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'proton_vpn_killswitch_network_manager_wireguard.egg-info/SOURCES.txt'
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
copying proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection_handler.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/nmclient.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/__init__.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
copying proton/vpn/killswitch/backend/linux/wireguard/wgkillswitch.py -> build/lib/proton/vpn/killswitch/backend/linux/wireguard
running egg_info
writing proton_vpn_killswitch_network_manager_wireguard.egg-info/PKG-INFO
writing dependency_links to proton_vpn_killswitch_network_manager_wireguard.egg-info/dependency_links.txt
writing entry points to proton_vpn_killswitch_network_manager_wireguard.egg-info/entry_points.txt
writing requirements to proton_vpn_killswitch_network_manager_wireguard.egg-info/requires.txt
writing top-level names to proton_vpn_killswitch_network_manager_wireguard.egg-info/top_level.txt
reading manifest file 'proton_vpn_killswitch_network_manager_wireguard.egg-info/SOURCES.txt'
adding license file 'LICENSE'
writing manifest file 'proton_vpn_killswitch_network_manager_wireguard.egg-info/SOURCES.txt'
running install_lib
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux
creating /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard
copying build/lib/proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection_handler.py -> /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard
copying build/lib/proton/vpn/killswitch/backend/linux/wireguard/nmclient.py -> /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard
copying build/lib/proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection.py -> /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard
copying build/lib/proton/vpn/killswitch/backend/linux/wireguard/__init__.py -> /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard
copying build/lib/proton/vpn/killswitch/backend/linux/wireguard/wgkillswitch.py -> /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard
byte-compiling /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection_handler.py to killswitch_connection_handler.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard/nmclient.py to nmclient.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard/killswitch_connection.py to killswitch_connection.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton/vpn/killswitch/backend/linux/wireguard/wgkillswitch.py to wgkillswitch.cpython-312.pyc
writing byte-compilation script '/tmp/tmp89ojjvjb.py'
/usr/bin/python /tmp/tmp89ojjvjb.py
removing /tmp/tmp89ojjvjb.py
running install_egg_info
Copying proton_vpn_killswitch_network_manager_wireguard.egg-info to /home/thedatabug/.cache/yay/python-proton-vpn-killswitch-network-manager-wireguard/pkg/python-proton-vpn-killswitch-network-manager-wireguard/usr/lib/python3.12/site-packages/proton_vpn_killswitch_network_manager_wireguard-0.1.0-py3.12.egg-info
running install_scripts
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "python-proton-vpn-killswitch-network-manager-wireguard"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: python-proton-vpn-killswitch-network-manager-wireguard 0.1.0-2 (Sat 17 Aug 2024 00:31:46 BST)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (6) python-proton-keyring-linux-secretservice-0.0.2-4 python-proton-vpn-killswitch-network-manager-0.5.0-2
python-proton-vpn-killswitch-network-manager-wireguard-0.1.0-2 python-proton-vpn-logger-0.2.1-7
python-proton-vpn-network-manager-openvpn-0.1.0-1 python-proton-vpn-network-manager-wireguard-0.1.0-1
Total Installed Size: 0.43 MiB
:: Proceed with installation? [Y/n] y
(6/6) checking keys in keyring [##########################################] 100%
(6/6) checking package integrity [##########################################] 100%
(6/6) loading package files [##########################################] 100%
(6/6) checking for file conflicts [##########################################] 100%
(6/6) checking available disk space [##########################################] 100%
:: Processing package changes...
(1/6) installing python-proton-vpn-killswitch-network-manager [##########################################] 100%
(2/6) installing python-proton-keyring-linux-secretservice [##########################################] 100%
(3/6) installing python-proton-vpn-network-manager-wireguard [##########################################] 100%
(4/6) installing python-proton-vpn-network-manager-openvpn [##########################################] 100%
(5/6) installing python-proton-vpn-logger [##########################################] 100%
(6/6) installing python-proton-vpn-killswitch-network-manager-wireguard [##########################################] 100%
ldconfig: /opt/cuda/extras/CUPTI/lib64/libpcsamplingutil.so is not a symbolic link
ldconfig: /opt/cuda/extras/CUPTI/lib64/libnvperf_target.so is not a symbolic link
ldconfig: /opt/cuda/extras/CUPTI/lib64/libnvperf_host.so is not a symbolic link
ldconfig: /opt/cuda/extras/CUPTI/lib64/libcheckpoint.so is not a symbolic link
:: Running post-transaction hooks...
(1/2) Arming ConditionNeedsUpdate...
(2/2) Refreshing PackageKit...
==> Making package: proton-vpn-gtk-app 4.4.3-1 (Sat 17 Aug 2024 00:31:50 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Updating proton-vpn-gtk-app git repo...
==> Validating source files with sha256sums...
proton-vpn-gtk-app ... Skipped
==> Removing existing $srcdir/ directory...
==> Extracting sources...
-> Creating working copy of proton-vpn-gtk-app git repo...
Cloning into 'proton-vpn-gtk-app'...
done.
Switched to a new branch 'makepkg'
==> Sources are ready.
==> Making package: proton-vpn-gtk-app 4.4.3-1 (Sat 17 Aug 2024 00:31:51 BST)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> WARNING: Using existing $srcdir/ tree
==> Starting build()...
running build
running build_py
creating build
creating build/lib
creating build/lib/proton
creating build/lib/proton/vpn
creating build/lib/proton/vpn/app
creating build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/__main__.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/config.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/__init__.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/controller.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/app.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/util.py -> build/lib/proton/vpn/app/gtk
creating build/lib/proton/vpn/app/gtk/services
copying proton/vpn/app/gtk/services/__init__.py -> build/lib/proton/vpn/app/gtk/services
creating build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/executor.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/semver.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/accessibility.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/scheduler.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/__init__.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/search.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/glib.py -> build/lib/proton/vpn/app/gtk/utils
creating build/lib/proton/vpn/app/gtk/widgets
copying proton/vpn/app/gtk/widgets/__init__.py -> build/lib/proton/vpn/app/gtk/widgets
creating build/lib/proton/vpn/app/gtk/assets
copying proton/vpn/app/gtk/assets/__init__.py -> build/lib/proton/vpn/app/gtk/assets
creating build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/server_list_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/feature_flags_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/__init__.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/client_config_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/certificate_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/backoff.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/vpn_data_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
creating build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/vpn_monitor.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/network_monitor.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/__init__.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/session_monitor.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/reconnector.py -> build/lib/proton/vpn/app/gtk/services/reconnector
creating build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/search_entry.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/quick_connect_widget.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/vpn_widget.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/connection_status_widget.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
creating build/lib/proton/vpn/app/gtk/widgets/headerbar
copying proton/vpn/app/gtk/widgets/headerbar/headerbar.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar
copying proton/vpn/app/gtk/widgets/headerbar/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar
creating build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/disable_killswitch.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/two_factor_auth_form.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/logo.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/login_form.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/login_widget.py -> build/lib/proton/vpn/app/gtk/widgets/login
creating build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/confirmation_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/main_window.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/exception_handler.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/notification_bar.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/tray_indicator.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/loading_widget.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/main_widget.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/notifications.py -> build/lib/proton/vpn/app/gtk/widgets/main
creating build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/country.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/server.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/icons.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/serverlist.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
creating build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/menu.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/release_notes_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/bug_report_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/about_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
creating build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/feature_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/connection_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/account_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/settings_window.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/common.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/general_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/early_access.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
creating build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/style/__init__.py -> build/lib/proton/vpn/app/gtk/assets/style
creating build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/icons.py -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/__init__.py -> build/lib/proton/vpn/app/gtk/assets/icons
creating build/lib/proton/vpn/app/gtk/assets/icons/eye
copying proton/vpn/app/gtk/assets/icons/eye/__init__.py -> build/lib/proton/vpn/app/gtk/assets/icons/eye
creating build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/__init__.py -> build/lib/proton/vpn/app/gtk/assets/icons/servers
running egg_info
creating proton_vpn_gtk_app.egg-info
writing proton_vpn_gtk_app.egg-info/PKG-INFO
writing dependency_links to proton_vpn_gtk_app.egg-info/dependency_links.txt
writing entry points to proton_vpn_gtk_app.egg-info/entry_points.txt
writing requirements to proton_vpn_gtk_app.egg-info/requires.txt
writing top-level names to proton_vpn_gtk_app.egg-info/top_level.txt
writing manifest file 'proton_vpn_gtk_app.egg-info/SOURCES.txt'
reading manifest file 'proton_vpn_gtk_app.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'COPYING.md'
writing manifest file 'proton_vpn_gtk_app.egg-info/SOURCES.txt'
copying proton/vpn/app/gtk/assets/release_notes.md -> build/lib/proton/vpn/app/gtk/assets
copying proton/vpn/app/gtk/assets/style/dark_buttons.css -> build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/style/dark_colours.css -> build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/style/main.css -> build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/icons/maintenance-icon.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/proton-vpn-logo.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/proton-vpn-sign.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/state-connected.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/state-disconnected.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/state-error.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/eye/hide.svg -> build/lib/proton/vpn/app/gtk/assets/icons/eye
copying proton/vpn/app/gtk/assets/icons/eye/show.svg -> build/lib/proton/vpn/app/gtk/assets/icons/eye
copying proton/vpn/app/gtk/assets/icons/servers/p2p.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/secure-core.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/smart-routing.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/streaming.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/tor.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
==> Entering fakeroot environment...
==> Starting package()...
running install
/usr/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated.
!!
********************************************************************************
Please avoid running ``setup.py`` directly.
Instead, use pypa/build, pypa/installer or other
standards-based tools.
See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details.
********************************************************************************
!!
self.initialize_options()
running build
running build_py
copying proton/vpn/app/gtk/__main__.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/config.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/__init__.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/controller.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/app.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/util.py -> build/lib/proton/vpn/app/gtk
copying proton/vpn/app/gtk/services/__init__.py -> build/lib/proton/vpn/app/gtk/services
copying proton/vpn/app/gtk/utils/executor.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/semver.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/accessibility.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/scheduler.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/__init__.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/search.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/utils/glib.py -> build/lib/proton/vpn/app/gtk/utils
copying proton/vpn/app/gtk/widgets/__init__.py -> build/lib/proton/vpn/app/gtk/widgets
copying proton/vpn/app/gtk/assets/__init__.py -> build/lib/proton/vpn/app/gtk/assets
copying proton/vpn/app/gtk/services/refresher/server_list_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/feature_flags_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/__init__.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/client_config_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/certificate_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/backoff.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/refresher/vpn_data_refresher.py -> build/lib/proton/vpn/app/gtk/services/refresher
copying proton/vpn/app/gtk/services/reconnector/vpn_monitor.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/network_monitor.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/__init__.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/session_monitor.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/services/reconnector/reconnector.py -> build/lib/proton/vpn/app/gtk/services/reconnector
copying proton/vpn/app/gtk/widgets/vpn/search_entry.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/quick_connect_widget.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/vpn_widget.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/vpn/connection_status_widget.py -> build/lib/proton/vpn/app/gtk/widgets/vpn
copying proton/vpn/app/gtk/widgets/headerbar/headerbar.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar
copying proton/vpn/app/gtk/widgets/headerbar/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar
copying proton/vpn/app/gtk/widgets/login/disable_killswitch.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/two_factor_auth_form.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/logo.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/login_form.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/login/login_widget.py -> build/lib/proton/vpn/app/gtk/widgets/login
copying proton/vpn/app/gtk/widgets/main/confirmation_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/main_window.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/exception_handler.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/notification_bar.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/tray_indicator.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/loading_widget.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/main_widget.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/main/notifications.py -> build/lib/proton/vpn/app/gtk/widgets/main
copying proton/vpn/app/gtk/widgets/vpn/serverlist/country.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/server.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/icons.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/vpn/serverlist/serverlist.py -> build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist
copying proton/vpn/app/gtk/widgets/headerbar/menu/menu.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/release_notes_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/bug_report_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/about_dialog.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/feature_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/connection_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/account_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/settings_window.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/common.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/general_settings.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/__init__.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/widgets/headerbar/menu/settings/early_access.py -> build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying proton/vpn/app/gtk/assets/style/__init__.py -> build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/icons/icons.py -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/__init__.py -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/eye/__init__.py -> build/lib/proton/vpn/app/gtk/assets/icons/eye
copying proton/vpn/app/gtk/assets/icons/servers/__init__.py -> build/lib/proton/vpn/app/gtk/assets/icons/servers
running egg_info
writing proton_vpn_gtk_app.egg-info/PKG-INFO
writing dependency_links to proton_vpn_gtk_app.egg-info/dependency_links.txt
writing entry points to proton_vpn_gtk_app.egg-info/entry_points.txt
writing requirements to proton_vpn_gtk_app.egg-info/requires.txt
writing top-level names to proton_vpn_gtk_app.egg-info/top_level.txt
reading manifest file 'proton_vpn_gtk_app.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
adding license file 'LICENSE'
adding license file 'COPYING.md'
writing manifest file 'proton_vpn_gtk_app.egg-info/SOURCES.txt'
copying proton/vpn/app/gtk/assets/release_notes.md -> build/lib/proton/vpn/app/gtk/assets
copying proton/vpn/app/gtk/assets/style/dark_buttons.css -> build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/style/dark_colours.css -> build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/style/main.css -> build/lib/proton/vpn/app/gtk/assets/style
copying proton/vpn/app/gtk/assets/icons/maintenance-icon.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/proton-vpn-logo.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/proton-vpn-sign.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/state-connected.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/state-disconnected.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/state-error.svg -> build/lib/proton/vpn/app/gtk/assets/icons
copying proton/vpn/app/gtk/assets/icons/eye/hide.svg -> build/lib/proton/vpn/app/gtk/assets/icons/eye
copying proton/vpn/app/gtk/assets/icons/eye/show.svg -> build/lib/proton/vpn/app/gtk/assets/icons/eye
copying proton/vpn/app/gtk/assets/icons/servers/p2p.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/secure-core.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/smart-routing.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/streaming.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
copying proton/vpn/app/gtk/assets/icons/servers/tor.svg -> build/lib/proton/vpn/app/gtk/assets/icons/servers
running install_lib
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk
copying build/lib/proton/vpn/app/gtk/__main__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/refresher/server_list_refresher.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/refresher/feature_flags_refresher.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/refresher/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/refresher/client_config_refresher.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/refresher/certificate_refresher.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/refresher/backoff.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/refresher/vpn_data_refresher.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher
copying build/lib/proton/vpn/app/gtk/services/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector
copying build/lib/proton/vpn/app/gtk/services/reconnector/vpn_monitor.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector
copying build/lib/proton/vpn/app/gtk/services/reconnector/network_monitor.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector
copying build/lib/proton/vpn/app/gtk/services/reconnector/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector
copying build/lib/proton/vpn/app/gtk/services/reconnector/session_monitor.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector
copying build/lib/proton/vpn/app/gtk/services/reconnector/reconnector.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector
copying build/lib/proton/vpn/app/gtk/config.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk
copying build/lib/proton/vpn/app/gtk/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk
copying build/lib/proton/vpn/app/gtk/controller.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
copying build/lib/proton/vpn/app/gtk/utils/executor.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
copying build/lib/proton/vpn/app/gtk/utils/semver.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
copying build/lib/proton/vpn/app/gtk/utils/accessibility.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
copying build/lib/proton/vpn/app/gtk/utils/scheduler.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
copying build/lib/proton/vpn/app/gtk/utils/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
copying build/lib/proton/vpn/app/gtk/utils/search.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
copying build/lib/proton/vpn/app/gtk/utils/glib.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn
copying build/lib/proton/vpn/app/gtk/widgets/vpn/search_entry.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn
copying build/lib/proton/vpn/app/gtk/widgets/vpn/quick_connect_widget.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn
copying build/lib/proton/vpn/app/gtk/widgets/vpn/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn
copying build/lib/proton/vpn/app/gtk/widgets/vpn/vpn_widget.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn
copying build/lib/proton/vpn/app/gtk/widgets/vpn/connection_status_widget.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist
copying build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist/country.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist
copying build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist/server.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist
copying build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist/icons.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist
copying build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist
copying build/lib/proton/vpn/app/gtk/widgets/vpn/serverlist/serverlist.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/feature_settings.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/connection_settings.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/account_settings.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/settings_window.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/common.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/general_settings.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/settings/early_access.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/menu.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/release_notes_dialog.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/bug_report_dialog.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/menu/about_dialog.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/headerbar.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar
copying build/lib/proton/vpn/app/gtk/widgets/headerbar/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login
copying build/lib/proton/vpn/app/gtk/widgets/login/disable_killswitch.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login
copying build/lib/proton/vpn/app/gtk/widgets/login/two_factor_auth_form.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login
copying build/lib/proton/vpn/app/gtk/widgets/login/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login
copying build/lib/proton/vpn/app/gtk/widgets/login/logo.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login
copying build/lib/proton/vpn/app/gtk/widgets/login/login_form.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login
copying build/lib/proton/vpn/app/gtk/widgets/login/login_widget.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login
copying build/lib/proton/vpn/app/gtk/widgets/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/confirmation_dialog.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/main_window.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/exception_handler.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/notification_bar.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/tray_indicator.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/loading_widget.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/main_widget.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/widgets/main/notifications.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main
copying build/lib/proton/vpn/app/gtk/app.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk
copying build/lib/proton/vpn/app/gtk/util.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/style
copying build/lib/proton/vpn/app/gtk/assets/style/main.css -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/style
copying build/lib/proton/vpn/app/gtk/assets/style/dark_colours.css -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/style
copying build/lib/proton/vpn/app/gtk/assets/style/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/style
copying build/lib/proton/vpn/app/gtk/assets/style/dark_buttons.css -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/style
copying build/lib/proton/vpn/app/gtk/assets/release_notes.md -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets
copying build/lib/proton/vpn/app/gtk/assets/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
copying build/lib/proton/vpn/app/gtk/assets/icons/state-connected.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
copying build/lib/proton/vpn/app/gtk/assets/icons/state-disconnected.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
copying build/lib/proton/vpn/app/gtk/assets/icons/icons.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
copying build/lib/proton/vpn/app/gtk/assets/icons/proton-vpn-logo.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
copying build/lib/proton/vpn/app/gtk/assets/icons/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/eye
copying build/lib/proton/vpn/app/gtk/assets/icons/eye/hide.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/eye
copying build/lib/proton/vpn/app/gtk/assets/icons/eye/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/eye
copying build/lib/proton/vpn/app/gtk/assets/icons/eye/show.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/eye
creating /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers
copying build/lib/proton/vpn/app/gtk/assets/icons/servers/secure-core.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers
copying build/lib/proton/vpn/app/gtk/assets/icons/servers/p2p.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers
copying build/lib/proton/vpn/app/gtk/assets/icons/servers/smart-routing.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers
copying build/lib/proton/vpn/app/gtk/assets/icons/servers/tor.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers
copying build/lib/proton/vpn/app/gtk/assets/icons/servers/__init__.py -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers
copying build/lib/proton/vpn/app/gtk/assets/icons/servers/streaming.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers
copying build/lib/proton/vpn/app/gtk/assets/icons/maintenance-icon.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
copying build/lib/proton/vpn/app/gtk/assets/icons/proton-vpn-sign.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
copying build/lib/proton/vpn/app/gtk/assets/icons/state-error.svg -> /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/__main__.py to __main__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher/server_list_refresher.py to server_list_refresher.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher/feature_flags_refresher.py to feature_flags_refresher.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher/client_config_refresher.py to client_config_refresher.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher/certificate_refresher.py to certificate_refresher.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher/backoff.py to backoff.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/refresher/vpn_data_refresher.py to vpn_data_refresher.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector/vpn_monitor.py to vpn_monitor.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector/network_monitor.py to network_monitor.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector/session_monitor.py to session_monitor.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/services/reconnector/reconnector.py to reconnector.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/config.py to config.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/controller.py to controller.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils/executor.py to executor.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils/semver.py to semver.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils/accessibility.py to accessibility.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils/scheduler.py to scheduler.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils/search.py to search.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/utils/glib.py to glib.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/search_entry.py to search_entry.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/quick_connect_widget.py to quick_connect_widget.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/vpn_widget.py to vpn_widget.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/connection_status_widget.py to connection_status_widget.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist/country.py to country.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist/server.py to server.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist/icons.py to icons.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/vpn/serverlist/serverlist.py to serverlist.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/feature_settings.py to feature_settings.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/connection_settings.py to connection_settings.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/account_settings.py to account_settings.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/settings_window.py to settings_window.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/common.py to common.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/general_settings.py to general_settings.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/settings/early_access.py to early_access.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/menu.py to menu.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/release_notes_dialog.py to release_notes_dialog.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/bug_report_dialog.py to bug_report_dialog.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/menu/about_dialog.py to about_dialog.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/headerbar.py to headerbar.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/headerbar/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login/disable_killswitch.py to disable_killswitch.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login/two_factor_auth_form.py to two_factor_auth_form.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login/logo.py to logo.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login/login_form.py to login_form.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/login/login_widget.py to login_widget.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/confirmation_dialog.py to confirmation_dialog.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/main_window.py to main_window.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/exception_handler.py to exception_handler.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/notification_bar.py to notification_bar.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/tray_indicator.py to tray_indicator.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/loading_widget.py to loading_widget.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/main_widget.py to main_widget.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/widgets/main/notifications.py to notifications.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/app.py to app.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/util.py to util.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/style/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/icons.py to icons.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/eye/__init__.py to __init__.cpython-312.pyc
byte-compiling /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton/vpn/app/gtk/assets/icons/servers/__init__.py to __init__.cpython-312.pyc
writing byte-compilation script '/tmp/tmpy2fqly6z.py'
/usr/bin/python /tmp/tmpy2fqly6z.py
removing /tmp/tmpy2fqly6z.py
running install_egg_info
Copying proton_vpn_gtk_app.egg-info to /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/lib/python3.12/site-packages/proton_vpn_gtk_app-4.4.3-py3.12.egg-info
running install_scripts
Installing protonvpn-app script to /home/thedatabug/.cache/yay/proton-vpn-gtk-app/pkg/proton-vpn-gtk-app/usr/bin
==> Tidying install...
-> Removing libtool files...
-> Purging unwanted files...
-> Removing static library files...
-> Stripping unneeded symbols from binaries and libraries...
-> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "proton-vpn-gtk-app"...
-> Generating .PKGINFO file...
-> Generating .BUILDINFO file...
-> Generating .MTREE file...
-> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: proton-vpn-gtk-app 4.4.3-1 (Sat 17 Aug 2024 00:31:54 BST)
==> Cleaning up...
loading packages...
resolving dependencies...
looking for conflicting packages...
Packages (1) proton-vpn-gtk-app-4.4.3-1
Total Installed Size: 1.30 MiB
:: Proceed with installation? [Y/n] y
(1/1) checking keys in keyring [##########################################] 100%
(1/1) checking package integrity [##########################################] 100%
(1/1) loading package files [##########################################] 100%
(1/1) checking for file conflicts [##########################################] 100%
(1/1) checking available disk space [##########################################] 100%
:: Processing package changes...
(1/1) installing proton-vpn-gtk-app [##########################################] 100%
Optional dependencies for proton-vpn-gtk-app
libappindicator-gtk3 [installed]
ldconfig: /opt/cuda/extras/CUPTI/lib64/libpcsamplingutil.so is not a symbolic link
ldconfig: /opt/cuda/extras/CUPTI/lib64/libnvperf_target.so is not a symbolic link
ldconfig: /opt/cuda/extras/CUPTI/lib64/libnvperf_host.so is not a symbolic link
ldconfig: /opt/cuda/extras/CUPTI/lib64/libcheckpoint.so is not a symbolic link
:: Running post-transaction hooks...
(1/4) Arming ConditionNeedsUpdate...
(2/4) Refreshing PackageKit...
(3/4) Updating icon theme caches...
(4/4) Updating the desktop file MIME type cache...