Search Criteria
Package Details: openfortigui 0.9.3-2
Git Clone URL: | https://aur.archlinux.org/openfortigui.git (read-only, click to copy) |
---|---|
Package Base: | openfortigui |
Description: | OpenFortiGUI is an open-source VPN-Client to connect to Fortigate VPN-Hardware. It is based on openfortivpn and adds an easy to use and nice GUI on top of it, written in Qt5. |
Upstream URL: | https://github.com/theinvisible/openfortigui.git |
Licenses: | |
Submitter: | macfly |
Maintainer: | macfly |
Last Packager: | macfly |
Votes: | 14 |
Popularity: | 0.26 |
First Submitted: | 2018-01-03 19:14 |
Last Updated: | 2021-02-20 22:19 |
Dependencies (7)
- openssl (libressl-git, openssl-purify, openssl-zlib, openssl-git, openssl-weak-ciphers, openssl-hardened)
- ppp (ppp-eap-tls, ppp-eap-mschapv2, ppp-debian, ppp-git)
- qt5-base (qt5-base-git, qt5-base-fractional-fix, qt5-base-headless)
- qt5-translations (qt5-translations-git)
- qtkeychain (qtkeychain-qt5)
- sudo (nosudo, sudo-hg, opendoas-sudo, fake-sudo, sudo-selinux, please-sudo, sudo-git)
- git (git-git) (make)
Latest Comments
1 2 3 4 Next › Last »
GeBo commented on 2021-02-20 16:46
@jvybihal: Thanks! Removing make clean from PKGBUILD and then run makepkg did the trick.
jvybihal commented on 2021-02-20 12:45
@macfly I think you should not call
make clean
beforeqmake
since in this stage, makefile does not exist yet:And since the makefile is generated, it feels arbitrary to include
make clean
at all.pad commented on 2020-09-09 11:57
@jvybihal the patch work fine if we fix path in PKGBUILD
@aminvakil I have the same issue with makepkg
we need to replace
patch -p1 < ../../user-env.patch
withpatch -p1 < ../user-env.patch
into PKGBUILDjvybihal commented on 2020-09-09 10:53
@pad, try running
yay -Scc
, clean ALL old cache and try again. The patch works fine withyay
here.aminvakil commented on 2020-09-09 09:48
@pad I think the problem for you is using yay. try this:
pad commented on 2020-09-09 07:24
unable to install package
change
with
elliotwutingfeng commented on 2020-09-02 03:47
Same here, changing to
Exec=openfortigui
in/usr/share/applications/openfortigui.desktop
fixes the non-working desktop shortcut bug.mihaib commented on 2020-08-04 08:37
I agree with aborigines but:
If I use
Exec=/usr/bin/openfortigui
it does not work but if I only useExec=openfortigui
it works...aborigines commented on 2020-07-09 01:30
hi macfly
in user-env.patch this line is wrong
Exec=/usr/bin/sudo /usr/bin/openfortigui
should be
Exec=/usr/bin/openfortigui
ps. after update can't start openfortigui with the menu
aminvakil commented on 2020-06-24 14:37
Sorry, I'd upgraded my Arch and haven't reboot, after a reboot it got fixed, one of these packages broke the compilation.