GNU bug report logs -
#14539
[PATCH] dircolors: add pnm image
Previous Next
Reported by: Javier Lopez <chilicuil <at> ubuntu.com>
Date: Sun, 2 Jun 2013 22:12:02 UTC
Severity: normal
Tags: patch
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 14539 in the body.
You can then email your comments to 14539 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-coreutils <at> gnu.org
:
bug#14539
; Package
coreutils
.
(Sun, 02 Jun 2013 22:12:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Javier Lopez <chilicuil <at> ubuntu.com>
:
New bug report received and forwarded. Copy sent to
bug-coreutils <at> gnu.org
.
(Sun, 02 Jun 2013 22:12:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
Attached patch adds colorizing for *.pnm images. Pnm images are amongst others
generated by Xsane scans. Although they're basically text files, they are
considered as images (a file command returns "Netpbm PPM "rawbits" image data"
so their color code should probably be 01;35.
This issue was first noted by ultrapeer AT lavabit.com and forwarded to Ubuntu
======================================================================
diff --git a/src/dircolors.hin b/src/dircolors.hin
index 18e1552..3a0c03f 100644
--- a/src/dircolors.hin
+++ b/src/dircolors.hin
@@ -165,6 +165,7 @@ EXEC 01;32
.tif 01;35
.tiff 01;35
.png 01;35
+.pnm 01;35
.svg 01;35
.svgz 01;35
.mng 01;35
Reply sent
to
Pádraig Brady <P <at> draigBrady.com>
:
You have taken responsibility.
(Sun, 02 Jun 2013 23:55:02 GMT)
Full text and
rfc822 format available.
Notification sent
to
Javier Lopez <chilicuil <at> ubuntu.com>
:
bug acknowledged by developer.
(Sun, 02 Jun 2013 23:55:02 GMT)
Full text and
rfc822 format available.
Message #10 received at 14539-done <at> debbugs.gnu.org (full text, mbox):
On 06/02/2013 11:09 PM, Javier Lopez wrote:
> Hi,
>
> Attached patch adds colorizing for *.pnm images. Pnm images are amongst others
> generated by Xsane scans. Although they're basically text files, they are
> considered as images (a file command returns "Netpbm PPM "rawbits" image data"
> so their color code should probably be 01;35.
>
> This issue was first noted by ultrapeer AT lavabit.com and forwarded to Ubuntu
>
> ======================================================================
>
> diff --git a/src/dircolors.hin b/src/dircolors.hin
> index 18e1552..3a0c03f 100644
> --- a/src/dircolors.hin
> +++ b/src/dircolors.hin
> @@ -165,6 +165,7 @@ EXEC 01;32
> .tif 01;35
> .tiff 01;35
> .png 01;35
> +.pnm 01;35
> .svg 01;35
> .svgz 01;35
> .mng 01;35
`man pnm` suggests that pnm isn't a format in its own right,
but "just an abstraction of the PBM, PGM, and PPM formats".
Therefore I'm inclined not to include this.
thanks,
Pádraig.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 01 Jul 2013 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 11 years and 356 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.