failed to startup dockit AppImage
The output
❯ ./DocKit_0.4.2_amd64_73af545cfedfacaa24482232e1383ab8.AppImage
** (doc-kit:1934759): WARNING **: 18:14:34.906: webkit_settings_set_enable_offline_web_application_cache is deprecated and does nothing.
Cannot get default EGL display: EGL_SUCCESS
Cannot create EGL context: invalid display (last error: EGL_SUCCESS)
Related bugs I found that might help
Bug 238513: [GTK] EGLDisplay Initialization failed on Ubuntu 22.04 built without the wpe renderer
My env
local/lib32-mesa 1:24.1.3-1
Open-source OpenGL drivers - 32-bit
local/mesa 1:24.1.3-1
Open-source OpenGL drivers
HI @IllTamer thanks for your feedback, may I know what OS you use? Is your machine a 32-bit CPU? if you use Ubuntu did you try the .deb package?
HI @IllTamer thanks for your feedback, may I know what OS you use? Is your machine a 32-bit CPU? if you use Ubuntu did you try the .deb package?
It's archlinux with 64-bit CPU,
After the appimage failed to run, I used the debtap tool to try to install the .deb package (it can convert deb packages to zst packages), and they gave the same error after trying to run
error: failed to prepare transaction (could not satisfy dependencies)
:: unable to satisfy dependency 'gtk' required by doc-kit
-> exit status 1
HI @IllTamer sorry for the late reply, hope you are doing well, find a related issue reported in Tauri: https://github.com/tauri-apps/tauri/issues/10749 it is some issue from framework support/compatibility issues, you can try the solutions mentioned in the issue, let me know if it still not work