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: 20
Popularity: 0.004273
First Submitted: 2019-12-19 16:00 (UTC)
Last Updated: 2023-11-10 03:06 (UTC)

Latest Comments

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

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=(

nagyesz commented on 2022-12-13 14:30 (UTC) (edited on 2022-12-13 14:41 (UTC) by nagyesz)

Since my last comment about pcoip-client, there are pcoip-client and pcoip-client-clipboard packages in the AUR. AWS works with these packages, no need to install the package from github.

kal commented on 2022-12-12 19:34 (UTC) (edited on 2022-12-12 19:36 (UTC) by kal)

"I can't get the latest release of Workspaces to run at all on my machine, hence the delay in updating the package."

In my experience the client runs and even gets to "Launching Workspace" but then fails with "Unable to Connect".

The tip from @nagyesz worked for me (thanks @nagyesz) .

However, after running the PKGBUILD from https://github.com/ppira/pcoip-client/ and getting a 404 I realised I needed to edit the PKGBUILD's 'pkgver' variable with the latest version number of the pcoip client (22.09.2 at the time of this writing) and replace the first sha256sum with 'SKIP' :-/

After this the pcoip-client built and installed successfully.

You can find the latest version number at https://docs.teradici.com/find/product/hp-anyware

kal commented on 2022-12-09 22:39 (UTC)

Thanks for the essential tips @hicklemon. And of course to @stilvoid for maintaining this vital package !

stilvoid commented on 2022-12-05 11:27 (UTC)

Ah, great info thank you nagyesz and DooDleWilk. I'll investigate soon.

nagyesz commented on 2022-12-02 09:57 (UTC) (edited on 2022-12-02 09:58 (UTC) by nagyesz)

"I can't get the latest release of Workspaces to run at all on my machine, hence the delay in updating the package."

After installing https://github.com/ppira/pcoip-client/, it works for me. Maybe this information helps clarifying what is missing.