I repeatedly get the following error when running wfica:
The X Request 130.3 caused
error: "128: BadShmSeg (invalid shared segment parameter)".
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.29 |
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 .. 47 48 49 50 51 52 53 54 55 56 57 58 Next › Last »
LeaveAThousand commented on 2014-08-27 14:02 (UTC)
Svante commented on 2014-08-24 09:48 (UTC)
Still fail to install.
Why?
[sudo] password for svante:
fejl: mål ikke fundet: lib32-libxt
fejl: mål ikke fundet: lib32-libpng12
fejl: mål ikke fundet: lib32-alsa-lib
fejl: mål ikke fundet: lib32-libxinerama
fejl: mål ikke fundet: lib32-libxext
fejl: mål ikke fundet: lib32-curl
fejl: mål ikke fundet: lib32-libxft
fejl: mål ikke fundet: lib32-libxml2
fejl: mål ikke fundet: lib32-libxmu
fejl: mål ikke fundet: lib32-libvorbis
fejl: mål ikke fundet: lib32-gtk2
==> Restart building icaclient ? [y/N]
==> ----------------------------------
Translated it says error: target not found: .......
enteenteente commented on 2014-07-09 11:02 (UTC)
your current PKGBUILD installs wfica.sh and wfica_assoc.sh to / because ${instdir} does not seem to be defined somewhere.. This is probably not what you should do. See: [1]
[1]:
# install scripts
install -Dm755 wfica.sh "${pkgdir}${ICAROOT}"
install -Dm755 wfica_assoc.sh "${pkgdir}${ICAROOT}"
ProfessorKaos64 commented on 2014-07-02 10:37 (UTC)
Regardless of this works of not (building now), thank you for your efforts. I have done this manually with Arch and other platforms in the past, but lately it seems I can't get things working again after they broke. I especially like the attention to do a symlink for the nasty SSL certs.
danieleva commented on 2014-06-27 14:23 (UTC)
@enteenteente: actually me and the maintainer of citrix-client are working together to merge the packages, but due to lack of time it's taking ages. :\
enteenteente commented on 2014-06-27 14:10 (UTC)
why are you not merging with the citrix-client [1]? citrix-client seems to be outdated and orphaned and you're both providing the exact same thing.
[1] https://aur.archlinux.org/packages/citrix-client/
danieleva commented on 2014-05-18 15:33 (UTC)
Thanks for all the feedbacks :)
I updated the pkg and fixed the .desktop files and nspluginwrapper setup.
The thing is on github, https://github.com/danieleva/icaclient, please fork it and send pull requests if you fancy!
travis.hegner commented on 2014-05-12 15:24 (UTC)
Hello,
I was having an issue where the browser plugin would not be present after a reboot. I narrowed it down the the PKGBUILD:90 line for nspluginwrapper. I run the "packer" aur package manager, and it does all of it's builds under /tmp.
The line in question actually registers the copy of the plugin under my /tmp, which gets cleared after a reboot.
I propose a couple of changes to the PKGBUILD:
comment or remove line 90, and then add:
install=icaclient.install
just before the build() function.
and then also package the following icaclient.install file:
---
post_install() {
instdir="/opt/Citrix/ICAClient"
nspluginwrapper -i /opt/Citrix/ICAClient/npica.so
}
---
This allows the browser plugin to be registered from the actual install path, rather than the ${pkgdir} path, which may be temporary on many machines. I pulled the line out into an install script because I believe the command will not work from build() as the file won't exist yet.
Some of this info was derived from the citrix-client aur package. It was tested on a x86_64 machine.
Thanks,
Travis Hegner
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