diff mbox series

[bug#36134] : Update SLiM theme to 1.x.

Message ID 87k1dwe6ez.fsf@GlaDOS.home
State Accepted
Headers show
Series [bug#36134] : Update SLiM theme to 1.x. | expand

Checks

Context Check Description
cbaines/applying patch fail Apply failed

Commit Message

Diego Nicola Barbato June 8, 2019, 10:08 a.m. UTC
Hello Guix,

The following two patches update the SLiM theme to version 1.x, which
uses the Guix logotype without "SD".  This is a follow-up to
https://lists.gnu.org/archive/html/guix-devel/2019-06/msg00047.html.

Regards,

Diego

Comments

Ludovic Courtès June 10, 2019, 9:30 p.m. UTC | #1
Hi Diego,

Diego Nicola Barbato <dnbarbato@posteo.de> skribis:

>>From fae264516d070caf8ad9898223d73a88792c56b4 Mon Sep 17 00:00:00 2001
> From: Diego Nicola Barbato <dnbarbato@posteo.de>
> Date: Fri, 7 Jun 2019 23:58:05 +0200
> Subject: [PATCH 1/2] artwork: Update snapshot to 2f2fe74.
>
> * gnu/artwork.scm (%artwork-repository): Update to 2f2fe74.

[...]

>>From 4123186b5ec55230c2265865a4f346b69e05538c Mon Sep 17 00:00:00 2001
> From: Diego Nicola Barbato <dnbarbato@posteo.de>
> Date: Sat, 8 Jun 2019 09:54:20 +0200
> Subject: [PATCH 2/2] services: slim: Update SLiM theme to 1.x.
>
> * gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x".

Applied, thanks!

Ludo’.
diff mbox series

Patch

From 4123186b5ec55230c2265865a4f346b69e05538c Mon Sep 17 00:00:00 2001
From: Diego Nicola Barbato <dnbarbato@posteo.de>
Date: Sat, 8 Jun 2019 09:54:20 +0200
Subject: [PATCH 2/2] services: slim: Update SLiM theme to 1.x.

* gnu/services/xorg.scm (%default-slim-theme-name): Change to "1.x".
---
 gnu/services/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 0a38b4013c..06d72b5f60 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -465,7 +465,7 @@  desktop session from the system or user profile will be used."
 (define %default-slim-theme-name
   ;; This must be the name of the sub-directory in %DEFAULT-SLIM-THEME that
   ;; contains the actual theme files.
-  "0.x")
+  "1.x")
 
 (define-record-type* <slim-configuration>
   slim-configuration make-slim-configuration
-- 
2.21.0