@swipe thanks for the helpful comment!
Search Criteria
Package Details: icaclient 24.11.0.85-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/icaclient.git (read-only, click to copy) |
---|---|
Package Base: | icaclient |
Description: | Citrix Workspace App (a.k.a. ICAClient, Citrix Receiver) |
Upstream URL: | https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html |
Licenses: | LicenseRef-Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 180 |
Popularity: | 0.28 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-12-19 13:36 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR)
- libc++abi (libc++abi-modulesAUR, libc++abi-msanAUR)
- libidn11
- libjpeg6-turbo
- libpng12
- libsecret
- libsoup
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- libxaw (xawmAUR)
- libxp
- openssl (openssl-gitAUR, openssl-staticAUR)
- speex (speex-gitAUR)
- webkit2gtk (webkit2gtk-imgpasteAUR)
- libc++ (libc++-modulesAUR, libc++-msanAUR) (optional) – for HDXTeams
- webkit2gtk (webkit2gtk-imgpasteAUR) (optional) – gtk2 selfservice/storefront ui
- xerces-c (optional) – gtk2 configuration manager
Required by (2)
Sources (10)
Latest Comments
« First ‹ Previous 1 .. 9 10 11 12 13 14 15 16 17 18 19 .. 58 Next › Last »
p3sto commented on 2022-07-31 21:57 (UTC)
Swipe commented on 2022-07-31 14:50 (UTC) (edited on 2022-08-03 08:57 (UTC) by Swipe)
Upgrading to the latest webkit2gtk 2.36.5 broke the Selfservice/Storefront UI for me on all my arch PCs. Downgrading to webkit2gtk 2.36.4 fixes it. I don't need the storefront UI so it still works for me if I launch the ica apps manually.
EDIT: Now fixed with the release of webkit2gtk 2.36.5-2
girishpadia commented on 2022-06-28 04:15 (UTC) (edited on 2022-06-28 04:16 (UTC) by girishpadia)
I am using latest version (i.e.icaclient 22.5.0.16-1). When I open selfservice and login, a blank white screen appears and I can't see any of my application. I tried resizing windows but nothing works. There are no information in journalctl. I have tried to run it via command line (/opt/Citrix/ICAClient/selfservice) but no error messages. Is there any fix? Please help.
Ravager commented on 2022-06-13 10:51 (UTC)
@harunou and @DenysMb Same issue here. Selfservice stuck on spinning logo. It never loads the authentication page.
DenysMb commented on 2022-06-07 17:47 (UTC) (edited on 2022-06-07 17:48 (UTC) by DenysMb)
@harunou I have the same error. Do you (or anyone) found a fix for this? In my case, neither the icaclient-2109 works.
harunou commented on 2022-06-03 11:57 (UTC) (edited on 2022-06-03 12:00 (UTC) by harunou)
selfservice
stuck on a spinner
wfica desktop.ica
throws curl_easy_perform() failed: Problem with the SSL CA cert (path? access rights?)
and closed by timeout with Please check your network and try again
workspacecheck.sh
- is all OK.
One of the required CA certificate exists
icaclient-2109
- works
Any ideas for icaclient 22.5.0.16-1?
archmanuk commented on 2022-06-02 10:10 (UTC)
Hi Guys,
All is well - it works, but my log is full of this, via sudo journalctl -f ... hundreds of them repeated.
"citrix-wfica[12656]: Error reading data. try again, failure: 11"
Latest version..
icaclient 22.5.0.16-1
For now I have turned off logging which stops the errors.
Any ideas?
thanks
keiichiiownsu12 commented on 2022-05-31 16:01 (UTC)
When using an app through citrix on KDE plasma, if I change virtual desktops or activities, the current app freezes. Is there a potential fix for this?
namilantu commented on 2022-05-06 10:22 (UTC) (edited on 2022-05-06 12:19 (UTC) by namilantu)
To fix journalctl log flood issue
1. Create a new user called "citrixlog"
useradd -d /var/log/citrix citrixlog
mkdir -p /var/log/citrix
chown -R citrixlog /var/log/citrix
-
create a service file called "ctxlogd.service" in "/usr/lib/systemd/system/"
-
Enable the service.
systemctl enable ctxlogd.service
The content of the service file is as follows:
[Unit]
Description=Citrix Log Daemon Service
[Service]
Type=forking
ExecStart=/opt/Citrix/ICAClient/util/ctxlogd
User=citrixlog
[Install]
WantedBy=multi-user.target
namilantu commented on 2022-04-29 13:03 (UTC) (edited on 2022-05-05 04:50 (UTC) by namilantu)
In KDE environment, I can login successfully, but when I click the virtual desktop in the store, nothing happens and no machine is launched. But in xfce environment, I can launch an virtual desktop directly from the workspace app. How can I fix it in KDE?
It should be a full screen issue, check "https://www.isticktoit.net/?p=2347" fix the isssue
Pinned Comments
buzo commented on 2021-06-26 12:42 (UTC) (edited on 2023-02-02 09:00 (UTC) by buzo)
If you cannot build because of a missing tar ball or a failed sha256 checksum validation, then the package is most likely outdated and they have removed the old version already. In this case, please click on “Flag package out-of-date”.
evanator commented on 2020-07-02 06:46 (UTC)
Found a fix for "authentication service could not be contacted"
Edit the config file under /home/username/.ICAClient\WFClient.ini and add a new line SSLCiphers=ALL save file and run "killall AuthManagerDaemon ServiceRecord selfservice storebrowse"
Relaunch Citrix and you should be fine