Package Details: amazon-workspaces-bin 4.7.0.4312-1

Git Clone URL: https://aur.archlinux.org/amazon-workspaces-bin.git (read-only, click to copy)
Package Base: amazon-workspaces-bin
Description: Amazon Workspace Client
Upstream URL: https://clients.amazonworkspaces.com/
Licenses: non-free
Submitter: stilvoid
Maintainer: janek
Last Packager: janek
Votes: 19
Popularity: 0.000102
First Submitted: 2019-12-19 16:00 (UTC)
Last Updated: 2024-10-08 10:42 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 Next › Last »

janek commented on 2023-04-06 13:37 (UTC) (edited on 2023-04-06 13:39 (UTC) by janek)

If you have trouble connecting to AWS Workspaces, please try installing the AUR package pcoip-client

If this fixes the issue for you, please also comment here.

There are reports of this issue in the comments and I'm trying to figure out if it's common and how to reproduce this. In the meantime I added pcoip-client as an optional dependency to the PKGBUILD.

If anyone who has the problem is willing to try something: Could you try starting the app using the steps below and then check if the problem persists?

cd /usr/share/amazon-workspaces
./workspacesclient

(background: pcoip_core.so is shipped with the package but for some reason the client still complains about it being missing. This might be because the workspaces-folder is not in the LD_LIBRARY_PATH - I can't reproduce this issue though)

janek commented on 2023-04-06 13:00 (UTC) (edited on 2023-04-06 13:04 (UTC) by janek)

@tsangares: Are you sure, that "pcoip-client" is required as external dependency? I'm able to connect AWS Workspace just fine without having it installed.

The Ubuntu package doesn't have a dependency for pcoip-client defined, see https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/Packages

Looks like amazon-workspaces ships with a precompiled version of libpcoip:

$ paru -Ql amazon-workspaces-bin | grep -i pcoip
amazon-workspaces-bin /usr/share/amazon-workspaces/Licenses/PCoIP/
amazon-workspaces-bin /usr/share/amazon-workspaces/Licenses/PCoIP/pcoip-linux-version-license.txt
amazon-workspaces-bin /usr/share/amazon-workspaces/WorkSpacesClient.Binding.Gtk.PCoIP.dll
amazon-workspaces-bin /usr/share/amazon-workspaces/WorkSpacesClient.Binding.Gtk.PCoIP.pdb
amazon-workspaces-bin /usr/share/amazon-workspaces/Wrapper.PCoIP.Gtk.dll
amazon-workspaces-bin /usr/share/amazon-workspaces/libPcoipCoreWrapper.so
amazon-workspaces-bin /usr/share/amazon-workspaces/libpcoip_core.so

While checking the .deb-dependencies I discovered other undeclared dependencies though, I will update the PKGBUILD accordingly

UPDATE: Sorry I just noticed the other comments about this issue.
Weird, I'll try to reproduce this and maybe add pcoip-client as a dependency if really necessary. I think it shouldn't be required - maybe in some cases the workspaces client is unable to locate the prebundled pcoip_core-lib or something similar...

tsangares commented on 2023-04-06 06:54 (UTC) (edited on 2023-04-06 06:55 (UTC) by tsangares)

@janek You should mark pcoip-client as a dependency because this does not work without it. https://aur.archlinux.org/packages/pcoip-client

Why is it not already a dependency?

Maybe additionally mark pcoip-client-clipboard

https://aur.archlinux.org/packages/pcoip-client-clipboard

carcel commented on 2023-02-27 16:38 (UTC)

Same pcoip_core error for me with 4.5. Same fix installing pcoip-client worked for me as well. Maybe needs to be added as a dependency.

artafinde commented on 2023-02-16 17:24 (UTC)

I had issues with latest 4.5.0.2006-1 version. Error in logs located in .local/share/Amazon Web Services/Amazon WorkSpaces/logs

System.DllNotFoundException: Unable to load shared library 'pcoip_core' or one of its dependencies.

Resolved after install pcoip-client (with patch from comments for version 23.01.1)

flaccid commented on 2023-01-30 12:55 (UTC)

This will get you access https://github.com/flaccid/archlinux-packages/blob/master/amazon-workspaces-bin/PKGBUILD

brianjcohen commented on 2023-01-29 20:54 (UTC)

For me this failed to build with the following output:

Building amazon-workspaces-bin... ==> Making package: amazon-workspaces-bin 4.2.0.1665-1 (Sun 29 Jan 2023 03:51:08 PM EST) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Downloading amazon-workspaces-bin-4.2.0.1665.deb... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 ==> ERROR: Failure while downloading https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb Aborting... Error: Failed to build amazon-workspaces-bin

robertoleons commented on 2023-01-25 18:02 (UTC)

I tried the suggested patches with the latest 4.5.0.2006 but it crashed Launching Session with console output; " stack smashing detected : terminated". Any updated workarounds any of you can share?

ferthelet commented on 2023-01-05 15:20 (UTC) (edited on 2023-01-05 15:21 (UTC) by ferthelet)

thanks @krozmok, worked fine with focal-- wondering what do those @@ mean?

krozmok commented on 2023-01-03 17:48 (UTC)

I was struggling with makepkg -si

What I did to solve this is to update the download link from bionic to focal

@@ 1,6
# Maintainer: Steve Engledow <steve@engledow.me>
pkgname=amazon-workspaces-bin
pkgver=4.5.0.2006
pkgrel=1
pkgdesc='Amazon Workspace Client'
arch=('i686' 'x86_64')

@@ 17,8 makedepends=(
  'tar'
)
source=(
    "$pkgname-$pkgver.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_focal_amd64.deb"
    "$pkgname-$pkgver.info::https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/Packages"
)

sha256sums=(