GLib-GIO-ERROR on Ubuntu 22.04

Issue #249 new
Alain created an issue

Hello,

I get the following error when executing both v 1.13 pre built binary (https://bitbucket.org/agriggio/art/downloads/ART-1.13-linux64.tar.xz) and AppImage (https://apprepo.de/appimage/art):

ak@lynx:~/Downloads/Apps/ART-1.13-linux64$ ./ART -v
ART, version 1.13

ak@lynx:~/Downloads/Apps/ART-1.13-linux64$ ./ART 
(ART.bin:508122): GLib-GIO-ERROR **: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
./ART: line 18: 508122 Trace/breakpoint trap   (core dumped) "$d/ART.bin" "$@"

ak@lynx:~/Downloads/Apps$ ./ART.AppImage -v
ART, version 1.13

ak@lynx:~/Downloads/Apps$ ./ART.AppImage 
(ART.bin:508209): GLib-GIO-ERROR **: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'
/tmp/.mount_ART.Ap2J036t/art/ART: line 18: 508209 Trace/breakpoint trap   (core dumped) "$d/ART.bin" "$@"

Any tips?

Many thanks,

Alain

Comments (2)

  1. The Wanderer

    I solved this issue temporarily by switching from Wayland to Xorg. I figured this could be an Wayland issue since they made it the default choice in Ubuntu 22.04. If you don’t know how to switch to Xorg, just log out of your session and before entering your password select “Ubuntu Xorg” by selecting the icon on the bottom right corner of the login screen(of course just once until next time you want to switch to Wayland again).

  2. agriggio repo owner

    Thanks for the info. Good to know about Wayland, though I have personally never used it.

    It might be a good idea to stick with Xorg for a bit more if you are working on photography though, since as far as I understood proper support for color management is still not stable/experimental in Wayland.

  3. Log in to comment