Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions make-file-unexecutable@RutarAndriy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v1.1

- Change icon
- Update icon foreground color for better contrast on light and dark themes
- Add README.md

# v1.0

- Initial release
11 changes: 11 additions & 0 deletions make-file-unexecutable@RutarAndriy/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Make file unexecutable

Makes the file unexecutable if it is executable.
Performs the opposite action to [make-file-executable@RutarAndriy](https://cinnamon-spices.linuxmint.com/actions/view/60).

## Dependencies

The following packages must be installed:

* `test` for check the file's executability
* `chmod` for change executions rights
Binary file modified ...file-unexecutable@RutarAndriy/files/make-file-unexecutable@RutarAndriy/icon.png
100644 → 100755
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"uuid": "make-file-unexecutable@RutarAndriy",
"name": "Make file unexecutable",
"author": "RutarAndriy",
"version": "1.0"
"version": "1.1"
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
_Name=Make file unexecutable
_Comment=Make file %N unexecutable
Exec=chmod -x %F
Icon-Name=action-unavailable-symbolic
Icon-Name=nm-vpn-standalone-lock-symbolic
Conditions=exec test -x %F
Selection=s
Mimetypes=application/x-executable;text/x-shellscript;application/zip;
Dependencies=test;
Dependencies=test;chmod;