From 4ab005c33b3b47ece339b5bb291fb4b33acf9072 Mon Sep 17 00:00:00 2001 From: Achim Date: Sun, 8 Feb 2026 11:21:51 +0100 Subject: [PATCH] fix path --- files/usr/share/nemo/action-info.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/usr/share/nemo/action-info.md b/files/usr/share/nemo/action-info.md index 515b5320b..3dcecdfff 100644 --- a/files/usr/share/nemo/action-info.md +++ b/files/usr/share/nemo/action-info.md @@ -4,7 +4,7 @@ _This documentation is available online at https://github.com/linuxmint/nemo/wik ### About Nemo actions allow the user to add custom menu actions to apply to selected files. These can be one-shot commands or call their own scripts, and can be restricted to specific files by defining various conditions for the action. -Action files are just text files that end in `.nemo_action` and are stored in system and user data locations - `/usr/share/nemo/actions`, `~/.local/usr/share/nemo/actions` (all of your environment's `XDG_DATA_DIRS` are scanned, though typically only the aforementioned are used). +Action files are just text files that end in `.nemo_action` and are stored in system and user data locations - `/usr/share/nemo/actions`, `~/.local/share/nemo/actions` (all of your environment's `XDG_DATA_DIRS` are scanned, though typically only the aforementioned are used). These files are structured as follows (this is a standard keyfile syntax also used in application .desktop and config files): @@ -244,4 +244,4 @@ Terminal=true|false Files=.bash*;!.bashrc; Locations=.*;!.config; ``` ---- \ No newline at end of file +---