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}"
Search Criteria
Package Details: icaclient 24.8.0.98-1
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: | custom:Citrix |
Conflicts: | bin32-citrix-client, citrix-client |
Submitter: | wmarshall |
Maintainer: | buzo (alhirzel) |
Last Packager: | buzo |
Votes: | 180 |
Popularity: | 0.68 |
First Submitted: | 2011-12-08 18:49 (UTC) |
Last Updated: | 2024-10-10 12:52 (UTC) |
Dependencies (20)
- alsa-lib
- curl (curl-quiche-gitAUR, curl-http3-ngtcp2AUR, curl-gitAUR, curl-c-aresAUR)
- gst-plugins-base-libs (gst-plugins-base-libs-gitAUR)
- gtk2 (gtk2-maemoAUR, gtk2-patched-filechooser-icon-viewAUR)
- libc++ (libc++-msanAUR, libc++-modulesAUR)
- libc++abi (libc++abi-msanAUR, libc++abi-modulesAUR)
- 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++-msanAUR, libc++-modulesAUR) (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 Next › Last »
enteenteente commented on 2014-07-09 11:02 (UTC)
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
maccyber commented on 2014-05-12 07:03 (UTC)
selfservice has worked earlier, but now I get.
(selfservice:3778): GLib-ERROR **: gmem.c:359: overflow allocating 1702259061*4 bytes
Trace/breakpoint trap (core dumped)
..Any ideas?
wtribe commented on 2014-04-18 04:09 (UTC)
Svante - the package is working fine for me on a new Arch install.
danieleva - Thanks for keeping this package going. In the past I've always installed receiver by hand. I decided to give this a try so I don't need to keep quite as close an eye out for updates from Citrix.
One thing I've noticed that is missing in comparison to manually running setupwfc is the creation of a wfica.desktop file in /usr/share/applications. Is this something that you could look at? I'm happy to provide an example if you would like.
BTW... I just copied the .desktop file over from another computer and it worked fine.
Thanks again.
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