You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During the packaging of scrcpy for Fedora COPR, I noticed both scrcpy.desktop and scrcpy-console.desktop do not pass the desktop-file-validate validation process:
scrcpy.desktop
$ desktop-file-validate scrcpy.desktop
scrcpy.desktop: error: value "/bin/sh -c '"$SHELL" -i -c scrcpy'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote
scrcpy.desktop: error: value "/bin/sh -c '"$SHELL" -i -c scrcpy'" for key "Exec" in group "Desktop Entry" contains a non-escaped character '$' in a quote, but it should be escaped with two backslashes ("\\$")
scrcpy.desktop: error: value "/bin/sh -c '"$SHELL" -i -c scrcpy'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote
scrcpy.desktop: hint: value item "RemoteAccess" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Network
scrcpy-console.desktop
$ desktop-file-validate scrcpy-console.desktop
scrcpy-console.desktop: error: value "/bin/bash --norc --noprofile -i -c '"$SHELL" -i -c scrcpy || read -p "Press any key to quit..."'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote
scrcpy-console.desktop: error: value "/bin/bash --norc --noprofile -i -c '"$SHELL" -i -c scrcpy || read -p "Press any key to quit..."'" for key "Exec" in group "Desktop Entry" contains a non-escaped character '$' in a quote, but it should be escaped with two backslashes ("\\$")
scrcpy-console.desktop: error: value "/bin/bash --norc --noprofile -i -c '"$SHELL" -i -c scrcpy || read -p "Press any key to quit..."'" for key "Exec" in group "Desktop Entry" contains a reserved character '|' outside of a quote
scrcpy-console.desktop: error: value "/bin/bash --norc --noprofile -i -c '"$SHELL" -i -c scrcpy || read -p "Press any key to quit..."'" for key "Exec" in group "Desktop Entry" contains a reserved character '|' outside of a quote
scrcpy-console.desktop: error: value "/bin/bash --norc --noprofile -i -c '"$SHELL" -i -c scrcpy || read -p "Press any key to quit..."'" for key "Exec" in group "Desktop Entry" contains a reserved character ''' outside of a quote
scrcpy-console.desktop: hint: value item "RemoteAccess" in key "Categories" in group "Desktop Entry" can be extended with another category among the following categories: Network
The text was updated successfully, but these errors were encountered:
I have read the FAQ.
I have searched in existing issues.
scrcpy version: 1.25
During the packaging of scrcpy for Fedora COPR, I noticed both
scrcpy.desktop
andscrcpy-console.desktop
do not pass the desktop-file-validate validation process:The text was updated successfully, but these errors were encountered: