@janek is there a way to change the build part that removes the glib library please ?
I had to do this instead
sed -i -e 's/Exec=workspacesclient/Exec=workspacesclient-wrapper/' ${srcdir}/usr/share/applications/com.amazon.workspacesclient.desktop
cp /tmp/glib-test/libgio-2.0.so.0.8200.5 ${srcdir}/usr/lib/${arch}-linux-gnu/workspacesclient/dcv/libgio-2.0.so.0
cp /tmp/glib-test/libglib-2.0.so.0.8200.5 ${srcdir}/usr/lib/${arch}-linux-gnu/workspacesclient/dcv/libglib-2.0.so.0
cp /tmp/glib-test/libgmodule-2.0.so.0.8200.5 ${srcdir}/usr/lib/${arch}-linux-gnu/workspacesclient/dcv/libgmodule-2.0.so.0
cp /tmp/glib-test/libgobject-2.0.so.0.8200.5 ${srcdir}/usr/lib/${arch}-linux-gnu/workspacesclient/dcv/libgobject-2.0.so.0
cp /tmp/glib-test/libgthread-2.0.so.0.8200.5 ${srcdir}/usr/lib/${arch}-linux-gnu/workspacesclient/dcv/libgthread-2.0.so.0
I had to upgrade glib2 2.84.0 system wide, seems other applications in my system were broken without it, so, i had to manually put the older version into the amazon workspace client
is there something im missing ?
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.