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: [email protected]
          Reporter: [email protected]
  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.
_______________________________________________
Xfce-bugs mailing list
[email protected]
https://mail.xfce.org/mailman/listinfo/xfce-bugs

Reply via email to