Run systemctl status --user gnome-session-x11-services-ready.target and find it inactive.
Run systemctl start --user gnome-session-x11-services-ready.target.
Run pgrep -fa gsd-xsettings and see it running.
Or specifically for me, the problem is Xwayland apps doesn't scale on my HiDPI screen. I did all the testing on NixOS, let me know if you can't reproduce this on elementary OS so I will look into downstream packaging instead.
What Happened?
For me this is started on GNOME Wayland but not Pantheon Wayland.
I think gala will the place to file this issue since in GNOME this is started by gnome-shell (see this MR ("data: Add an abstract gnome-shell.target") for starting the systemd target, and this MR ("Add side channel for services to startup on Xwayland session") for
init-xserver
signal).This is a problem for me since I found
org.gnome.SettingsDaemon.XSettings.service
has:Steps to Reproduce
pgrep -fa gsd-xsettings
and see no results.systemctl status --user gnome-session-x11-services-ready.target
and find it inactive.systemctl start --user gnome-session-x11-services-ready.target
.pgrep -fa gsd-xsettings
and see it running.Or specifically for me, the problem is Xwayland apps doesn't scale on my HiDPI screen. I did all the testing on NixOS, let me know if you can't reproduce this on elementary OS so I will look into downstream packaging instead.
Expected Behavior
gsd-xsettings
runs on Wayland session.OS Version
Other Linux
Session Type
Secure Session (Wayland)
Software Version
Latest release (I have run all updates)
Log Output
No response
Hardware Info
No response