diff mbox series

[bug#72178] doc: Add note about use sddm with qt5 theme.

Message ID tencent_414B9E6BD136095327B24CFE307442CB7109@qq.com
State New
Headers show
Series [bug#72178] doc: Add note about use sddm with qt5 theme. | expand

Commit Message

Z572 July 18, 2024, 4:57 p.m. UTC
* doc/guix.texi (X Window): Add note about use sddm with qt5 theme.

Change-Id: I57eebc696803894f154e09347283d3327db8a084
---
 doc/guix.texi | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)


base-commit: c3cdb2b4057a2c2e8e7be1e320784431f0f671ae
prerequisite-patch-id: fc41943016e9922bdfe6c19208af5322524f2639

Comments

pelzflorian (Florian Pelz) July 19, 2024, 10:15 a.m. UTC | #1
Z572 <873216071@qq.com> writes:
> +@quotation Note
> +sddm has qt6 enabled by default. If you want to still use a Qt5 theme,
> +you need to set to @code{sddm-qt5}.
> +@end quotation

LGTM, except it would be more proper if you added the word “it”,
i.e. “you need to set it to @code{sddm-qt5}.“

Thank you!

Regards,
Florian
Z572 July 19, 2024, 6:09 p.m. UTC | #2
"pelzflorian (Florian Pelz)" <pelzflorian@pelzflorian.de> writes:

> Z572 <873216071@qq.com> writes:
>> +@quotation Note
>> +sddm has qt6 enabled by default. If you want to still use a Qt5 theme,
>> +you need to set to @code{sddm-qt5}.
>> +@end quotation
>
> LGTM, except it would be more proper if you added the word “it”,
> i.e. “you need to set it to @code{sddm-qt5}.“
>
> Thank you!
>
> Regards,
> Florian

Thanks, pushed.
diff mbox series

Patch

diff --git a/doc/guix.texi b/doc/guix.texi
index 5b77c84b4a..7ef609ada6 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -116,7 +116,7 @@ 
 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 @@  X Window
 @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 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"}.