Summary: | Add new printer gives a truncated error message | ||
---|---|---|---|
Product: | [Applications] systemsettings | Reporter: | Alexander Potashev <aspotashev> |
Component: | kcm_printer_manager | Assignee: | Daniel Nicoletti <dantti12> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | harogaston, kde, nate, plasma-bugs |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/print-manager/43da9240bba85bf2719839d35f0a67a59df721e0 | Version Fixed In: | 20.04.0 |
Sentry Crash Report: | |||
Attachments: | screenshot |
Description
Alexander Potashev
2019-12-22 08:04:03 UTC
Created attachment 124647 [details]
screenshot
see red box
Probably just needs to enable word wrapping the KMessageWidget. (The error is just the generic "no DBus response" error message, nothing particularly useful in your case) Tentative fix at https://phabricator.kde.org/D28548 Git commit 43da9240bba85bf2719839d35f0a67a59df721e0 by Nate Graham, on behalf of Gastón Haro. Committed on 07/04/2020 at 18:55. Pushed by ngraham into branch 'release/20.04'. Fixes printer-manager error messages from exceeding window dimenssions Summary: Set setWordWrap(true) on the various KMessageWidget used. I could not test it as I was not able to produce an error message. Test Plan: ?? Ideas Reviewers: broulik, ngraham Reviewed By: ngraham Subscribers: ngraham, kde-utils-devel Differential Revision: https://phabricator.kde.org/D28548 M +1 -0 add-printer/PageDestinations.cpp M +2 -1 libkcups/SelectMakeModel.cpp M +1 -1 printer-manager-kcm/PrinterDescription.cpp https://commits.kde.org/print-manager/43da9240bba85bf2719839d35f0a67a59df721e0 |