Package Details: torguard 4.8.29-1

Git Clone URL: https://aur.archlinux.org/torguard.git (read-only, click to copy)
Package Base: torguard
Description: TorGuard VPN Software Stay private online with TorGuard's anonymous VPN software and connect to 37+ countries worldwide.
Upstream URL: https://www.torguard.net
Licenses: custom
Submitter: coco
Maintainer: ABOhiccups
Last Packager: ABOhiccups
Votes: 18
Popularity: 0.000049
First Submitted: 2017-01-25 16:18 (UTC)
Last Updated: 2024-02-27 22:40 (UTC)

Latest Comments

1 2 3 4 5 6 .. 8 Next › Last »

sh1sh1n11 commented on 2025-09-09 05:29 (UTC)

Thank you sammyp91, that worked!

sammyp91 commented on 2025-05-03 00:22 (UTC)

I'm seeing the same issue as @alesc in the latest v.4.8.29-1, it seems to be caused by the post_remove block being empty: https://aur.archlinux.org/cgit/aur.git/tree/torguard.install?h=torguard#n9

I replaced the empty block with a no-op:

post_remove() {
    :  # no-op (/usr/bin/true also works)
}

I built the package locally, and tried to install it, and the error no longer appears.

alesc commented on 2023-12-17 10:45 (UTC)

| Open TorGuard and make sure it's in 4.8.27.

@ABOhiccups Yes it is 4.8.27

ABOhiccups commented on 2023-12-17 06:17 (UTC)

@alesc Open TorGuard and make sure it's in 4.8.27.

alesc commented on 2023-12-17 06:08 (UTC)

Hi there :)

I have this error with 4.8.27-1 (upgrade & reinstall):

:: Processing package changes...
/tmp/alpm_aEpwOT/.INSTALL: line 10: syntax error near unexpected token `}'
/tmp/alpm_aEpwOT/.INSTALL: line 10: `}'

leebickmtu commented on 2023-01-31 18:51 (UTC)

Getting an error upon open the app every time about "configuration could not be downloaded". It seems to be a passive error, doesn't prevent the VPN from connecting/working.

But I noticed the AUR version (4.8.13) is lagging the newest upstream (4.8.15). If I edit the pkgbuild to pull the newest and install, the error does not occur.

So would be nice if this package could get updated officially.

TimTheAncient commented on 2022-07-15 13:12 (UTC)

With 4.8.12-1 installed, it will no longer run on my Manjaro system anymore because it complains about the setuid or setgid bits being set. I'm not sure which version broke it for me but it was somewhat recent.

Error message:

GID no changed
setting uid to  1000
Setting USER, USERNAME and LOGNAME to  "timothy"
Setting HOME to  "/home/timothy"
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-timothy'

(process:15217): Gtk-WARNING **: 07:47:10.919: This process is currently running setuid or setgid.
This is not a supported use of GTK+. You must create a helper
program instead. For further details, see:

    http://www.gtk.org/setuid.html

Refusing to initialize GTK+.

missingSleepDeps commented on 2022-04-11 19:36 (UTC)

It's not showing on the system tray for KDE

tomacrisan commented on 2022-03-20 19:27 (UTC)

For anyone who wants to upgrade, change the PKGBUILD file to:

pkgver=4.8.10
build=build.167.1+g228f8ff
pkgrel=1

Then run:

updpkgsums
makepkg --install

jwhite111 commented on 2021-10-10 09:26 (UTC)

@dramm It works now, thanks. Much appreciated.