Search Criteria
Package Details: openvpn3-indicator-git r53.a00ecaa-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/openvpn3-indicator-git.git (read-only, click to copy) |
|---|---|
| Package Base: | openvpn3-indicator-git |
| Description: | Simple GTK indicator GUI for OpenVPN 3 Linux |
| Upstream URL: | https://github.com/OpenVPN/openvpn3-indicator |
| Licenses: | AGPL |
| Submitter: | asbachb |
| Maintainer: | asbachb |
| Last Packager: | asbachb |
| Votes: | 4 |
| Popularity: | 0.43 |
| First Submitted: | 2024-04-03 20:10 (UTC) |
| Last Updated: | 2024-05-29 06:48 (UTC) |
Dependencies (6)
- libayatana-appindicator
- openvpn3AUR (openvpn3-gitAUR)
- python-secretstorage
- python-setproctitle
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- zip (zip-natspecAUR) (make)
Required by (1)
- openvpn-manager-git (optional)
Latest Comments
Fuzzy commented on 2024-06-26 09:22 (UTC)
I was not able to add profile via GUI (under investigation). But it is possible to do with console command
openvpn3 config-import --config <config_file.ovpn> --name <profile_name> -p. I'm putting it here just if anyone else faces the same issue.asbachb commented on 2024-05-02 07:12 (UTC)
@bassadin like @addadi said. In that case you need to recompile
openvpn3.addadi commented on 2024-05-01 15:47 (UTC)
linking python 3.11 openvpn package to 3.12 solve the issue manually. I think that also recompiling openvpn3 package will solve it again but it takes a lot of time. sudo ln -s /usr/lib/python3.11/site-packages/openvpn3 /usr/lib/python3.12/site-packages/openvpn3
bassadin commented on 2024-04-30 07:05 (UTC)
After the latest Arch Update to python 3.12, I seem to get a "ModuleNotFoundError: No module named 'openvpn3' when starting". Not sure if I'm doing anything else wrong.
asbachb commented on 2024-04-08 20:51 (UTC)
@bassadin: Thanks. I added
zipandgitas make dependency. Good spot!bassadin commented on 2024-04-08 08:39 (UTC)
Seems like
zipis a missing dependency. If I install zip manually beforehand, it works :)