Search Criteria
Package Details: amazon-workspaces-bin 4.1.0.1523-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: | stilvoid |
Last Packager: | stilvoid |
Votes: | 16 |
Popularity: | 0.62 |
First Submitted: | 2019-12-19 16:00 (UTC) |
Last Updated: | 2022-04-19 09:28 (UTC) |
Dependencies (5)
- gtk3 (gtk3-git, gtk3-typeahead, gtk3-patched-filechooser-icon-view, gtk3-no_deadkeys_underline, gtk3-classic, gtk3-classic-noatk-64, gtk3-ubuntu)
- icu63
- webkit2gtk (webkit2gtk-wpe-bin, webkit2gtk-imgpaste)
- binutils (binutils-git, binutils-2.35.2) (make)
- tar (tar-libarchive, tar-git, tar-parallel) (make)
Latest Comments
mmberlin commented on 2022-06-03 17:17 (UTC) (edited on 2022-06-03 17:20 (UTC) by mmberlin)
I had some issues going full screen in Wayland. To fix it, change desktop file EXEC line to the following to explicitly run with X (XWayland/X11):
Exec=env GDK_BACKEND=x11 /usr/share/amazon-workspaces/workspacesclient %u
I also had to make a custom window rule to disable global shortcuts in kde to prevent the os from grabbing them.
stilvoid commented on 2022-05-23 11:42 (UTC)
I updated the PKGBUILD to use https://aur.archlinux.org/packages/icu63 instead of the default icu package. This works well on my system but let me know if your experience differs.
@djenis are you still getting those crashes with the most recent package?
kal commented on 2022-05-21 21:05 (UTC)
Working great for me at the moment - thank you for maintaining @stilvoid
kal commented on 2022-05-19 17:38 (UTC)
Thanks for such an excellent post @row !
row commented on 2022-04-18 16:08 (UTC)
Hi, It looks like both the the Workspaces Linux client and the Arch "icu" package were updated around April 14th 2022. After updating my system, the Workspaces GUI silently failed to launch. Running
amazon-workspaces
via the command-line shows the below error message. I did some searching and didn't find a better permanent fix, but the workaround of setting the environment variable DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 seems to work. It's possible there are better fixes out there.As a desktop shortcut workaround, I copied amazon-workspaces.desktop from /usr/share/applications to ~/.local/share/applications, and edited the exec statement to prepend "env" and then the var, e.g.
Exec=env DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 /usr/share/amazon-workspaces/workspacesclient %u
. One could also edit the package-managed /usr/share file directly.The error message received was:
On my system, the updates I received recently were icu 70.1-1 -> 71.1-1 and amazon-workspaces-bin 4.0.1.1302-1 -> 4.1.0.1523-1
Thanks!
djenis commented on 2021-07-20 09:48 (UTC)
Hello,
The amazon workspaces client keeps crashing multiple times per day on my Arch desktop. Is anyone else having this problem?
Here's the most recent coredump after a crash:
mrtomtom commented on 2021-03-06 09:13 (UTC)
Hi,
First time user of this package and have no problem logging into the AWS workspace. However it seems my display EDID is not passing into the workspace and I end up with a default configuration that is incorrect and I'm unable to change it. Is anyone else facing similar issues?
Thanks for your time.
asem commented on 2020-12-09 07:41 (UTC)
Hello
The version in SRCINFO (3.0.12.747) and PKGFILE (3.1.0.813) does not match
stilvoid commented on 2020-11-02 11:54 (UTC)
Hi mgoldchild, I do not maintain the WorkSpaces software, only the AUR package. It looks like you need to contact your WorkSpaces administrator to figure out why you do not have access.
mgoldchild commented on 2020-11-01 07:47 (UTC) (edited on 2020-11-01 07:50 (UTC) by mgoldchild)
I got this error below when I attempted to enter my registration code. But I could log in on AWS Workspace client for mac by using same registration code and same IP Address. Please kindly fix the package.
TJP commented on 2020-10-22 15:38 (UTC)
I'm having a problem with installing the package using yay
PKGBUILD contents from /home/$USER/.cache/yay/amazon-workspacesclient
stilvoid commented on 2020-07-29 11:13 (UTC)
Thanks for reporting! I've fixed the .desktop file now :)
zjo5002 commented on 2020-07-29 03:59 (UTC)
Hello, latest installs and runs successfully by executing amazon-workspaces in a terminal. However, launching from the .desktop entry I see:
Could not find the program /opt/workspacesclient
stilvoid commented on 2020-07-10 09:53 (UTC)
Thanks for reporting. I've added webkit2gtk to the dependencies :)
routeburn commented on 2020-07-10 05:55 (UTC)
amazon-workspaces-bin 3.0.7.470-5 Package build and installation was successful. Upon running, after displaying initial dialogue box briefly, it exited. Running from command line I saw:
System.DllNotFoundException: Unable to load shared library 'libwebkit2gtk-4.0.so.37' or one of its dependencies.
Installed webkit2gtk and it runs successfully.
ggill commented on 2020-06-08 20:39 (UTC)
I'm using pamac on manjaro. Clearing AUR build directory and cache then reinstalling did the trick.
Thanks.
commented on 2020-06-08 20:32 (UTC)
Hello @ggil
This mean you are not deleting the deb file before you do a new build and therefore not using the latest version.
Check the version of the DEB file you have using dpkg and confirm it's the latest version like below.
It will be better if you use an AUR helper like yay it will automate the process for you.
ggill commented on 2020-06-08 20:27 (UTC) (edited on 2020-06-08 20:32 (UTC) by ggill)
I was able to get the package to build by substituting in the previous sha512 sum in PKGBUILD.
Replaced
with
But then Amazon Workspaces reports that it is still version 3.0.6.444. Maybe something still sitting in cache.
ggill commented on 2020-06-08 20:00 (UTC) (edited on 2020-06-08 20:22 (UTC) by ggill)
I have the same error as @Pete.
Here's the PKGBUILD contents:
Same as under View PKGBUILD.
commented on 2020-06-06 08:40 (UTC)
Hello @Pete
Are you sure you are using the latest PKGBUILD? All seems ok from my end
Pete commented on 2020-06-06 08:23 (UTC) (edited on 2020-06-06 08:23 (UTC) by Pete)
Unfortunately the build seems broken at the moment:
==> Validating source files with sha512sums... workspacesclient_amd64.deb ... FAILED ==> ERROR: One or more files did not pass the validity check! Error downloading sources: amazon-workspacesclient
jadamcze commented on 2020-03-26 00:56 (UTC)
I've been able to install and use the most recent version (at the time I installed the package) with a local change to the version number and sha256sum
3.0.4.321 / e469321f89547a5ed89a59ee9ea8d95e6b2407d903a3d0a34b7a086b04fb41d9