From da0a4f828a609e3067f8e7300f89a6cb65e806a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ball=C3=B3=20Gy=C3=B6rgy?= Date: Thu, 27 Aug 2026 10:48:20 +0200 Subject: [PATCH] Mark the startup script executable for all users Without this, users cannot launch it if the application is installed on the system. --- src/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/meson.build b/src/meson.build index d9bf1c27..f4c100ed 100644 --- a/src/meson.build +++ b/src/meson.build @@ -66,7 +66,7 @@ configure_file( configuration: conf, install: true, install_dir: get_option('bindir'), - install_mode: 'r-xr--r--' + install_mode: 'r-xr-xr-x' ) configure_file(