Bug 128771 - online change of terminal settings
Summary: online change of terminal settings
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 1.6.2
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-07 18:25 UTC by Marc Schoechlin
Modified: 2007-06-02 18:11 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 Marc Schoechlin 2006-06-07 18:25:15 UTC
Version:           1.6.2 (using KDE 3.5.2, Kubuntu Package 4:3.5.2-0ubuntu18 dapper)
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.15-23-k7

I working as a sysadmin and I am logging in to various unix-systems.
Working with different linuxes and unices very often needs to modify
the settings of konsole.
(i.e. if you open a konsole on a utf8-enabled system an login
to a iso8859-1-enabled system by using ssh)

A mechanism to store and restore a set of settings would be a very cool
thing.

These settings should be callable by:
- a menu item
- a hotkey
- a regular expression on the window title
  (i.e set by PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"')

Thanks for wring this great application.
Comment 1 Robert Knight 2006-08-08 06:25:00 UTC
Hello,

Which settings in particular do you need to be able to modify?
Comment 2 Marc Schoechlin 2006-08-09 08:09:28 UTC
It would be nice to store all settings which are made in the
settings/preferences menu. In my opinion encoding, color scheme and keyboard-type are the most important options for this feature.
Comment 3 Robert Knight 2007-06-02 16:59:37 UTC
I think I have implemented what you are after in KDE 4.  You can create sets of settings called profiles, which can be applied to a running session by selecting the profile from the session's context menu.

Hotkeys can be defined to create new sessions, but not at the moment to change an existing session to use a particular profile.  

The "regular expression on window title" item mentioned is not implemented, but there are other bug reports open for that.
Comment 4 Marc Schoechlin 2007-06-02 17:47:28 UTC
Cool thanks :-)
The hotkey feature would be also very welcome, because the prevents users to use the mouse....

Where can i find the mentioned source and how can i compile it to testdrive it ?
Comment 5 Robert Knight 2007-06-02 18:11:56 UTC
If you want to build everything from source the instructions for KDE 4 are here:

http://techbase.kde.org/Getting_Started

Konsole is part of the kdebase module, building of which is covered in the instructions.

Alternatively, the first beta release of KDE 4 will be happening at the end of the month if I remember correctly ( 25th June was the target ) and I presume that the major distributions will start providing ready-to-run KDE 4 packages.

OpenSuSE offers weekly-snapshot builds of KDE 4 from the build service: http://en.opensuse.org/KDE4

There are live CDs and packages of KDE 4 Alpha 1, but these don't include the new Konsole, and a lot has happened since they were built.