QIDITECH / QIDISlicer

QIDISlicer gets your 3D printing easier and faster.
https://qidi3d.com/
GNU Affero General Public License v3.0
50 stars 12 forks source link

Qidi Slicer Appimage for linux fails to Launch #86

Open templaricknight opened 3 weeks ago

templaricknight commented 3 weeks ago

I am running Nixos and have tried multiple ways to run this appimage, but everyway it fails.. There seems to be an issue with the dependency with webkit2gtk

QIDITECH commented 3 weeks ago

Bundling WebKit into the AppImage is difficult because it leads to various issues with its dependencies. So far we did not manage to create an AppImage that would reliably run on all relevant distros.

QIDITECH commented 3 weeks ago

Some linux systems don't come with libwebkit2gtk, so you'll need to install it manually.

sudo apt-get install libwebkit2gtk-4.0-dev

Or, some of the latest distributions such as Ubuntu 24.04 upgraded the libwebkit2gtk to 4.1 and do not ship 4.0 any longer. Please refer to #78.