fix desktop file

This commit is contained in:
Rahulbheda 2026-01-13 11:19:27 +05:30 committed by GitHub
parent c8c1316db9
commit 07b950f74b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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/bash -ic "scrcpy --pause-on-exit=if-error"
Icon=scrcpy
Terminal=true
Type=Application

View file

@ -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"
Exec=/bin/bash -ic "scrcpy"
Icon=scrcpy
Terminal=false
Type=Application