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
  Install deepin OS on pinebook pro wangyukunshan 0 35 Yesterday, 11:24 PM
Last Post: wangyukunshan
  OpenCL on pinebook Pro Bram 0 49 05-31-2023, 01:01 PM
Last Post: Bram
  PineBook Pro seems to go to deep sleep, but doesn't wake up pogo 7 1,494 05-07-2023, 04:15 PM
Last Post: TRS-80
  Kali Linux for Pinebook Pro Luke 100 129,105 05-03-2023, 06:10 AM
Last Post: dachalife
  Need Help Recovering Manjaro /boot Contents on Pinebook Pro calinb 5 444 03-21-2023, 11:21 PM
Last Post: calinb
  slarm64 (unofficial slackware) Pinebook Pro RK3399 (aarch64) mara 41 30,817 03-18-2023, 04:39 AM
Last Post: mara
  Help installing Manjaro on eMMC of Pinebook Pro pine4546464 2 725 12-31-2022, 12:18 PM
Last Post: pine4546464
  Armbian is [edit: no longer] dropping support for Pinebook Pro TRS-80 4 3,084 12-23-2022, 12:01 AM
Last Post: TRS-80
  Pinebook Pro wifi not working Queliffrel 1 702 11-30-2022, 06:30 AM
Last Post: myself600
  DiY - Installing Void Linux ARM On The Pinebook Pro vincele 1 621 11-28-2022, 05:03 PM
Last Post: tllim

Forum Jump:


Users browsing this thread: 1 Guest(s)