Use shell environment to execute launcher

Make Exec= compatible with $PATH configured in .bashrc/ or .zshrc/…

PR #3351 <https://github.com/Genymobile/scrcpy/pull/3351>
Refs #296 <https://github.com/Genymobile/scrcpy/pull/296#discussion_r224987002>

Signed-off-by: Romain Vimont <rom@rom1v.com>
This commit is contained in:
Chih-Hsuan Yen 2021-12-11 11:47:57 +08:00 committed by Romain Vimont
parent 08d5a27378
commit bdc32bd79b

View file

@ -2,7 +2,9 @@
Name=scrcpy
GenericName=Android Remote Control
Comment=Display and control your Android device
Exec=scrcpy
# For some users, `adb` is not in default $PATH but the one configured in .bashrc/ or .zshrc/...
# Run an interactive shell to get the same path used in terminals.
Exec=/bin/sh -c '"$SHELL" -i -c scrcpy'
Icon=scrcpy
Terminal=false
Type=Application