Bug 439738 - Notify unintrusively when monitoring begins
Summary: Notify unintrusively when monitoring begins
Status: CONFIRMED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: 21.04.3
Platform: Other Other
: NOR minor
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords: usability
Depends on:
Blocks:
 
Reported: 2021-07-10 21:40 UTC by Podagric
Modified: 2021-08-03 03:56 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.