Summary: | Add 'remember this setting' in scrollback option dialog | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Urs Wolfer <uwolfer> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Urs Wolfer
2008-01-12 22:17:42 UTC
This is expected behaviour. If you want to make permanent changes go to Settings -> Edit Current Profile -> Scrollback. The Scrollback Options dialog is there if you wish to make temporary changes. For example, 2000 lines might usually be sufficient, but if you wish to begin a long compilation and record all output, then you would temporarily change the setting to "Unlimited Scrollback". Ok, I see. A notice in the scrollback dialog about this behavior would be nice indeed. :) > A notice in the scrollback dialog about this behavior would be nice indeed. :)
Agreed. Or perhaps a "Remember this setting" checkbox which saves the change to the current profile (as if the Edit Current Profile dialog had been used).
When I set the scrollback to unlimited, save the session as "def" and start kopete with "--profile def" the scrollback stays at "unlimited". So that's fine. I used to start konsole with --nomenubar. But when I use "--profile def" this option is being ignored. So I hid the menubar from the menu and then wanted to save the profile. But that's quite impossible without the menu. :) > So I hid the menubar from the menu and then wanted to save the profile.
> But that's quite impossible without the menu. :)
1. Go to Settings -> Manage Profiles
2. Click the profile you want to edit and click "Edit"
3. Untick the "Show menu bar in new windows" option on the first page
4. Click OK.
If you already have a tab open using the profile you want to change, then just right click in the terminal area and select "Edit Current Profile" to bring up the dialog.
SVN commit 920007 by hindenburg: Add checkbox to allow Scrollback->Scrollback Options dialog to save to current profile. FEATURE: 155580 M +8 -1 HistorySizeDialog.cpp M +4 -1 HistorySizeDialog.h M +22 -3 SessionController.cpp M +1 -1 SessionController.h WebSVN link: http://websvn.kde.org/?view=rev&revision=920007 |