There is a new version, 2023.0.4395 which is based on Ubuntu 22.04 (jammy).
Search Criteria
Package Details: amazon-workspaces-bin 2024.8.5130-2
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.000008 |
First Submitted: | 2019-12-19 16:00 (UTC) |
Last Updated: | 2025-01-28 13:53 (UTC) |
Dependencies (12)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- graphicsmagick
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classic-xfceAUR, gtk3-classicAUR, gtk3-patched-filechooser-icon-viewAUR)
- hiredis0.14AUR
- icu63AUR
- libsoup
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR)
- libvdpau
- openssl-1.1
- webkit2gtk (webkit2gtk-imgpasteAUR)
- binutils (make)
- tar (tar-gitAUR) (make)
Required by (0)
Sources (4)
dylanmtaylor commented on 2023-08-29 16:40 (UTC)
janek commented on 2023-07-25 18:41 (UTC)
Thanks @SecretAgentKen for investigating the issue and providing the solution.
I was able to reproduce and confirm the fix and just pushed a commit which adds the missing dependency.
ray.whiteside commented on 2023-07-24 13:28 (UTC)
Sometime in the last few months I lost the ability to scroll inside my Windows Workspace using this client, though scrolling works using the pcoip-client. Has anyone else experienced this?
SecretAgentKen commented on 2023-07-07 22:47 (UTC)
@janek Apparently the error was staring me right in face. It couldn't find libcrypto.so.1.1
which is part of the openssl-1.1
package which the Amazon pcoip requires. Add that to your dependencies and we should be good to go.
Ploppz commented on 2023-06-30 08:41 (UTC)
@janek I also see something similar
2023-06-30T08:27:29.443Z { Version: "4.5.0.2006" }: [ERR] Session Provision failed: Autofac.Core.DependencyResolutionException: An exception was thrown while activating WorkSpacesClient.Gtk.InSession.Pcoip.GtkPcoipProtocolAdapter. ---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(WorkSpacesClient.Gtk.WindowManager.IGtkWindowManager, WorkSpacesClient.Common.Infrastructure.IDevice)' on type 'GtkPcoipProtocolAdapter'. ---> System.DllNotFoundException: Unable to load shared library 'pcoip_core' or one of its dependencies. In order to help diagnose loading problems, consider setting the LD_DEBUG environment variable: libpcoip_core: cannot open shared object file: No such file or directory
I have libcrypto installed but not pcoip. Where can I get the missing pcoip file? pacman -Fx '.pcoip.' does not give any results
SecretAgentKen commented on 2023-06-30 01:33 (UTC)
@janek I also ran into "Unable to Connect" problems. Looks like it's either crypto or pcoip. libpcoip_core.so is in the install directory, but pcoip.so and libcrypto.so.1.1 are not. They also aren't installed in /usr anywhere though libcrypto.so and libcrypto.so.3 do exist.
2023-06-29T23:12:24.791Z { Version: "4.6.0.4187" }: [ERR] Session Provision failed: Autofac.Core.DependencyResolutionException: An exception was thrown while activating WorkSpacesClient.Gtk.InSession.Pcoip.GtkPcoipProtocolAdapter.
---> Autofac.Core.DependencyResolutionException: An exception was thrown while invoking the constructor 'Void .ctor(WorkSpacesClient.Gtk.WindowManager.IGtkWindowManager, WorkSpacesClient.Common.Infrastructure.IDevice)' on type 'GtkPcoipProtocolAdapter'.
---> System.DllNotFoundException: Unable to load shared library 'pcoip_core' or one of its dependencies. In order to help diagnose loading problems, consider using a tool like strace. If you're using glibc, consider setting the LD_DEBUG environment variable:
/usr/share/amazon-workspaces/pcoip_core.so: cannot open shared object file: No such file or directory
libcrypto.so.1.1: cannot open shared object file: No such file or directory
libpcoip_core.so: cannot open shared object file: No such file or directory
/usr/share/amazon-workspaces/pcoip_core: cannot open shared object file: No such file or directory
/usr/share/amazon-workspaces/libpcoip_core: cannot open shared object file: No such file or directory
at WorkSpacesClient.Gtk.InSession.Pcoip.GtkPcoipProtocolAdapter.pcoip_core_api_version_get()
at WorkSpacesClient.Gtk.InSession.Pcoip.GtkPcoipProtocolAdapter..ctor(IGtkWindowManager windowManager, IDevice device) in /codebuild/output/src531396508/src/git-codecommit.us-west-2.amazonaws.com/v1/repos/WorkSpacesClientSingularity/src/WorkSpacesClient.Gtk/InSession/Pcoip/GtkPcoipProtocolAdapter.cs:line 66
janek commented on 2023-06-29 16:00 (UTC)
Sorry for the delay. PKGBUILD updated with new checksums and version.
Please mark the package as "out of date" if checksum fails. It usually means, that a new upstream version was released.
@Ploppz: Could you please check the logs in .local/share/Amazon Web Services/Amazon WorkSpaces/logs
and paste the error message? Thanks!
r3k4mn14r commented on 2023-06-28 14:33 (UTC)
Checksum failed for me as well. Ended up proceeding as knoebst did.
leynebe commented on 2023-06-27 09:32 (UTC) (edited on 2023-06-27 09:55 (UTC) by leynebe)
The checksum seems to be failing for me upon installation, anyone else?
==> Validating source files with sha256sums...
amazon-workspaces-bin-4.5.0.2006.deb ... FAILED
amazon-workspaces-bin-4.5.0.2006.info ... FAILED
==> ERROR: One or more files did not pass the validity check!
EDIT: My current workaround is going to one of the previous commits (https://aur.archlinux.org/cgit/aur.git/commit/?h=amazon-workspaces-bin&id=c893044e07e82e5a73a4d8ab721c72f9ed613019), downloading the PKGBUILD, unzipping it and executing makepkg -si
on it.
Ploppz commented on 2023-06-19 11:35 (UTC)
I get "Unable to connect" whenever I try to log in. I just installed the latest version of amazon-workspaces-bin, including hiredis0.14.
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.