mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-22 20:45:01 +00:00
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>
12 lines
412 B
Desktop File
12 lines
412 B
Desktop File
[Desktop Entry]
|
|
Name=scrcpy
|
|
GenericName=Android Remote Control
|
|
Comment=Display and control your Android device
|
|
# 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
|
|
Categories=Utility;RemoteAccess;
|
|
StartupNotify=false
|