File gnome-subtitles-gtk-sharp-build-fix.patch of Package gnome-subtitles
--- a/src/GnomeSubtitles/Execution/ExecutionContext.cs.orig 2021-09-27 13:54:53.269696779 +0200 +++ b/src/GnomeSubtitles/Execution/ExecutionContext.cs 2021-09-27 13:55:00.817727007 +0200 @@ -97,7 +97,7 @@ methodToExecute(); }; - app.Run(0, ""); + app.Run("gnome-subtitles", new string[0]); } @@ -115,4 +115,4 @@ } -} \ No newline at end of file +}