From 942f2861c862030b6fdb5bd8bee047fa1d2e1873 Mon Sep 17 00:00:00 2001 From: Muhammadhussein Ammari Date: Fri, 30 May 2025 01:26:40 +0330 Subject: [PATCH] Add icon support on the Linux startup desktop file --- lib/src/app_auto_launcher_impl_linux.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/src/app_auto_launcher_impl_linux.dart b/lib/src/app_auto_launcher_impl_linux.dart index eee2a27..6226667 100644 --- a/lib/src/app_auto_launcher_impl_linux.dart +++ b/lib/src/app_auto_launcher_impl_linux.dart @@ -26,6 +26,7 @@ class AppAutoLauncherImplLinux extends AppAutoLauncher { [Desktop Entry] Type=Application Name=$appName +Icon=$appName Comment=$appName startup script Exec=${args.isEmpty ? appPath : '$appPath ${args.join(' ')}'} StartupNotify=false