Package Details: icaclient 24.8.0.98-1

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.49
First Submitted: 2011-12-08 18:49 (UTC)
Last Updated: 2024-10-10 12:52 (UTC)

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

Latest Comments

« First ‹ Previous 1 .. 3 4 5 6 7 8 9 10 11 12 13 .. 57 Next › Last »

class101 commented on 2023-06-01 19:16 (UTC) (edited on 2023-06-01 20:04 (UTC) by class101)

Edit: I suppress .gitignore in 23.5.0.58-2, even if it possibly not the root cause , it prevented the git clean command from removing the unversioned files properly git clean -ffd, I suggest @buzo to remove .gitignore.

I'm a bit out of ideas on why some of you are failing to build icaclient-beta, posting the additional informations you could find about it on the beta page would help if you find anything by chance

if someone failing can you try and report if the following block of code works because if it works, I suspect it is coming from your cache folder not being properly cleaned, and this is possibly caused by .gitignore that ignores the *.tar.gz archive.

Anyway, .gitignore is unnecessary in the AUR repos and I suspect it is preventing the cache folder from being cleaned up properly, at least it is preventing git to restore clean properly.

cd /tmp
git clone https://aur.archlinux.org/icaclient-beta.git
cd icaclient-beta
makepkg -s

makepkg -s build package only
makepkg -si build + install package
git clean -ffd clear and restore the git repository to default

Log of my build (I'm on SteamOS of the Steam Deck but this is executed in a chroot with an official and up to date Arch Linux, in case you are wondering my weird kernel version :D)

kernel-5.13.0-valve36-1-neptune:arch-253.4-1:bash-5.1.16:steamdeck:~/git/icaclient-beta][deck]> makepkg -s
==> Making package: icaclient-beta 23.5.0.58-1 (jeu. 01 juin 2023 19:09:06)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
  -> Found citrix-configmgr.desktop
  -> Found citrix-conncenter.desktop
  -> Found citrix-wfica.desktop
  -> Found citrix-workspace.desktop
  -> Found wfica.sh
  -> Found wfica_assoc.sh
  -> Downloading icaclient-x64-23.5.0.58.tar.gz...
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  428M  100  428M    0     0  27.2M      0  0:00:15  0:00:15 --:--:-- 29.6M
==> Validating source files with sha256sums...
    citrix-configmgr.desktop ... Passed
    citrix-conncenter.desktop ... Passed
    citrix-wfica.desktop ... Passed
    citrix-workspace.desktop ... Passed
    wfica.sh ... Passed
    wfica_assoc.sh ... Passed
==> Validating source_x86_64 files with sha256sums...
    icaclient-x64-23.5.0.58.tar.gz ... Passed
==> Extracting sources...
  -> Extracting icaclient-x64-23.5.0.58.tar.gz with bsdtar
==> Entering fakeroot environment...
==> Starting package()...
==> Tidying install...
  -> Removing libtool files...
  -> Purging unwanted files...
  -> Removing static library files...
  -> Compressing man and info pages...
==> Checking for packaging issues...
==> Creating package "icaclient-beta"...
  -> Generating .PKGINFO file...
  -> Generating .BUILDINFO file...
  -> Adding install file...
  -> Generating .MTREE file...
  -> Compressing package...
==> Leaving fakeroot environment.
==> Finished making: icaclient-beta 23.5.0.58-1 (jeu. 01 juin 2023 19:09:38)
[kernel-5.13.0-valve36-1-neptune:arch-253.4-1:bash-5.1.16:steamdeck:~/git/icaclient-beta][deck]> 

dedguy21 commented on 2023-06-01 16:49 (UTC) (edited on 2023-06-01 16:51 (UTC) by dedguy21)

@glenntanner3 thanks for the url

https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html

The only thing else needed for the package to build correctly was to rename the downloaded tar file from linuxx64-23.3.0.32.tar.gz to icaclient-x64-23.3.0.32.tar.gz

If they keep it at current version they will need to update PKBUILD for sure.

class101 commented on 2023-06-01 16:43 (UTC)

Ok I see I have probably forked the issue.

I look at it when I go back home, Ty a lot for the feedback

