mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-03-31 09:17:04 +09:00
& at end of xdg autostart command doesn't do anything
This commit is contained in:
@@ -307,8 +307,8 @@ namespace gsr {
|
|||||||
|
|
||||||
const bool is_flatpak = getenv("FLATPAK_ID") != nullptr;
|
const bool is_flatpak = getenv("FLATPAK_ID") != nullptr;
|
||||||
const char *exec_line = is_flatpak
|
const char *exec_line = is_flatpak
|
||||||
? "Exec=flatpak run com.dec05eba.gpu_screen_recorder gsr-ui &"
|
? "Exec=flatpak run com.dec05eba.gpu_screen_recorder gsr-ui"
|
||||||
: "Exec=gsr-ui launch-daemon &";
|
: "Exec=gsr-ui launch-daemon";
|
||||||
|
|
||||||
std::string content =
|
std::string content =
|
||||||
"[Desktop Entry]\n"
|
"[Desktop Entry]\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user