Summary: | Missing "seconds to detect silence" setting | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | David <wizzardx> |
Component: | general | Assignee: | Konsole Developer <konsole-devel> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | diego.ml, gerrit.holl, joseph.2011, semovrs |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8 | |
Sentry Crash Report: |
Description
David
2009-06-11 09:15:26 UTC
Furthermore the notifcation just pops up a short time once. When monitoring inactivity you probably don't look the whole time on the screen, so it should be more noisy over a longer period. It would be nice to have it back, at least for feature parity with 1.x series. ...at least as a hidden konsolerc option documented here: http://techbase.kde.org/KDE_System_Administration/Kiosk/Keys#Konsole Yes, that would definitely be nice. If someone wants to code a patch, that's fine by me. 1. Perhaps put the UI under the Configure Profile->Tab below the other 2 areas. "Tab Monitoring" 2. I'm not sure if a temporary, non-profile settings is necessary. Perhaps a session dbus method? Git commit 7ad55af1fce1301b34f1a0d7188bd6f860ecdd2c by Jekyll Wu. Committed on 11/10/2011 at 06:09. Pushed by jekyllwu into branch 'master'. Implement the "Seconds to detect silence" option from KDE3 konsole. FEATURE: 195978 FIXED-IN:4.8 REVIEW:102823 M +12 -0 src/EditProfileDialog.cpp M +1 -0 src/EditProfileDialog.h M +48 -0 src/EditProfileDialog.ui M +2 -0 src/Profile.cpp M +2 -0 src/Profile.h M +4 -0 src/SessionManager.cpp http://commits.kde.org/konsole/7ad55af1fce1301b34f1a0d7188bd6f860ecdd2c I don't see this option in Konsole 2.9.5 KDE 4.9.5? Where is it supposed to be? It is under Edit Current Profile->Tabs at the bottom |