A wayland settings protocol to tell clients about themes (icons, cursors, widget themes), fonts details (family, hinting preferences) etc. Just send all settings at connect time, send updates when a setting change. Getting a little close to gconf here, but could be pretty simple: interface "settings": event int_value(string name, int value) event string_value(string name, string value) but maybe it's better to just require that clients get that from somewhere else (gconf/dbus).
We'll explore this idea later, not a 1.0 feature.
+1. This protocol can also be used to ensure that different toolkits (i.e. Qt and Gtk) use the same theme / fonts / etc (in X11 we currently have XSettings specification for that).
According to Wikipedia, Wayland 1.0 shipped late 2012. Time to revisit?
Resolved to be handled out of band, rather than forcing it through the window system.
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.