Bug 402677

Summary: Fuzzy icons in file conflict dialog when I use fractional display scaling
Product: [Frameworks and Libraries] frameworks-kio Reporter: Patrick Silva <bugseforuns>
Component: Overwrite dialogAssignee: KIO Bugs <kio-bugs-null>
Status: RESOLVED FIXED    
Severity: normal CC: elvis.angelaccio, kdelibs-bugs-null, meven29, nate
Priority: NOR    
Version First Reported In: 5.105.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:
Attachments: screenshot
screenshot with display scale 125%

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
Comment 4 Patrick Silva 2025-07-22 13:16:57 UTC
Cannot reproduce.

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 6.4.80
KDE Frameworks Version: 6.17.0
Qt Version: 6.9.1
Graphics Platform: Wayland