I’m in the process of switching my machines to Linux Mint from Windows and on my network drive I have a bunch of folders that are sorted with the help of preceding underscores (like this “__folder1” “___folder2”)) so that folders appear in a specific order.

When my Mint machines access the drive they sort by the first letter skipping the underscores and I’d really like to have that functionality back rather than having to rename a bunch of folders to try to sort them again. (I’d like to avoid a preceding ‘A’ workaround if possible as there’s a bunch of folders)

Any suggestions? A setting I’m missing (very likely) or something?

Edit: The more I look the more it looks like I’m going to have to make a custom locale to be able to get the sorting I want from the default Mint file manager.

  • TootSweet@lemmy.world
    link
    fedilink
    English
    arrow-up
    7
    ·
    1 month ago

    Clarification: in what program(s) interfaces are they not sorted the way you want? In the output of an ls command? In the default Mint graphical filebrowser? (I’m not a Mint user, so I’m not familiar with the default Mint filebrowser if there is one.) In QT and/or GTK file open/save dialogs?

    • Gormadt@lemmy.blahaj.zoneOP
      link
      fedilink
      arrow-up
      2
      arrow-down
      1
      ·
      1 month ago

      In the file browser and also in programs that access the network drive.

      NGL I’d try to avoid terminal if at all possible