From: 白い熊 <help-guix_gnu.org@sumou.com>
To: help-guix@gnu.org
Subject: GNU artwork configuration from SLIM in GDM
Date: Tue, 7 Apr 2020 17:37:18 +0000 (UTC) [thread overview]
Message-ID: <1ca9c129-50a1-42cf-b6a7-059b7cfb29dd@localhost> (raw)
Hi Guix:
I've long had this nice GNU blue artwork configured as background in SLIM login - thanks to help here thus:
(define %old-artwork
(origin
(method git-fetch)
(uri (git-reference
(url "git://git.savannah.gnu.org/guix/guix-artwork.git")
(commit "94e6111"))) ;pre-GuixSD branding
(sha256
(base32
"0aax85mygpq4lbyn8sriafikyg54yss3lisin6pwkvlvp23a3v1j"))))
(define %old-slim-theme
#~(string-append #$%old-artwork "/slim"))
(define %old-slim-theme-name
"0.8")
and in the bootloader section:
(service slim-service-type (slim-configuration (auto-login-session (file-append stumpwm "/run/current-system/profile/bin/stumpwm"))
(default-user "shiroikuma")
(theme %old-slim-theme)
(theme-name %old-slim-theme-name)))
%base-services))
The problem with this is I can only use it with %base-services
If I try to substitute the last line, in line with the manual, with:
(remove (lambda (service)
(eq? (service-kind service) slim-service))
%desktop-services)))
it won't configure — says xorg-server provided more once.
In principle, I'd like to use gdm - so I'd like to ask:
How to configure gdm with the above artwork?
or
How to use the above config, but with %desktop-services so full desktop services are provided upon login?
Many thanks. :@)
--
Best regards / 宜しく御願い致します / S pozdravem / C уважением / Z poważaniem /
Mit freundlichen Grüßen
白い熊
reply other threads:[~2020-04-07 17:37 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1ca9c129-50a1-42cf-b6a7-059b7cfb29dd@localhost \
--to=help-guix_gnu.org@sumou.com \
--cc=help-guix@gnu.org \
/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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.