[Bug 331384] Re: GQView cannot view images in sequence properly

2009-12-25 Thread Pascal De Vuyst
Shang Wu,

This isn't a but since it's possible to change the sorting order in the GQview 
status bar from sort by name to sort by number.
When setting sort by number you get the correct image sequence.

** Changed in: gqview (Ubuntu)
   Status: New = Invalid

-- 
GQView cannot view images in sequence properly 
https://bugs.launchpad.net/bugs/331384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331384] Re: GQView cannot view images in sequence properly

2009-12-25 Thread Pascal De Vuyst
but - bug

-- 
GQView cannot view images in sequence properly 
https://bugs.launchpad.net/bugs/331384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 331384] Re: GQView cannot view images in sequence properly

2009-11-02 Thread Charles Huber
Assuming gqview uses strcmp to sort filename lists you might be able to
LD_PRELOAD a modified strcmp to give a more natural sort order.

strnatcmp() looks like it might do what you want:
http://sourcefrog.net/projects/natsort/strnatcmp.c

More information:
http://www.codinghorror.com/blog/archives/001018.html

-- 
GQView cannot view images in sequence properly 
https://bugs.launchpad.net/bugs/331384
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs