Hi, I'm basing this off of their GitHub repository and not their main site which seems to publish beta versions. I might add another package for that beta version in the near future.
Search Criteria
Package Details: windscribe-v2-bin 2.12.7-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/windscribe-v2-bin.git (read-only, click to copy) |
---|---|
Package Base: | windscribe-v2-bin |
Description: | Windscribe GUI tool for Linux |
Upstream URL: | https://windscribe.com/guides/linux |
Keywords: | gui vpn windscribe |
Licenses: | GPL2 |
Conflicts: | windscribe, windscribe-cli |
Provides: | windscribe |
Submitter: | blocklisted |
Maintainer: | tk154 |
Last Packager: | tk154 |
Votes: | 32 |
Popularity: | 0.31 |
First Submitted: | 2022-01-02 21:01 (UTC) |
Last Updated: | 2024-11-22 21:34 (UTC) |
Dependencies (22)
- c-ares (c-ares-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-qdoledAUR, freetype2-macosAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR, glibc-eac-rocoAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libglvnd (libglvnd-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxkbcommon (libxkbcommon-gitAUR)
- net-tools (net-tools-gitAUR)
- nftables (nftables-fullconeAUR, nftables-gitAUR)
- shadow (shadow-selinuxAUR)
- sudo (fake-sudoAUR, polkit-fakesudoAUR, sudo-gitAUR, doas-sudo-shimAUR, doas-sudo-shim-minimalAUR, sudo-hgAUR, sudo-selinuxAUR, fudo-gitAUR)
- systemd (systemd-chromiumosAUR, systemd-selinuxAUR, systemd-gitAUR, systemd-fmlAUR)
- xcb-util-image
- xcb-util-keysyms
- xcb-util-renderutil
- Show 2 more dependencies...
Required by (0)
Sources (1)
Latest Comments
« First ‹ Previous 1 2
nrozman21 commented on 2022-11-29 09:47 (UTC)
behrad commented on 2022-11-29 07:23 (UTC)
Hi, today windscribe app showing new 2.5.14 update is available and .deb file is available on windscribe.com (https://windscribe.com/install/desktop/linux_deb_x64) but there is no package on github yet! should you change the source file to this link https://windscribe.com/install/desktop/linux_deb_x64 ? or we should using github version?
burster commented on 2022-11-26 02:06 (UTC)
Here's the updated PKGBUILD for version 2.5.14: https://pastebin.com/c2miYLjQ
carrouf commented on 2022-07-25 09:09 (UTC) (edited on 2022-07-25 09:11 (UTC) by carrouf)
Windscribe2 is nice. But how do you get rid of the annoying pop-up warning message that shows anytime app is started ? :
"Windscribe could not check for update due to an invalid platform config. You may want to try manually updating your installation."
Thanks/
carlosal1015 commented on 2022-07-08 04:08 (UTC) (edited on 2022-07-08 04:09 (UTC) by carlosal1015)
Hi I have the following message error:
$ systemctl status windscribe-helper.service
arch helper[173708]: ip6tables-restore v1.8.8 (legacy): ip6tables-restore: unable to initialize table 'filter'
arch helper[173708]: Error occurred at line: 1
arch helper[173708]: Try `ip6tables-restore -h' or 'ip6tables-restore --help' for more information.
arch helper[174403]: iptables-restore v1.8.8 (legacy): iptables-restore: unable to initialize table 'filter'
arch helper[174403]: Error occurred at line: 1
arch helper[174403]: Try `iptables-restore -h' or 'iptables-restore --help' for more information.
arch helper[174409]: modprobe: FATAL: Module ip6_tables not found in directory /lib/modules/5.18.8-arch1-1
arch helper[174408]: ip6tables-restore v1.8.8 (legacy): ip6tables-restore: unable to initialize table 'filter'
arch helper[174408]: Error occurred at line: 1
arch helper[174408]: Try `ip6tables-restore -h' or 'ip6tables-restore --help' for more information.
stasadev commented on 2022-01-31 17:21 (UTC)
I am not sure if it is necessary to enable systemd-resolved
service in the post_install script (windscribe-v2-bin 2.3.15_beta-4), because I use NetworkManager
instead of systemd-resolved
and Windscribe works perfectly fine.
My guess is that this change may have conflicts with other similar services. Just pin a note here in the comments that maybe it needs to be enabled.
EmeraldSnorlax commented on 2022-01-22 14:09 (UTC) (edited on 2022-01-22 14:10 (UTC) by EmeraldSnorlax)
the package depends on systemd-resolved
to also be running.
you might want to also add that as a depedency, as it silently fails without it installed.
Pinned Comments
blocklisted commented on 2023-01-06 14:22 (UTC) (edited on 2023-01-06 14:25 (UTC) by blocklisted)
NOTE: It may be necessary to enable
systemd-resolved
for windscribe to work. It may fail silently without it.NetworkManager
also works fine according to some reports.