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.
*** This bug has been marked as a duplicate of bug 387956 ***