about summary refs log tree commit diff
path: root/pkgs/by-name/ga/gamescope/gamescopereaper.patch
blob: 8fabad10d3f0dad6e1eb256300495b59e587eabc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/src/Utils/Process.cpp b/src/Utils/Process.cpp
index 5688fb1..6cea8d8 100644
--- a/src/Utils/Process.cpp
+++ b/src/Utils/Process.cpp
@@ -392,7 +392,7 @@ namespace gamescope::Process
     pid_t SpawnProcessInWatchdog( char **argv, bool bRespawn, std::function<void()> fnPreambleInChild )
     {
         std::vector<char *> args;
-        args.push_back( (char *)"gamescopereaper" );
+        args.push_back( (char *)"@gamescopereaper@" );
         if ( bRespawn )
             args.push_back( (char *)"--respawn" );
         args.push_back( (char *)"--" );