[Xfce-bugs] [Bug 15413] New: Use natural order for sorting in directory menu
bugzilla-daemon at xfce.org
bugzilla-daemon at xfce.org
Sat May 18 21:59:32 CEST 2019
https://bugzilla.xfce.org/show_bug.cgi?id=15413
Bug ID: 15413
Summary: Use natural order for sorting in directory menu
Classification: Xfce Core
Product: Xfce4-panel
Version: 4.12.2
Hardware: All
OS: Linux
Status: NEW
Severity: normal
Priority: Medium
Component: Directory Menu
Assignee: xfce-bugs at xfce.org
Reporter: simeonkrastnikov at gmail.com
Target Milestone: Panel 4.14
Currently filenames in the directory menu are sorted alphabetically, e.g.,
file1
file23
file3
as opposed to naturally:
file1
file3
file23
This is inconsistent with Thunar, which takes the latter approach. Indeed for
filename sorting, the second order makes more sense.
This can easily be fixed by modifying "directory_menu_plugin_menu_sort" in
"root/plugins/directorymenu/directorymenu.c" to use
"g_utf8_collate_key_for_filename()" instead of "g_utf8_collate()".
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Xfce-bugs
mailing list