ProtonVPN / linux-cli

Official ProtonVPN Linux app (CLI)
https://protonvpn.com/download-linux
GNU General Public License v3.0
335 stars 43 forks source link

Python-systemd required #34

Closed FrenchGithubUser closed 3 years ago

FrenchGithubUser commented 3 years ago

When trying to install protonvpn-cli from the AUR (on Artix linux) with yay, I get the error "libsystemd (Dépendances de: protonvpn-gui -> python-protonvpn-nm-lib -> python-systemd)". However, I don't use systemd but openRC. I get the same issue with the gui.

calexandru2018 commented 3 years ago

Hey @ThomasTraineau

It's explicitly stated on our supported pages that systemd is a requirment:

FrenchGithubUser commented 3 years ago

Ah indeed. Thanks for the info ! Any hope to get openRC support in the future ?

calexandru2018 commented 3 years ago

@ThomasTraineau currently there are no plans, as the current implementation heavily relies on systemd to communicate with the OS. It also depends of the level of interoperability of openRC and NetworkManager.

eNTi commented 1 year ago

I've just switched to Proton Unlimited just to learn that my distro can't use your app. After using mullvad-vpn and their app sucessfully for quite some time I'm sorely disappointed that the same isn't true for Proton.

I'm also on ArtixLinux + OpenRC and the Mullvad-App works just fine. Why not copy their stuff? It's open source too.

FrenchGithubUser commented 1 year ago

@eNTi there is a community cli version (also available on the AUR) : https://github.com/Rafficer/linux-cli-community

However it seems like it is not being updated anymore...