summaryrefslogtreecommitdiff
path: root/utils/gdm-runtime-config.c
Commit message (Collapse)AuthorAgeFilesLines
* gdm-runtime-config: end lines in outputPaper2021-07-141-2/+2
|
* utils: change gdm-disable-wayland to gdm-runtime-configJian-Hong Pan2020-11-031-0/+75
We can disable Wayland in runtime by invoking gdm-disable-wayland. However, we may also want to enable Wayland in runtime for some reasons. This idea is extended to modify more options/configurations in runtime. This commit renames gdm-disable-wayland to gdm-runtime-config and unlocks the feature to modify more gdm configurations in runtime. The new command format will be: gdm-runtime-config set <group> <key> <value> The configurable items refer to gdm.schemas. "<group>/<key>" combination is the key in gdm.schemas. For example, the original "gdm-disable-wayland" is replaced by "gdm-runtime-config set daemon WaylandEnable false". Link: https://gitlab.gnome.org/GNOME/gdm/-/merge_requests/115#note_944907