Bug 402677 - Fuzzy icons in file conflict dialog when I use fractional display scaling
Summary: Fuzzy icons in file conflict dialog when I use fractional display scaling
Status: CONFIRMED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: Overwrite dialog (show other bugs)
Version: 5.105.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: David Faure
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-29 11:45 UTC by Patrick Silva
Modified: 2023-05-12 14:42 UTC (History)
4 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
screenshot (88.64 KB, image/png)
2018-12-29 11:45 UTC, Patrick Silva
Details
screenshot with display scale 125% (87.40 KB, image/png)
2020-05-31 13:18 UTC, Patrick Silva
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2018-12-29 11:45:25 UTC
Created attachment 117166 [details]
screenshot

See the screenshot please.
My display scale factor is 1.2.

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 5.14.4
Qt Version: 5.12.0
KDE Frameworks Version: 5.53.0
Comment 1 Méven Car 2020-05-29 11:21:02 UTC
A scale factor of 1.2 is not a great, it will result in rounding error variables please choose 1.25 instead for instance.
1.2  == 6.0/5
1.25 == 5/4 == 5 / (2**2)
In general prefer scaling factor values that can be expressed by divisors that are powers of 2.

Is it reproducible with 1.25 scale factor ?
Comment 2 Patrick Silva 2020-05-31 13:18:31 UTC
Created attachment 128955 [details]
screenshot with display scale 125%

(In reply to Méven Car from comment #1)
> Is it reproducible with 1.25 scale factor ?

cannot reproduce with display scale 125%.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.19.80
KDE Frameworks Version: 5.71.0
Qt Version: 5.14.2
Comment 3 Patrick Silva 2022-09-18 16:50:09 UTC
Can reproduce with pdf, jpg and png files.

Operating System: Arch Linux
KDE Plasma Version: 5.25.90
KDE Frameworks Version: 5.98.0
Qt Version: 5.15.6
Graphics Platform: X11