aboutsummaryrefslogtreecommitdiff
path: root/tests/home-services.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-15 16:54:19 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2023-08-22 12:32:26 -0400
commit1cf97f46065a5e57a03880e1983dbae28365d1de (patch)
tree6087a4fcc78cef1c308d7fce12a469633cf42c73 /tests/home-services.scm
parent90e1ecdd9af3273626c9d139402a0a8fe5ce483b (diff)
downloadguix-1cf97f46065a5e57a03880e1983dbae28365d1de.tar.gz
guix-1cf97f46065a5e57a03880e1983dbae28365d1de.zip
gnu: qtsensors: Shorten line width.
* gnu/packages/qt.scm (qtsensors): Shorten line width, for 'guix lint'.
Diffstat (limited to 'tests/home-services.scm')
0 files changed, 0 insertions, 0 deletions
ices/sddm.scm?id=ed90104cc82fdd6b762a159b06c0ea37b417a9a5'>services: sddm: Fix root login failure issue....* gnu/services/sddm.scm (sdm-pam-service): Set uid from CONFIG. (sdm-autologin-pam-service): Set uid from CONFIG. (sdm-pam-services): Pass CONFIG to 'sddm-pam-service' and 'sddm-autologin-pam-service'. * doc/guix.texi (X Window): Adjust 'minimum-uid' documentation. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Reza Alizadeh Majd 2019-04-11services: sddm: Switch back to using ‘startx’....* gnu/services/sddm.scm (sddm-configuration-file): Use XORG-START-COMMAND. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> frozenpigs 2019-03-25services: SDDM: Specify absolute path to the X server....I'm not sure how this service ever worked, but SDDM started consistently failing on one machine seemingly because of this setting. * gnu/services/sddm.scm (sddm-configuration-file): Append /bin/X to the ServerPath setting. Marius Bakke 2019-03-24services: sddm, slim, gdm: Take an <xorg-configuration> record....* gnu/services/sddm.scm (<sddm-configuration>)[xorg-server-path] [xserver-arguments]: Remove. [xorg-configuration]: New field. (sddm-configuration-file): Adjust accordingly. * gnu/services/xorg.scm (<slim-configuration>)[startx]: Remove. [xorg-configuration]: New field. (slim-shepherd-service, slim-service): Adjust accordingly. (<gdm-configuration>)[x-server]: Remove. [xorg-configuration]: New field. (gdm-shepherd-service, gdm-service): Adjust accordingly. * doc/guix.texi (X Window): Update accordingly. Ludovic Courtès