Version: (using KDE 4.2.4) OS: Linux Installed from: Debian testing/unstable Packages Hi. I reported this in an earlier bug (#195874), but that bug was closed (because almost everything was previously reported) and I can't find a way to re-open it. So I'm making a new bug for just this remaining point, which I can't find an existing bug for. I hope that's okay. Konsole in KDE 4.2 does not have a configurable "seconds to detect silence" setting, and defaults to 10 seconds. I really liked this setting in 3.5, since I could monitor very non-verbose scripts for inactivity. In 4.2 I can now only monitor verbose processes for inactivity.
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