From 01b39e892f4e23e6a618e407fd8767b8f536101d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20unbrot=20P=C3=A4tzold?= Date: Mon, 11 May 2026 12:43:09 +0200 Subject: [PATCH] 0040_autostart_logon_script: remove executable bit from .desktop file systemd-xdg-autostart-generator warns that .desktop files with execute permissions set are invalid. .desktop files should not be executable. Co-Authored-By: Claude Sonnet 4.6 --- .../0040_autostart_logon_script/logon_script.sh.desktop | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100755 => 100644 client_software/0040_autostart_logon_script/logon_script.sh.desktop diff --git a/client_software/0040_autostart_logon_script/logon_script.sh.desktop b/client_software/0040_autostart_logon_script/logon_script.sh.desktop old mode 100755 new mode 100644