* Removed include/iso items since they've been integrated into the new scripts * Moved include/live/* to include/ since there's only one "include" folder now
24 lines
685 B
XML
24 lines
685 B
XML
<?xml encoding="UTF-8" version="1.0"?>
|
|
<actions>
|
|
<action>
|
|
<icon>utilities-terminal</icon>
|
|
<name>Open Terminal Here</name>
|
|
<unique-id>1462127723240094-1</unique-id>
|
|
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
|
<description>Example for a custom action</description>
|
|
<patterns>*</patterns>
|
|
<startup-notify/>
|
|
<directories/>
|
|
</action>
|
|
<action>
|
|
<icon>edit-redo-symbolic</icon>
|
|
<name>Remount Read-Write</name>
|
|
<unique-id>1497008558378216-3</unique-id>
|
|
<command>urxvt -T "Mount Tool" -e remount-rw %f</command>
|
|
<description>Remount Read-Write</description>
|
|
<patterns>*</patterns>
|
|
<startup-notify/>
|
|
<directories/>
|
|
</action>
|
|
</actions>
|
|
|