Summary: |
.desktop files in ~/Desktop need the execute bit set |
Product: |
Portland
|
Reporter: |
damjan.jov |
Component: |
xdg-utils | Assignee: |
Portland Bugs <portland-bugs> |
Status: |
RESOLVED
FIXED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
Keywords: |
patch |
Version: |
unspecified | |
|
Hardware: |
All | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
Patch to set the execute bit in xdg-desktop-icon
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 36066 [details] Patch to set the execute bit in xdg-desktop-icon Hi For security reasons, modern desktops ignore .desktop files in ~/Desktop that don't have the execute bit clear. These files give an error when double-clicked, and don't show the correct icon. Thus to properly install a .desktop file to ~/Desktop, xdg-desktop-icon needs to set the execute bit. The attached patch does that. Thank you Damjan