From b80e864bbb70cd307fac4fcd7c3458943c7468f0 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Sun, 29 Mar 2026 18:42:30 +0200 Subject: [PATCH] & at end of xdg autostart command doesn't do anything --- src/Utils.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Utils.cpp b/src/Utils.cpp index e4ca3e8..78e871a 100644 --- a/src/Utils.cpp +++ b/src/Utils.cpp @@ -307,8 +307,8 @@ namespace gsr { const bool is_flatpak = getenv("FLATPAK_ID") != nullptr; const char *exec_line = is_flatpak - ? "Exec=flatpak run com.dec05eba.gpu_screen_recorder gsr-ui &" - : "Exec=gsr-ui launch-daemon &"; + ? "Exec=flatpak run com.dec05eba.gpu_screen_recorder gsr-ui" + : "Exec=gsr-ui launch-daemon"; std::string content = "[Desktop Entry]\n"