Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(hello:94885): GLib-GIO-ERROR **: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing' #759

Open
JackTheEngineer opened this issue Nov 29, 2021 · 0 comments

Comments

@JackTheEngineer
Copy link

JackTheEngineer commented Nov 29, 2021

Hi,

I ran try-reflex on a fresh archlinux with the standard gnome environment. When running the very first 'hello.hs' example from the nix-shell, the program crashes with the error:

(hello:94885): GLib-GIO-ERROR **: Settings schema 'org.gnome.settings-daemon.plugins.xsettings' does not contain a key named 'antialiasing'

the stack trace of coredumpctl reveals that there's some issue with the libgio-2.0.so.0, when calling g_settings_schema_get_value:

                Found module libglib-2.0.so.0 with build-id: 34274d02489973ac57067ba11d84edf36394af40
                Found module libgio-2.0.so.0 with build-id: b36e7f1829186ac4666437fb227a8890ac280f4d
                Found module libgdk-3.so.0 with build-id: 8008001ceba1b378ead5446b697ca1ad254ce798
                Found module libgtk-3.so.0 with build-id: fc39ba7aaf124d701d05895e2b1d1a25147478da
                Stack trace of thread 94691:
                #0  0x00007fc6c78af415 _g_log_abort (libglib-2.0.so.0 + 0x59415)
                #1  0x00007fc6c78b0485 g_log_default_handler (libglib-2.0.so.0 + 0x5a485)
                #2  0x00007fc6c78b06cc g_logv (libglib-2.0.so.0 + 0x5a6cc)
                #3  0x00007fc6c78b08af g_log (libglib-2.0.so.0 + 0x5a8af)
                #4  0x00007fc6c931464a g_settings_schema_get_value (libgio-2.0.so.0 + 0xec64a)
                #5  0x00007fc6c9314cdc g_settings_schema_key_init (libgio-2.0.so.0 + 0xeccdc)
                #6  0x00007fc6c9318d4d g_settings_get_enum (libgio-2.0.so.0 + 0xf0d4d)
                #7  0x00007fc6c97f8d13 update_xft_settings (libgdk-3.so.0 + 0x6ad13)
                #8  0x00007fc6c97fa7a8 _gdk_wayland_screen_new (libgdk-3.so.0 + 0x6c7a8)
                #9  0x00007fc6c97f3c30 _gdk_wayland_display_open (libgdk-3.so.0 + 0x65c30)
                #10 0x00007fc6c97c9697 gdk_display_manager_open_display (libgdk-3.so.0 + 0x3b697)
                #11 0x00007fc6c9a74bb3 gtk_init_check (libgtk-3.so.0 + 0x1efbb3)
                #12 0x00007fc6c9a74be9 gtk_init (libgtk-3.so.0 + 0x1efbe9)
                #13 0x000000000059f856 n/a

It seems that the gtk or gdk rely on a gnome schema, that is not present on my system.

EDIT: This happens both on the master and the develop branch.

Thank you for your support !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant