This file is indexed.

/usr/share/caja-actions/samples/my-first-na-action.desktop is in caja-actions-common 1.8.0+dfsg1-1build1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
[Desktop Entry]
Type=Action
Icon[en_US]=gtk-about
Icon[en]=gtk-about
Icon[C]=gtk-about
Tooltip[en_US]=This will execute an action with some parameters
Tooltip[en]=This will execute an action with some parameters
Tooltip[C]=This will execute an action with some parameters
ToolbarLabel[en_US]=My first action
ToolbarLabel[en]=My first action
ToolbarLabel[C]=My first action
Name[en_US]=My first action
Name[en]=My first action
Name[C]=My first action
Profiles=profile-zero;
Enabled = false

[X-Action-Profile profile-zero]
Exec=matedialog --info --text="%c selected item(s): %f"
Name[en_US]=Default profile