From 97abf35529e8c2657b2831eef3d76a3578c8fad1 Mon Sep 17 00:00:00 2001 From: Muhammad Talal Anwar Date: Thu, 20 Jun 2024 20:31:18 +0200 Subject: [PATCH] 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 --- crates/zed/resources/zed.desktop.in | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/zed/resources/zed.desktop.in b/crates/zed/resources/zed.desktop.in index 9b85cb5436..d629013ec8 100644 --- a/crates/zed/resources/zed.desktop.in +++ b/crates/zed/resources/zed.desktop.in @@ -6,6 +6,7 @@ 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;