https://bugzilla.gnome.org/show_bug.cgi?id=790201

--- Comment #4 from Alex Ivanov <[email protected]> ---
Created attachment 363679
  --> https://bugzilla.gnome.org/attachment.cgi?id=363679&action=edit
don't provide gsetting if dconf is not available

Fix for Emmanuele Bassi case
> Alternatively, remove dconf, and GTK will use the settings.ini file
Prior default from translation table
(https://git.gnome.org/browse/gtk+/tree/gdk/wayland/gdkdisplay-wayland.c#n1571)
was taken. In init_settings() we return if
g_settings_schema_source_get_default() fails, so we should do in
gdk_wayland_display_get_setting(). This now matches what gdkscreen-x11.c does
(in case of not available xsettings)
https://git.gnome.org/browse/gtk+/tree/gdk/x11/gdkscreen-x11.c#n958

However this patch doesn't fix the issue, since at least some distributions
wrap Gtk3 programs with GSettings schemas path
https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/networking/p2p/transmission/default.nix#L46

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to