[Bug 1088131] Re: ls --color doesn't recognize an arc archive as an archive
Barry Warsaw
1088131 at bugs.launchpad.net
Tue Jun 25 22:56:57 UTC 2013
FWIW, I applied the debdiff in #7 and built it locally (after disabling
a few tests that fail in my schroot). This did not fix the problem. I
think this is a minor enough bug and the fact that it's fixed in Debian
(and will eventually make its way to Ubuntu) makes it not really worth
patching.
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/1088131
Title:
ls --color doesn't recognize an arc archive as an archive
Status in The Gnu Core Utilities:
Fix Released
Status in “coreutils” package in Ubuntu:
Triaged
Bug description:
When listing the content of a directory with ls --color an arc archive
isn't recognized as an such and isn't displayed with the appropriate
colour. The following terminal output should give an idea:
ubuntu at ubuntu:~/test$ ls
sources.list
ubuntu at ubuntu:~/test$ tar cfz sources.taz sources.list
ubuntu at ubuntu:~/test$ arc a sources.arc sources.list
Creating new archive: sources.arc
Adding file: sources.list analyzing, crunched, done. (29%)
ubuntu at ubuntu:~/test$ ls
sources.arc sources.list sources.taz
Note that sources.taz would be correctly displayed in red, but not
sources .arc which nevertheless is an archive and should also be
displayed with the same colour. So the $LS_COLORS environment variable
needs to be adjusted accordingly by default (the correct value to add
would probably be "01;31", and arc is absent from the output of
dircolors -p).
ProblemType: BugDistroRelease: Ubuntu 12.04
Package: coreutils 8.13-3ubuntu3
ProcVersionSignature: Ubuntu 3.2.0-29.46-generic-pae 3.2.24
Uname: Linux 3.2.0-29-generic-pae i686
ApportVersion: 2.0.1-0ubuntu12
Architecture: i386
CasperVersion: 1.315
Date: Sun Dec 9 06:33:54 2012LiveMediaBuild: Ubuntu 12.04.1 LTS "Precise Pangolin" - Release i386 (20120817.3)
ProcEnviron:
TERM=xterm
PATH=(custom, no user)
LANG=en_US.UTF-8
SHELL=/bin/bashSourcePackage: coreutils
UpgradeStatus: No upgrade log present (probably fresh install)
To manage notifications about this bug go to:
https://bugs.launchpad.net/coreutils/+bug/1088131/+subscriptions
More information about the Ubuntu-sponsors
mailing list