10-05-2021, 08:29 PM
(10-03-2021, 04:10 PM)county93 Wrote:(03-11-2021, 08:36 PM)C0ffeeFreak Wrote:(03-11-2021, 06:56 AM)wibble Wrote: Native or flatpak? The readme mentions the '--debug [LEVEL]' command line option or an environment variable to set, which is easy for a native install but I don't know how it works for flatpak.Thanks, I have been through all the debugging. No joy. I gave up. I purchased a subscription to ProtonVPN for a year to use on the Pinephone when I am running Mobian. That app is fairly new. I will pass that bug on to the developer and let him see if he can figure it out. Somehow the file system must be different although I couldn't find it or something is missing in Mobian. There are files for OpenVpn everywhere throughout the system.
https://github.com/jkotra/eOVPN
The code getting the version is here:
https://github.com/jkotra/eOVPN/blob/mas...openvpn.py
See get_version(self) at line 172. It's trying to run 'openvpn --version' and find the version in the output using a regular expression. Is it unable to run the command (no openvpn in the path, sandboxing preventing it running, something else?) or does the response not contain a matching string? Or is there some other problem like a missing python library that's getting hidden by error trapping?
C0ffeeFreak: Did you install the ProtonVPN app? I tried, but my ethernet connection broke just after the repository install. I didn't even get to the main app install. I tried to disable the kill switch, but it did not recognize the command since the main app was not installed yet. I deleted everything and my ethernet connection came back up. I have the new Bookworm edition of Mobian, but I have tried it on the previous version with the same results. Thanks for any advice.
Yes, I installed the app with no problems. It's been a long time ago though.