Hi, I’m trying to make the AppImage of my software compatible with Wayland but without success.
The application works normally on X11 but on Wayland (using GNOME) comes the following problem:
(bottles:10575): GLib-GIO-ERROR **: 09:37:09.725: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
Trace/breakpoint trap (core dumped)
According to a similar issue, I tried to set the XDG_DATA_DIRS
environment variable to /usr/local/share/:/usr/share/
, I checked and the variable is set but the outcome is the same.
This is my AppImage recipe (I am not an expert, I hope there are no horrors inside): Bottles/AppImageBuilder.yml at master · bottlesdevs/Bottles · GitHub
Internal issue reference: [Request] Wayland support for Appimage · Issue #303 · bottlesdevs/Bottles · GitHub
There is a similar issue in gtk’s GitLab but in this case the information contained was not helpful to me: "Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'" with g-s-d 40.x (#3680) · Issues · GNOME / gtk · GitLab