Question

I had a nice Console2 setup going until i screwed with the settings and it messed my entire setup. I unzipped and copied the original files over the existing install and deleted the console.xml file in the User settings dir (User/AppData/Roaming/Console/console.xml). No matter what combination I try, my transparency setting does not get saved between sessions. In fact, in the same session if I go back to the settings modal, the Transparency is set back to None. The weird thing is, my settings on the Appearance tab all get saved just fine.

Any ideas?

Was it helpful?

Solution

I had to delete my settings file under AppData/Roaming and deleted the entire Console2 folder. I re-downloaded it and re-installed it. I have no idea why it did not work when i just deleted the settings file in my AppData directory.

OTHER TIPS

I have tried multiple times changing my settings and it would last for a single session but be gone next time I opened the console. It was a simple fix. When you open the preferences check the box in the bottom left hand corner that reads "Save settings to user directory" this will cause settings to be saved between sessions.

  1. Try to change transparency manually, look at your xml file and change active_alpha & inactive_alpha values of <transparency> key. Value of 255 means "Opaque".

    <?xml version="1.0"?>
    <settings>
      <appearance>
        ...
        <transparency type="1" active_alpha="204" inactive_alpha="169" r="0" g="0" b="0"/>
      </appearance>
      ...
    </settings>
    
  2. Try updated version, ConsoleZ fork is currenty supported.

  3. Try another terminal - ConEmu (I'm the author). It is maintened and full of features.

That's strange. It might a problem to do with your other settings as well. See if you can spot any discrepancies between your and my Console2 settings:

In the xml file showing my current transparency readings under appearance are:

<transparency b="0" g="0" r="0" inactive_alpha="215" active_alpha="215" type="1"/>

Screenshot: http://puu.sh/67DgL.png

Appearance

More...

Behavior tabs background

I had the same problem and, after trying a number of different things, discovered that my user no longer had write permissions to the "console.xml" file in the same directory as the Console2 executable.

No idea what caused that to happen, but fixing the permissions on that file allowed me to save my Console2 settings again.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top