mirror of
https://github.com/Genymobile/scrcpy
synced 2024-11-11 01:10:32 +00:00
d2b7315ba6
Follow quoting rules from: <https://specifications.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#exec-variables> PR #3817 <https://github.com/Genymobile/scrcpy/pull/3817> Fixes #3633 <https://github.com/Genymobile/scrcpy/issues/3633> Signed-off-by: Romain Vimont <rom@rom1v.com>
14 lines
442 B
Desktop File
14 lines
442 B
Desktop File
[Desktop Entry]
|
|
Name=scrcpy
|
|
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"
|
|
Icon=scrcpy
|
|
Terminal=false
|
|
Type=Application
|
|
Categories=Utility;RemoteAccess;
|
|
StartupNotify=false
|