Libwebkit2gtk-4.0 for Citrix Workspace App

Hi folks,

I need to run Citrix (icaclient), but it fails to execute because it needs libwebkit2gtk-4.0, but installed is libwebkit2gtk-4.1. Is there any safe way to downgrade this package? If so, how?

Thanks in advance.

icaclient is available from the AUR, and it should work with libwebkit2gtk-4.1.

pamac build icaclient

The latest comment is from today and the diff is basically changing sha sums so there might be a very very fresh version from citrix but you might have to adapt the pkgbuild.

Unfortunately not. I checked the latest version from the website (currently 26.04.10.1) and the Debian control file lists libwebkit2gtk-4.0 in Recommends which is the deprecated webkit2gtk package demoted to the AUR. The icaclient AUR package has it as an optional dependency.

The provided patch in the comments at least lets me download icaclient 26.04.10.1 after I manually change the PKGBUILD and installs fine. But it still won’t start because it needs libwebkit2gtk-4.0. So, back to field one.

That is provided by the deprecated webkit2gtk in the AUR. As I mentioned above…

Sorry, I missunderstood your point. Installing the olderwebkit2gtk from AUR took many hours of compiling, but it did the trick.

Thanks everybody for helping me out!