@singh are you using/have a smartcard attached? Check ~/.ICAClient/logs/AuthManSvr* and see if it's blowing up the logs. If so, I just added this to the wiki: https://wiki.archlinux.org/title/Citrix#Log_file_fills_disk_when_using_Smartcard
@boyang I wasn't able to get an "error" from storebrowser, it just launched the "connecting..." dialog which silently disappeared after ~1min. The problem for me was gdk-pixbuf2 (a dependency of webkit2gtk). According to https://blogs.gnome.org/sophieh/2025/06/13/making-gnomes-gdkpixbuf-image-loading-safer/, gdk-pixbuf2 v2.43.2 switched to glycin for it's loader, which Citrix doesn't seem to like. sudo manjaro-downgrade gdk-pixbuf2 to v2.42.12 has storebrowser working for me again.
I've also seen folks say that other affected programs were fixed by switching to gdk-pixbuf2-noglycin and maybe librsvg-noglycin
I wonder if there are just some loaders missing that could be installed? Haven't had a chance to test that out yet
@buzo could we pin a comment about the glycin issues until we find a solution?
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