linux: Fix icon not being associated with app window (#13165)
This commit fixes the app icon not being correctly associated with the app window. For example, the app icon is not correctly shown in the dock (Gnome on Wayland) when Zed is running. Release Notes: - N/A
This commit is contained in:
parent
0150192e26
commit
97abf35529
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ GenericName=Text Editor
|
||||||
Comment=A high-performance, multiplayer code editor.
|
Comment=A high-performance, multiplayer code editor.
|
||||||
TryExec=$APP_CLI
|
TryExec=$APP_CLI
|
||||||
StartupNotify=$DO_STARTUP_NOTIFY
|
StartupNotify=$DO_STARTUP_NOTIFY
|
||||||
|
StartupWMClass=$APP_ID
|
||||||
Exec=$APP_CLI $APP_ARGS
|
Exec=$APP_CLI $APP_ARGS
|
||||||
Icon=$APP_ICON
|
Icon=$APP_ICON
|
||||||
Categories=Utility;TextEditor;Development;IDE;
|
Categories=Utility;TextEditor;Development;IDE;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue