mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-23 20:14:05 +00:00
Add StartupWMClass to the application's ".desktop" file
When you pin the app to KDE's Icons-Only Task Manager and launch it, a new icon is created next to the app's icon. I.e. KDE doesn't recognize that the pinned launcher icon and the running app is the same app. This commit fixes this problem.
This commit is contained in:
parent
5593d45a73
commit
fccea9345f
|
@ -12,3 +12,4 @@ Keywords[zh_CN]=dict;dictionary;字典;
|
|||
Icon=goldendict
|
||||
Exec=goldendict %u
|
||||
MimeType=x-scheme-handler/goldendict;x-scheme-handler/dict;
|
||||
StartupWMClass=goldendict
|
||||
|
|
Loading…
Reference in a new issue