[Wayland-bugs] [Bug 790201] Settings in ~/.config/gtk-3.0/settings.ini ignored with GDK_BACKEND=wayland
gtk+ (GNOME Bugzilla)
bugzilla at gnome.org
Wed Nov 15 13:08:02 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=790201
--- Comment #4 from Alex Ivanov <gnidorah at ya.ru> ---
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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20171115/ffac2479/attachment.html>
More information about the wayland-bugs
mailing list