mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-05-20 07:26:58 -04:00
Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
cc59f031b0 | ||
|
d31598eac3 |
@@ -4,7 +4,7 @@ Type=Application
|
|||||||
Version=1.0.0
|
Version=1.0.0
|
||||||
Name=GlobalProtect VPN
|
Name=GlobalProtect VPN
|
||||||
Comment=GlobalProtect VPN client, supports SAML auth mode
|
Comment=GlobalProtect VPN client, supports SAML auth mode
|
||||||
Exec=/usr/local/bin/gpclient
|
Exec=/usr/bin/gpclient
|
||||||
Icon=com.yuezk.qt.GPClient
|
Icon=com.yuezk.qt.GPClient
|
||||||
Categories=Network;VPN;Utility;Qt;
|
Categories=Network;VPN;Utility;Qt;
|
||||||
Keywords=GlobalProtect;Openconnect;SAML;connection;VPN;
|
Keywords=GlobalProtect;Openconnect;SAML;connection;VPN;
|
||||||
|
@@ -1,5 +1,5 @@
|
|||||||
[D-BUS Service]
|
[D-BUS Service]
|
||||||
Name=com.yuezk.qt.GPService
|
Name=com.yuezk.qt.GPService
|
||||||
Exec=/usr/local/bin/gpservice
|
Exec=/usr/bin/gpservice
|
||||||
User=root
|
User=root
|
||||||
SystemdService=gpservice.service
|
SystemdService=gpservice.service
|
||||||
|
@@ -4,7 +4,7 @@ Description=GlobalProtect openconnect DBus service
|
|||||||
[Service]
|
[Service]
|
||||||
Type=dbus
|
Type=dbus
|
||||||
BusName=com.yuezk.qt.GPService
|
BusName=com.yuezk.qt.GPService
|
||||||
ExecStart=/usr/local/bin/gpservice
|
ExecStart=/usr/bin/gpservice
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
@@ -19,10 +19,16 @@ A GlobalProtect VPN client (GUI) for Linux based on Openconnect and built with Q
|
|||||||
```
|
```
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
### Install from AUR (Arch/Manjaro)
|
||||||
|
|
||||||
|
Install [globalprotect-openconnect](https://aur.archlinux.org/packages/globalprotect-openconnect/).
|
||||||
|
|
||||||
|
### Build from source code
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
git clone https://github.com/yuezk/GlobalProtect-openconnect.git
|
git clone https://github.com/yuezk/GlobalProtect-openconnect.git
|
||||||
cd GlobalProtect-openconnect
|
cd GlobalProtect-openconnect
|
||||||
git submodule init && git submodule update
|
git submodule update --init
|
||||||
qmake CONFIG+=release
|
qmake CONFIG+=release
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
Reference in New Issue
Block a user