February 15, 20242 yr Specifically when an item has a + as the first Character. They are not listed at the top like they should be. They are not even listed together. There are some just in the middle of Alphabetical Sections in random places. The list headings show A, +, A, +, A, B, +, B, C, +, C, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, +, D, E, F, + ... etc. I will say that the + Items appear to be in alphabetical order with what follows after the +. e.g. DNS + DNS but all the + items are not together if the following word is the same. e.g. DNS DNS + DNS DNS + DNS This is only happening on Linux, and not on Windows, and not on macOS. Please fix this, thanks
February 19, 20242 yr Hi @bu11etpr00f, Thank you for letting me know. I understand that the issue has been escalated to the technical team. If you need further assistance or have any additional questions, please feel free to reply to your previous thread. This will help avoid duplication and ensure that we can provide you with the best possible support. Let me know if there's anything else I can assist you with!
February 22, 20242 yr Author Thanks for the update! You lost me on the "previous thread"... This is the only thread opened by me for this specific Linux Desktop issue... I didn't see that anyone opened any similar thread... did I miss something?
March 8, 20251 yr Author Just wanted to post a "sort of" fix for this. Items will still be sorted by all Capitals of a Letter, then Lower Case of the same Letter e.g. A, A, A, ... a, a, a Change the Locale to sort symbols before letters (special characters before alphabet): LC_COLLATE=C # (C is ASCII) ADD TO ~/.profile: # ADDED BY USERNAME # locale: changes sort order to symbols before letters / special characters before alphabet export LC_COLLATE=C # Edited March 8, 20251 yr by bu11etpr00f
Create an account or sign in to comment