diff options
author | Z572 via Guix-patches via <guix-patches@gnu.org> | 2024-07-19 00:57:37 +0800 |
---|---|---|
committer | Zheng Junjie <zhengjunjie@iscas.ac.cn> | 2024-07-20 01:36:17 +0800 |
commit | 69b8a40365bf1c1f65aa1ee6fbc4a459c0840bf1 (patch) | |
tree | 11d127e0e53cb492e88af3811a54b64aa3fcb6bd /doc | |
parent | 24163eea584663568b68e19f364256fc7396b61f (diff) | |
download | guix-69b8a40365bf1c1f65aa1ee6fbc4a459c0840bf1.tar.gz |
doc: Add note about use sddm with qt5 theme.
* doc/guix.texi (X Window): Add note about use sddm with qt5 theme. Change-Id: I57eebc696803894f154e09347283d3327db8a084 Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 5b77c84b4a..9ba96af459 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -116,7 +116,7 @@ Copyright @copyright{} 2022 Antero Mejr@* Copyright @copyright{} 2023 Karl Hallsby@* Copyright @copyright{} 2023 Nathaniel Nicandro@* Copyright @copyright{} 2023 Tanguy Le Carrour@* -Copyright @copyright{} 2023 Zheng Junjie@* +Copyright @copyright{} 2023, 2024 Zheng Junjie@* Copyright @copyright{} 2023 Brian Cully@* Copyright @copyright{} 2023 Felix Lechner@* Copyright @copyright{} 2023 Foundation Devices, Inc.@* @@ -23316,6 +23316,11 @@ The available fields are: @item @code{sddm} (default: @code{sddm}) The SDDM package to use. +@quotation Note +sddm has Qt6 enabled by default. If you want to still use a Qt5 theme, +you need to set it to @code{sddm-qt5}. +@end quotation + @item @code{display-server} (default: "x11") Select display server to use for the greeter. Valid values are @samp{"x11"} or @samp{"wayland"}. |