You are not logged in.
Pages: 1
When I try to start GIMP (Excalibur), I get this error message:
Error: eval: unbound variable: (/usr/share/gimp/3.0/scripts/text-circle.scm : 17) symbol-bound?Has anyone solved the problem?
Addendum: I just noticed. The problem only occurs with Wayland, not with X11.
Addendum 1: I just saw that too, the command GDK_BACKEND=x11 gimp starts GIMP. However, this is unfortunately not a satisfactory solution.
123@123:~$ GDK_BACKEND=x11 gimp
set device 'xwayland-relative-pointer:10' to mode: disabled
set device 'Virtual core XTEST pointer' to mode: disabled
set device 'xwayland-pointer:10' to mode: disabled
set device 'xwayland-pointer-gestures:10' to mode: disabled
scriptfu-Message: 10:38:06.264: Fehler beim Laden von /usr/share/gimp/3.0/scripts/text-circle.scm:
Error: eval: unbound variable: (/usr/share/gimp/3.0/scripts/text-circle.scm : 17) symbol-bound?Oh yes, I'm using Gimp 3.0.4
Last edited by jue-gen (Today 09:33:02)
Offline
Hello:
... problem only occurs with Wayland, not with X11.
Surprised? Not.
TL;DR:
Wayland is not "the future", it is merely an incompatible alternative to the established standard with a different set of priorities and goals.
Best,
A.
Offline
Not the only graphics intensive software that does not work on Wayland. Kdenlive (video editor) doesn't either, last time I tried.
Offline
Thank you very much for this information. This is all very interesting to me.
I can't really judge that, but I've read that Wayland is more secure because it implements modern security concepts like application isolation (sandboxing). Unlike X11, where by default every application can access input (keylogger risk) and screen content of other programs, Wayland isolates windows from each other. Furthermore, less code runs with root privileges, which reduces the attack surface.
Offline
Pages: 1