public inbox for gentoo-user@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-user] konsole selected text
@ 2008-02-17 20:14 Daniel D Jones
  2008-02-18  9:26 ` Thomas Kahle
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel D Jones @ 2008-02-17 20:14 UTC (permalink / raw
  To: gentoo-user

When I select Konsole's "Linux Colors" schema, selected text appears to be 
black text on a black background.  Under options, I can alter colors but I 
don't appear to be able to choose the background and foreground colors that 
are used for highlighting.  Any hints on how to fix this appreciated.

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] konsole selected text
  2008-02-17 20:14 [gentoo-user] konsole selected text Daniel D Jones
@ 2008-02-18  9:26 ` Thomas Kahle
  2008-02-18 16:49   ` Daniel D Jones
  0 siblings, 1 reply; 4+ messages in thread
From: Thomas Kahle @ 2008-02-18  9:26 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Daniel D Jones wrote:
| When I select Konsole's "Linux Colors" schema, selected text appears
to be
| black text on a black background.  Under options, I can alter colors
but I
| don't appear to be able to choose the background and foreground colors
that
| are used for highlighting.  Any hints on how to fix this appreciated.
|

Hi, on my machine I use the "Linux Colors" schema for years and it works
perfectly. If mark stuff it inverts the colors, i.e. grey text on black
background gets black text on grey background.

Just some (maybe unrelated) pointers:
*) man dircolors (gentoo uses textcolors extensively)
*) Try to move your kde config somewhere else and try again with a clean
config. Maybe its something with KDE colors you changed before ?

hope to help
Thomas


-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHuU8orpEWPKIUt7MRAi0JAJ94L/NEHH+dQl8fr/Jb7b99GJ+/yQCgmzVA
lL52wX4DB2jt8aRbGeVb86A=
=qywq
-----END PGP SIGNATURE-----
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] konsole selected text
  2008-02-18  9:26 ` Thomas Kahle
@ 2008-02-18 16:49   ` Daniel D Jones
  2008-02-18 17:26     ` Thomas Kahle
  0 siblings, 1 reply; 4+ messages in thread
From: Daniel D Jones @ 2008-02-18 16:49 UTC (permalink / raw
  To: gentoo-user

On Monday 18 February 2008 04:26:01 Thomas Kahle wrote:
> Daniel D Jones wrote:
> | When I select Konsole's "Linux Colors" schema, selected text appears
>
> to be
>
> | black text on a black background.  Under options, I can alter colors
>
> but I
>
> | don't appear to be able to choose the background and foreground colors
>
> that
>
> | are used for highlighting.  Any hints on how to fix this appreciated.
>
> Hi, on my machine I use the "Linux Colors" schema for years and it works
> perfectly. If mark stuff it inverts the colors, i.e. grey text on black
> background gets black text on grey background.

Yes, I've been using it for a long time as well without issues.  I've never 
had this issue before.

> Just some (maybe unrelated) pointers:
> *) man dircolors (gentoo uses textcolors extensively)

I'm familiar with dircolors.  To the best of my knowledge, there's nothing in 
dircolors which configures how selected text is displayed.  It's simply 
inverted text.  That is, the background color and the foreground color are 
switched.

A little more experimenting has shown that this is what happens on my terminal 
with any color other than the default light gray on black.  For example, if I 
do a "ls," the files show up in various colors based on dircolors.  If I 
select colored files, they show up in inverse.  But if I select non-colored 
light gray text, I get black on black.  If I use 'less' to display a file, 
there's a status line at the bottom which shows the line number, etc.  in 
inverted text.  On my terminal, it's black on black and invisible.  If I 
highlight it with the mouse, however, it shows up as light gray on black and 
is visible.

If I switch to another tty (CTL-ALT-F2) and log in, dircolors settings work 
properly.  Selected text with gpm shows up as inverse, and the status line at 
the bottom of the 'less' windows displays properly as well.  So I don't think 
the issue is with dircolors.

It's only with inverted normal text on konsole.

-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [gentoo-user] konsole selected text
  2008-02-18 16:49   ` Daniel D Jones
@ 2008-02-18 17:26     ` Thomas Kahle
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle @ 2008-02-18 17:26 UTC (permalink / raw
  To: gentoo-user

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hi again,

But if I select non-colored
| light gray text, I get black on black.  If I use 'less' to display a
file,
| there's a status line at the bottom which shows the line number, etc.  in
| inverted text.  On my terminal, it's black on black and invisible.  If I
| highlight it with the mouse, however, it shows up as light gray on
black and
| is visible.

| It's only with inverted normal text on konsole.

Just to be sure, by Konsole you mean the KDE Terminal Emulator. I guess
the problem is not there in xterm ?

Did you try to move .kde to another place and start with a clean config.
Then you can distinguish a config problem from something else.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFHub/OrpEWPKIUt7MRAmaYAJwIcB4/UpMY1W/oAUJsLuBArsNxHACffUly
tU+1NSXcth7aUe/YNDiar0w=
=JgZf
-----END PGP SIGNATURE-----
-- 
gentoo-user@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2008-02-18 17:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-17 20:14 [gentoo-user] konsole selected text Daniel D Jones
2008-02-18  9:26 ` Thomas Kahle
2008-02-18 16:49   ` Daniel D Jones
2008-02-18 17:26     ` Thomas Kahle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox