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
Describe the bug
When installing syncplay, the desktop files get chmod-ed to 755. On my system (Arch Linux), syncplay is the only package that deploys desktop files with executable permissions.
/usr/share/applications:
Expected behavior
Permissions of 644, not 755. Desktop files aren't supposed to be executable.
I've traced back the specific code that changes those permissions to a commit with several changes almost 10 years ago. There was no explanation why .desktop files needed executable permissions in it.
I see no reason not to change them to follow what all the other .desktop files do.
Describe the bug
When installing syncplay, the desktop files get chmod-ed to 755. On my system (Arch Linux), syncplay is the only package that deploys desktop files with executable permissions.
/usr/share/applications
:Expected behavior
Permissions of 644, not 755. Desktop files aren't supposed to be executable.
Version and platform:
The text was updated successfully, but these errors were encountered: