Hey! Great tool! I tried it a little bit as web app. However, upon starting the app on Fedora (Gnome, Wayland), I get this error: "Error 71 (Protocol error) dispatching to Wayland display."
The app then immediately closes.
Any ideas?
Hi! I launched it on Fedora with Wayland and unfortunately couldn't reproduce the issue myself. The issue is probably caused by this bug in Tauri (a library Calligro uses).
Would you mind trying to launch Calligro with the following environmental variables set?
In other words launch it using this command:
WEBKIT_DISABLE_DMABUF_RENDERER=1 WEBKIT_DISABLE_COMPOSITING_MODE=1 ./Calligro
Let me know if that helped