Summary: | Notification for "Bell" is useless | ||
---|---|---|---|
Product: | [Applications] konsole | Reporter: | Oded Arbel <oded> |
Component: | monitoring | Assignee: | Konsole Developer <konsole-devel> |
Status: | VERIFIED FIXED | ||
Severity: | normal | CC: | dato, kde, nate |
Priority: | NOR | Keywords: | investigated, junior-jobs, triaged, usability |
Version: | master | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/konsole/674243f126bb3bd72ce823ff0144b870d64bcf21 | Version Fixed In: | 18.12 |
Sentry Crash Report: |
Description
Oded Arbel
2018-09-27 12:43:31 UTC
The relevant code [1] sends "_nameTitle" in the notification. Session class also contains _displayTitle and _userTitle which I think is used for the window title. Looks like an easy fix? :) [1] https://cgit.kde.org/konsole.git/tree/src/Session.cpp#n692 For #2, I recall someone provided some code for that. I'd have to search what happened to it. Git commit 674243f126bb3bd72ce823ff0144b870d64bcf21 by Kurt Hindenburg, on behalf of Andrew Smith. Committed on 01/11/2018 at 22:06. Pushed by hindenburg into branch 'master'. Update session icon on notification bell Summary: Change the icon of the session when a `bel` is triggered as a visually alert FIXED-IN: 18.12 Test Plan: 1. Start Konsole and create 2 sessions (tabs) from the same profile (for example, the default profile) 2. In one tab run `sleep 3; tput bel` 3. Switch to the other tab and wait 3 seconds Reviewers: #konsole, konsole-devel, hindenburg, ngraham Reviewed By: ngraham Subscribers: ngraham, konsole-devel, #konsole Tags: #konsole Differential Revision: https://phabricator.kde.org/D16511 M +5 -0 src/SessionController.cpp https://commits.kde.org/konsole/674243f126bb3bd72ce823ff0144b870d64bcf21 Works nicely. Thank you very much for this fix! *** Bug 165193 has been marked as a duplicate of this bug. *** |