Bug 439738

Summary: Notify unintrusively when monitoring begins
Product: [Applications] konsole Reporter: Podagric <kde.podagric>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: CONFIRMED ---    
Severity: minor CC: nate
Priority: NOR Keywords: usability
Version: 21.04.3   
Target Milestone: ---   
Platform: Other   
OS: Other   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Podagric 2021-07-10 21:40:53 UTC
SUMMARY

This type of alert is already used when activating read-only mode (https://i.imgur.com/Jvmb45M.png), and could also be used to notify when activating konsole silence, activity and completion monitors.
Currently they don't return anything to the user when activated, so it's not possible to know if it really was activated by pressing a shortcut, for example.

Along with suggestion https://bugs.kde.org/show_bug.cgi?id=140264, this considerably improves the user experience when using these options.


SOFTWARE/OS VERSIONS
KDE Plasma Version: 5.22.3
KDE Frameworks Version: 5.83.0
Qt Version: 5.15.2
Graphics Platform: X11
Comment 1 Nate Graham 2021-08-03 03:56:36 UTC
InlineMessages might be too intrusive for this. Kirigami PassiveMessages (what Android calls a "Toast") would probably be better for this IMO. To my knowledge there is no QWidgets-based implementation though.