Announcement

Collapse
No announcement yet.

SOLVED - Console schema not remembered?

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    SOLVED - Console schema not remembered?

    OS: HH (8.04)
    Desktop: KDE 3.5.9

    I start a Linux Console session. Click on Settings > Configure Konsole... > Schema and click on Transparent for Konsole, check the Set as default schema, Apply and OK. I exit the console and start a new one. The transparent schema is not being used, instead I get the basic white on black.

    The hidden file ~/.kde/share/apps/konsole/Transparent.schema exists and contains:
    Code:
    # schema for konsole autogenerated with the schema editor
    
    title Transparent Konsole
    
    transparency 0.35 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 178 178 178 0 0 # 0 - Foreground Color
    color 1 0 0 0 1 0 # 1 - Background Color
    color 2 0 0 0 0 0 # 2 - Color 0 (black)
    color 3 178 24 24 0 0 # 3 - Color 1 (red)
    color 4 24 178 24 0 0 # 4 - Color 2 (green)
    color 5 178 104 24 0 0 # 5 - Color 3 (yellow)
    color 6 24 24 178 0 0 # 6 - Color 4 (blue)
    color 7 178 24 178 0 0 # 7 - Color 5 (magenta)
    color 8 24 178 178 0 0 # 8 - Color 6 (cyan)
    color 9 178 178 178 0 0 # 9 - Color 7 (white)
    color 10 255 255 255 0 0 # 10 - Foreground Intensive Color
    color 11 104 104 104 1 0 # 11 - Background Intensive Color
    color 12 104 104 104 0 0 # 12 - Color 0 Intensive (gray)
    color 13 255 84 84 0 0 # 13 - Color 1 Intensive (light red)
    color 14 84 255 84 0 0 # 14 - Color 2 Intensive (light green)
    color 15 255 255 84 0 0 # 15 - Color 3 Intensive (light yellow)
    color 16 84 84 255 0 0 # 16 - Color 4 Intensive (light blue)
    color 17 255 84 255 0 0 # 17 - Color 5 Intensive (light magenta)
    color 18 84 255 255 0 0 # 18 - Color 6 Intensive (light cyan)
    color 19 255 255 255 0 0 # 19 - Color 7 Intensive (white)
    What am I missing or doing wrong?
    Using Kubuntu Linux since March 23, 2007
    "It is a capital mistake to theorize before one has data." - Sherlock Holmes

    #2
    Re: Console schema not remembered?

    What's in your ~/.kde/share/config/konsolerc ?
    There should be a "schema=" line that points to the schema file you have selected.
    Dell Optiplex 580<br />Kubuntu 10.10 + backports

    Comment


      #3
      Re: Console schema not remembered?

      Thanks for the reply. The entry in the file does point to the schema I selected:
      schema=Transparent.schema
      Yet, as stated, the schema isn't being used when I start a console.
      Using Kubuntu Linux since March 23, 2007
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Re: Console schema not remembered?

        Problem discovered and solved.

        lykwydchykyn@
        Your reply got me to thinking, so I looked at the the konsolerc file again. There is an entry that shows:
        DefaultSession=linux.desktop
        This file exist in /usr/share/apps/konsole/
        Looking at that file there is an entry that shows:
        Schema=Linux.schema
        Changing that line to:
        Schema=Transparent.schema
        results in the transparent schema being used when I start a console session.

        Thank you.
        Using Kubuntu Linux since March 23, 2007
        "It is a capital mistake to theorize before one has data." - Sherlock Holmes

        Comment

        Working...
        X