Package Details: pcoip-client 23.01.1-2

Git Clone URL: https://aur.archlinux.org/pcoip-client.git (read-only, click to copy)
Package Base: pcoip-client
Description: Teradici PCOIP client
Upstream URL: https://teradici.com/
Licenses: custom:Teradici
Submitter: AWhetter
Maintainer: AWhetter
Last Packager: AWhetter
Votes: 5
Popularity: 0.003262
First Submitted: 2022-12-06 21:53 (UTC)
Last Updated: 2023-06-15 14:43 (UTC)

Latest Comments

1 2 3 Next › Last »

rion007 commented on 2025-08-29 09:42 (UTC)

Does anyone have the latest version of the PCoIP client? I'm looking for the direct download link to the .deb package.

shataf-alriq commented on 2025-07-23 22:09 (UTC) (edited on 2025-07-23 22:10 (UTC) by shataf-alriq)

I've got the latest version (25.06.1) working but any luck getting USB Devices to show up under the Connections Drop-down? Been wanting to connect my graphics tablet

patchara.pop commented on 2025-07-05 17:13 (UTC) (edited on 2025-07-05 17:15 (UTC) by patchara.pop)

I got the Github one previously mentioned by rion007 working with a few extra steps.
sudo pacman -S libcap
sudo setcap "cap_setgid+i" "/usr/libexec/pcoip-client/usb-helper"
sudo setcap cap_setgid+p "/usr/libexec/pcoip-client/pcoip-client"

Torxed commented on 2024-10-08 12:22 (UTC) (edited on 2024-10-08 12:23 (UTC) by Torxed)

Good work on the patch work on your github, maybe we can merge it in here instead. Regardin the capabilities, it's mentioned on page 2 on this comment section:

https://aur.archlinux.org/packages/pcoip-client?O=10#comment-929119

rion007 commented on 2024-10-07 04:33 (UTC)

Now we are facing another issue after installing the pcoip its giving us the error

Unable to set capabilities: Operation not permitted

can anyone please help me, how to fix it ?

rion007 commented on 2024-09-20 09:22 (UTC) (edited on 2024-09-20 09:23 (UTC) by rion007)

yes there is some issue with the Source link, now its updated in here https://github.com/ppira/pcoip-client.git

you can clone directly from git hub and use makepkg -si

Torxed commented on 2024-08-23 16:11 (UTC)

I'm not sure if it's a false positive, or I've gotten somewhere. But I'm building 24.07.3 and I've gotten as far as:

anton@bigrigv2 ~/archlinux/pcoip-client (master)$ pacman -Q | grep pcoip-client
pcoip-client 24.07.3-1
pcoip-client-clipboard 24.07.3-1
pcoip-client-debug 24.07.3-1

anton@bigrigv2 ~/archlinux/pcoip-client (master)$ pcoip-client
qt.qpa.gl: QXcbConnection: Failed to initialize GLX
The X11 connection broke: No error (code 0)
XIO:  fatal IO error 2 (No such file or directory) on X server ":0"
      after 332 requests (332 known processed) with 0 events remaining.
terminate called without an active exception
Aborted (core dumped)

Here's a quick diff at least for the URL's:

-       "https://dl.teradici.com/DeAdBCiUYInHcSTy/pcoip-client/deb/ubuntu/pool/jammy/main/p/pc/pcoip-client_${pkgver}-${_ubuntuver}/pcoip-client_${pkgver}-${_ubuntuver}_amd64.deb"
-       'LICENSE.pdf::https://docs.teradici.com/sites/default/files/documents/2022-02/EULA%20%28Feb%202022%29.pdf'
+       "https://dl.anyware.hp.com/DeAdBCiUYInHcSTy/pcoip-client/deb/ubuntu/pool/jammy/main/p/pc/pcoip-client_${pkgver}-${_ubuntuver}/pcoip-client_${pkgver}-${_ubuntuver}_amd64.deb"
+       'LICENSE.pdf::https://docs.teradici.com/sites/default/files/documents/2022-11/HP%20Anyware%20EULA.14%20Oct%202022.pdf',

Torxed commented on 2024-08-21 17:30 (UTC)

I've spoken to the HP Anyware team and they are planning support for Ubuntu 24.04 earliest next year. Which means dependencies will have to match what exists in Ubuntu 22.02 at the time of the pcoip-client releases.

I'm currently getting back to this package and will attempt a few builds over the next few days to lift this to 24.07.3 which is the current version as of this comment.

michimussato commented on 2024-07-31 23:28 (UTC)

Hi AWhetter

Could it be that the download URL changed from https://dl.teradici.com/ to https://dl.anywhere.hp.com/ ?

curl: (22) The requested URL returned error: 404
==> ERROR: Failure while downloading https://dl.teradici.com/DeAdBCiUYInHcSTy/pcoip-client/deb/ubuntu/pool/jammy/main/p/pc/pcoip-client_23.01.1-22.04/pcoip-client_23.01.1-22.04_amd64.deb
    Aborting...
Failed to build pcoip-client

Also, there are newer version 23 releases and version 24 also.

Good work! Thanks!

AWhetter commented on 2024-07-06 06:56 (UTC)

protobuf3.12 should be building again. It was building and testing the Python components, but they aren't installed. Testing the Python components was what was failing, so removing the unnecessary step fixed things.

As for getting pcoip-client updated, things seem to be the same. I can still only get as far as the same error that @Torxed did about xcb_request_check. There's no release of pcoip-client for the latest Ubuntu version, which I'm hoping would have new enough libraries to work with what we have.