Ah, great info thank you nagyesz and DooDleWilk. I'll investigate soon.
Search Criteria
Package Details: amazon-workspaces-bin 2024.8.5130-3
Package Actions
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.000002 |
First Submitted: | 2019-12-19 16:00 (UTC) |
Last Updated: | 2025-04-14 21:35 (UTC) |
Dependencies (12)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- graphicsmagick
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-patched-filechooser-icon-viewAUR, gtk3-classicAUR, gtk3-classic-xfceAUR)
- hiredis0.14AUR
- icu (icu-gitAUR)
- libsoup
- libva (libva-gitAUR, libva-headlessAUR, intel-media-stack-binAUR, intel-media-stack-legacy-binAUR)
- libvdpau
- openssl-1.1
- webkit2gtk (webkit2gtk-imgpasteAUR)
- binutils (make)
- tar (tar-gitAUR) (make)
Required by (0)
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 Next › Last »
stilvoid commented on 2022-12-05 11:27 (UTC)
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:
-
Install graphicsmagick, hiredis using package manager
-
wget https://d3nt0h4h6pmmc4.cloudfront.net/amazon-workspaces-bin-4.2.0.1665.deb
==> 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.
FieldOfClay commented on 2022-11-06 23:57 (UTC)
With the bump of openssl to 3, this package now also requires the openssl-1.1 package to run.
dubster commented on 2022-09-27 18:18 (UTC)
Things worked like charm with row
's comment down below to use the env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1
workaround.
This let me skip installing icu63
as a dep.
sant527 commented on 2022-08-09 05:23 (UTC)
Hi,
I am not able to copy paste into or out of aws workspace.
I have the aws workspace installed in ubuntu, where i am able to copy paste into and out.
both are same verions
ANything i have to do in the archinux
Pinned Comments
janek commented on 2025-01-28 13:58 (UTC)
The package is now finally upgraded to the latest 2024.x release!
Thanks to @row's patch it not only supports the DCV, but also continues to support PCoIP.
If anyone has issues with the new release: I also published the old release under a new name here: https://aur.archlinux.org/packages/amazon-workspaces-legacy-bin
Please still comment here if you have any issues with the new release & include your streaming protocol (DCV/PCoIP). Thanks!
Thank you very much @row.