glenntanner3 commented on 2023-06-01 16:29 (UTC)

@class101 i'm not discussing beta here; but both packages had the same original issue; the URL path was incorrect and it failed to download the source. This package continues to have that problem due to what 'url' is set to url='https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html'.

I have provided the corrections and a long term solution for maintaining the path based on version going forward; with the exception that, if the latest is used I didn't account for that path as I assumed it would be limited to beta.

Here is this package failing to download the source:

==> ERROR: icaclient-x64-23.3.0.32.tar.gz was not found in the build directory and is not a URL.
==> ERROR: Could not download sources.
FAILED: icaclient.stamp

class101 commented on 2023-06-01 16:19 (UTC) (edited on 2023-06-01 16:22 (UTC) by class101)

Guys keep in mind this page does not concern the beta package and buzo is not interested to here about

The state of icaclient: requires an update
The state of icaclient-beta: updated

If by chance my package is not working for you, report on the icaclient-beta page

It works here so if you got an issue is probably the cache folder of your yay or paru has downloaded loaded an incomplete archive and is now stuck with it until your clear the cache folde with the -Sc option or -Scc

To check manually your cache download folder should be in ~/.cache/paru or yay

glenntanner3 commented on 2023-06-01 16:13 (UTC)

@dedguy21 somewhat. I found an error while trying to build the packages. Then I did some testing to isolate the problem and suggest a workaround being that it isn't my package, and I don't want it to be as I do not have the time to maintain.

glenntanner3 commented on 2023-06-01 16:07 (UTC)

Food for thought; getting the path based on the version?

glennt@glenn-arch:NONE:/home/glennt
$ url='https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux'
glennt@glenn-arch:NONE:/home/glennt
$ curl -sL "$url" | grep workspace-app-for-linux-latest
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html">Citrix Workspace app 2303 for Linux</a>                                                                    
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest6.html">Citrix Workspace app 2302 for Linux</a>                                                                    
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest5.html">Citrix Workspace app 2212 for Linux</a>                                                                    
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest4.html">Citrix Workspace app 2211 for Linux</a>                                                                    
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest3.html">Citrix Workspace app 2209 for Linux</a>                                                                    
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest-OLD1.html">Citrix Workspace app 2207 for Linux GA</a>                                                                    
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest2.html">Citrix Workspace app 2205 for Linux</a>                                                                    
                                                    <a href="/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest.html">Citrix Workspace app 1906 for Linux</a>
glennt@glenn-arch:NONE:/home/glennt
$ pkgver=23.3.0.32
glennt@glenn-arch:NONE:/home/glennt
$ curl -sL "$url" | awk -v VER=${pkgver:0:4} -F'"' '/workspace-app-for-linux-latest/ && $0 ~ VER {print "https://www.citrix.com"$2}'
https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html

dedguy21 commented on 2023-06-01 16:03 (UTC)

I've tried installing both this package, and the icaclient-beta, but getting a not found error for both. Maybe I am just dense, but is there a workaround for PKGBUILD?

Is that what @glenntanner3 is trying to write?

glenntanner3 commented on 2023-06-01 15:48 (UTC) (edited on 2023-06-01 15:50 (UTC) by glenntanner3)

Here is the URL for 23.3

https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html

glennt@glenn-arch:NONE:/home/glennt
$ url='https://www.citrix.com/downloads/workspace-app/legacy-workspace-app-for-linux/workspace-app-for-linux-latest11.html'
glennt@glenn-arch:NONE:/home/glennt
$ curl -sL "$url" | grep -F ".tar.gz"
      <span class="dl-type" >(.tar.gz)</span>
      <a href="javascript:void(0);" data-secureportal="false" class="ctx-dl-link toggle-direct-dl ctx-photo" data-authoreula="true" rel="//downloads.citrix.com/21784/linuxx64-23.3.0.32.tar.gz?__gda__=exp=1685638039~acl=/*~hmac=e82ae1b161c6ac5c49b6f5d8b9c99d3692d7956beeb63ee4216bde12468d31aa" id="downloadcomponent">
        filepathOrUrl: "//downloads.citrix.com/21784/linuxx64-23.3.0.32.tar.gz ",