mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-17 03:25:38 +00:00
1c864a88eb
The terminal opened by scrcpy-console (.bat or .desktop) must not close if scrcpy terminates with an error, so that error messages can be read. Refs #3817 <https://github.com/Genymobile/scrcpy/pull/3817> Refs #3822 <https://github.com/Genymobile/scrcpy/pull/3822> PR #4130 <https://github.com/Genymobile/scrcpy/pull/4130>
14 lines
476 B
Desktop File
14 lines
476 B
Desktop File
[Desktop Entry]
|
|
Name=scrcpy (console)
|
|
GenericName=Android Remote Control
|
|
Comment=Display and control your Android device
|
|
# For some users, the PATH or ADB environment variables are set from the shell
|
|
# startup file, like .bashrc or .zshrc… Run an interactive shell to get
|
|
# environment correctly initialized.
|
|
Exec=/bin/sh -c "\"\\$SHELL\" -i -c scrcpy --pause-on-exit=if-error"
|
|
Icon=scrcpy
|
|
Terminal=true
|
|
Type=Application
|
|
Categories=Utility;RemoteAccess;
|
|
StartupNotify=false
|