You are not logged in.
Pages: 1
After an update in the last few weeks i have to mark desktop icon again as executable when i start them for the first time (first time after the update). That's annoying. Is there a way to mark all of them as executable? I don't think thats the same as making a normal script executable with 'chmod +x'. When i ru 'ls ~/Desktop' all *.desktop are executable.
Offline
When thunar "Allow this file to run as a program", it sets the files "access::can-execute" attribute. You can see all these attributes with:
gio info DESKTOP_FILE
...where DESKTOP_FILE is the name of a desktop file.
Unfortunately, the gio command line utility is only able to set some of these settings but not all of them:
$ gio set file:///home/toz/Desktop/myapp.desktop "access::can-execute" true
gio: Setting attribute access::can-execute not supported
It looks like manually changing every file is the only way to fix this.
Out of curiosity, what kind of update was this? Just a regular update or did you upgrade to a newer version of a distro? An update really shouldn't affect these settings.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
I guess it was an update from xfce 4.14 to 4.16.
Offline
Pages: 1
[ Generated in 0.012 seconds, 7 queries executed - Memory usage: 552.95 KiB (Peak: 620.5 KiB) ]