Manjaro (Cinnamon) update broke Protonvpn and Onboard Virtual Keyboard

Latest Manjaro (Cinnamon) update broke Protonvpn (oddly left the Proton Mail Bridge okay) and also broke Onboard virtual keyboard (disappears after about 1 second when invoked). I am using the Flatpak for now. Any ideas?

phil@phil-aspirea51543 ~]$ protonvpn

Traceback (most recent call last):

File “/usr/bin/protonvpn”, line 33, in

sys.exit(load_entry_point(‘protonvpn-gui==1.12.0’, ‘console_scripts’, ‘protonvpn’)())

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/bin/protonvpn”, line 25, in importlib_load_entry_point

return next(matches).load()

^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/importlib/metadata/__init__.py”, line 205, in load

module = import_module(match.group(‘module’))

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/importlib/__init__.py”, line 90, in import_module

return _bootstrap._gcd_import(name[level:], package, level)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “<frozen importlib._bootstrap>”, line 1387, in _gcd_import

File “<frozen importlib._bootstrap>”, line 1360, in _find_and_load

File “<frozen importlib._bootstrap>”, line 1331, in _find_and_load_unlocked

File “<frozen importlib._bootstrap>”, line 935, in _load_unlocked

File “<frozen importlib._bootstrap_external>”, line 995, in exec_module

File “<frozen importlib._bootstrap>”, line 488, in _call_with_frames_removed

File “/usr/lib/python3.12/site-packages/protonvpn_gui/main.py”, line 14, in

from proton.constants import VERSION as proton_version

ModuleNotFoundError: No module named ‘proton’

[phil@phil-aspirea51543 ~]$ protonvpn-cli

Traceback (most recent call last):

File “/usr/bin/protonvpn-cli”, line 33, in

sys.exit(load_entry_point(‘protonvpn-cli==3.13.0’, ‘console_scripts’, ‘protonvpn-cli’)())

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

File “/usr/lib/python3.12/site-packages/protonvpn_cli/main.py”, line 20, in main

from .cli import ProtonVPNCLI

File “/usr/lib/python3.12/site-packages/protonvpn_cli/cli.py”, line 4, in

from proton.constants import VERSION as proton_version

ModuleNotFoundError: No module named ‘proton’

[phil@phil-aspirea51543 ~]$

I had the same problem. I solved this by reinstalling the ProtonVPN client. It is important to uninstall all modules that belong to it beforehand. In my case, I had to do the following:

pamac remove python-proton-vpn-session python-proton-vpn-network-manager-openvpn python-proton-vpn-network-manager python-proton-vpn-logger python-proton-vpn-k illswitch-network-manager python-proton-vpn-killswitch python-proton-vpn-connection python-proton-vpn-api-core python-proton-keyring-linux-secretservice python-proton-key ring-linux python-proton-core

And then reinstall the ProtonVPN client (the corresponding modules will be reinstalled automatically):

pamac install proton-vpn-gtk-app

onboard: try switch input method from xinput to gtk (Menu - Onboard Settings - Keyboard - Advanced - Input method)

Thanks, but I get another error that is way beyond my Linux expertise : When I try to remove all (or each one at a time) I get an error "Error: target not found: python-proton-vpn-session … (or whichever module I specify).

When I try to reinstall, I get another error:

Resolving dependencies…

Checking inter-conflicts…

Error: Failed to prepare transaction:

could not satisfy dependencies:

  • removing protonvpn-gui breaks dependency ‘protonvpn-gui’ required by protonvpn
  • removing python-protonvpn-nm-lib breaks dependency ‘python-protonvpn-nm-lib>=3.10.0’ required by protonvpn-cli

Edit build files : [e]

Apply transaction ? [e/y/N] y

Transaction cancelled.

That worked, thanks :slight_smile: