Version: (using KDE KDE 3.5.1) Installed from: SuSE RPMs OS: Linux 1. Just open Konsole. 2. When you look in the window decorations, we can see "user on hostname: /directory " 3. I would like to have different schema for different hosts. For example, when I 'ssh` into a new computer: _automagically_ the schema _must change_ to a different one. (And when I logout it should revert) 4. Hint: The window decorations show the `hostname', therefore one must be able to parse it and change schema. Something like: KDE "Window-Specific Settings" 5. Make a kind of "Advanced Settings Menu" in Konsole" -> Hostname > Schema Name.
Konsole shouldn't detect the hostname. The host should set the schema.
Implemented the request from the summary in KDE 4. The actual contents of the report (#4,#5) are not implemented. echo -e "\033]50;colors=ColorSchemeName\a" Will change the color scheme used by the current tab. There is also a friendlier way to do this using the supplied konsoleprofile script: konsoleprofile colors=ColorSchemeName
*** Bug 143528 has been marked as a duplicate of this bug. ***