README: add deprecation notice
[nautilus-actions.git] / data / actions / my-first-action.desktop
blobb3dc6b65f817b427d94dca371cbe62ad72ee73e7
2 [Desktop Entry]
3 Type=Action
4 Icon[en_US]=gtk-about
5 Icon[en]=gtk-about
6 Icon[C]=gtk-about
7 Tooltip[en_US]=This will execute an action with some parameters
8 Tooltip[en]=This will execute an action with some parameters
9 Tooltip[C]=This will execute an action with some parameters
10 ToolbarLabel[en_US]=My first action
11 ToolbarLabel[en]=My first action
12 ToolbarLabel[C]=My first action
13 Name[en_US]=My first action
14 Name[en]=My first action
15 Name[C]=My first action
16 Profiles=profile-zero;
17 Enabled = false
19 [X-Action-Profile profile-zero]
20 Exec=zenity --info --text="%c selected item(s): %f"
21 Name[en_US]=Default profile