bu11etpr00f Posted February 15, 2024 Report Posted February 15, 2024 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
Amandeep Kumar Posted February 19, 2024 Report Posted February 19, 2024 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! 1
bu11etpr00f Posted February 22, 2024 Author Report Posted February 22, 2024 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?
bu11etpr00f Posted March 8 Author Report Posted March 8 (edited) 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 by bu11etpr00f
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now