From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 72170@debbugs.gnu.org
Cc: jonathan.brielmaier@web.de
Subject: [bug#72170] [PATCH] news: Add entry for changes in Plasma 6.1.2 and sddm service.
Date: Thu, 18 Jul 2024 16:19:19 +0800 [thread overview]
Message-ID: <87v8135czc.fsf@iscas.ac.cn> (raw)
In-Reply-To: <e42781c8-dce3-4b5a-99ee-1c6c01065ded@web.de> (Jonathan Brielmaier via Guix-patches via's message of "Thu, 18 Jul 2024 09:18:59 +0200")
[-- Attachment #1: Type: text/plain, Size: 891 bytes --]
Jonathan Brielmaier via Guix-patches via <guix-patches@gnu.org> writes:
> Hi Zheng Junjie,
>
> I don't unstand the following sentence in the news.scm:
> If you set a theme but still show the default theme, set the sddm for
> @code{sddm-qt5} to @code{sddm-qt5}.
>
> ~Jonathan
Can you come up with a better one, now sddm enable qt6 as default, so
when people use qt5 themes (e.g. chili-sddm-theme) only the default sddm
theme will be displayed unless sddm-qt5 is used.
``` qt5 theme and sddm(qt6)
(service sddm-service-type
(sddm-configuration
(sddm sddm)
(theme "chili")))
```
show default theme, not chili.
``` qt5 theme and sddm(qt5)
(service sddm-service-type
(sddm-configuration
(sddm sddm-qt5)
(theme "chili")))
```
show chili theme
``` qt6 theme and sddm(qt6)
(service sddm-service-type
(sddm-configuration
(sddm sddm)
(theme "breeze")))
```
show breeze theme
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]
next prev parent reply other threads:[~2024-07-18 8:20 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-18 6:06 [bug#72170] [PATCH] news: Add entry for changes in Plasma 6.1.2 and sddm service Zheng Junjie
2024-07-18 7:18 ` Jonathan Brielmaier via Guix-patches via
2024-07-18 8:19 ` Zheng Junjie [this message]
2024-07-18 10:54 ` Jonathan Brielmaier via Guix-patches via
2024-07-18 11:29 ` [bug#72170] [PATCH v2] " Zheng Junjie
2024-07-18 14:12 ` pelzflorian (Florian Pelz)
2024-07-18 17:11 ` zhengjunjie
2024-07-18 16:44 ` [bug#72170] [PATCH v3] " Z572 via Guix-patches via
2024-07-19 17:11 ` Ludovic Courtès
2024-07-19 18:11 ` Zheng Junjie
2024-07-19 17:13 ` Ludovic Courtès
2024-07-19 17:25 ` [bug#72170] [PATCH v4] " Zheng Junjie
2024-07-19 18:09 ` bug#72170: " Zheng Junjie
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87v8135czc.fsf@iscas.ac.cn \
--to=zhengjunjie@iscas.ac.cn \
--cc=72170@debbugs.gnu.org \
--cc=jonathan.brielmaier@web.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).