[Bug 205090] Re: Bad default ls colors for directories

2016-10-19 Thread Nicolas_Raoul
Blue on black unreadable for me on Ubuntu Server 2016.04.1 (which has no
GUI, by the way)

How the color appears seems to depend on the console emulator, but on
Ubuntu Server it is hard to switch to an alternative console emulator.

Maybe that's the terminal of Ubuntu Server that needs to be fixed.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/205090

Title:
  Bad default ls colors for directories

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/kdebase/+bug/205090/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2010-06-06 Thread Joshua
Actual problem here is indeed terminal settings. Blue on black is almost
always plenty readable when running on physical console.

Please note this palette has only 16 colors so don't try to get too
clever.

The terminal program needs to adjust the palette to something more
readable.

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-08-05 Thread Harald Sitter
.bashrc I would guess.

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-08-04 Thread Andy Stanford-Clark
Since Hardy (I think), the choice of colours for directories is a poor
one: looks like blue text with a dark green highlight, which makes the
text completely unreadable on my laptop LCD screen.

Fix is to unalias ls

Suggest default definition of ls is ls, not ls --color, and let
people turn on color if they want to.

Where is this alias defined? At least if it's not deemed a bug, I can go
in and turn it off permanently!

But I think it is a bug, particularly for people with any visual
impairent, I would think!

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-07-11 Thread Harald Sitter
Works fine in KDE 4

** Changed in: kdebase (Ubuntu)
   Status: New = Invalid

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-03-28 Thread Mika Fischer
Actually, the dircolors behavior is mentioned in the dir_colors(5) man page at 
the end:
FILES
   /etc/DIR_COLORS
  (Slackware, SuSE and RedHat only; ignored by GNU dircolors(1) and 
thus Debian.)  System-wide configuration file.

   ~/.dir_colors
  (Slackware, SuSE and RedHat only; ignored by GNU dircolors(1) and 
thus Debian.)  Per-user configuration file.

So this is not a bug.

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-03-28 Thread Mika Fischer
** Changed in: kdebase (Ubuntu)
Sourcepackagename: bash = kdebase

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Kubuntu
Team, which is subscribed to kdebase in ubuntu.

-- 
kubuntu-bugs mailing list
[EMAIL PROTECTED]
https://lists.ubuntu.com/mailman/listinfo/kubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-03-24 Thread Mika Fischer
Hi Sven,

thanks for taking the time to report this issue!

In your report, are you speaking of the console? Or are you using a
terminal program under X/Gnome/KDE?

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-03-24 Thread Sven Boden

I'm using konsole under Kubuntu, but it's probably any console type 
application in which you can use ls.

The workaround in the original post also does not work out of the box
(it works for me since I migrated an existing profile with additional
changes). The workaround above should actually work according to man
dir_colors.

So preferably:
- The system should comply to the man-pages (man dir_colors, second alinea) ... 
either /etc/DIRCOLORS or ~/.dir_colors should override ls colors (this is also 
how it works on fedora e.g.)
- Provide in a non-blue default as directory color.

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-03-24 Thread Mika Fischer
These are two issues:
1) The dir_colors man page is definitely wrong. dircolors does not look at any 
files as far as I can see. So there is no easy way to customize the results 
other than doing this:
dircolors --print  .dir_colors
$EDITOR .dir_colors

and then call dircolors as: eval `dircolors ~/.dir_colors`

That's not very nice especially since other behaviour is specified in
the manpage and worthy of a seperate bug report.

2) The color issue. My tak on this is that it's impossible to do what
you suggest and please everybody. In Ubuntu (Gnome) the terminal by
default has a white background and yellow directories are barely
readable if at all.

Furthermore bash / dircolors has no idea what your background color
might be, so we have to return one set of colors for all terminals.

So in my opinion this is a problem of the terminal program (konsole in
your case). It should set up its colormap in a way that all colors are
readable on the current background.

Please note for instance #202300, where the complaint is that the
default color for directories is too *light* :)

So I really think the only way to deal with this is to change the color
schemes in the terminal programs.

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 205090] Re: Bad default ls colors for directories

2008-03-22 Thread James Westby
** Changed in: bash (Ubuntu)
Sourcepackagename: None = bash

-- 
Bad default ls colors for directories
https://bugs.launchpad.net/bugs/205090
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs