& at end of xdg autostart command doesn't do anything

This commit is contained in:
dec05eba
2026-03-29 18:42:30 +02:00
parent 33bc121bc8
commit b80e864bbb

View File

@@ -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"