| Summary: | background selector filter is wrong | ||
|---|---|---|---|
| Product: | [Applications] systemsettings | Reporter: | miklos <mtmkls> |
| Component: | kcm_sddm | Assignee: | David Edmundson <kde> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugseforuns, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.12.3 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://cgit.kde.org/sddm-kcm.git/commit/?id=159e2dcbf935c1aa543a33b1865b6f4a986401e6 | Version Fixed/Implemented In: | 5.15.0 |
| Sentry Crash Report: | |||
|
Description
miklos
2018-03-31 12:15:57 UTC
Cannot confirm on Arch Linux, plasma 5.12.4. I have upgraded my system since I made this report, and now I get "All Files" in the filter. However, if we take a look at the source: https://cgit.kde.org/sddm-kcm.git/tree/src/configwidgets/selectimagebutton.cpp#n76 it clearly wants "image/*" as the filter. It probably gets ignored by Qt, because it doesn't look like the magical format QFileDialog expects. Maybe I had a broken version of Qt that didn't ignore the malformed filter specification? |