Your message dated Thu, 21 Aug 2025 00:52:34 +0200
with message-id <aKZRsrqA4E3xx0UX@nuc>
and subject line Re: Bug#1102486: ANSI_COLOR in /etc/os-release
has caused the Debian Bug report #1102486,
regarding ANSI_COLOR in /etc/os-release
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
1102486: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1102486
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: base-files
Version: 13.7
There is an optional field in the /etc/os-release file, ANSI_COLOR, than can be
used to specify the branding colour of the operating system
(https://www.freedesktop.org/software/systemd/man/latest/os-release.html#ANSI_COLOR=).
Attached is a patch which sets this to the shade of burgundy in the Debian
logo, on a white background.
--
Peter Oliver
diff -ur base-files-not-yet.orig/etc/os-release
base-files-not-yet/etc/os-release
--- base-files-not-yet.orig/etc/os-release 2025-03-04 11:20:00.000000000
+0000
+++ base-files-not-yet/etc/os-release 2025-04-09 15:14:05.938892923 +0100
@@ -5,3 +5,4 @@
HOME_URL="https://www.debian.org/"
SUPPORT_URL="https://www.debian.org/support"
BUG_REPORT_URL="https://bugs.debian.org/"
+ANSI_COLOR="0;38;2;168;0;48;48;2;255;255;255"
--- End Message ---
--- Begin Message ---
On Wed, Apr 09, 2025 at 03:23:25PM +0100, Peter Oliver wrote:
> Package: base-files
> Version: 13.7
>
> There is an optional field in the /etc/os-release file, ANSI_COLOR, than can
> be used to specify the branding colour of the operating system
> (https://www.freedesktop.org/software/systemd/man/latest/os-release.html#ANSI_COLOR=).
>
> Attached is a patch which sets this to the shade of burgundy in the Debian
> logo, on a white background.
Thanks for the report, but this was already tried before and I still
think it is not a good idea:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=758246
(See the changelog entry for base-files 7.6 at the very end of the thread)
[ Cc to Arnaud as he showed interest, but only FYI ]
Thanks.
--- End Message ---