Summary: | Add an option to allow exporting of user defined variables from Konsole Session Configuration tab | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Ritesh Raj Sarraf <kde-bugs> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | 1.5.2 | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ritesh Raj Sarraf
2005-09-29 22:35:42 UTC
You want variables for Font, Keytab, Schema? For example, if Schema is 'Black on Light Yellow' you want $KONSOLE_SCHEMA="Black on LIght Yellow"? No, When I said session I meant a "New Session Type" like Python or "New Screen Session". I'm trying to add an additional session, "New SSH session" which when run would execute keychain and gpg-agent. How do I differentiate them ? I've got 100 lines in my .bashrc to be executed when this _"New SSH Session"_ is run. If you would make it flexible to add user variables in the "Session Configuration" tab, my customization would be simple. if [ $USER_VAR == "SPECIAL_KONSOLE_SESSION" ]; then .. execute the 100 lines fi This is just one example. I'm sure other people could make out other use too. Good idea. Could be incorporated when the settings dialog is redesigned. Fixed in KDE 4. The environment is presented as a list of NAME=VALUE pairs, defaulting to just "TERM=xterm" to which you can add your own. To change the environment for a profile you: 1. Go to Settings -> Manage Profiles 2. Select the profile you want to change and click 'Edit' 3. Click the 'Edit Environment' button on the 'General' page of the dialog which appears 4. Add or edit items in the list which appears 5. Click OK to accept the changes Thank You Robert. |