maybe chmod 0755 './wpa_supplicant/wpa_cli.sh'
maybe chmod 0755 './xdg'
maybe chmod 0755 './xdg/Thunar'
+maybe chmod 0644 './xdg/Thunar/._cfg0000_uca.xml'
maybe chmod 0644 './xdg/Thunar/uca.xml'
maybe chmod 0755 './xdg/autostart'
maybe chmod 0644 './xdg/autostart/._cfg0000_user-dirs-update-gtk.desktop'
--- /dev/null
+<?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 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>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>
+ <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>
+ <startup-notify/>
+ <directories/>
+ </action>
+
+</actions>
\ No newline at end of file