• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Konsole von KDE will nicht transparent werden!

Hi,
die meißten werden wohl gleich denken, dass ich nicht in den FAQs geschaut und nicht gesucht hab. Ich hab es, und hab dann auch geschafft, die Konsole so einzurichten, dass sie tatsächlich die Einstellung ausführt und beibehält. Ich hab ziemlich viel gesucht, aber mein Problem scheint irgendwie niemand vorher zu haben.
Also ich hab erstmal SuSE10.1 mit upgedatetem KDE auf KDE 3.5.3 "Level a". Ob das Problem auch mit KDE 3.5.1 auftritt, weiß ich jetzt nicht.
Folgendes Problem: Wenn ich transparent einstelle, wird nur der Rahmen transparent, und der zeichnet innerhalb trotzdem noch mit schwarzer Farbe drauf. Wenn ich die Konsole ganz schnell bewege, sieht man ein kleines Flimmern. Es scheint so, als ob zuerst das Hintergrundbild gezeichnet wird innerhalb der Konsole, dann nochmal mit der schwarzen Farbe drauf. Ergebnis: das einzig transparente ist der Rahmen der Konsole :-(
Beim Gnome-Terminal klappts jedenfalls. Außerdem: Wenn ich Text in der Konsole markiere, wird es auch durchsichtig.
Schauts euch am besten selber an, mein "Bildschirmphoto": http://virtualuna.de/data_library/Bildschirmphoto20.png (hier sieht man, dass nur markierter Text und Rahmen durchsichtig sind).
Ich hoffe ihr könnt mir helfen, ich bin mitlerweile ratlos :-S
 
Welches Schema benutzt du denn?
Konsole -> Konsole einrichten -> Sitzungen -> Befehlsfenster -> Farbschema

Poste mal die Datei:
/home/<user>/.kde/share/apps/konsole/<verwendetes schema>.schema
 
Hier mein Farbschema, selber ein neues erstellt, kein vorhandenes editiert:

Code:
# schema for konsole autogenerated with the schema editor

title mycolorscheme

transparency 0.50   0   0   0

# foreground colors

# note that the default background color is flagged
# to become transparent when an image is present.

#   slot    transparent bold
#      | red grn blu  | |
#      V V--color--V  V V
color  0 255   0   0  1 0 # 0 - Vordergrundfarbe
sysfg  1              0 1 # 1 - Hintergrundfarbe
color  2   0   0   0  0 0 # 2 - Farbe 0 (schwarz)
rcolor 3   0   0      0 0 # 3 - Farbe 1 (rot)
color  4  24 178  24  0 0 # 4 - Farbe (grün)
color  5 178 104  24  0 0 # 5 - Farbe 3 (gelb)
color  6  24  24 178  0 0 # 6 - Farbe 4 (blau)
color  7 178  24 178  0 0 # 7 - Farbe 5 (magenta)
color  8  24 178 178  0 0 # 8 - Farbe 6 (cyan)
color  9 178 178 178  0 0 # 9 - Farbe 7 (weiß)
color 10   0   0   0  0 1 # 10 - Intensive Vordergrundfarbe
color 11 255 255 255  1 0 # 11 - Intensive Hintergrundfarbe
color 12   0   0   0  0 0 # 12 - Farbe 0 intensiv (grau)
color 13   0   0   0  0 0 # 13 - Farbe 1 intensiv (hellrot)
color 14   0   0   0  0 0 # 14 - Farbe 2 intensiv (hellgrün)
color 15   0   0   0  0 0 # 15 - Farbe 3 intensiv (hellgelb)
color 16   0   0   0  0 0 # 16 - Farbe 4 intensiv (hellblau)
color 17   0   0   0  0 0 # 17 - Farbe 5 intensiv (hell-magenta)
color 18   0   0   0  0 0 # 18 - Farbe 6 intensiv (hell-cyan)
color 19   0   0   0  0 0 # 19 - Farbe 7 intensiv (weiß)
 
Code:
# schema for konsole autogenerated with the schema editor

title mycolorscheme

transparency 0.50   0   0   0

# foreground colors

# note that the default background color is flagged
# to become transparent when an image is present.

#   slot    transparent bold
#      | red grn blu  | |
#      V V--color--V  V V
color  0 255   0   0  0 0 # 0 - Vordergrundfarbe
color  1   0   0   0  1 1 # 1 - Hintergrundfarbe
color  2   0   0   0  0 0 # 2 - Farbe 0 (schwarz)
color  3   0   0   0  0 0 # 3 - Farbe 1 (rot)
color  4  24 178  24  0 0 # 4 - Farbe (grün)
color  5 178 104  24  0 0 # 5 - Farbe 3 (gelb)
color  6  24  24 178  0 0 # 6 - Farbe 4 (blau)
color  7 178  24 178  0 0 # 7 - Farbe 5 (magenta)
color  8  24 178 178  0 0 # 8 - Farbe 6 (cyan)
color  9 178 178 178  0 0 # 9 - Farbe 7 (weiß)
color 10   0   0   0  0 1 # 10 - Intensive Vordergrundfarbe
color 11 255 255 255  1 0 # 11 - Intensive Hintergrundfarbe
color 12   0   0   0  0 0 # 12 - Farbe 0 intensiv (grau)
color 13   0   0   0  0 0 # 13 - Farbe 1 intensiv (hellrot)
color 14   0   0   0  0 0 # 14 - Farbe 2 intensiv (hellgrün)
color 15   0   0   0  0 0 # 15 - Farbe 3 intensiv (hellgelb)
color 16   0   0   0  0 0 # 16 - Farbe 4 intensiv (hellblau)
color 17   0   0   0  0 0 # 17 - Farbe 5 intensiv (hell-magenta)
color 18   0   0   0  0 0 # 18 - Farbe 6 intensiv (hell-cyan)
color 19   0   0   0  0 0 # 19 - Farbe 7 intensiv (weiß)

Ich hab das mal etwas korrigiert :wink:

Aber du solltest das trotzdem nochmal überarbeiten.
Am besten ein vorhandenes Schema kopieren und nach eine Farbe nach der anderen anpassen.
Die ganzen hellen Farben auf Schwarz zu setzen ist keine gute Idee.
Da gibt es dann haufenweise Probleme beim 'mc' (z.B. Warndialog beim Überschreiben einer Datei) oder wenn du Farben in der Shell verwendest (z.B. 'ls -a -l --color=auto /dev').
 
A

Anonymous

Gast
Hallo,

Kleiner Tipp:

Kopiere Die beiden Codes als Textdateien auf Deinen Rechner, z.B. als Code1 und Code 2.

Dann:

Code:
diff Code1 Code2

Feddisch.

For more Information, see 'man diff'.

Greetz,

RM
 
Oben