161020 Bertram Scharpf wrote:
> 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.

That's what I ended up doing, a job for a very rainy today.
I did it with 'rename', which is fairly powerful,
but dangerous if you don't concentrate, as it will overwrite files.

I've sent bugs to KDE in the past with no result,
so I probably won't bother this time
& anyway it doesn't solve the immediate problem, which I've fixed otherwise.

-- 
========================,,============================================
SUPPORT     ___________//___,   Philip Webb
ELECTRIC   /] [] [] [] [] []|   Cities Centre, University of Toronto
TRANSIT    `-O----------O---'   purslowatchassdotutorontodotca


Reply via email to