Summary: | In settings, services aren’t sorted in a language appropriate order | ||
---|---|---|---|
Product: | [Applications] dolphin | Reporter: | ariasuni <aria> |
Component: | general | Assignee: | Nate Graham <nate> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | kde, kfm-devel, nate |
Priority: | NOR | Keywords: | junior-jobs |
Version: | 19.12.3 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/dolphin/a995a80302a91595e5ce9b6798e3859da3cf6dc2 | Version Fixed In: | 20.04.0 |
Sentry Crash Report: | |||
Attachments: | Screenshot of Services section of Dolphin settings in French |
Probably just needs a m_sortModel->setSortLocaleAware(true); in ServicesSettingsPage Indeed. :) Git commit a995a80302a91595e5ce9b6798e3859da3cf6dc2 by Nate Graham. Committed on 14/04/2020 at 15:49. Pushed by ngraham into branch 'release/20.04'. Sort services list alphabetically FIXED-IN: 20.04.0 M +1 -0 src/settings/services/servicessettingspage.cpp https://commits.kde.org/dolphin/a995a80302a91595e5ce9b6798e3859da3cf6dc2 |
Created attachment 127440 [details] Screenshot of Services section of Dolphin settings in French SUMMARY STEPS TO REPRODUCE 1. Open Dolphin in French (e.g. env LANG=fr_FR.UTF-8 dolphin or in Help → Switch Application Language) 2. Configurer Dolphin (Configure Dolphin) → Services OBSERVED RESULT Étiquette is sorted at the end. EXPECTED RESULT Étiquette is sorted between E and F (between «Démarrer un diaporama» and «Installer…» in my case). SOFTWARE/OS VERSIONS Windows: macOS: Linux/KDE Plasma: (available in About System) KDE Plasma Version: KDE Frameworks Version: Qt Version: ADDITIONAL INFORMATION