Search Criteria
Package Details: expressvpn-gui 0.6.10-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/expressvpn-gui.git (read-only, click to copy) |
|---|---|
| Package Base: | expressvpn-gui |
| Description: | Unofficial linux GUI for expressvpn CLI (Qt) |
| Upstream URL: | https://gitlab.com/vojko.pribudic/expressvpn-gui |
| Keywords: | expressvpn expressvpn-gui qt vpn |
| Licenses: | custom |
| Submitter: | dmanthing |
| Maintainer: | dmanthing |
| Last Packager: | dmanthing |
| Votes: | 8 |
| Popularity: | 0.000136 |
| First Submitted: | 2019-12-13 02:38 (UTC) |
| Last Updated: | 2023-07-27 12:10 (UTC) |
Dependencies (4)
- bash (bash-gitAUR, bash-devel-gitAUR)
- expressvpnAUR (expressvpn-stagingAUR, expressvpnAUR)
- pyside6
- python-pexpect
Latest Comments
wheat32 commented on 2025-08-03 16:53 (UTC) (edited on 2025-08-06 17:21 (UTC) by wheat32)
I think the latest glibc or Linux kernel update broke this package. Worked fine yesterday. Not so much today.
$ python /opt/expressvpn-gui/expressvpn.py Traceback (most recent call last): File "/opt/expressvpn-gui/expressvpn.py", line 5, in <module> from PySide6 import QtCore, QtGui, QtWidgets ImportError: libshiboken6.abi3.so.6.9: cannot open shared object file: No such file or directoryEdit: If anyone else has issues with the GUI, I highly recommend using the expressvpn-beta package which has a GUI built-in.
dmanthing commented on 2021-02-26 12:07 (UTC)
@theriddick if you managed to register the app and get to main app window I assume there was a temporary error in connection. I see you managed to run the Gtk version so I guess it is not QT related since both versions send same commands to expressvpn CLI in the background :)
theriddick commented on 2021-02-26 11:36 (UTC)
I compiled this fine but for some reason when I started it up, it asked for a token code (imputed) and when I press continue/connect it just sits there and does nothing.
I then uninstalled this Qt version and tried the Gtk one which connected without a issue or request for the key, which suggests this Qt did sort of work but stalled soon afterwards.
dr460nf1r3 commented on 2021-01-16 08:39 (UTC)
Fails to compile in clean chroot /home/main-builder/pkgwork/PKGBUILD: line 23: desktop-file-insta/home/main-builder/pkgwork/PKGBUILD: line 23: desktop-file-install: command not found
mattalxndr commented on 2020-12-20 18:34 (UTC)
Seems weird that this doesn't include a system tray icon, is would be an easy addition.
paintie commented on 2020-12-17 16:54 (UTC)
Sorry I didn't see your comment until now! Thank you for pointing me to the GTK version; that's awesome. :-)
dmanthing commented on 2020-10-04 21:41 (UTC)
Hey paintie, GTK gui is also available on AUR (https://aur.archlinux.org/packages/expressvpn-gui-gtk/)
paintie commented on 2020-09-13 09:35 (UTC)
Excellent program, but hadn't realised this brings in qt, which I don't run. If there's any remote chance at any point for a gtk version, just adding my vote for that.