Fix scrcpy-console.desktop

The argument passed to scrcpy was not applied, the full command must be
passed as a single argument.
pr4448
Romain Vimont 6 months ago
parent e5ccdfc3ed
commit e62a56d7aa

@ -5,7 +5,7 @@ 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"
Exec=/bin/sh -c "\\$SHELL -i -c 'scrcpy --pause-on-exit=if-error'"
Icon=scrcpy
Terminal=true
Type=Application

Loading…
Cancel
Save