Bug 389129 - Broken alignment of folder contents
Summary: Broken alignment of folder contents
Status: RESOLVED DUPLICATE of bug 387956
Alias: None
Product: kdialog
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Brad Hards
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-17 20:25 UTC by Pastafarianist
Modified: 2018-01-17 20:50 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments
kdialog messing up folders (33.32 KB, image/png)
2018-01-17 20:25 UTC, Pastafarianist
Details

Note You need to log in before you can comment on or make changes to this bug.
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 ***