Summary: | User .desktop not work when using keyboard shortcuts | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-kglobalaccel | Reporter: | Ronald <followait> |
Component: | general | Assignee: | kdelibs bugs <kdelibs-bugs-null> |
Status: | CONFIRMED --- | ||
Severity: | normal | CC: | felixernst, followait, meven29, nate |
Priority: | NOR | ||
Version First Reported In: | 6.9.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Ronald
2024-06-20 05:04:11 UTC
>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.
So the global keyboard shortcut for Dolphin as defined in system settings does not seem to care about the extra environment variables defined in the Dolphin .desktop file. Yes, I guess that might be unexpected.
If that is the issue you should be able to work around this by binding a custom command that includes the environment variable to a keyboard shortcut in system settings.
Btw does it work when setting globally the env variable, i.e for the session : export LC_COLLATE="zh_CN.UTF-8" Or via the systemsettings language setting ? Those could be workaround, but your bug is more general and could concern other apps/shortcuts too. I'm not going to change the global locale settings as a workaround. Not a blocking problem, waiting for the fixing. *** Bug 455212 has been marked as a duplicate of this bug. *** |