saving uncommitted changes in /etc prior to emerge run
This commit is contained in:
42
xdg/Thunar/uca.xml
Normal file
42
xdg/Thunar/uca.xml
Normal file
@@ -0,0 +1,42 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE actions [
|
||||
<!ELEMENT actions (action)+>
|
||||
|
||||
<!ELEMENT action (icon|patterns|name|unique-id|command|description|directories|audio-files|image-files|other-files|text-files|video-files)*>
|
||||
|
||||
<!ELEMENT icon (#PCDATA)>
|
||||
<!ELEMENT command (#PCDATA)>
|
||||
<!ELEMENT patterns (#PCDATA)>
|
||||
|
||||
<!ELEMENT name (#PCDATA)>
|
||||
<!ATTLIST name xml:lang CDATA #IMPLIED>
|
||||
|
||||
<!ELEMENT unique-id (#PCDATA)>
|
||||
|
||||
<!ELEMENT description (#PCDATA)>
|
||||
<!ATTLIST description xml:lang CDATA #IMPLIED>
|
||||
|
||||
<!ELEMENT startup-notify EMPTY>
|
||||
|
||||
<!ELEMENT directories EMPTY>
|
||||
<!ELEMENT audio-files EMPTY>
|
||||
<!ELEMENT image-files EMPTY>
|
||||
<!ELEMENT other-files EMPTY>
|
||||
<!ELEMENT text-files EMPTY>
|
||||
<!ELEMENT video-files EMPTY>
|
||||
]>
|
||||
<actions>
|
||||
|
||||
<action>
|
||||
<icon>utilities-terminal</icon>
|
||||
<patterns>*</patterns>
|
||||
<name>Open Terminal Here</name>
|
||||
<name xml:lang="de">Terminal hier öffnen</name>
|
||||
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
|
||||
<description>Example for a custom action</description>
|
||||
<description xml:lang="de">Beispiel für eine eigene Aktion</description>
|
||||
<startup-notify/>
|
||||
<directories/>
|
||||
</action>
|
||||
|
||||
</actions>
|
||||
Reference in New Issue
Block a user