From 6b9e0d98d91a64d84d8268add938c441a7ed4f76 Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Mon, 19 Jul 2021 22:06:09 +0100 Subject: [PATCH] Ports: Add launcher_run_in_terminal package.sh variable This is being used to generate the RunInTerminal entry in launcher app files. --- Ports/.port_include.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Ports/.port_include.sh b/Ports/.port_include.sh index fd6f7dff7a..561b70e384 100755 --- a/Ports/.port_include.sh +++ b/Ports/.port_include.sh @@ -69,6 +69,7 @@ shift : "${launcher_name:=}" : "${launcher_category:=}" : "${launcher_command:=}" +: "${launcher_run_in_terminal:=false}" : "${icon_file:=}" run_nocd() { @@ -167,6 +168,7 @@ SCRIPT Name=$launcher_name Executable=$launcher_executable Category=$launcher_category +RunInTerminal=$launcher_run_in_terminal CONFIG unset launcher_filename }