Skip to content

Do not set the options that are removed in Gtk4.

Xuetian Weng requested to merge work/deprecate-gtk4-option into master

A few options are removed in gtk4, including gtk-button-images, gtk-menu-images, and gtk-toolbar-style. In the past we just set it unconditionally, but this would cause Gtk4 print out warning about unknown key. Added a kconf_update program to remove such condition in Gtk4, and remove the relevant code that set it.

Merge request reports