Adrian Vovk
Adrian Vovk
> That doesn't factor in multiseat though. Fair enough for the kernel stuff. What the kernel could do is give a special SAK virtual file (in /sys or /proc or...
> I still think a manual invocation is still going to be something that is neeed. Display servers are complex, they might be able to respond to the watchdog, but...
Nope GDM ends its greeter. It just restarts it when needed. Not sure how it detects this
Any idea how to resolve this? It's getting annoying and tiring to look at.
Okay I looked into GTK's source code. GTK is using gsettings to retrieve `antialiasing` from `org.gnome.settings-daemon.plugins.xsettings`. I noticed that @Marteon is not using gnome-session and has tested Sway and Weston....
@matthiasclasen Which keys exactly is it reading? I see it trying to read (through gsettings, looking at GTK's master) the gnome-settings-daemon keys, and since I don't have those installed I...
@matthiasclasen - Wayland - GTK+ 3.24.8 - xdg-desktop-portal 1.2.0
@matthiasclasen Just to confirm that the issue is what I think it is, I copied over [this](https://gitlab.gnome.org/GNOME/gnome-settings-daemon/blob/master/data/org.gnome.settings-daemon.plugins.xsettings.gschema.xml.in) into ~/.local/share and compiled the schema. A quick reboot and all of the...
@matthiasclasen Without the schema I copied over installed?
Here's the output with the schema installed (working antialias): ``` ({'org.gnome.settings-daemon.plugins.xsettings': {'rgba-order': , 'disabled-gtk-modules': , 'antialiasing': , 'enabled-gtk-modules': , 'overrides': , 'hinting': }},) ``` Here's the output without the schema...