On Thursday, 20. Oct 2016, 08:25:22 -0400, Philip Webb wrote: > Using Gwenview with KDE 4, the thumbnail view showed images > in correct numerical order : image1 image2 ... image9 image10 ... . > With KDE 5, it's gone stupid : image1 image11 image12 ... > image 19 image2 image20 image21 ... > > Is there a setting anywhere > to tell it to list files in the proper numerical order ?
I know it is a smart-arse answer, but it's better for sore eyes if you rename your files to unique-width numbers. $ for f in image* ; do mv $f image_`printf %03d ${f##image}` ; done (This works for zsh and may need slight changes for bash.) Bertram -- Bertram Scharpf Stuttgart, Deutschland/Germany http://www.bertram-scharpf.de