You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are happy to answer your questions about the code or discuss technical ideas.
Please complete the following checklist (by adding [x]):
I have searched open and closed issues for duplicates
This isn't a feature request
This is not a report about my app not working as expected
Unable to connect any country as i get the following error in log :
Proton.vpn.app.gtk.widgets.main.exception_handler:175 | CRITICAL | APP:CRASH | Unexpected error.
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/nmclient.py", line 332, in _on_property_set
if not nm_client or not res or not nm_client.dbus_set_property_finish(res):
gi.repository.GLib.GError: nm-manager-error-quark: GDBus.Error:org.freedesktop.NetworkManager.PermissionDenied: Not authorized to perform this operation (1)
I am running Mint Linux.
I tried to allow everything in /usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf without any success. Same error occur.
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last): File "/app/lib/python3.11/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/nmclient.py", line 332, in _on_property_set if not nm_client or not res or not nm_client.dbus_set_property_finish(res):
gi.repository.GLib.GError: nm-manager-error-quark: GDBus.Error:org.freedesktop.NetworkManager.PermissionDenied: Not authorized to perform this operation (1)
In short, on Arch Linux, install network-manager-applet. On Mint, I couldn't find the package, it may be included in the main NetworkManager one.
In any case, run nohup nm-applet > /dev/null & to launch the applet. Restart the ProtonVPN app for good measure and try to reconnect.
Please complete the following checklist (by adding [x]):
Unable to connect any country as i get the following error in log :
Proton.vpn.app.gtk.widgets.main.exception_handler:175 | CRITICAL | APP:CRASH | Unexpected error.
Traceback (most recent call last):
File "/app/lib/python3.11/site-packages/proton/vpn/killswitch/backend/linux/networkmanager/nmclient.py", line 332, in _on_property_set
if not nm_client or not res or not nm_client.dbus_set_property_finish(res):
gi.repository.GLib.GError: nm-manager-error-quark: GDBus.Error:org.freedesktop.NetworkManager.PermissionDenied: Not authorized to perform this operation (1)
I am running Mint Linux.
I tried to allow everything in /usr/share/dbus-1/system.d/org.freedesktop.NetworkManager.conf without any success. Same error occur.
The text was updated successfully, but these errors were encountered: