You are not logged in.
I am using plasma Wayland sessions daily. However, some of the apps I'm using, especially eclipse based IDEs, have poor native wayland support. Problems include wrong text and icon sizes, etc . So I want them to run under xwayland.
I tried export GDK_BACKEND=X11. However, this causes the applications to panic that cannot open display.
I also tried unset WAYLAND_DISPLAY, to make the apps ignore the wayland server and fall back to X11. However, even the environment variable WAYLAND_DISPLAY is unset, the applications still uses native wayland instead of xwayland.
Is there any methods independent of DEs, WMs and GUI toolkits that can force a GUI app to run under xwayland? For example, by making the wayland server undetectable for that app, and making the xwayland xserver detectable.
Offline
I tried export GDK_BACKEND=X11. However, this causes the applications to panic that cannot open display.
printenv
Can you run "xterm" on the wayland desktop (which will run on X11 no matter what
Offline
I tried export GDK_BACKEND=X11. However, this causes the applications to panic that cannot open display.
printenv
Can you run "xterm" on the wayland desktop (which will run on X11 no matter what
Yes. X11 apps like xterm and electron apps works normally. However, if export GDK_BACKEND=X11, then GTK based apps panic that cannot open display, even if $DISPLAY is correctly set.
Offline
GTK based apps panic that cannot open display
Please don't paraphrase, https://bbs.archlinux.org/viewtopic.php?id=57855
Might be an xauth issue.
Offline