
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
14 lines
347 B
Desktop File
14 lines
347 B
Desktop File
[Desktop Entry]
|
|
Version=1.0
|
|
Type=Application
|
|
Name=$APP_NAME
|
|
GenericName=Text Editor
|
|
Comment=A high-performance, multiplayer code editor.
|
|
TryExec=$APP_CLI
|
|
StartupNotify=$DO_STARTUP_NOTIFY
|
|
StartupWMClass=$APP_ID
|
|
Exec=$APP_CLI $APP_ARGS
|
|
Icon=$APP_ICON
|
|
Categories=Utility;TextEditor;Development;IDE;
|
|
Keywords=zed;
|
|
MimeType=text/plain;inode/directory;
|