mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-11 01:10:32 +00:00
d037b02cc2
The argument passed to scrcpy was not applied, the full command must be passed as a single argument. PR #4448 <https://github.com/Genymobile/scrcpy/pull/4448>
14 lines
474 B
Desktop File
14 lines
474 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
|