[kde] [Bug 488772] New: User .desktop not work when using keyboard shortcuts
Ronald
bugzilla_noreply at kde.org
Thu Jun 20 06:04:11 BST 2024
https://bugs.kde.org/show_bug.cgi?id=488772
Bug ID: 488772
Summary: User .desktop not work when using keyboard shortcuts
Classification: I don't know
Product: kde
Version: unspecified
Platform: Arch Linux
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: general
Assignee: unassigned-bugs at kde.org
Reporter: followait at 163.com
Target Milestone: ---
SUMMARY
For env, `LC_COLLATE="en_US.UTF-8"`
To sort in Chinese Pinyin in dolphin,
add ~/.local/share/applications/org.kde.dolphin.desktop,
the only different line to /usr/share/applications/org.kde.dolphin.desktop is
as below
```
Exec=env LC_COLLATE="zh_CN.UTF-8" dolphin %u
```
STEPS TO REPRODUCE
1. Add `~/.local/share/applications/org.kde.dolphin.desktop` as above
2. Press "Win + E" to open dolphin
OBSERVED RESULT
The name in Chinese are not sorted in Pinyin
EXPECTED RESULT
The name in Chinese are sorted in Pinyin
SOFTWARE/OS VERSIONS
Linux/KDE Plasma:
(available in About System)
KDE Plasma Version: 6.0
Qt Version: 6.7.1
ADDITIONAL INFORMATION
When launching Dolphin by click the icon in the application menu, the sort
order respect "~/.local/share/applications/org.kde.dolphin.desktop", which gets
LC_COLLATE="zh_CN.UTF-8", so that it sorts in Chinese Pinyin as expected.
But when launching Dolphin with keyboard shortcuts, it doesn't.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Unassigned-bugs
mailing list