The pause terminates only once the Enter key is pressed, not any key. PR #3826 <https://github.com/Genymobile/scrcpy/pull/3826> Signed-off-by: Romain Vimont <rom@rom1v.com>
Follow quoting rules from: <https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables> PR #3817 <https://github.com/Genymobile/scrcpy/pull/3817> Fixes #3633 <https://github.com/Genymobile/scrcpy/issues/3633> Signed-off-by: Romain Vimont <rom@rom1v.com>
Add a launcher which opens a terminal, and keep it open in case of errors (so that the user has time to read error messages). The behavior is the same as scrcpy-console.bat on Windows. PR #3351 <https://github.com/Genymobile/scrcpy/pull/3351>