On Fri Feb 3 20:17:22 2023 +0000, Etaash Mathamsetty wrote:
I would like such an implementation as well, but that would require finding a way to move dbus out of mountmgr, and once this is done, it would allow for many other cool features in wine (bluetooth potentially, I have a proof of concept) along with this MR
I think implementing `org.freedesktop.appearance.color-scheme` is out of scope of this PR
But this is definitely something I'll be looking for, I like being able to choose between system, light, or dark color schemes. In my mind system color scheme would just update `AppsUseLightTheme` registry key to match what the desktop environment expect. I also think such code should be placed in wineboot as it already modify the registry based on the return of unix calls.