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.000075
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 »

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.

DooDleWilk commented on 2022-11-15 20:25 (UTC) (edited on 2022-11-15 20:27 (UTC) by DooDleWilk)

I just figured out how to get the copy/paste working.

Here are the commands I followed:

==> extract the .DEB file content

  • untar data.tar.xz

  • sudo mkdir -p /opt/pcoip-client/vchan_plugins/

  • sudo cp data/usr/lib/x86_64-linux-gnu/pcoip-client/vchan_plugins/libvchan-plugin-clipboard.so /opt/pcoip-client/vchan_plugins/

  • sudo ln -s /usr/lib/libGraphicsMagick++.so.12.6.0 /usr/lib/libGraphicsMagick++-Q16.so.12

If still no copy paste, check last log file in ~/.local/share/Amazon Web Services/Amazon WorkSpaces/logs/pcoip

Search for "plugin" keyword

Example :

MGMT_VCHAN :Unable to open plugin directory /opt/pcoip-client/vchan_plugins (No such file or directory)

MGMT_VCHAN :Unable to open plugin directory /vchan_plugins (No such file or directory)

==> Can't find the plugin folder...

MGMT_VCHAN :Failed to load /opt/pcoip-client/vchan_plugins/libvchan-plugin-clipboard.so

MGMT_VCHAN : Plugin failed to load because: libGraphicsMagick++-Q16.so.12: cannot open shared object file: No such file or directory

MGMT_VCHAN :VChanPluginInit failed: libvchan-plugin-clipboard.so

==> Missing a SymLink to an existing lib...

MGMT_VCHAN :VChan plugin 'libvchan-plugin-clipboard.so' (/opt/pcoip-client/vchan_plugins/libvchan-plugin-clipboard.so) - version 22.07.0 rc2

MGMT_VCHAN :VChanPluginInit succeeded: libvchan-plugin-clipboard.so

MGMT_VCHAN :VChan plugins path = /vchan_plugins

MGMT_VCHAN :Loaded Virtual Channel Plugins:

MGMT_VCHAN : --------------------------------------

MGMT_VCHAN : /opt/pcoip-client/vchan_plugins/libvchan-plugin-clipboard.so

MGMT_VCHAN : --------------------------------------

==> Success!!!

sysfs commented on 2022-11-09 19:01 (UTC)

This package now requires openssl-1.1 https://archlinux.org/packages/core/x86_64/openssl-1.1/

Installed that and it's working. Figured this out by running the bin in a terminal and got "No usable version of libssl found" and it was coredumping.

Hope this helps.

sysfs commented on 2022-11-09 18:48 (UTC)

Here's a patch:

--- PKGBUILD    2022-11-09 12:45:08.899915089 -0600
+++ NEWPKGBUILD 2022-11-09 12:42:18.590557249 -0600
@@ -1,6 +1,6 @@
 # Maintainer: Steve Engledow <steve@engledow.me>
 pkgname=amazon-workspaces-bin
-pkgver=4.2.0.1665
+pkgver=4.4.0.1808
 pkgrel=1
 pkgdesc='Amazon Workspace Client'
 arch=('i686' 'x86_64')
@@ -17,8 +17,8 @@
   'tar'
 )
 source=(
-    "$pkgname-$pkgver.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb"
-    "$pkgname-$pkgver.info::https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/Packages"
+    "$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=(
--- .SRCINFO    2022-11-09 12:45:08.899915089 -0600
+++ .NEWSRCINFO 2022-11-09 12:42:32.847170256 -0600
@@ -1,6 +1,6 @@
 pkgbase = amazon-workspaces-bin
    pkgdesc = Amazon Workspace Client
-   pkgver = 4.2.0.1665
+   pkgver = 4.4.0.1808
    pkgrel = 1
    url = https://clients.amazonworkspaces.com/
    arch = i686
@@ -12,8 +12,8 @@
    depends = webkit2gtk
    depends = icu63
    options = staticlibs
-   source = amazon-workspaces-bin-4.2.0.1665.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_amd64.deb
-   source = amazon-workspaces-bin-4.2.0.1665.info::https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/bionic/main/binary-amd64/Packages
+   source = amazon-workspaces-bin-4.4.0.1808.deb::https://d3nt0h4h6pmmc4.cloudfront.net/workspacesclient_focal_amd64.deb
+   source = amazon-workspaces-bin-4.4.0.1808.info::https://d3nt0h4h6pmmc4.cloudfront.net/ubuntu/dists/focal/main/binary-amd64/Packages
    sha256sums = SKIP
    sha256sums = SKIP

etdr commented on 2022-11-09 13:21 (UTC)

I used the newer Ubuntu package (20.04 "focal") that they have now and it works ok, that the only thing I changed in the PKGBUILD besides version. Idk if that is your problem

stilvoid commented on 2022-11-07 12:33 (UTC)

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