[Wayland-bugs] [Bug 49021] New: Ideas: A wayland settings protocol to tell clients about themes, fonts, etc.
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Fri Apr 20 12:29:04 PDT 2012
https://bugs.freedesktop.org/show_bug.cgi?id=49021
Bug #: 49021
Summary: Ideas: A wayland settings protocol to tell clients
about themes, fonts, etc.
Classification: Unclassified
Product: Wayland
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: wayland
AssignedTo: wayland-bugs at lists.freedesktop.org
ReportedBy: darxus at chaosreigns.com
Blocks: 48976
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).
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Wayland-bugs
mailing list