@greenstone You need to install gtkmm3 and webkit2gtk packages for pulseUi, which are already suggested as optional dependencies.
Search Criteria
Package Details: pulse-secure 22.8r1_b31437-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/pulse-secure.git (read-only, click to copy) |
---|---|
Package Base: | pulse-secure |
Description: | Ivanti Secure Access Client |
Upstream URL: | https://www.pulsesecure.net/ |
Licenses: | custom |
Conflicts: | pulse-connect-secure |
Submitter: | yan12125 |
Maintainer: | chiwanpark |
Last Packager: | chiwanpark |
Votes: | 37 |
Popularity: | 0.81 |
First Submitted: | 2017-09-02 07:40 (UTC) |
Last Updated: | 2025-02-18 11:56 (UTC) |
Dependencies (11)
- curl (curl-gitAUR, curl-c-aresAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- dmidecode (dmidecode-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- libbsd (libbsd-gitAUR)
- libgnome-keyring
- openssl (openssl-gitAUR, openssl-staticAUR)
- patch (patch-gitAUR)
- gtkmm3 (optional) – for pulseUi,
- psmisc (psmisc-selinuxAUR) (optional) – for pulsesvc -K,
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – for pulseUi
Required by (0)
Sources (3)
chiwanpark commented on 2025-05-13 12:19 (UTC)
greeenstone commented on 2025-05-13 12:00 (UTC) (edited on 2025-05-13 12:00 (UTC) by greeenstone)
MISSING DEPENDENCY: /opt/pulse-secure/bin/pulseUI required libwebkit2gtk for me. Thanks <3
p.s.: additionally message the user that executables are in /opt/pulse-secure/bin/ ?
billerby commented on 2025-02-18 07:36 (UTC)
Hi,
New build 22.8-R1 is out, could you update the package?
Thanks!
pmblanco commented on 2024-12-14 08:18 (UTC)
While waiting for version 22.7r4, we can apply this patch to versión 22.7r3
diff --git a/PKGBUILD b/PKGBUILD
index 12b3ef3..0e5149f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: Chiwan Park <chiwanpark@hotmail.com>
DLAGENTS=("https::/usr/bin/curl -k -o %o %u")
-
pkgname=pulse-secure
-pkgver=22.7r3.0_b30227
+pkgver=22.7r4_b30859
pkgrel=1
pkgdesc='Ivanti Secure Access Client'
arch=(x86_64)
@@ -11,9 +10,9 @@ url='https://www.pulsesecure.net/'
depends=(gcc-libs libgnome-keyring openssl curl dbus libbsd dmidecode patch)
install=${pkgname}.install
source=("EULA.txt" "setup_cef.sh.patch")
-source_x86_64=("https://ccnet.ntu.edu.tw/vpn/Download/ps-pulse-linux-22.7r3-b30227-installer.rpm")
+source_x86_64=("https://ccnet.ntu.edu.tw/vpn/Download/ps-pulse-linux-22.7r4-b30859-installer.rpm")
md5sums=('261848a28201e5386ec4bf587473a48b' '31c0e4d462053b189274b8f6df340525')
-md5sums_x86_64=('174a7d91502389ec88aab3fe2ddbc410')
+md5sums_x86_64=('6afaba7b32a172a6073d5505ad3f2de0')
optdepends=('psmisc: for pulsesvc -K', 'gtkmm3: for pulseUi', 'webkit2gtk: for pulseUi')
conflicts=(pulse-connect-secure)
Hope it helps
gouchi commented on 2024-12-05 10:49 (UTC)
Hi,
New build version 22.7R4 Build 30859[1] is available.
Will it possible to update the package ?
Thank you.
[1] https://help.ivanti.com/ps/help/en_US/ISAC/22.X/22.X-Client-RelNotes.pdf
shyamin commented on 2024-10-10 09:57 (UTC)
ps-pulse-linux-22.7r3-b30227-installer.rpm is out, can you please update the build.
chiwanpark commented on 2024-10-03 13:25 (UTC)
@Marduk, webkit2gtk and gtkmm3 are already listed in the optional dependencies. Note that there is another method (pulsesvc) to connect VPN without the GUI; thus, they are optional.
Marduk commented on 2024-10-03 11:37 (UTC) (edited on 2024-10-03 11:38 (UTC) by Marduk)
Under Plasma 6 (Endeavouros Neo)
for the GUI to launch , I needed to do :
sudo pacman -S webkit2gtk && sudo pacman -S gtkmm3
franwang01 commented on 2024-09-03 14:48 (UTC) (edited on 2024-09-03 15:09 (UTC) by franwang01)
EDIT: Problem after I reboot(I enable pulsesecure.service at boot
After one successful try with pulse-secure(ui can be opened, VPN is connected), it stopped working today.
I made sure the pulsesecure.service is enabled
systemctl status pulsesecure
● pulsesecure.service - pulsesecure service Daemon
Loaded: loaded (/usr/lib/systemd/s
ystem/pulsesecure.service; enabled; preset: disabled)
Active: active (running) since Tue 2024-09-03 10:29:24 EDT; 7min ago
Invocation: 245b4c266d844afca87afdaf899ac4b3
Main PID: 18231 (pulsesecure)
Tasks: 1 (limit: 18714)
Memory: 1.9M (peak: 3.4M)
CPU: 1.765s
CGroup: /system.slice/pulsesecure.service
└─18231 /opt/pulsesecure/bin/pulsesecure
However, when I tried to open pulseUI, it won't start. Then I abort the current task with ctrl+c, it gave the following error:
DBUS api call failed with code: 2 - message:GDBus.Error:org.freedesktop.DBus.Error.ServiceUnknown: The name is not activatable
webkit2gtk and gtkmm3 are all installed
BarkleyIII commented on 2024-07-24 12:12 (UTC)
@Suma67 @chiwanpark I can both build the package manually with makepkg
and download the source file directly via browser. Maybe the yay helper is part of the problem or your specific location / region gets blocked.
Maybe try building the package without yay.
Pinned Comments
chiwanpark commented on 2021-02-24 10:21 (UTC)
If you want to use old pulse-secure client 9.1r9, please download the following package.
https://drive.google.com/file/d/1_8tRA-T9vV08n_TpHqdcG5IvalxBuZ7_/view?usp=sharing
The rewritten pulse-secure client requires a service called 'pulsesecure'. Please enable and start the service before running the client.