You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 callingg_settings_schema_get_value
: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 thedevelop
branch.Thank you for your support !
The text was updated successfully, but these errors were encountered: