Bug 124639 - Add an escape command to change schema
Summary: Add an escape command to change schema
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: openSUSE Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
: 143528 (view as bug list)
Depends on:
Blocks:
 
Reported: 2006-03-31 15:11 UTC by Unknown
Modified: 2007-07-20 17:38 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Unknown 2006-03-31 15:11:39 UTC
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.
Comment 1 Thiago Macieira 2006-04-04 01:53:39 UTC
Konsole shouldn't detect the hostname. The host should set the schema.
Comment 2 Robert Knight 2007-07-19 19:33:18 UTC
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
Comment 3 Matthew Woehlke 2007-07-20 17:38:49 UTC
*** Bug 143528 has been marked as a duplicate of this bug. ***