Skip to content

Set permissions dialog

Daniel Dakhno requested to merge dakhnod/alacarte:set-permissions-dialog into master

When the user selects a file using the file picker, the code checks if the file has the executable bits set. If not, it proposes to make the file executable by setting only the users x bits, or for +x everyone.

Merge request reports