]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorfrank <frank@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 20:12:16 +0000 (21:12 +0100)
committerFrank Brehm <root@bruni.home.brehm-online.com>
Mon, 16 Jan 2012 20:12:16 +0000 (21:12 +0100)
Package changes:
+xfce-base/thunar-1.2.3

.etckeeper
xdg/Thunar/uca.xml [new file with mode: 0644]

index bd5fec642c377f92106aab80a86172b74794237a..98821bf26cb9451a2b3bfcfdc619682d42dd361b 100755 (executable)
@@ -1350,6 +1350,8 @@ maybe chmod 0644 './whois.conf'
 maybe chmod 0755 './wpa_supplicant'
 maybe chmod 0755 './wpa_supplicant/wpa_cli.sh'
 maybe chmod 0755 './xdg'
+maybe chmod 0755 './xdg/Thunar'
+maybe chmod 0644 './xdg/Thunar/uca.xml'
 maybe chmod 0755 './xdg/autostart'
 maybe chmod 0644 './xdg/autostart/gdu-notification-daemon.desktop'
 maybe chmod 0644 './xdg/autostart/gnome-keyring-gpg.desktop'
diff --git a/xdg/Thunar/uca.xml b/xdg/Thunar/uca.xml
new file mode 100644 (file)
index 0000000..91f1176
--- /dev/null
@@ -0,0 +1,44 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE actions [
+  <!ELEMENT actions (action)+>
+
+  <!ELEMENT action (icon|patterns|name|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 description (#PCDATA)>
+  <!ATTLIST description xml:lang CDATA #IMPLIED>
+
+  <!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>Terminal</icon>
+    <patterns>*</patterns>
+    <name>Open Terminal Here</name>
+    <name xml:lang="de">Terminal hier öffnen</name>
+    <name xml:lang="en_GB">Open Terminal Here</name>
+    <name xml:lang="ru">Открыть терминал</name>
+    <name xml:lang="vi">Mở Terminal tại thư mục này</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>
+    <description xml:lang="en_GB">Example for a custom action</description>
+    <description xml:lang="ru">Пример особого действия</description>
+    <description xml:lang="vi">Ví dụ cho một hành động tuỳ biến</description>
+    
+    <directories/>
+  </action>
+
+</actions>
\ No newline at end of file