[Konsole-devel] [konsole] [Bug 173283] RFE: configurable history dir to avoid filling up /tmp with unlimited scrollback history
Kurt Hindenburg
kurt.hindenburg at gmail.com
Sun Aug 16 17:38:46 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=173283
--- Comment #7 from Kurt Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit a1957e8a8fb6662db4d7095254f9884b6b92229d by Kurt Hindenburg.
Committed on 16/08/2015 at 17:32.
Pushed by hindenburg into branch 'master'.
Allow user to select where the scrollback/history files are written.
Currently, when unlimited scrollback is used, the files are stored in
/tmp. As noted in the bug report, this can cause issues on some
distros. The default is still /tmp but the user can selected to use
a location in their $HOME folder (QStandardPaths::CacheLocation).
This is somewhat a WIP. Allowing for the changes to take effect
immediately appears to be a gigantic mess to get to work.
M +2 -0 src/CMakeLists.txt
M +18 -2 src/History.cpp
M +3 -1 src/HistorySizeWidget.cpp
M +6 -0 src/MainWindow.cpp
A +42 -0 src/settings/FileLocationSettings.cpp [License: GPL (v2/3)]
A +41 -0 src/settings/FileLocationSettings.h [License: GPL (v2/3)]
A +166 -0 src/settings/FileLocationSettings.ui
M +10 -0 src/settings/konsole.kcfg
http://commits.kde.org/konsole/a1957e8a8fb6662db4d7095254f9884b6b92229d
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the konsole-devel
mailing list