Summary: | Notification title cut off if too long. No possibility to see or copy the complete title text | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | alexkde |
Component: | Notifications | Assignee: | Kai Uwe Broulik <kde> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, plasma-bugs, postix, thomas.surrel |
Priority: | NOR | ||
Version: | 5.14.4 | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-workspace/3c52fc3bc05e0f351d4998ad54edae1a4e21a043 | Version Fixed In: | 5.16.0 |
Sentry Crash Report: | |||
Attachments: |
Screenshot of the notification popup, which demonstrates the issue.
Screenshot of the notification plasmoid, which demonstrates the issue. |
Created attachment 116712 [details]
Screenshot of the notification plasmoid, which demonstrates the issue.
The summary is meant for a short summary, not half a novel. It could still have a tooltip, though. > The summary is meant for a short summary, not half a novel.
It don't that it was that long, however I shortened it a bit. :)
Additional ideas:
* Expand the notification message by a click on the notification in the plasmoid. There could be an arrow indicating this possibility.
* Make a notifaction (but not necessarily the text) selectable in order to use Ctrl+C to copy the message to the clipboard.
As I noticed it's not exactly the notification text, which is cut off, but especially the title: $ notify-send "This is a very long TITLE, which won't fit into the notification window and therefore won't be completely readable!" "And this is a very long notification description, which will line break and is copyable!" Git commit 3c52fc3bc05e0f351d4998ad54edae1a4e21a043 by Kai Uwe Broulik. Committed on 09/05/2019 at 09:29. Pushed by broulik into branch 'master'. Merge branch 'broulik/libnotificationmanager' This includes: libnotificationmanager https://phabricator.kde.org/D20265 New notification plasmoid: https://phabricator.kde.org/D20266 as well as dataengine compat: https://phabricator.kde.org/D20490 and https://phabricator.kde.org/D20491 Related: bug 222470, bug 402144, bug 405570, bug 391646, bug 400811, bug 392669, bug 390143, bug 390864, bug 374099, bug 360990, bug 346458, bug 398926, bug 390152, bug 342355, bug 402391, bug 399697, bug 400871, bug 398580 FIXED-IN: 5.16.0 https://commits.kde.org/plasma-workspace/3c52fc3bc05e0f351d4998ad54edae1a4e21a043 |
Created attachment 116711 [details] Screenshot of the notification popup, which demonstrates the issue. SUMMARY If the notification text is too long, it is cut off and ends with "..." It is not possible to either to enlarge notification window nor to copy the text by e.g. a context menu. STEPS TO REPRODUCE 1. Open the Konsole 2. Execute $ notify-send "This is a very long text, which won't fit into the notification window!" 3. Observe the result both in the notification pop up and notification plasmoid window OBSERVED RESULT "This is a very long text, which won't fit into the no..." "This is a very long text, which won't... 10 sec" EXPECTED RESULT If the text is too long * To be completely shown in a hint when the mouse is over the text * To be copyable to the clipboard * I'd expect it to line break if possible: "This is a very long text, which won't \ fit into the notification window!" "This is a very long text, which won't\ 10 sec" fit into the notification window!" SOFTWARE/OS VERSIONS Linux/KDE Plasma: Manjaro 18 KDE (available in About System) KDE Plasma Version: 5.14.4 KDE Frameworks Version: 5.52.0 Qt Version: 5.11.2 ADDITIONAL INFORMATION Compare screenshots