lyfeyaj / sublime-text-imfix

Fix Sublime Text 3 Input method problem (CJK words) under Ubuntu
937 stars 194 forks source link

Add StartupWMClass to desktop file #27

Closed Jack-Q closed 7 years ago

Jack-Q commented 7 years ago

Since Sublime Text is launched via subl command which is a helper shell script instead of the actual excutable of the program, some other management program cannot treat the sublime_text or sublime-text process as the program that sublime-text.desktop linked to. Thus in the taskbar (dock, etc.) will show another icon beside the pinned icon. Adding the StartupWMClass property will solve this problem.

lyfeyaj commented 7 years ago

Thanks!