Skip to content

PCOIP TerraDici client on steamos

PCIOP dependencies

  • pcsclite
  • qt5-networkauth
  • qt5-declarative
  • qt5-quickcontrols
  • qt5-quickcontrols2
  • qt5-graphicaleffects
  • qt5-webengine
  • glfw
  • ffmpeg
  • fakeroot
  • patchelf

First we need to install FakeRoot

FakeRoot is a tool that allows you to run commands as another user, in this case root.

bash
sudo pacman-key --init
sudo pacman-key --populate archlinux
sudo pacman-key --refresh-keys

sudo pacman -S base-devel

Build pakage and installation

To install and build the package i have used this Public repository but before using it, we need to remove one dependencies.

  • open the PKGBUILD file
  • remove openssl-1.1 and save

now we can execute this command.

bash
makepkg -si

Now if you use pcoip-client pciop client should start.

Troubleshooting

If you have already install some version of pcoip-client, you need to remove it before install the new one.

bash
sudo rm -rf /usr/lib/x86_64-linux-gnu/pcoip-client
sudo rm -rf /usr/bin/pcoip-client
sudo rm -rf /usr/bin/pcoip-client-support-bundler
sudo rm -rf /usr/libexec/pcoip-client
sudo rm -rf /usr/share/applications/pcoip-client.desktop
sudo rm -rf /usr/share/doc/client
sudo rm -rf /usr/share/fonts/truetype
sudo rm -rf /usr/share/icons/hicolor/16x16/apps/pcoip-client.png
sudo rm -rf /usr/share/icons/hicolor/256x256/apps/pcoip-client.png
sudo rm -rf /usr/share/icons/hicolor/32x32/apps/pcoip-client.png
sudo rm -rf /usr/share/icons/hicolor/48x48/apps/pcoip-client.png
sudo rm -rf /usr/share/icons/hicolor/64x64/apps/pcoip-client.png
sudo rm -rf usr/share/man/man8/pcoip-configure-kernel-networking.8.gz
sudo rm -rf /usr/lib/x86_64-linux-gnu/org.hp.pcoip-client/vchan_plugins/libvchan-plugin-clipboard.so
sudo rm -rf /usr/share/man/man8/pcoip-configure-kernel-networking.8.gz

References