Make gnome-settings-daemon run without XWayland
It be great if we could run without XWayland but at least
- gsd-color
- gsd-power
- gsd-keyboard
require it. TODO:
- check with upstream
- check if we can build these without X11 support
Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this page for instructions on how to get full permissions. Sorry for the inconvenience.
It be great if we could run without XWayland but at least
require it. TODO:
changed title from Run without XWayland to Make gnome-settings-daemon run without XWayland
changed the description
mentioned in commit guido.gunther/phosh@89a2e798
changed the description
mentioned in issue OS-issues#16
Can be checked by adding
[core]
xwayland=false
to rootston.ini
Here's a list of backends hardcoded to X11
$ git grep GDK_BACKEND
plugins/clipboard/main.c:#define GDK_BACKEND "x11"
plugins/color/main.c:#define GDK_BACKEND "x11"
plugins/common/daemon-skeleton-gtk.h:#ifdef GDK_BACKEND
plugins/common/daemon-skeleton-gtk.h: gdk_set_allowed_backends (GDK_BACKEND);
plugins/keyboard/main.c:#define GDK_BACKEND "x11"
plugins/media-keys/main.c:#define GDK_BACKEND "x11"
plugins/power/main.c:#define GDK_BACKEND "x11"
plugins/xsettings/main.c:#define GDK_BACKEND "x11"
mentioned in issue phoc#20 (closed)
mentioned in issue phoc#84 (closed)
===============
Version 3.33.90
===============
...
- With the exception of gsd-xsettings, daemons do not use the GDK X11
backend anymore
[ https://github.com/GNOME/gnome-settings-daemon/blob/mainline/NEWS ]
branch gnome-3-34
plugins/common/daemon-skeleton-gtk.h:#ifdef GDK_BACKEND
plugins/common/daemon-skeleton-gtk.h: gdk_set_allowed_backends (GDK_BACKEND);
plugins/xsettings/main.c:#define GDK_BACKEND "x11"
seems to be OK now, can be closed?
removed milestone