Bug 389129

Summary: Broken alignment of folder contents
Product: [Applications] kdialog Reporter: Pastafarianist <dfasre>
Component: generalAssignee: Brad Hards <bradh>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: kdialog messing up folders

Description Pastafarianist 2018-01-17 20:25:44 UTC
Created attachment 109952 [details]
kdialog messing up folders

I am running the latest Manjaro Linux (an Arch-based distro) with kdialog 17.12.0-1 and qt5-base 5.10.0-1.1. For me, the layout of folder contents is broken in some cases. Possible steps to reproduce:

mkdir temp
cd temp

# Use Python to generate garbage contents:
python -c "
import os, random, string

for _ in range(30):
    os.mkdir(''.join(
        random.choice(string.ascii_lowercase) for _ in range(random.randint(3, 10))
    ))"

kdialog --getopenfilename

Screenshot of the result is attached.
Comment 1 Christoph Feck 2018-01-17 20:50:35 UTC

*** This bug has been marked as a duplicate of bug 387956 ***