• Bug#1088739: colors make ip's output unreadable

    From Harald Dunkel@21:1/5 to All on Tue Mar 18 09:20:01 2025
    XPost: linux.debian.kernel

    Hi Luca,

    any hope to get this resolved for Trixie? I would owe you a beer.

    With kind regards
    Harri

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Oliver M. Schode@21:1/5 to All on Wed Mar 19 14:10:01 2025
    XPost: linux.debian.kernel

    Package: iproute2
    Version: 6.13.0-1
    Followup-For: Bug #1088739

    If it's wont-fix I guess the bug might as well be closed, or at least
    denoted as it certainly isn't something we can't work around. That said
    I find the request about as reasonable as it gets, nor are we talking
    about mere matters of taste. On black background, which I still think
    isn't too uncommon, the default is indeed unreadable. Nothing to argue
    about. Then speaking of workarounds, I've been making do with an alias:
    ip='ip -c=never'. Obviously far from optimal, maybe I could play around
    with (another) environment variable that is only to do with colors,
    those too are beginning to pile up. At least why it would have to be
    blue, instead of say bright red, which is perfectly legible, I do not
    quite understand.


    Oliver

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ben Hutchings@21:1/5 to oliver.schode@online.de on Wed Mar 26 17:10:02 2025
    XPost: linux.debian.kernel

    On Wed, 19 Mar 2025 13:50:14 +0100 "Oliver M. Schode"
    <oliver.schode@online.de> wrote:
    Package: iproute2
    Version: 6.13.0-1
    Followup-For: Bug #1088739

    If it's wont-fix I guess the bug might as well be closed, or at least
    denoted as it certainly isn't something we can't work around. That
    said
    I find the request about as reasonable as it gets, nor are we talking
    about mere matters of taste. On black background, which I still think
    isn't too uncommon, the default is indeed unreadable. Nothing to argue
    about. Then speaking of workarounds, I've been making do with an
    alias:
    ip='ip -c=never'. Obviously far from optimal, maybe I could play
    around
    with (another) environment variable that is only to do with colors,
    those too are beginning to pile up. At least why it would have to be
    blue, instead of say bright red, which is perfectly legible, I do not
    quite understand.

    Today's upload of version 6.14.0-1 adds support for the widely used
    NO_COLOR environment variable.

    I've sent some additional patches (to this bug report, and upstream)
    which seem to improve the readability of coloured text in GNOME Terminal
    and xterm with a dark background. Those haven't yet been applied
    anywhere.

    Ben.

    --
    Ben Hutchings
    Everything should be made as simple as possible, but not simpler.
    - Albert Einstein

    -----BEGIN PGP SIGNATURE-----

    iQIzBAABCgAdFiEErCspvTSmr92z9o8157/I7JWGEQkFAmfkJjkACgkQ57/I7JWG EQm4gRAAr/aazNCFdvfoE0yMadlwpoG1zv3cWwWXJtk2s0vOMvdW+ue82Mj5ZnWm J0bjNynXAgMt1Np1bL0FsiAqob6LdGWikLrQ1Nxrj66IdgZ/dj/3o9gvPjddaecx OQl7khLjB7jpX7EOh6c7Ki3aqwHeRIqa6mRQ4HkIiYdkuKlTrpwAYPyR7pfxJN11 wOXrCqECKgbbmMF4kw0rFEMJh+WHHV+aQHB7g4RYurfsOpJCprZoY5+J+3FrPAul ojBYu83b77M+TZb95Vsl8XrNEgvZMNKiThMbyUfzx8eOa6MmJ08lJfQi6/KBf9Vx hpgPVNQgMVLN6s2zQ+oMr5kmZZc5PQLkGB9Vm2sEq9fzs+HpBaYVDf9KoSwG2Nyy xIl8Liwk/NC+hg16HP3591KWvhhmzkTh90GOLAoAhnwQLBJW+2naICeGlUXw41wt s9gUUfPA2u06ol5BHLXpHtTr54a7qdmplSx2ZDz5usHH3OCW5n3HmbxEoXfeCIGp yz5855wyS4xlzV6FhN6g7bo/Ia1czKc8/QW1RGqxdwkV7sO3QTa0BqiisTD4ip4x c2dOMEuxzYDH8Yh1N/OHiX4AM988sg5swrxkK31VKSqZ/OBhY+Z48OZqKmOpy7Dn BJldbWvO/6MiLpfCXqRVwEU9iZjGEs+PGhfp79uOCJM0O3djAA0=
    =DAmp
    -----END PGP SIGNATURE-----

    --- SoupGat
  • From Luca Boccassi@21:1/5 to Ben Hutchings on Wed Mar 26 19:00:01 2025
    XPost: linux.debian.kernel

    On Wed, 26 Mar 2025 at 16:09, Ben Hutchings <ben@decadent.org.uk> wrote:

    On Wed, 19 Mar 2025 13:50:14 +0100 "Oliver M. Schode" <oliver.schode@online.de> wrote:
    Package: iproute2
    Version: 6.13.0-1
    Followup-For: Bug #1088739

    If it's wont-fix I guess the bug might as well be closed, or at least denoted as it certainly isn't something we can't work around. That
    said
    I find the request about as reasonable as it gets, nor are we talking
    about mere matters of taste. On black background, which I still think
    isn't too uncommon, the default is indeed unreadable. Nothing to argue about. Then speaking of workarounds, I've been making do with an
    alias:
    ip='ip -c=never'. Obviously far from optimal, maybe I could play
    around
    with (another) environment variable that is only to do with colors,
    those too are beginning to pile up. At least why it would have to be
    blue, instead of say bright red, which is perfectly legible, I do not
    quite understand.

    Today's upload of version 6.14.0-1 adds support for the widely used
    NO_COLOR environment variable.

    I've sent some additional patches (to this bug report, and upstream)
    which seem to improve the readability of coloured text in GNOME Terminal
    and xterm with a dark background. Those haven't yet been applied
    anywhere.

    Very nice work, thanks for taking care of it! As soon as Steve/Dave
    merge that series in main-next I'll backport it

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)