How can I impliment this advice? (libwebkit2gtk-4)

Hi,
I have been offered the following advice to resolve problems running an AppImage:

I ran into the same issue with OrcaSlicer and QidiSlicer.
I found a "workaround" on the Playdate developer Forum they run into the same issue with their software.
The following commands worked for me with Orca- and QidiSlicer:

sudo add-apt-repository -y "deb http://gb.archive.ubuntu.com/ubuntu jammy main"
sudo apt update
sudo apt install libwebkit2gtk-4.0-dev

Just replace libwebkit2gtk-4.0-dev with whatever 4.x version you need.

Here the link to the original Forum post:

https://devforum.play.date/t/issue-while-launching-the-playdate-simulator-on-ubuntu-24-04/17435

Is this possible on my openSuSE 15.6 install?

It’s webkit2-gtk4-devel

What package/repo is that in?

Regards, M.

zypper se -s webkit2gtk4-devel
Repository-Daten werden geladen...
Installierte Pakete werden gelesen...

S  | Name              | Type  | Version               | Arch   | Repository
---+-------------------+-------+-----------------------+--------+-------------------------------------------------------------
   | webkit2gtk4-devel | Paket | 2.46.0-150600.12.12.1 | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
   | webkit2gtk4-devel | Paket | 2.44.3-150600.12.9.1  | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
   | webkit2gtk4-devel | Paket | 2.44.2-150600.12.6.1  | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
   | webkit2gtk4-devel | Paket | 2.44.2-150600.12.3.1  | x86_64 | Update repository with updates from SUSE Linux Enterprise 15
   | webkit2gtk4-devel | Paket | 2.42.5-150600.10.36   | x86_64 | OSS

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.