| Summary: | Warning message last line truncated | ||
|---|---|---|---|
| Product: | [Applications] dolphin | Reporter: | medin <med.medin.2014> |
| Component: | general | Assignee: | Dolphin Bug Assignee <dolphin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | dolphin-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | 21.08.1 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://invent.kde.org/frameworks/kio/commit/bd5af64fe305af4e46bafffca87941f8182bf417 | Version Fixed/Implemented In: | 5.88 |
| Sentry Crash Report: | |||
| Attachments: | Warning message last line truncated in first try | ||
Could be caused by any of: 1. A bug in how KMessageWidget determines its height based on the text 2. A bug in how Dolphin lays our or sized the message widget 3. Mis-formatted text coming from the trash kioslave Found the bug, it's #3. A possibly relevant merge request was started @ https://invent.kde.org/frameworks/kio/-/merge_requests/591 Git commit bd5af64fe305af4e46bafffca87941f8182bf417 by Nate Graham.
Committed on 04/10/2021 at 20:37.
Pushed by ngraham into branch 'master'.
Improve "trash is full" error message
This error message was mis-formatted in several ways:
* Using an exclamation point
* An inappropriate line break (the UI that displays it should be
responsible for ensuring a sane maximum width and/or text wrap
as needed)
* The wrong formatting for a line break (\n instead of KUIT
formatting)
* A grammatically incorrect word ("cleanup" used as a verb, when it is
a noun).
This commit fixes those issues.
FIXED-IN: 5.87
M +1 -1 src/ioslaves/trash/trashimpl.cpp
https://invent.kde.org/frameworks/kio/commit/bd5af64fe305af4e46bafffca87941f8182bf417
|
Created attachment 141849 [details] Warning message last line truncated in first try This happens only once after you launch Dolphin. See attached video for more info.