Wayland: Support key theme setting

GTK+ 3 has supported this all along, so we should support
it for Wayland as well, for feature parity.

Closes: #1553
This commit is contained in:
Matthias Clasen
2019-01-04 10:18:11 -05:00
parent 4eee51b0e5
commit 3a1c5f7232

View File

@ -491,6 +491,7 @@ update_xft_settings (GdkScreen *screen)
static TranslationEntry translations[] = {
{ FALSE, "org.gnome.desktop.interface", "gtk-theme", "gtk-theme-name" , G_TYPE_STRING, { .s = "Adwaita" } },
{ FALSE, "org.gnome.desktop.interface", "gtk-key-theme", "gtk-key-theme-name" , G_TYPE_STRING, { .s = "Default" } },
{ FALSE, "org.gnome.desktop.interface", "icon-theme", "gtk-icon-theme-name", G_TYPE_STRING, { .s = "gnome" } },
{ FALSE, "org.gnome.desktop.interface", "cursor-theme", "gtk-cursor-theme-name", G_TYPE_STRING, { .s = "Adwaita" } },
{ FALSE, "org.gnome.desktop.interface", "cursor-size", "gtk-cursor-theme-size", G_TYPE_INT, { .i = 32 } },