Re: [gentoo-user] showing files in numerical order

2016-10-20 Thread J. Roeleveld
On Thursday, October 20, 2016 08:25:22 AM 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

Re: [gentoo-user] showing files in numerical order

2016-10-20 Thread Bertram Scharpf
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 ... > >

Re: [gentoo-user] showing files in numerical order

2016-10-20 Thread Neil Bothwick
On Thu, 20 Oct 2016 15:27:34 +0200, Andy Mender wrote: > You may be surprised, but this is the proper numerical order - the way > Windows Explorer normally does it. Ah well, it must be right then! > Only the 1st digit is taken into account as you noticed. All digits are taken into account, but

Re: [gentoo-user] showing files in numerical order

2016-10-20 Thread Philip Webb
161020 Michael Mol wrote: > On 20 October 2016 at 14:25, 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 ... >>

Re: [gentoo-user] showing files in numerical order

2016-10-20 Thread Michael Mol
No, it's not the proper numerical order. Yes, it's the proper sort for a sorting algorithm unaware that it's sorting strings with numeric components, such as a one examining input on a strictly codepoint-by-codepoint or character-by-character basis, but that's not the only way to sort. I'd

Re: [gentoo-user] showing files in numerical order

2016-10-20 Thread Andy Mender
You may be surprised, but this is the proper numerical order - the way Windows Explorer normally does it. Only the 1st digit is taken into account as you noticed. Care to try renaming the images to "image_xxx"? Perhaps that helps. Best regards, Andy On 20 October 2016 at 14:25, Philip Webb

[gentoo-user] showing files in numerical order

2016-10-20 Thread Philip Webb
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

Re: [gentoo-user] screen tearing with mpv but not mplayer

2016-10-20 Thread Behrouz Khosravi
You could test different video output drivers and also hardware decoding. If you use deinterlace you can also try to tune it's values. This my mpv config file: vo=vdpau:deint=-3,opengl-hq:scale=spline36,xv hwdec=vdpau audio-device='alsa/iec958:CARD=SB,DEV=0' audio-channels=auto P.S.: Sorry