Citrix ICA Client on Pinebook Pro
#1
For google, following generations and me in a few months:

The Citrix ICA Client won't install on an armhf system with an aarch64 kernel. 

Use "dpkg -i icaclient_19.10.0.15_armhf.deb" - installation fails. The do "sudo nano /var/lib/dpkg/info/icaclient.postinst". Go to line 2213, replace


Code:
echo $Arch|grep -i "^arm" >/dev/null


with


Code:
echo $Arch|grep -i "^a" >/dev/null

and do "apt -f install" - the icaclient will now configure correctly.

Unfortunately, I haven't yet found the Citrix HDX Media engine for armhf (not distributed freely by Citrix) - it should exist; I use an armhf thin client with HDX at work.
#2
This worked like a charm, thank you!

I would also add something that I ran into related to getting Citrix running on other Linux machines I've connected on (this may or may not be necessary for everyone). When trying to connect to my thin/thick desktop, I will receive an error about "0.0.0.2 - Thick Desktop location not found". The issue in the past (and solved it this time as well) was that the certificates were not found. By creating a symlink from the system's SSL cert location to the Citrix location, Citrix now has all the same certs the system has:

Code:
sudo rm -r /opt/Citrix/ICAClient/keystore/cacerts
sudo ln -s /etc/ssl/certs /opt/Citrix/ICAClient/keystore/cacerts

My understanding of all the ins & outs here is limited, so feel free to correct/clarify anything, but I hope this helps anyone else running into the same issues I have in the past!


Possibly Related Threads…
Thread Author Replies Views Last Post
  Debian on Pinebook Pro u974615 8 444 03-22-2024, 03:57 PM
Last Post: u974615
  Pinebook Pro upgrading from the factory image yamsoup 12 1,116 02-22-2024, 04:02 PM
Last Post: tllim
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 4 1,914 12-13-2023, 07:22 PM
Last Post: trillobite
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 6 1,979 12-11-2023, 03:47 AM
Last Post: calinb
  Gentoo on Pinebook Pro RELEASE jannik2099 54 86,631 12-08-2023, 11:25 PM
Last Post: tllim
  Boot Order in Pinebook Pro food 8 993 11-23-2023, 07:37 AM
Last Post: KC9UDX
  PineBook Pro seems to go to deep sleep, but doesn't wake up pogo 11 4,925 08-31-2023, 04:20 PM
Last Post: TRS-80
  Would a Pinebook Pro be good for a Linux newbie? cassado10 6 1,325 08-08-2023, 04:58 AM
Last Post: moobythegoldensock
  Install deepin OS on pinebook pro wangyukunshan 4 1,424 08-07-2023, 01:12 PM
Last Post: myself600
  Kali Linux for Pinebook Pro - stuck on the login screen owaspfap 0 607 07-13-2023, 05:21 PM
Last Post: owaspfap

Forum Jump:


Users browsing this thread: 1 Guest(s)