You are not logged in.
Pages: 1
Hi there , i wanna know , if someone can tell me how to fix this
I try to modify the uca.xml file
first
$ cp $HOME/.config/Thunar/uca.xml $HOME/.config/Thunar/uca.xml.bak
Deleting the Duplicates , but that delete both entries.
====================================================================
2 - Thunar File Manager Popup Menu :
3 - Removed The Entries in Custom Actions from Thunar :
Well in the 3 - I Dont Have nothing . because the Entries really not are Duplicated
i don't know from where , the Thunar Make the Duplies Entries in the Desktop Popup Menu.
its just in the Desktop Popup Menu , inside the Thunar file Manager , are right.
Some idea ???
Offline
Hello and welcome to the forums.
This really is strange.
Which distro (Xubuntu ??) and which versions of Xfce and Thunar are you using?
Which packages are installed that have the name "thunar" in theme?
If xubuntu, try running:
dpkg -l | grep -i thunar
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Hello & Thank you
Im under LinuxMint 17 Xfce AMD64
Xfce 4.10
Thunar 1.6.3
ii libthunarx-2-0 1.6.3-1ubuntu5 amd64 extension library for thunar
ii libthunarx-2-dev 1.6.3-1ubuntu5 amd64 Development files for libthunarx
ii thunar 1.6.3-1ubuntu5 amd64 File Manager for Xfce
ii thunar-archive-plugin 0.3.1-2 amd64 Archive plugin for Thunar file manager
ii thunar-data 1.6.3-1ubuntu5 all Provides thunar documentation, icons and translations
ii thunar-dbg 1.6.3-1ubuntu5 amd64 debugging informations for thunar
ii thunar-gtkhash 0.7.0-1ubuntu1 amd64 thunar extension for computing checksums and more using gtkhash
ii thunar-media-tags-plugin 0.2.1-1 amd64 Media tags plugin for Thunar file manager
ii thunar-vcs-plugin 0.1.4-2 amd64 VCS plugin for Thunar file manager
ii thunar-volman 0.8.0-4ubuntu1 amd64 Thunar extension for volumes management
The Duplicaties entries , are two in the Renamer
see :
Last edited by inukaze (2014-08-01 11:52:52)
Offline
Can you post back the contents of your ~/.config/Thunar/uca.xml file? I was able to duplicate this issue by creating multiple entries per action in that file with different IDs.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Yes , yes , its the same in the LiveCD . Here you got
$ cat $HOME/.config/Thunar/uca.xml
<?xml encoding="UTF-8" version="1.0"?>
<actions>
<action>
<icon>Terminal</icon>
<name>Abrir Terminal Aquí</name>
<unique-id>1406536786255824-1</unique-id>
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
<description>Abrir terminal en la carpeta seleccionada</description>
<patterns>*</patterns>
<directories/>
</action>
<action>
<icon>stock_open</icon>
<name>Abrir carpeta como root</name>
<unique-id>1406536786255888-2</unique-id>
<command>gksu Thunar %F</command>
<description>Abrir carpeta en Thunar con privilegios de root</description>
<patterns>*</patterns>
<directories/>
</action>
<action>
<icon>emblem-symbolic-link</icon>
<name>Crear enlace</name>
<unique-id>1406536786255940-3</unique-id>
<command>ln -s %f 'Link to %n'</command>
<description>Realiza un enlace hacia una carpeta o archivo</description>
<patterns>*</patterns>
<directories/>
<other-files/>
</action>
<action>
<icon>gnome-run</icon>
<name>Suma de verificación MD5</name>
<unique-id>1406536786255996-4</unique-id>
<command>mint-md5sum %f</command>
<description>Comprobar la suma de verificación MD5 para el archivo seleccionado.</description>
<patterns>*.iso;*.ISO</patterns>
<audio-files/>
<image-files/>
<other-files/>
<text-files/>
<video-files/>
</action>
<action>
<icon>media-optical</icon>
<name>Montar/Desmontar ISO</name>
<unique-id>1406536786256057-5</unique-id>
<command>mountiso %f %n</command>
<description>Monta o desmontar archivo ISO.</description>
<patterns>*.iso;*.ISO</patterns>
<directories/>
<other-files/>
</action>
<action>
<icon>gtk-find</icon>
<name>Buscar</name>
<unique-id>1406536786256105-6</unique-id>
<command>catfish --fileman=thunar --path=%f</command>
<description>Buscar archivos en esta carpeta mediante Catfish</description>
<patterns>*</patterns>
<directories/>
</action>
<action>
<icon>fonts</icon>
<name>Instalar fuente .ttf</name>
<unique-id>1406536786256190-7</unique-id>
<command>fontinstaller %f %n</command>
<description>Instala fuentes .ttf para el usuario o el sistema</description>
<patterns>*.ttf;*.TTF</patterns>
<other-files/>
</action>
</actions>
How you can see , not have nothing strange.
Offline
Nope, that's not it. That file works fine. If you duplicate one of the actions in that file, change the unique-id value, you will get duplicates.
Lets look elsewhere. Can you also post back:
ls -al ~/.config/Thunar
...and the results of:
sudo updatedb
locate -i uca.xml
EDIT: And also:
ps -ef | grep -i thunar
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Ok
$ ls -al ~/.config/Thunar
total 24
drwxr-xr-x 2 inukaze inukaze 4096 jul 30 12:03 ./
drwxrwxrwx 83 inukaze inukaze 4096 jul 31 11:10 ../
-rw-r--r-- 1 inukaze inukaze 6656 ago 1 08:44 accels.scm
-rw-r--r-- 1 inukaze inukaze 262 jul 30 12:03 renamerrc
-rw-r--r-- 1 inukaze inukaze 2170 jul 28 04:09 uca.xml
and
$ locate -i uca.xml
/etc/xdg/Thunar/uca.xml
/home/inukaze/.config/Thunar/uca.xml
/usr/etc/xdg/Thunar/uca.xml
/usr/share/mint-configuration-xfce/Thunar/uca.xml
Offline
And now:
ps -ef | grep -i thunar
...and the contents of:
- /etc/xdg/Thunar/uca.xml
- /usr/etc/xdg/Thunar/uca.xml
- /usr/share/mint-configuration-xfce/Thunar/uca.xml
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
$ ps -ef | grep -i thunar
inukaze 2866 2650 0 06:20 ? 00:00:21 Thunar --daemon
inukaze 7902 7623 0 09:07 pts/10 00:00:00 grep --colour=auto -i thunar
/etc/xdg/Thunar/uca.xml
$ cat /etc/xdg/Thunar/uca.xml
<?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="ar">إفتح الطرفية هنا</name>
<name xml:lang="ast">Abrir terminal equí</name>
<name xml:lang="be">Адкрыць тут тэрмінал</name>
<name xml:lang="bg">Отваряне на терминал тук</name>
<name xml:lang="bn">এখানে টার্মিনাল খুলুন</name>
<name xml:lang="ca">Obre aquí un Terminal</name>
<name xml:lang="cs">Otevřít terminál zde</name>
<name xml:lang="da">Åbn terminal her</name>
<name xml:lang="de">Terminal hier öffnen</name>
<name xml:lang="el">Άνοιγμα τερματικού εδώ</name>
<name xml:lang="en_GB">Open Terminal Here</name>
<name xml:lang="eo">Malfermu terminalon ĉi tie</name>
<name xml:lang="es">Abrir terminal aquí</name>
<name xml:lang="et">Avada terminal siin</name>
<name xml:lang="eu">Ireki terminala hemen</name>
<name xml:lang="fi">Avaa pääte tässä kansiossa</name>
<name xml:lang="fr">Ouvrir un terminal ici</name>
<name xml:lang="gl">Abrir aquí unha terminal</name>
<name xml:lang="he">פתיחת מסוף מכאן</name>
<name xml:lang="hr">Otvori Terminal Ovdje</name>
<name xml:lang="hu">Terminál nyitása itt</name>
<name xml:lang="id">Buka Terminal Di sini</name>
<name xml:lang="it">Apri un terminale qui</name>
<name xml:lang="ja">ここで Terminal を開く</name>
<name xml:lang="kk">Терминалды осында ашу</name>
<name xml:lang="ko">이 위치에서 터미널 열기</name>
<name xml:lang="lt">Atverti terminalą čia</name>
<name xml:lang="lv">Atvērt šeit termināli</name>
<name xml:lang="nb">Åpne terminalvindu her</name>
<name xml:lang="nl">Open hier een terminal</name>
<name xml:lang="nn">Opna terminalen her</name>
<name xml:lang="pa">ਇੱਥੇ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ</name>
<name xml:lang="pl">Otwórz w terminalu</name>
<name xml:lang="pt">Abrir terminal aqui</name>
<name xml:lang="pt_BR">Abrir terminal aqui</name>
<name xml:lang="ro">Deschide aici un terminal</name>
<name xml:lang="ru">Открыть терминал</name>
<name xml:lang="sk">Otvoriť v termináli</name>
<name xml:lang="sq">Hap Terminalin Këtu</name>
<name xml:lang="sr">Овде отвори терминал</name>
<name xml:lang="sv">Öppna terminal här</name>
<name xml:lang="te">టెర్మినల్ను ఇక్కడ తెరువు</name>
<name xml:lang="tr">Uçbirimi Buraya Aç</name>
<name xml:lang="ug">بۇ يەردە تېرمىنالنى ئاچ</name>
<name xml:lang="uk">Відкрити термінал тут</name>
<name xml:lang="ur">ٹرمنل یہیں کھولیں</name>
<name xml:lang="ur_PK">ٹرمنل یہیں کھولیں</name>
<name xml:lang="vi">Mở Terminal tại thư mục này</name>
<name xml:lang="zh_CN">在此打开终端</name>
<name xml:lang="zh_TW">在此開啟終端機</name>
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
<description>Example for a custom action</description>
<description xml:lang="ar">مثال لإجراء مخصص</description>
<description xml:lang="ast">Exemplu d'una aición personalizada</description>
<description xml:lang="be">Прыклад адмысловага дзеяньня</description>
<description xml:lang="bg">Пример за потребителско действие</description>
<description xml:lang="bn">পছন্দসই কাজের জন্য উদাহরণ</description>
<description xml:lang="ca">Exemple d'acció personalitzada</description>
<description xml:lang="cs">Příklad vlastní akce</description>
<description xml:lang="da">Eksempel på en tilpasset handling</description>
<description xml:lang="de">Beispiel für eine eigene Aktion</description>
<description xml:lang="el">Παράδειγμα προσαρμοσμένης ενέργειας</description>
<description xml:lang="en_GB">Example for a custom action</description>
<description xml:lang="eo">Ekzemplo de kutima ago</description>
<description xml:lang="es">Ejemplo de una acción personalizada</description>
<description xml:lang="et">Kohandatud tegevuse näidis</description>
<description xml:lang="eu">Ekintza pertsonalizatu adibidea</description>
<description xml:lang="fi">Esimerkki mukautetusta toiminnosta</description>
<description xml:lang="fr">Exemple d'une action personnalisée</description>
<description xml:lang="gl">Exemplo dunha acción personalizada</description>
<description xml:lang="he">דוגמה של פעולה מותאמת אישית</description>
<description xml:lang="hr">Primjer prilagođene radnje</description>
<description xml:lang="hu">Példa egyéni műveletre</description>
<description xml:lang="id">Contoh untuk aksi suai</description>
<description xml:lang="it">Esempio di azione personalizzata</description>
<description xml:lang="ja">カスタムアクションの例です。</description>
<description xml:lang="kk">Пайдаланушы әрекетінің мысалы</description>
<description xml:lang="ko">사용자 정의 동작 에제</description>
<description xml:lang="lt">Pasirinktinio veiksmo pavyzdys</description>
<description xml:lang="lv">Paraugs pielāgotai darbībai</description>
<description xml:lang="nb">Eksempel på en egentilpasset aksjon</description>
<description xml:lang="nl">Voorbeeld van een aangepaste actie</description>
<description xml:lang="nn">Døme på sjølvvald handling</description>
<description xml:lang="pa">ਇੱਕ ਕਸਟਮ ਐਕਸ਼ਨ ਲਈ ਉਦਾਹਰਨ</description>
<description xml:lang="pl">Otwiera terminal w bieżącym położeniu</description>
<description xml:lang="pt">Exemplo de uma ação personalizada</description>
<description xml:lang="pt_BR">Exemplo de uma ação personalizada</description>
<description xml:lang="ro">Exemplu de acțiune personalizată</description>
<description xml:lang="ru">Пример особого действия</description>
<description xml:lang="sk">Príklad vlastnej akcie</description>
<description xml:lang="sq">Shembull për veprim vetjak</description>
<description xml:lang="sr">Пример за произвољну радњу</description>
<description xml:lang="sv">Exempel på en anpassad åtgärd</description>
<description xml:lang="te">ఒక అనురూపిత చర్యకు ఉదాహరణ</description>
<description xml:lang="tr">Özel işlem için örnek</description>
<description xml:lang="ug">ئىختىيارى مەشغۇلات ھەققىدىكى مىسال</description>
<description xml:lang="uk">Приклад особливої дії</description>
<description xml:lang="ur">مخصوص حرکت کی مثال</description>
<description xml:lang="ur_PK">مخصوص حرکت کی مثال</description>
<description xml:lang="vi">Ví dụ cho một hành động tuỳ biến</description>
<description xml:lang="zh_CN">自定义动作示例</description>
<description xml:lang="zh_TW">自訂動作範例</description>
<startup-notify/>
<directories/>
</action>
</actions>
/usr/etc/xdg/Thunar/uca.xml
$ cat /usr/etc/xdg/Thunar/uca.xml
<?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="ar">إفتح الطرفية هنا</name>
<name xml:lang="ast">Abrir terminal equí</name>
<name xml:lang="be">Адкрыць тут тэрмінал</name>
<name xml:lang="bn">এখানে টার্মিনাল খুলুন</name>
<name xml:lang="ca">Obre aquí un Terminal</name>
<name xml:lang="cs">Otevřít terminál zde</name>
<name xml:lang="da">Åbn terminal her</name>
<name xml:lang="de">Terminal hier öffnen</name>
<name xml:lang="dz">ནཱ་ལུ་ཊལ་མི་ནལ་ཁ་ཕྱེ།</name>
<name xml:lang="el">Άνοιγμα τερματικού εδώ</name>
<name xml:lang="en_GB">Open Terminal Here</name>
<name xml:lang="eo">Malfermu terminalon ĉi tie</name>
<name xml:lang="es">Abrir terminal aquí</name>
<name xml:lang="et">Avada terminal siin</name>
<name xml:lang="eu">Ireki terminala hemen</name>
<name xml:lang="fi">Avaa pääte tässä kansiossa</name>
<name xml:lang="fr">Ouvrir un terminal ici</name>
<name xml:lang="gl">Abrir aquí unha terminal</name>
<name xml:lang="he">פתיחת מסוף מכאן</name>
<name xml:lang="hr">Otvori Terminal Ovdje</name>
<name xml:lang="hu">Terminál nyitása itt</name>
<name xml:lang="id">Buka Terminal Di sini</name>
<name xml:lang="it">Apri un terminale qui</name>
<name xml:lang="ja">ここで Terminal を開く</name>
<name xml:lang="kk">Терминалды осында ашу</name>
<name xml:lang="ko">이 위치에서 터미널 열기</name>
<name xml:lang="ku">Li vir Termînalê Veke</name>
<name xml:lang="lt">Atverti terminalą čia</name>
<name xml:lang="lv">Atvērt šeit termināli</name>
<name xml:lang="mk">Отворете терминал тука</name>
<name xml:lang="nb">Åpne terminalvindu her</name>
<name xml:lang="nl">Open hier een terminal</name>
<name xml:lang="nn">Opna terminalen her</name>
<name xml:lang="pa">ਇੱਥੇ ਟਰਮੀਨਲ ਖੋਲ੍ਹੋ</name>
<name xml:lang="pl">Otwórz w terminalu</name>
<name xml:lang="pt">Abrir terminal aqui</name>
<name xml:lang="pt_BR">Abrir terminal aqui</name>
<name xml:lang="ro">Deschide aici un terminal</name>
<name xml:lang="ru">Открыть терминал</name>
<name xml:lang="sk">Otvoriť v termináli</name>
<name xml:lang="sq">Hap Terminalin Këtu</name>
<name xml:lang="sr">Овде отвори терминал</name>
<name xml:lang="sv">Öppna terminal här</name>
<name xml:lang="te">టెర్మినల్ను ఇక్కడ తెరువు</name>
<name xml:lang="tr">Uçbirimi Buraya Aç</name>
<name xml:lang="ug">بۇ يەردە تېرمىنالنى ئاچ</name>
<name xml:lang="uk">Відкрити термінал тут</name>
<name xml:lang="ur">ٹرمنل یہیں کھولیں</name>
<name xml:lang="ur_PK">ٹرمنل یہیں کھولیں</name>
<name xml:lang="vi">Mở Terminal tại thư mục này</name>
<name xml:lang="zh_CN">在此打开终端</name>
<name xml:lang="zh_TW">在此開啟終端機</name>
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
<description>Example for a custom action</description>
<description xml:lang="ar">مثال لإجراء مخصص</description>
<description xml:lang="ast">Exemplu d'una aición personalizada</description>
<description xml:lang="be">Прыклад адмысловага дзеяньня</description>
<description xml:lang="bn">পছন্দসই কাজের জন্য উদাহরণ</description>
<description xml:lang="ca">Exemple d'acció personalitzada</description>
<description xml:lang="cs">Příklad vlastní akce</description>
<description xml:lang="da">Eksempel på en tilpasset handling</description>
<description xml:lang="de">Beispiel für eine eigene Aktion</description>
<description xml:lang="dz">སྲོལ་སྒྲིག་བྱ་བ་ཅིག་གི་དོན་ལུ་དཔེ།</description>
<description xml:lang="el">Παράδειγμα προσαρμοσμένης ενέργειας</description>
<description xml:lang="en_GB">Example for a custom action</description>
<description xml:lang="eo">Ekzemplo de kutima ago</description>
<description xml:lang="es">Ejemplo de una acción personalizada</description>
<description xml:lang="et">Kohandatud tegevuse näidis</description>
<description xml:lang="eu">Ekintza pertsonalizatu adibidea</description>
<description xml:lang="fi">Esimerkki mukautetusta toiminnosta</description>
<description xml:lang="fr">Exemple d'une action personnalisée</description>
<description xml:lang="gl">Exemplo dunha acción personalizada</description>
<description xml:lang="he">דוגמה של פעולה מותאמת אישית</description>
<description xml:lang="hu">Példa egyéni műveletre</description>
<description xml:lang="id">Contoh untuk aksi suai</description>
<description xml:lang="it">Esempio di azione personalizzata</description>
<description xml:lang="ja">カスタムアクションの例です。</description>
<description xml:lang="kk">Пайдаланушы әрекетінің мысалы</description>
<description xml:lang="ko">사용자 정의 동작 에제</description>
<description xml:lang="lt">Pasirinktinio veiksmo pavyzdys</description>
<description xml:lang="lv">Paraugs pielāgotai darbībai</description>
<description xml:lang="mk">Пример од сопствена акција</description>
<description xml:lang="nb">Eksempel på en egentilpasset aksjon</description>
<description xml:lang="nl">Voorbeeld van een aangepaste actie</description>
<description xml:lang="nn">Døme på sjølvvald handling</description>
<description xml:lang="pa">ਇੱਕ ਕਸਟਮ ਐਕਸ਼ਨ ਲਈ ਉਦਾਹਰਨ</description>
<description xml:lang="pl">Otwiera terminal w bieżącym położeniu</description>
<description xml:lang="pt">Exemplo de uma ação personalizada</description>
<description xml:lang="pt_BR">Exemplo de uma ação personalizada</description>
<description xml:lang="ro">Exemplu de acțiune personalizată</description>
<description xml:lang="ru">Пример особого действия</description>
<description xml:lang="sk">Príklad vlastnej akcie</description>
<description xml:lang="sq">Shembull për veprim vetjak</description>
<description xml:lang="sr">Пример за произвољну радњу</description>
<description xml:lang="sv">Exempel på en anpassad åtgärd</description>
<description xml:lang="te">ఒక అనురూపిత చర్యకు ఉదాహరణ</description>
<description xml:lang="tr">Özel işlem için örnek</description>
<description xml:lang="ug">custom action ھەققىدىكى مىسال</description>
<description xml:lang="uk">Приклад особливої дії</description>
<description xml:lang="ur">مخصوص حرکت کی مثال</description>
<description xml:lang="ur_PK">مخصوص حرکت کی مثال</description>
<description xml:lang="vi">Ví dụ cho một hành động tuỳ biến</description>
<description xml:lang="zh_CN">自定义动作示例</description>
<description xml:lang="zh_TW">自訂動作範例</description>
<startup-notify/>
<directories/>
</action>
</actions>
/usr/share/mint-configuration-xfce/Thunar/uca.xml
$ cat /usr/share/mint-configuration-xfce/Thunar/uca.xml
<?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="ca">Obre aquí un Terminal</name>
<name xml:lang="cs">Otevřít terminál zde</name>
<name xml:lang="de">Terminal hier öffnen</name>
<name xml:lang="el">Άνοιγμα τερματικού εδώ</name>
<name xml:lang="es">Abrir Terminal Aquí</name>
<name xml:lang="et">Ava siin terminal</name>
<name xml:lang="eu">Ireki Terminala Hemen</name>
<name xml:lang="fr">Ouvrir un terminal ici</name>
<name xml:lang="gl">Abrir terminal aquí</name>
<name xml:lang="hu">Terminál megnyitása itt</name>
<name xml:lang="it">Apri un terminale qui</name>
<name xml:lang="ja">ここで Terminal を開く</name>
<name xml:lang="ko">이 위치에서 터미널 열기</name>
<name xml:lang="nl">Open hier een terminal</name>
<name xml:lang="pl">Otwórz terminal tutaj</name>
<name xml:lang="pt_BR">Abrir Terminal Aqui</name>
<name xml:lang="pt_PT">Abrir Terminal Aqui</name>
<name xml:lang="ro">Deschide aici un terminal</name>
<name xml:lang="ru">Открыть терминал</name>
<name xml:lang="sv">Öppna terminal här</name>
<name xml:lang="tr">Terminali Buraya Aç</name>
<name xml:lang="uk">Відкрити термінал тут</name>
<command>exo-open --working-directory %f --launch TerminalEmulator</command>
<description>Open terminal in the selected folder</description>
<description xml:lang="ca">Obre un terminal a la carpeta seleccionada</description>
<description xml:lang="cs">Otevřít terminál ve vybrané složce</description>
<description xml:lang="de">Terminal im gewähltem Ordner öffnen</description>
<description xml:lang="el">Άνοιγμα τερματικό στον επιλεγμένο φάκελο</description>
<description xml:lang="es">Abrir terminal en la carpeta seleccionada</description>
<description xml:lang="et">Ava terminal valitud kaustas</description>
<description xml:lang="eu">Ireki terminala hautatutako karpetan</description>
<description xml:lang="fr">Ouvre un terminal dans le dossier sélectionné</description>
<description xml:lang="gl">Abrir o terminal no cartafol seleccionado</description>
<description xml:lang="hu">Kiválasztott könyvtár megnyitása terminálban</description>
<description xml:lang="it">Apri terminale nella cartella selezionata</description>
<description xml:lang="ja">端末で選択したフォルダを開く</description>
<description xml:lang="ko">선택한 폴더에서 터미널 열기</description>
<description xml:lang="nl">Terminal openen in de geselecteerde map</description>
<description xml:lang="pl">Otwórz terminal w wybranym katalogu</description>
<description xml:lang="pt_BR">Abrir o terminal na pasta seleccionada</description>
<description xml:lang="pt_PT">Abrir o terminal na pasta seleccionada</description>
<description xml:lang="ro">Deschideți Terminal-ul în dosarul selectat</description>
<description xml:lang="ru">Открыть терминал в выделенной папке</description>
<description xml:lang="sv">Öppna kommandotolk i markerad mapp</description>
<description xml:lang="tr">Seçilen klasörde terminal açın</description>
<description xml:lang="uk">Відкрити термінал в вибраній теці</description>
<directories/>
</action>
<action>
<icon>stock_open</icon>
<name>Open Folder as Root</name>
<name xml:lang="ca">Obre el directori com a root</name>
<name xml:lang="es">Abrir carpeta como root</name>
<name xml:lang="fr">Ouvrir le répertoire en tant qu'administrateur</name>
<name xml:lang="ja">rootでフォルダを開く</name>
<name xml:lang="it">Apri cartella come root</name>
<name xml:lang="pt_BR">Abrir pasta como administrador</name>
<name xml:lang="pt_PT">Abrir pasta como administrador</name>
<name xml:lang="sv">Öppna mapp som root</name>
<command>gksu Thunar %F</command>
<description>Opens folder in root thunar</description>
<description xml:lang="ca">Obre el directori al Thunar amb privilegis de root</description>
<description xml:lang="es">Abrir carpeta en Thunar con privilegios de root</description>
<description xml:lang="fr">Ouvre le répertoire dans Thunar avec les permissions du compte administrateur</description>
<description xml:lang="ja">フォルダをroot権限のThunarで開きます</description>
<description xml:lang="it">Apre la cartella in thunar con privilegi di root</description>
<description xml:lang="pt_BR">Abre uma pasta no thunar com privilégios de administrador</description>
<description xml:lang="pt_PT">Abrir pasta no thunar com previlégios de administrador</description>
<description xml:lang="sv">Öppnar mappen i Thunar med root-rättigheter</description>
<patterns>*</patterns>
<directories/>
</action>
<action>
<icon>emblem-symbolic-link</icon>
<name>Create Symlink</name>
<name xml:lang="ca">Crear enllaç</name>
<name xml:lang="es">Crear enlace</name>
<name xml:lang="fr">Créer un lien</name>
<name xml:lang="ja">リンクを作成</name>
<name xml:lang="it">Crea collegamento</name>
<name xml:lang="pt_BR">Criar atalho</name>
<name xml:lang="pt_PT">Criar ligação</name>
<name xml:lang="sv">Skapa genväg</name>
<command>ln -s %f 'Link to %n'</command>
<description>Creates a link to a folder or file</description>
<description xml:lang="ca">Crea un enllaç a un directori o fitxer</description>
<description xml:lang="es">Realiza un enlace hacia una carpeta o archivo</description>
<description xml:lang="fr">Crée un lien symbolique vers un répertoire ou un fichier</description>
<description xml:lang="ja">フォルダまたはファイルのリンクを作成します</description>
<description xml:lang="it">Crea un collegamento ad una cartella o ad un file</description>
<description xml:lang="pt_BR">Cria um atalho para a pasta ou arquivo</description>
<description xml:lang="pt_PT">Cria uma ligação a uma pasta ou um ficheiro</description>
<description xml:lang="sv">Gör en genväg till en mapp eller fil</description>
<patterns>*</patterns>
<directories/>
<other-files/>
</action>
<action>
<icon>gnome-run</icon>
<name>Check MD5</name>
<name xml:lang="ca">Comprovació MD5</name>
<name xml:lang="es">Suma de verificación MD5</name>
<name xml:lang="fr">Vérifier le MD5</name>
<name xml:lang="ja">MD5チェックサム</name>
<name xml:lang="it">Calcolo MD5</name>
<name xml:lang="pt_BR">Verificador MD5</name>
<name xml:lang="pt_PT">MD5 checksum</name>
<name xml:lang="sv">MD5-kontrollsumma</name>
<command>mint-md5sum %f</command>
<description>Computes MD5 checksum for the selected file.</description>
<description xml:lang="ca">Calcula la suma MD5 per al fitxer seleccionat.</description>
<description xml:lang="es">Comprobar la suma de verificación MD5 para el archivo seleccionado.</description>
<description xml:lang="fr">Calcule la signature MD5 pour le fichier sélectionné.</description>
<description xml:lang="ja">選択したファイルのMD5チェックサムを計算します</description>
<description xml:lang="it">Controlla la somma MD5 per il file selezionato.</description>
<description xml:lang="pt_PT">Executa MD5 checksum para o ficheiro seleccionado.</description>
<description xml:lang="pt_BR">Calcula o verificador MD5 do arquivo selecionado.</description>
<description xml:lang="sv">Räknar ut MD5-kontrollsumman för den valda filen.</description>
<patterns>*.iso;*.ISO</patterns>
<audio-files/>
<image-files/>
<other-files/>
<text-files/>
<video-files/>
</action>
<action>
<icon>media-optical</icon>
<name>Mount/Unmount ISO</name>
<name xml:lang="ca">Munta/Desmunta ISO</name>
<name xml:lang="es">Montar/Desmontar ISO</name>
<name xml:lang="es">Monter/Démonter ISO</name>
<name xml:lang="ja">ISOをマウント/アンマウント</name>
<name xml:lang="it">Monta/smonta ISO</name>
<name xml:lang="pt_BR">Montar/Desmontar ISO</name>
<name xml:lang="pt_PT">Montar/Desmontar ISO</name>
<name xml:lang="sv">Montera/Avmontera ISO</name>
<command>mountiso %f %n</command>
<description>Mount or Unmount ISO file.</description>
<description xml:lang="ca">Munta o desmunta un fitxer ISO.</description>
<description xml:lang="es">Monta o desmontar archivo ISO.</description>
<description xml:lang="fr">Monte ou démonte le fichier ISO.</description>
<description xml:lang="ja">ISOファイルをマウントまたはアンマウントします</description>
<description xml:lang="it">Monta o smonta un file ISO.</description>
<description xml:lang="pt_BR">Monta ou Desmonta um arquivo ISO.</description>
<description xml:lang="pt_PT">Montar ou desmontar ficheiro ISO.</description>
<description xml:lang="sv">Montera eller avmontera en ISO-fil.</description>
<patterns>*.iso;*.ISO</patterns>
<directories/>
<other-files/>
</action>
<action>
<icon>gtk-find</icon>
<name>Search</name>
<name xml:lang="ca">Cerca</name>
<name xml:lang="es">Buscar</name>
<name xml:lang="fr">Chercher</name>
<name xml:lang="ja">検索</name>
<name xml:lang="it">Cerca</name>
<name xml:lang="pt_BR">Procurar</name>
<name xml:lang="pt_PT">Procura</name>
<name xml:lang="sv">Sök</name>
<command>catfish --fileman=thunar --path=%f</command>
<description>Search this folder for files using Catfish</description>
<description xml:lang="ca">Cerca fitxers al directori fent servir Catfish</description>
<description xml:lang="es">Buscar archivos en esta carpeta mediante Catfish</description>
<description xml:lang="fr">Cherche dans ce dossier en utilisant Catfish</description>
<description xml:lang="ja">Catfishを使用してこのフォルダのファイルを検索します</description>
<description xml:lang="it">Cerca dei file in questa cartella usando Catfish</description>
<description xml:lang="pt_BR">Procura por arquivos nesta pasta usando o Catfish</description>
<description xml:lang="pt_PT">Procura nesta pasta por ficheiros que usem Catfish</description>
<description xml:lang="sv">Sök efter filer i den här mappen med Catfish</description>
<patterns>*</patterns>
<directories/>
</action>
<action>
<icon>fonts</icon>
<name>Install .ttf Font</name>
<name xml:lang="bg">Инсталиране на шрифт с разширение .ttf</name>
<name xml:lang="ca">Instal·lar fonts .ttf</name>
<name xml:lang="cs">Instalovat .ttf písmo</name>
<name xml:lang="de">Installiere .ttf Schriftart</name>
<name xml:lang="es">Instalar fuente .ttf</name>
<name xml:lang="fr">Installer les polices .ttf</name>
<name xml:lang="hr">Instaliraj .ttf font</name>
<name xml:lang="it">Installa font .ttf</name>
<name xml:lang="ja">.ttfフォントのインストール</name>
<name xml:lang="ko">.ttf 폰트 설치</name>
<name xml:lang="nl">Installeer .ttf lettertype</name>
<name xml:lang="pl">Instalacja czcionki .ttf</name>
<name xml:lang="pt_BR">Install .ttf font</name>
<name xml:lang="pt_PT">Instalar fontes .ttf</name>
<name xml:lang="sk">Inštalovať .ttf písmo</name>
<name xml:lang="sv">Installera .ttf typsnitt</name>
<name xml:lang="tr">.ttf fontu yükle</name>
<command>fontinstaller %f %n</command>
<description>Installs .ttf Fonts for the user or system</description>
<description xml:lang="bg">Инсталиране на шрифт с разширение .ttf за потребителя или цялата система</description>
<description xml:lang="cs">Instalovat .ttf písma pro uživatele nebo systém</description>
<description xml:lang="ca">Instal·la fonts .ttf per a l'usuari o el sistema</description>
<description xml:lang="de">Installiert .ttf Schriftart für den Benutzer oder systemweit</description>
<description xml:lang="es">Instala fuentes .ttf para el usuario o el sistema</description>
<description xml:lang="fr">Installer les polices .ttf pour l'utilisateur ou le système</description>
<description xml:lang="hr">Instaliraj .ttf font za korisnika ili za sistem</description>
<description xml:lang="it">Installare i Font .ttf per l'utente o nel sistema</description>
<description xml:lang="ja">.ttfフォントをユーザーまたはシステムにインストールします</description>
<description xml:lang="ko">.ttf 파일을 사용자 폰트나 시스템 폰트로 설치합니다</description>
<description xml:lang="nl">Installeert .ttf lettertypes voor de gebruiker of het systeem</description>
<description xml:lang="pl">Zainstaluj czcionki .ttf dla użytkownika lub systemu</description>
<description xml:lang="pt_BR">Instalar fonte .ttf</description>
<description xml:lang="pt_PT">Instalar fontes .ttf para o utilizador ou sistema</description>
<description xml:lang="sk">Inštalovať .ttf písma pre užívateľa alebo systém</description>
<description xml:lang="sv">Installerar .ttf typsnitt på användarnivå eller på systemnivå</description>
<description xml:lang="tr">Kullanıcı veya sistem için .ttf fontları yükler</description>
<patterns>*.ttf;*.TTF</patterns>
<other-files/>
</action>
</actions>
Offline
Lets try this first:
sudo mv /usr/etc/xdg/Thunar/uca.xml /usr/etc/xdg/Thunar/uca.xml.BAK
..and just to be sure, log out and back in again to see if it makes a difference.
Can you also post back:
ls -al /usr
...and:
ls -al /usr/etc
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
$ ls -al /usr
total 284
drwxr-xr-x 14 inukaze inukaze 4096 jun 22 00:32 ./
drwxr-xr-x 24 root root 4096 jul 30 05:27 ../
drwxr-xr-x 2 root root 126976 ago 1 07:55 bin/
drwxr-xr-x 3 root root 4096 jun 14 18:20 etc/
drwxr-xr-x 2 root root 4096 jul 29 12:45 games/
drwxr-xr-x 211 root root 20480 jul 31 01:27 include/
drwxr-xr-x 271 root root 65536 ago 1 07:09 lib/
drwxr-xr-x 5 root root 4096 jul 23 22:04 lib32/
drwxr-xr-x 2 root root 4096 jun 17 18:37 libexec/
drwxr-xr-x 3 root root 4096 jun 15 19:01 libx32/
drwxr-xr-x 11 root root 4096 jun 23 04:31 local/
drwxr-xr-x 2 root root 12288 jul 31 01:27 sbin/
drwxr-xr-x 537 inukaze inukaze 20480 ago 1 07:55 share/
drwxr-xr-x 7 root root 4096 jul 23 22:00 src/
$ ls -al /usr/etc
total 12
drwxr-xr-x 3 root root 4096 jun 14 18:20 ./
drwxr-xr-x 14 inukaze inukaze 4096 jun 22 00:32 ../
drwxr-xr-x 6 root root 4096 jun 14 18:34 xdg/
The Desktop Popup Menu , dont have changes.
I Think its better idea , i make a new user , just for test
something like
$ sudo adduser test
I think the problem are with my $HOME configs files.
Ok , the problem it not in my home xD
See the New Test user.
Last edited by inukaze (2014-08-01 14:26:23)
Offline
Something is not right with your /usr directory. First, /usr/share is owned by your user account, which is incorrect. It should be owned by root. Secondly, you have a /usr/etc directory which shouldn't be there. And finally, the /usr/etc/xdg/Thunar/uca.xml file is not part of the standard Mint install.
I notice that you have installed some Xfce development libraries (libthunarx-2-dev). Have you tried to manually build any component of Xfce?
Can you post back the results of these commands:
tree /usr/etc
...and:
tree -d /usr/share
..lets see what exactly is sitting there. You may need to install the tree program for it to work.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
$ tree /usr/etc
/usr/etc
└── xdg
├── autostart
│ ├── xfce4-power-manager.desktop
│ ├── xfsettingsd.desktop
│ └── xscreensaver.desktop
├── menus
│ ├── xfce-applications.menu
│ └── xfce-settings-manager.menu
├── Thunar
│ └── uca.xml.BAK
└── xfce4
├── helpers.rc
├── panel
│ └── default.xml
├── xfconf
│ └── xfce-perchannel-xml
│ ├── xfce4-keyboard-shortcuts.xml
│ ├── xfce4-session.xml
│ └── xsettings.xml
├── Xft.xrdb
└── xinitrc
8 directories, 13 files
[ inukaze | 01-08-2014 | 10:59 am ]
[~]$ tree -d /usr/share
/usr/share
├── accountsservice
│ └── interfaces
├── aclocal
├── aclocal-1.14
│ └── internal
├── acpi-support
├── adduser
├── adium
│ └── message-styles
│ └── ubuntu.AdiumMessageStyle
│ └── Contents
│ └── Resources
│ ├── balloons
│ ├── corners
│ ├── images
│ ├── Incoming
│ └── Outgoing
├── ADM_scripts
│ ├── auto
│ │ └── Optical Disc
│ └── video
├── aegisub
│ └── automation
│ ├── autoload
│ └── include
├── akonadi
│ └── agents
├── alien
│ └── patches
├── alsa
│ ├── alsa.conf.d
│ ├── cards
│ │ └── SI7018
│ ├── init
│ ├── pcm
│ ├── speaker-test
│ └── ucm
│ ├── apq8064-tabla-snd-card
│ ├── DAISY-I2S
│ ├── Manta-I2S
│ ├── Manta-SPDIF
│ ├── PandaBoard
│ ├── PandaBoardES
│ ├── SDP4430
│ ├── tegraalc5632
│ ├── tegra-rt5640
│ └── Tuna
├── alsa-base
├── alsa-source
├── ant
│ ├── bin
│ ├── etc
│ │ └── checkstyle
│ └── lib
├── anthy
│ ├── calctrans
│ ├── depgraph
│ └── dic
├── antimicro
│ └── translations
├── appdata
├── app-install
│ └── desktop
├── application-registry
├── applications
│ ├── kde4
│ └── screensavers
├── apport
│ └── package-hooks
├── apps
│ ├── grooveoff
│ │ ├── resources
│ │ └── translations
│ ├── kdm
│ │ └── sessions
│ ├── konqueror
│ │ └── servicemenus
│ └── konsole
├── apt
├── aptitude
├── apturl
├── apt-xapian-index
│ ├── aliases
│ └── plugins
├── archey
├── ario
│ ├── art
│ ├── data
│ ├── plugins
│ │ └── icons
│ └── ui
├── asciidoc
│ ├── icons
│ │ └── callouts
│ ├── images
│ │ └── icons -> ../icons
│ ├── javascripts
│ └── stylesheets -> /etc/asciidoc/stylesheets
├── aseprite
│ └── data
│ ├── fonts
│ ├── icons
│ ├── palettes
│ ├── skins
│ │ └── default
│ └── widgets
├── aspell
├── atril
│ └── icons
│ └── hicolor
│ ├── 16x16
│ │ ├── actions
│ │ └── mimetypes
│ ├── 22x22
│ │ ├── actions
│ │ └── mimetypes
│ ├── 24x24
│ │ ├── actions
│ │ └── mimetypes
│ ├── 32x32
│ │ ├── actions
│ │ └── mimetypes
│ ├── 48x48
│ │ └── actions
│ └── scalable
│ ├── actions
│ └── mimetypes
├── audacious -> /media/Compartido/.Linux/usr/share/audacious
├── autoconf
│ ├── autoconf
│ ├── Autom4te
│ ├── autoscan
│ ├── autotest
│ └── m4sugar
├── automake-1.14
│ ├── am
│ └── Automake
├── autostart
├── avahi
├── avconv
├── avidemux
│ └── i18n
├── awesome
│ └── lib
│ ├── flaw
│ │ ├── luadoc
│ │ │ └── doclet
│ │ │ └── html
│ │ └── tests
│ ├── obvious
│ │ ├── basic_mpd
│ │ ├── battery
│ │ ├── bluetooth
│ │ ├── clock
│ │ ├── cpu
│ │ ├── fs_usage
│ │ ├── gps
│ │ ├── io
│ │ ├── keymap_switch
│ │ ├── lib
│ │ │ ├── hooks
│ │ │ ├── mpd
│ │ │ └── widget
│ │ ├── loadavg
│ │ ├── mem
│ │ ├── net
│ │ ├── popup_run_prompt
│ │ ├── temp_info
│ │ ├── umts
│ │ ├── volume_alsa
│ │ ├── volume_freebsd
│ │ └── wlan
│ ├── revelation
│ ├── shifty
│ └── vicious
│ ├── contrib
│ └── widgets
├── awk
├── backgrounds -> /media/Compartido/.Linux/usr/share/backgrounds
├── base-files
├── base-passwd
├── bash-completion
│ ├── completions
│ └── helpers
├── bcop
├── binfmts
├── blackbox
│ └── styles
├── bleachbit
│ ├── bleachbit
│ └── cleaners
├── bluegriffon
│ ├── chrome
│ │ └── icons
│ │ └── default
│ ├── components
│ ├── defaults
│ │ ├── autoconfig
│ │ ├── pref
│ │ └── profile
│ ├── dictionaries
│ ├── distribution
│ │ └── extensions
│ ├── hyphenation
│ ├── modules
│ │ ├── accessibility
│ │ ├── commonjs
│ │ │ ├── method
│ │ │ │ └── test
│ │ │ ├── sdk
│ │ │ │ ├── addon
│ │ │ │ ├── browser
│ │ │ │ ├── console
│ │ │ │ ├── content
│ │ │ │ ├── core
│ │ │ │ ├── deprecated
│ │ │ │ │ ├── events
│ │ │ │ │ └── traits
│ │ │ │ ├── dom
│ │ │ │ │ └── events
│ │ │ │ ├── event
│ │ │ │ ├── frame
│ │ │ │ ├── io
│ │ │ │ ├── keyboard
│ │ │ │ ├── l10n
│ │ │ │ ├── lang
│ │ │ │ ├── loader
│ │ │ │ ├── net
│ │ │ │ ├── page-mod
│ │ │ │ ├── panel
│ │ │ │ ├── passwords
│ │ │ │ ├── platform
│ │ │ │ ├── preferences
│ │ │ │ ├── private-browsing
│ │ │ │ │ └── window
│ │ │ │ ├── system
│ │ │ │ ├── tab
│ │ │ │ ├── tabs
│ │ │ │ ├── test
│ │ │ │ ├── util
│ │ │ │ ├── view
│ │ │ │ ├── window
│ │ │ │ └── windows
│ │ │ └── toolkit
│ │ ├── devtools
│ │ ├── identity
│ │ ├── osfile
│ │ ├── services-common
│ │ └── services-crypto
│ └── res
│ ├── cm2
│ ├── dtd
│ ├── entityTables
│ ├── fonts
│ └── html
├── bombono
│ └── resources
│ ├── bmd-icons
│ ├── button
│ ├── copy-n-paste
│ │ └── HelixPlayer_Activity-watch-listen
│ ├── emblems
│ │ └── tmp
│ ├── frames
│ │ ├── cell
│ │ ├── classic
│ │ ├── classic.old
│ │ ├── flourish
│ │ ├── gradient
│ │ ├── ogradient
│ │ ├── oval
│ │ ├── pop.blue
│ │ ├── pop.dark
│ │ ├── pop.mint
│ │ ├── pop.red
│ │ ├── pop.yellow
│ │ ├── rect
│ │ ├── roundrect
│ │ ├── samples
│ │ ├── shadow
│ │ ├── shadow2
│ │ ├── shadow_and_white
│ │ ├── slide
│ │ ├── small.yellow
│ │ ├── small.yellow2
│ │ ├── soft.frame
│ │ ├── stonerect
│ │ ├── timber
│ │ └── timber2
│ ├── icons
│ └── scons_authoring
├── brltty
│ └── initramfs
├── browserscripts
│ └── scripts
├── bug
│ ├── alsa-base
│ ├── alsa-source
│ ├── apache2-bin
│ ├── apt
│ ├── bash-completion
│ ├── binutils
│ ├── burg
│ ├── burg-common
│ ├── burg-pc
│ ├── cdda2wav
│ ├── cron
│ ├── cups
│ ├── devscripts
│ ├── dmraid
│ ├── docbook-xsl
│ ├── evolution-data-server
│ ├── file
│ ├── fonts-droid
│ ├── fonts-liberation
│ ├── fonts-opensymbol
│ ├── fonts-sil-abyssinica
│ ├── fonts-sil-andika
│ ├── fonts-sil-gentium-basic
│ ├── fonts-sil-padauk
│ ├── gnupg
│ ├── grub2-common
│ ├── grub-common
│ ├── grub-pc
│ ├── grub-pc-bin
│ ├── grub-theme-starfield
│ ├── hplip
│ ├── initramfs-tools
│ ├── libegl1-mesa
│ ├── libegl1-mesa-dev
│ ├── libegl1-mesa-drivers
│ ├── libgbm1
│ ├── libgl1-mesa-dev
│ ├── libgl1-mesa-dri
│ ├── libgl1-mesa-glx
│ ├── libglapi-mesa
│ ├── libgles2-mesa
│ ├── libgles2-mesa-dev
│ ├── libmagic1
│ ├── libopenvg1-mesa
│ ├── libosmesa6
│ ├── libreoffice
│ ├── libreoffice-avmedia-backend-gstreamer
│ ├── libreoffice-base
│ ├── libreoffice-base-core
│ ├── libreoffice-base-drivers
│ ├── libreoffice-calc
│ ├── libreoffice-common
│ ├── libreoffice-core
│ ├── libreoffice-draw
│ ├── libreoffice-emailmerge
│ ├── libreoffice-gnome
│ ├── libreoffice-gtk
│ ├── libreoffice-impress
│ ├── libreoffice-java-common
│ ├── libreoffice-math
│ ├── libreoffice-mysql-connector
│ ├── libreoffice-ogltrans
│ ├── libreoffice-pdfimport
│ ├── libreoffice-presentation-minimizer
│ ├── libreoffice-report-builder-bin
│ ├── libreoffice-sdbc-firebird
│ ├── libreoffice-sdbc-hsqldb
│ ├── libreoffice-sdbc-postgresql
│ ├── libreoffice-style-oxygen
│ ├── libreoffice-writer
│ ├── libvlc5 -> libvlccore7
│ ├── libvlccore7
│ ├── libwayland-egl1-mesa
│ ├── libxatracker2
│ ├── logrotate
│ ├── man-db
│ ├── menu
│ ├── mesa-common-dev
│ ├── midori
│ ├── mime-support
│ ├── php5-cgi
│ ├── php5-cli
│ ├── php5-common
│ ├── php5-mysql
│ ├── printer-driver-hpcups
│ ├── procps
│ ├── python3-uno
│ ├── python-pygame
│ ├── scim
│ ├── tex-common
│ ├── texlive-base
│ ├── texlive-latex-base
│ ├── totem
│ ├── uno-libs3
│ ├── ure
│ ├── usb-modeswitch-data
│ ├── vim-tiny
│ ├── vlc -> vlc-nox
│ ├── vlc-nox -> libvlccore7
│ ├── vlc-plugin-notify -> vlc-nox
│ ├── vlc-plugin-pulse -> vlc-nox
│ ├── vlc-plugin-sdl -> vlc-nox
│ ├── vlc-plugin-svg -> vlc-nox
│ ├── xorg
│ ├── xserver-xorg
│ ├── xserver-xorg-core
│ ├── xserver-xorg-input-evdev
│ ├── xserver-xorg-input-mouse
│ ├── xserver-xorg-input-synaptics
│ ├── xserver-xorg-input-vmmouse
│ ├── xserver-xorg-input-void
│ ├── xserver-xorg-video-ati
│ ├── xserver-xorg-video-cirrus
│ ├── xserver-xorg-video-dummy
│ ├── xserver-xorg-video-fbdev
│ ├── xserver-xorg-video-intel
│ ├── xserver-xorg-video-mach64
│ ├── xserver-xorg-video-mga
│ ├── xserver-xorg-video-modesetting
│ ├── xserver-xorg-video-neomagic
│ ├── xserver-xorg-video-nouveau
│ ├── xserver-xorg-video-openchrome
│ ├── xserver-xorg-video-qxl
│ ├── xserver-xorg-video-r128
│ ├── xserver-xorg-video-radeon
│ ├── xserver-xorg-video-s3
│ ├── xserver-xorg-video-savage
│ ├── xserver-xorg-video-siliconmotion
│ ├── xserver-xorg-video-sis
│ ├── xserver-xorg-video-sisusb
│ ├── xserver-xorg-video-tdfx
│ ├── xserver-xorg-video-trident
│ ├── xserver-xorg-video-vesa
│ └── xserver-xorg-video-vmware
├── build-essential
├── burg
│ └── default
├── ca-certificates
│ ├── mozilla
│ └── spi-inc.org
├── ca-certificates-java
├── cairo-dock
│ ├── explosion
│ ├── gauges
│ │ ├── Battery
│ │ ├── Battery-Mono
│ │ ├── Sound-Mono
│ │ ├── Turbo-night-fuel
│ │ └── Wifi_default
│ ├── icons
│ ├── images
│ ├── plug-ins
│ │ ├── AlsaMixer
│ │ ├── Animated-icons
│ │ ├── Cairo-Penguin
│ │ │ └── themes
│ │ │ └── Classic
│ │ ├── Clipper
│ │ ├── clock
│ │ │ ├── digital
│ │ │ │ └── default
│ │ │ └── themes
│ │ │ └── default
│ │ ├── Composite-Manager
│ │ ├── Dbus
│ │ ├── desklet-rendering
│ │ ├── dialog-rendering
│ │ ├── dnd2share
│ │ ├── drop-indicator
│ │ ├── dustbin
│ │ │ └── themes
│ │ │ └── default
│ │ ├── Folders
│ │ ├── GMenu
│ │ ├── gnome-integration
│ │ ├── Help
│ │ ├── icon-effect
│ │ ├── illusion
│ │ ├── Impulse
│ │ ├── Indicator-Generic
│ │ ├── kde-integration
│ │ ├── keyboard-indicator
│ │ ├── logout
│ │ ├── mail
│ │ │ └── themes
│ │ │ └── Default
│ │ ├── Messaging-Menu
│ │ ├── motion-blur
│ │ ├── musicPlayer
│ │ │ └── themes
│ │ │ └── cd_box_simple
│ │ ├── netspeed
│ │ ├── powermanager
│ │ ├── quick_browser
│ │ ├── Recent-Events
│ │ ├── Remote-Control
│ │ ├── rendering
│ │ ├── RSSreader
│ │ ├── Screenshot
│ │ ├── shared-files
│ │ │ ├── images
│ │ │ └── scripts
│ │ ├── shortcuts
│ │ ├── showDesktop
│ │ ├── show_mouse
│ │ ├── slider
│ │ ├── Sound-Effects
│ │ ├── stack
│ │ ├── Status-Notifier
│ │ ├── switcher
│ │ ├── System-monitor
│ │ ├── systray
│ │ ├── terminal
│ │ ├── tomboy
│ │ ├── Toons
│ │ │ └── themes
│ │ │ └── Classic
│ │ ├── weather
│ │ │ └── themes
│ │ │ └── Classic
│ │ ├── weblets
│ │ ├── wifi
│ │ ├── xfce-integration
│ │ └── Xgamma
│ ├── scripts
│ └── themes
│ ├── Default-Panel
│ │ ├── images
│ │ ├── launchers
│ │ └── plug-ins
│ │ ├── AlsaMixer
│ │ ├── Animated-icons
│ │ ├── Calendar
│ │ ├── Clipper
│ │ ├── clock
│ │ ├── dialog-rendering
│ │ ├── dnd2share
│ │ ├── drop_indicator
│ │ ├── GMenu
│ │ ├── Help
│ │ ├── icon-effect
│ │ ├── illusion
│ │ ├── Indicator-Generic
│ │ ├── logout
│ │ ├── Messaging-Menu
│ │ ├── musicPlayer
│ │ ├── netspeed
│ │ ├── powermanager
│ │ ├── quick-browser
│ │ ├── Recent-Events
│ │ ├── rendering
│ │ ├── shortcuts
│ │ ├── showDesktop
│ │ ├── Status-Notifier
│ │ └── switcher
│ └── Default-Single
│ ├── images
│ ├── launchers
│ └── plug-ins
│ ├── Animated-icons
│ ├── Clipper
│ ├── Dbus
│ ├── dialog-rendering
│ ├── dnd2share
│ ├── GMenu
│ ├── icon-effect
│ ├── illusion
│ ├── logout
│ ├── musicPlayer
│ ├── quick-browser
│ ├── Recent-Events
│ ├── rendering
│ ├── shortcuts
│ ├── showDesktop
│ ├── stack
│ └── switcher
├── caja
│ ├── patterns
│ └── ui
├── caja-dropbox
│ └── emblems
├── caja-extensions
├── calendar
├── canna
├── casper
├── catfish
│ ├── bin
│ │ └── __pycache__
│ ├── catfish
│ │ └── __pycache__
│ ├── catfish_lib
│ │ └── __pycache__
│ ├── data
│ │ └── ui
│ └── locale -> ../locale
├── ccsm
│ ├── icons
│ │ └── hicolor
│ │ ├── 22x22
│ │ │ ├── categories
│ │ │ ├── devices
│ │ │ └── mimetypes
│ │ └── scalable
│ │ ├── apps
│ │ └── categories
│ └── images
├── cdbs
│ └── 1
│ └── class
├── cdrdao
├── cinnamon-background-properties
├── cli-common
│ ├── packages.d
│ ├── policies.d
│ │ ├── libgdata2.1-cil
│ │ ├── libglib2.0-cil
│ │ └── libgtk2.0-cil
│ └── runtimes.d
├── cmake
│ └── SharedDesktopOntologies
├── cmake-2.8
│ ├── completions
│ ├── editors
│ │ ├── emacs
│ │ └── vim
│ ├── include
│ ├── Modules
│ │ ├── CMakeAddFortranSubdirectory
│ │ ├── Compiler
│ │ ├── CompilerId
│ │ ├── FindCUDA
│ │ ├── FortranCInterface
│ │ │ └── Verify
│ │ ├── IntelVSImplicitPath
│ │ └── Platform
│ └── Templates
├── cmus
├── codeblocks
│ ├── compilers
│ ├── icons
│ ├── images
│ │ ├── 16x16
│ │ ├── codecompletion
│ │ ├── codesnippets
│ │ ├── DoxyBlocks
│ │ │ └── 16x16
│ │ ├── settings
│ │ ├── ThreadSearch
│ │ │ ├── 16x16
│ │ │ └── 22x22
│ │ └── wxsmith
│ ├── lexers
│ ├── lib_finder
│ ├── scripts
│ ├── SpellChecker
│ └── templates
│ └── wizard
│ ├── arm
│ │ └── files
│ │ ├── ARM-eval7t
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ ├── ek-at91sam7a3
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ ├── lpd-lh7a404
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ ├── olimex-at91sam7sx
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ ├── olimex-lpc213x
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ ├── phyCORE-AT91M55800
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ ├── phyCORE-LPC2294
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ └── phyCORE-PXA255
│ │ ├── h
│ │ ├── ld
│ │ └── src
│ ├── avr
│ │ └── files
│ ├── c_file
│ ├── console
│ │ ├── c
│ │ └── cpp
│ ├── d
│ │ └── console
│ ├── directx
│ │ ├── dx8
│ │ └── dx9
│ ├── dll
│ │ └── files
│ ├── empty
│ ├── empty_file
│ ├── fltk
│ │ ├── files
│ │ └── fluid
│ ├── fortran
│ │ ├── app
│ │ │ └── files
│ │ ├── dll
│ │ │ └── files
│ │ ├── file
│ │ └── lib
│ │ └── files
│ ├── glfw
│ │ └── files
│ ├── glut
│ │ └── files
│ ├── gtk
│ │ └── files
│ ├── h_file
│ ├── irrlicht
│ │ └── files
│ ├── lf
│ │ └── files
│ │ ├── quick
│ │ └── structured
│ ├── matlab_csf
│ │ └── files
│ ├── mcs51
│ │ └── files
│ ├── ogre
│ │ └── files
│ ├── opencv
│ │ └── files
│ ├── opengl
│ │ ├── files_unix
│ │ └── files_win
│ ├── plugins
│ │ └── templates
│ ├── ppc
│ │ └── files
│ │ ├── MPC5200
│ │ │ ├── h
│ │ │ ├── ld
│ │ │ └── src
│ │ └── MPC565
│ │ ├── h
│ │ ├── ld
│ │ └── src
│ ├── qt4
│ │ └── files
│ ├── sdl
│ │ └── files
│ ├── sfml
│ │ ├── sfml1
│ │ └── sfml2
│ ├── sharedlib
│ │ ├── c
│ │ └── cpp
│ ├── smartwin
│ │ └── files
│ ├── staticlib
│ │ └── files
│ ├── stlport
│ │ └── files
│ ├── sys
│ │ └── files
│ ├── tricore
│ │ └── templates
│ │ ├── EasyKit-TC1767
│ │ ├── EasyRun-TC1796
│ │ │ ├── h
│ │ │ └── src
│ │ ├── phyCORE-TC1130
│ │ │ ├── h
│ │ │ └── src
│ │ ├── phyCORE-TC1775
│ │ │ ├── h
│ │ │ └── src
│ │ ├── TriBoard-TC1130
│ │ │ ├── h
│ │ │ └── src
│ │ ├── TriBoard-TC1161
│ │ ├── TriBoard-TC1162
│ │ ├── TriBoard-TC1762
│ │ ├── TriBoard-TC1765
│ │ │ ├── h
│ │ │ └── src
│ │ ├── TriBoard-TC1766
│ │ ├── TriBoard-TC1775
│ │ │ ├── h
│ │ │ └── src
│ │ ├── TriBoard-TC1792
│ │ │ ├── h
│ │ │ └── src
│ │ ├── TriBoard-TC1796
│ │ │ ├── h
│ │ │ └── src
│ │ ├── TriBoard-TC1797
│ │ │ ├── h
│ │ │ └── src
│ │ └── TriBoard-TC1920
│ │ ├── h
│ │ └── src
│ ├── win32gui
│ │ └── files
│ │ ├── dialog
│ │ └── frame
│ └── wxwidgets
│ ├── common
│ ├── pch
│ ├── rc
│ ├── wxfb
│ │ ├── dialog
│ │ └── frame
│ └── wxsmith
├── color
│ └── icc
│ └── colord
├── colord
│ ├── icons
│ └── ti1
├── command-not-found
│ ├── data
│ └── programs.d
├── common-licenses
├── common-lisp
│ ├── source
│ │ ├── clsql
│ │ │ └── sql
│ │ ├── clsql-mysql
│ │ │ └── db-mysql
│ │ ├── clsql-odbc
│ │ │ └── db-odbc
│ │ ├── clsql-postgresql
│ │ │ └── db-postgresql
│ │ ├── clsql-uffi
│ │ │ └── uffi
│ │ └── uffi
│ │ └── src
│ └── systems
├── compiz
│ ├── cmake
│ │ └── plugin_extensions
│ ├── cube
│ │ └── images
│ ├── cubeaddon
│ │ └── images
│ ├── mag
│ │ └── images
│ │ ├── Gnome
│ │ └── Oxygen
│ ├── notification
│ │ └── images
│ ├── scale
│ │ └── images
│ ├── showmouse
│ │ └── images
│ ├── splash
│ │ └── images
│ └── xslt
├── compizconfig
│ └── upgrades
├── conky-manager
│ ├── images
│ └── themepacks
├── consolefonts
├── console-setup
├── consoletrans
├── cowsay
│ └── cows
├── crypto++
│ ├── TestData
│ └── TestVectors
├── csound
│ └── hrtf
├── cups
│ ├── banners
│ ├── charsets
│ ├── data
│ ├── doc-root
│ │ ├── ca
│ │ ├── cs
│ │ ├── de
│ │ ├── es
│ │ ├── fr
│ │ ├── help
│ │ ├── images
│ │ ├── it
│ │ ├── ja
│ │ └── ru
│ ├── drv
│ ├── examples
│ ├── fonts
│ ├── ipptool
│ ├── locale
│ │ ├── ca
│ │ ├── cs
│ │ ├── de
│ │ ├── es
│ │ ├── fr
│ │ ├── it
│ │ ├── ja
│ │ └── ru
│ ├── mime
│ ├── model
│ ├── ppdc
│ ├── ppd-updaters
│ ├── profiles
│ ├── templates
│ │ ├── ca
│ │ ├── cs
│ │ ├── de
│ │ ├── es
│ │ ├── fr
│ │ ├── it
│ │ ├── ja
│ │ └── ru
│ └── usb
├── dbus-1
│ ├── interfaces
│ │ └── org.kde.Phonon4Qt5.AudioOutput.xml
│ ├── services
│ └── system-services
├── debconf
├── debhelper
│ └── autoscripts
├── debianutils
├── desktop-directories
├── devscripts
│ └── Devscripts
├── dh-python
│ ├── dhpython
│ │ ├── build
│ │ │ └── __pycache__
│ │ └── __pycache__
│ └── dist
├── dict
├── dictionaries-common
├── directfb-1.2.10
├── djvu
│ ├── osi
│ │ ├── cs
│ │ ├── de
│ │ ├── en
│ │ ├── fr
│ │ ├── ja
│ │ └── zh
│ └── pubtext
├── doc
│ ├── abuse
│ ├── abuse-lib
│ ├── abuse-sfx
│ ├── accountsservice
│ ├── acetoneiso
│ ├── acl
│ ├── acpid
│ │ └── examples
│ ├── acpi-support
│ ├── add-apt-key
│ ├── adduser
│ │ └── examples
│ │ └── adduser.local.conf.examples
│ │ ├── skel
│ │ └── skel.other
│ ├── adium-theme-ubuntu
│ ├── adobe-flashplugin
│ ├── adobe-flash-properties-gtk
│ ├── adplug-utils
│ ├── aegisub
│ ├── aegisub-l10n -> aegisub
│ ├── akonadi-backend-mysql
│ ├── akonadi-server
│ ├── alien
│ ├── alsa-base
│ │ └── driver
│ ├── alsa-firmware-loaders
│ │ ├── hdsploader
│ │ ├── mixartloader
│ │ ├── pcxhrloader
│ │ ├── sb16_csp
│ │ ├── usx2yloader
│ │ └── vxloader
│ ├── alsa-oss
│ ├── alsaplayer-alsa
│ ├── alsaplayer-daemon
│ ├── alsaplayer-text
│ ├── alsa-source
│ ├── alsa-tools
│ │ ├── as10k1
│ │ ├── examples
│ │ ├── hda-verb
│ │ └── seq
│ │ └── sbiload
│ ├── alsa-utils
│ ├── anacron
│ ├── ant
│ ├── anthy
│ ├── anthy-common
│ ├── antimicro
│ ├── antlr3
│ ├── ant-optional
│ ├── apache2-bin
│ ├── apg
│ ├── apt
│ │ └── examples
│ ├── apt-clone
│ ├── aptdaemon
│ ├── aptdaemon-data
│ ├── aptitude
│ │ └── examples
│ ├── aptitude-common
│ ├── apt-transport-https
│ ├── apturl
│ ├── apturl-common
│ ├── apt-utils
│ │ └── examples
│ ├── apt-xapian-index
│ │ └── examples
│ │ └── ruby
│ ├── archdetect-deb
│ ├── archivemount
│ ├── aria2
│ │ ├── bash_completion
│ │ └── xmlrpc
│ ├── ario
│ ├── ario-common
│ ├── arj
│ ├── ascii
│ ├── ascii2binary
│ ├── asciidoc
│ │ ├── doc
│ │ │ └── images -> ../../../asciidoc/images
│ │ ├── examples
│ │ │ └── website
│ │ │ └── images -> ../../../../asciidoc/images
│ │ └── images
│ │ └── icons -> ../../../asciidoc/icons
│ ├── aseprite
│ │ └── files
│ ├── aspectj
│ ├── aspell
│ ├── aspell-en
│ ├── at
│ ├── atari800
│ ├── atril
│ ├── atril-common
│ ├── at-spi2-core
│ ├── audacious
│ ├── audacious-dev
│ ├── audacious-dumb
│ ├── audacious-plugins
│ ├── audacious-plugins-data
│ ├── autoconf
│ ├── automake
│ ├── automoc
│ ├── autopoint
│ ├── autotools-dev
│ ├── autotrace
│ ├── avahi-autoipd
│ ├── avahi-daemon
│ │ └── examples
│ ├── avahi-utils
│ ├── avidemux
│ ├── avidemux-cli
│ ├── avidemux-common
│ ├── avidemux-plugins-cli
│ ├── avidemux-plugins-common
│ ├── avidemux-plugins-gtk
│ ├── avidemux-plugins-qt
│ ├── avidemux-qt
│ ├── awesome-extra
│ │ └── examples
│ ├── bamfdaemon
│ ├── baobab
│ ├── base-files
│ ├── base-passwd
│ ├── bash
│ ├── bash-completion
│ ├── bbrun
│ ├── bc
│ │ └── examples
│ ├── bind9-host
│ ├── binfmt-support
│ ├── binutils
│ │ ├── bfd
│ │ ├── gas
│ │ ├── gprof
│ │ └── ld
│ ├── blackbox
│ ├── bleachbit
│ │ └── examples
│ ├── blubuntu-theme
│ ├── bluegriffon
│ ├── bluegriffon-data
│ ├── bluetooth
│ ├── bluez
│ │ └── examples
│ ├── bluez-alsa
│ ├── bluez-cups
│ ├── bluez-gstreamer
│ ├── bombono-dvd
│ ├── bombono-dvd-data
│ ├── breathe-icon-theme
│ ├── brltty
│ │ ├── English
│ │ ├── examples
│ │ └── French
│ ├── bsdmainutils
│ ├── bsdutils
│ ├── bsh
│ ├── build-essential
│ ├── burg
│ ├── burg-common
│ │ └── examples
│ ├── burg-emu
│ ├── burg-pc
│ │ └── examples
│ ├── burg-themes
│ ├── burg-themes-common
│ ├── busybox-initramfs
│ ├── busybox-static
│ │ └── examples
│ │ └── udhcp
│ ├── bzip2
│ ├── cabextract
│ ├── ca-certificates
│ │ └── examples
│ │ └── ca-certificates-local
│ │ ├── debian
│ │ │ └── source
│ │ └── local
│ ├── ca-certificates-java
│ ├── cairo-dock
│ ├── cairo-dock-core
│ ├── cairo-dock-data
│ ├── cairo-dock-plug-ins
│ ├── cairo-dock-plug-ins-data
│ ├── cairo-dock-plug-ins-dbus-interface-python
│ ├── cairo-dock-plug-ins-integration
│ ├── cairo-perf-utils
│ ├── caja
│ ├── caja-common
│ ├── caja-dropbox
│ ├── caja-extensions-common
│ ├── caja-gksu
│ ├── caja-image-converter
│ ├── caja-open-terminal
│ ├── caja-sendto
│ ├── caja-share
│ ├── cardapio
│ ├── cardapio-docky
│ ├── cardapio-gnomepanel
│ ├── cardapio-matepanel
│ ├── casper
│ ├── catfish
│ ├── cdemu-daemon
│ ├── cdrdao
│ │ └── examples
│ │ ├── psxcopy-0.2
│ │ └── wav2dao
│ ├── chameleon-cursor-theme
│ ├── check-mk-livestatus
│ ├── cifs-utils
│ ├── cinnamon-themes
│ ├── clearlooks-phenix-theme
│ ├── cli-common
│ │ └── cli-policy.html
│ ├── clojure1.4
│ ├── cl-sql
│ │ ├── examples
│ │ │ └── sqlite3
│ │ │ └── init-func
│ │ └── html
│ ├── cl-sql-mysql
│ ├── cl-sql-odbc
│ ├── cl-sql-postgresql
│ ├── cl-sql-uffi
│ ├── cl-uffi
│ │ ├── examples
│ │ └── html
│ ├── cmake -> cmake-data
│ ├── cmake-data
│ ├── cmatrix
│ ├── cmatrix-xfont
│ ├── cmus
│ │ ├── contrib
│ │ └── examples
│ ├── cmus-plugin-ffmpeg
│ ├── codeblocks
│ ├── codeblocks-common
│ ├── codeblocks-contrib
│ ├── codeblocks-dev
│ ├── colord
│ ├── comerr-dev -> libcomerr2
│ ├── command-not-found
│ ├── command-not-found-data
│ ├── community-themes
│ ├── compass-icon-theme
│ ├── compass-icon-theme-kde
│ ├── compiz
│ ├── compizconfig-backend-gconf
│ ├── compizconfig-settings-manager
│ ├── compiz-core
│ ├── compiz-dev
│ ├── compiz-fusion-bcop
│ ├── compiz-gnome
│ ├── compiz-plugins
│ ├── compiz-plugins-default
│ ├── compiz-plugins-extra
│ ├── compiz-plugins-main
│ ├── compiz-plugins-main-default
│ ├── compiz-plugins-main-dev
│ ├── conky
│ ├── conky-all
│ ├── conky-manager
│ ├── conkywizard
│ ├── consolekit
│ ├── console-setup
│ │ └── examples
│ ├── convert-pgn
│ ├── coreutils
│ ├── cowsay
│ │ └── examples
│ ├── cpio
│ ├── cpp
│ ├── cpp-4.8 -> gcc-4.8-base
│ ├── cpufrequtils
│ │ └── examples
│ ├── cracklib-runtime
│ ├── crda
│ ├── cron
│ │ └── examples
│ ├── cryptsetup
│ │ └── examples
│ ├── cryptsetup-bin
│ ├── csound-data
│ ├── cups
│ │ ├── examples
│ │ └── online-docs -> ../../cups/doc-root
│ ├── cups-browsed
│ ├── cups-bsd -> libcups2
│ ├── cups-client
│ ├── cups-common
│ ├── cups-core-drivers
│ ├── cups-daemon
│ ├── cups-filters
│ ├── cups-filters-core-drivers
│ ├── cups-pk-helper
│ ├── cups-ppdc
│ ├── cups-server-common
│ ├── curl
│ ├── dash
│ ├── dbus
│ ├── dbus-x11
│ ├── dc
│ │ └── examples
│ ├── dconf-cli
│ ├── dconf-gsettings-backend
│ ├── dconf-service
│ ├── dctrl-tools
│ ├── debconf
│ ├── debconf-i18n -> debconf
│ ├── debconf-utils -> debconf
│ ├── debhelper
│ │ └── examples
│ ├── debian-goodies
│ ├── debianutils
│ ├── debugedit
│ ├── deejayd-xine
│ ├── default-jre -> default-jre-headless
│ ├── default-jre-headless
│ ├── deluge
│ ├── deluge-common
│ ├── deluged
│ ├── deluge-gtk
│ ├── deluge-torrent
│ ├── deluge-web
│ ├── deluge-webui
│ ├── desktop-file-utils
│ ├── desmume
│ ├── devscripts
│ │ └── examples
│ ├── dh-apparmor
│ ├── dh-python
│ ├── dialog
│ │ └── examples
│ ├── dictionaries-common
│ ├── diffstat
│ ├── diffutils
│ ├── dizzy
│ ├── dkms
│ │ └── examples
│ ├── dmidecode
│ ├── dmraid
│ ├── dmsetup
│ │ └── examples
│ ├── dmz-cursor-theme
│ ├── dnsmasq-base
│ │ └── examples
│ ├── dnsutils
│ ├── doc-base
│ │ └── doc-base.html
│ ├── docbook
│ │ └── examples
│ ├── docbook-dsssl
│ ├── docbook-to-man
│ ├── docbook-xml
│ │ └── examples
│ ├── docbook-xsl
│ │ └── examples
│ ├── dockbarx
│ ├── dockbarx-applet-all
│ ├── dockbarx-applet-appindicator
│ ├── dockbarx-applet-battery-status
│ ├── dockbarx-applet-cardapio
│ ├── dockbarx-applet-clock
│ ├── dockbarx-applet-hello-world
│ ├── dockbarx-applet-namebar
│ ├── dockbarx-applet-volume-control
│ ├── dockbarx-common
│ ├── dockbarx-dockx
│ ├── dockbarx-themes-extra
│ ├── docky
│ ├── dolphin-emu
│ ├── dolphin-emu-data
│ ├── dosbox
│ ├── dosfstools
│ ├── dpkg
│ ├── dpkg-dev
│ ├── dpkg-repack
│ ├── dropbox
│ ├── duplicity
│ │ └── examples
│ ├── dvd95
│ ├── dvdauthor
│ │ └── html
│ ├── dvdbackup
│ ├── dvdisaster
│ │ └── examples
│ ├── dvd+rw-tools
│ ├── dvd+rw-tools-dbg
│ ├── dvdstyler
│ ├── dvdstyler-data
│ ├── dvdwizard
│ ├── dvipng
│ ├── dynamite
│ ├── e17
│ ├── e17-data
│ ├── e17-dev
│ ├── e2fslibs
│ ├── e2fsprogs
│ ├── ecryptfs-utils
│ ├── ed
│ ├── eject
│ ├── eleeye
│ ├── elementary-icon-theme
│ ├── elinks -> elinks-data
│ ├── elinks-data
│ │ └── examples
│ │ ├── lua
│ │ ├── perl
│ │ ├── ruby
│ │ └── smjs
│ ├── emerald
│ ├── emesene
│ ├── enca
│ ├── enchant
│ ├── engrampa
│ ├── engrampa-common
│ ├── enlightenment
│ │ └── html
│ ├── eom-common
│ ├── esound-common
│ ├── espeak-data
│ ├── eterm
│ ├── evolution-data-server
│ ├── evolution-data-server-common
│ ├── exo-utils
│ ├── exo-utils-dbg
│ ├── faad
│ ├── fakeroot
│ ├── fatsort
│ ├── fbcat
│ ├── fbset
│ │ ├── examples
│ │ └── kernel-doc
│ ├── fbterm
│ ├── festival
│ │ └── examples
│ │ └── songs
│ ├── file
│ ├── file-roller
│ ├── findutils
│ ├── firefox
│ ├── firefox-locale-en
│ ├── firefox-locale-es
│ ├── flac
│ ├── flowblade
│ ├── fluxbox
│ ├── folks-common
│ ├── fontconfig
│ ├── fontconfig-config
│ ├── font-manager
│ ├── fontmatrix
│ ├── fonts-dejavu
│ ├── fonts-dejavu-core
│ ├── fonts-dejavu-extra
│ ├── fonts-droid
│ ├── fonts-font-awesome
│ ├── fonts-freefont-ttf
│ ├── fonts-ipafont-mincho
│ ├── fonts-kacst
│ ├── fonts-kacst-one
│ ├── fonts-khmeros-core
│ ├── fonts-lao
│ ├── fonts-liberation
│ ├── fonts-lklug-sinhala
│ ├── fonts-lyx
│ ├── fonts-nanum
│ ├── fonts-opensymbol
│ ├── fonts-sil-abyssinica
│ │ └── documentation
│ ├── fonts-sil-andika
│ ├── fonts-sil-gentium-basic
│ ├── fonts-sil-padauk
│ ├── fonts-takao
│ ├── fonts-takao-gothic
│ ├── fonts-takao-mincho
│ ├── fonts-takao-pgothic
│ ├── fonts-thai-tlwg
│ ├── fonts-tibetan-machine
│ ├── fonts-tlwg-garuda
│ ├── fonts-tlwg-kinnari
│ ├── fonts-tlwg-loma
│ ├── fonts-tlwg-mono
│ ├── fonts-tlwg-norasi
│ ├── fonts-tlwg-purisa
│ ├── fonts-tlwg-sawasdee
│ ├── fonts-tlwg-typewriter
│ ├── fonts-tlwg-typist
│ ├── fonts-tlwg-typo
│ ├── fonts-tlwg-umpush
│ ├── fonts-tlwg-waree
│ ├── fonts-wqy-microhei
│ ├── foomatic-db-compressed-ppds
│ ├── fortune-mod
│ ├── fortunes-husse
│ ├── fortunes-min
│ ├── freeglut3
│ ├── freeglut3-dev
│ ├── freerdp-x11
│ ├── frei0r-plugins
│ ├── friendly-recovery
│ ├── ftp
│ ├── fuse
│ ├── fuseiso
│ ├── fuseiso9660
│ ├── fusion-icon
│ ├── fxload
│ ├── g++ -> cpp
│ ├── g++-4.8 -> gcc-4.8-base
│ ├── gambas3-gb-desktop
│ ├── gambas3-gb-form
│ ├── gambas3-gb-form-stock
│ ├── gambas3-gb-gtk
│ ├── gambas3-gb-image
│ ├── gambas3-gb-qt4
│ ├── gambas3-runtime
│ ├── game-data-packager
│ ├── gamin
│ ├── gawk
│ │ └── examples
│ │ ├── data
│ │ ├── misc
│ │ ├── network
│ │ └── prog
│ ├── gbsplay
│ │ ├── contrib
│ │ └── examples
│ ├── gcc -> cpp
│ ├── gcc-4.8 -> gcc-4.8-base
│ ├── gcc-4.8-base
│ │ ├── Ada -> ../gnat-4.8-base
│ │ ├── C++
│ │ ├── gcc
│ │ ├── gomp
│ │ ├── itm
│ │ ├── quadmath
│ │ └── test-summaries
│ ├── gcc-4.8-multilib -> gcc-4.8-base
│ ├── gcc-4.9-base
│ ├── gcc-multilib -> cpp
│ ├── gcdemu
│ ├── gconf2
│ ├── gconf2-common
│ ├── gconf-defaults-service
│ ├── gconf-editor
│ ├── gconf-service
│ ├── gconf-service-backend
│ ├── gcr
│ ├── gdb
│ ├── gdebi
│ ├── gdebi-core
│ ├── gecko-mediaplayer
│ ├── gelide
│ ├── genisoimage
│ ├── geoclue
│ ├── geoclue-ubuntu-geoip
│ ├── geoip-database
│ ├── getdeb-repository
│ ├── gettext
│ ├── gettext-base
│ ├── ghc
│ ├── ghc-prof
│ ├── ghostscript
│ ├── ghostscript-x
│ ├── giblib1
│ ├── gimp
│ ├── gimp-data
│ ├── gimp-help-common
│ │ └── html -> ../../gimp/2.0/help
│ ├── gimp-help-en -> gimp-help-common
│ ├── gimp-help-es -> gimp-help-common
│ ├── gir1.2-accounts-1.0
│ ├── gir1.2-accountsservice-1.0
│ ├── gir1.2-appindicator3-0.1
│ ├── gir1.2-atk-1.0
│ ├── gir1.2-atspi-2.0
│ ├── gir1.2-caja
│ ├── gir1.2-clutter-1.0
│ ├── gir1.2-clutter-gst-2.0
│ ├── gir1.2-cogl-1.0
│ ├── gir1.2-coglpango-1.0
│ ├── gir1.2-dbusmenu-glib-0.4
│ ├── gir1.2-dee-1.0
│ ├── gir1.2-ebook-1.2
│ ├── gir1.2-ebookcontacts-1.2
│ ├── gir1.2-edataserver-1.2
│ ├── gir1.2-freedesktop
│ ├── gir1.2-gconf-2.0
│ ├── gir1.2-gdata-0.0
│ ├── gir1.2-gdkpixbuf-2.0
│ ├── gir1.2-ges-1.0
│ ├── gir1.2-glib-2.0
│ ├── gir1.2-gmenu-3.0
│ ├── gir1.2-gnomebluetooth-1.0
│ ├── gir1.2-gnomekeyring-1.0
│ ├── gir1.2-goa-1.0
│ ├── gir1.2-gst-plugins-base-0.10
│ ├── gir1.2-gst-plugins-base-1.0
│ ├── gir1.2-gstreamer-0.10
│ ├── gir1.2-gstreamer-1.0
│ ├── gir1.2-gtk-2.0
│ ├── gir1.2-gtk-3.0
│ ├── gir1.2-gtkclutter-1.0
│ ├── gir1.2-gtksource-3.0
│ ├── gir1.2-gudev-1.0
│ ├── gir1.2-ibus-1.0
│ ├── gir1.2-javascriptcoregtk-3.0
│ ├── gir1.2-json-1.0
│ ├── gir1.2-keybinder-3.0
│ ├── gir1.2-mate-panel
│ ├── gir1.2-messagingmenu-1.0
│ ├── gir1.2-networkmanager-1.0
│ ├── gir1.2-notify-0.7
│ ├── gir1.2-packagekitglib-1.0
│ ├── gir1.2-panelapplet-4.0
│ ├── gir1.2-pango-1.0
│ ├── gir1.2-peas-1.0
│ ├── gir1.2-polkit-1.0
│ ├── gir1.2-signon-1.0
│ ├── gir1.2-soup-2.4
│ ├── gir1.2-timezonemap-1.0
│ ├── gir1.2-vte-2.90
│ ├── gir1.2-webkit-3.0
│ ├── gir1.2-wnck-3.0
│ ├── gir1.2-xkl-1.0
│ ├── git
│ │ ├── contrib
│ │ │ ├── buildsystems
│ │ │ │ └── Generators
│ │ │ ├── contacts
│ │ │ ├── convert-objects
│ │ │ ├── credential
│ │ │ │ ├── gnome-keyring
│ │ │ │ ├── netrc
│ │ │ │ ├── osxkeychain
│ │ │ │ └── wincred
│ │ │ ├── diffall
│ │ │ ├── diff-highlight
│ │ │ ├── examples
│ │ │ ├── fast-import
│ │ │ ├── git-jump
│ │ │ ├── git-shell-commands
│ │ │ ├── gitview
│ │ │ ├── hg-to-git
│ │ │ ├── hooks -> ../../../git-core/contrib/hooks
│ │ │ ├── persistent-https
│ │ │ ├── remote-helpers
│ │ │ ├── stats
│ │ │ ├── subtree
│ │ │ │ └── t
│ │ │ ├── svn-fe
│ │ │ ├── thunderbird-patch-inline
│ │ │ ├── vim
│ │ │ └── workdir
│ │ └── RelNotes
│ ├── git-man
│ ├── gkbd-capplet
│ ├── gksu
│ ├── glc
│ ├── glew-utils
│ ├── glib-networking
│ ├── glib-networking-common
│ ├── glib-networking-services
│ ├── glmark2
│ ├── glmark2-data
│ ├── glmark2-es2
│ ├── gmchess
│ ├── gnash
│ ├── gnash-common
│ ├── gnash-common-opengl
│ ├── gnash-cygnal
│ ├── gnash-ext-fileio
│ ├── gnash-ext-mysql
│ ├── gnash-opengl
│ ├── gnash-tools
│ ├── gnat-4.8-base
│ ├── gnome-brave-icon-theme
│ ├── gnome-colors-common
│ ├── gnome-common
│ ├── gnome-desktop3-data
│ ├── gnome-disk-utility
│ ├── gnome-dust-icon-theme
│ ├── gnome-human-icon-theme
│ ├── gnome-humility-icon-theme
│ ├── gnome-icon-theme
│ ├── gnome-icon-theme-extras
│ ├── gnome-icon-theme-full
│ ├── gnome-icon-theme-gartoon
│ ├── gnome-icon-theme-gartoon-redux
│ ├── gnome-icon-theme-gperfection2
│ ├── gnome-icon-theme-nuovo
│ ├── gnome-icon-theme-suede
│ ├── gnome-icon-theme-symbolic
│ ├── gnome-icon-theme-yasis
│ ├── gnome-illustrious-icon-theme
│ ├── gnome-keyring
│ ├── gnome-menus
│ ├── gnome-mplayer
│ ├── gnome-nds-thumbnailer
│ ├── gnome-noble-icon-theme
│ ├── gnome-panel
│ ├── gnome-panel-data
│ ├── gnome-session-canberra
│ ├── gnome-settings-daemon-schemas
│ ├── gnome-theme-gilouche
│ ├── gnome-themes-extras
│ ├── gnome-themes-standard
│ ├── gnome-themes-standard-data
│ ├── gnome-wine-icon-theme
│ ├── gnome-wise-icon-theme
│ ├── gnote
│ ├── gnupg
│ │ └── examples
│ ├── gnupg2
│ │ └── examples
│ ├── gnupg-agent
│ ├── gnu-smalltalk
│ ├── gnustep-base-common
│ ├── gnustep-base-runtime -> gnustep-base-common
│ ├── gnustep-common
│ ├── google-chrome
│ ├── google-chrome-stable [error opening dir]
│ ├── gpgv
│ ├── gpicview
│ ├── gpm
│ │ └── examples
│ ├── gray-theme
│ ├── grep
│ ├── groff-base
│ ├── growisofs
│ ├── grub2-common -> grub-common
│ ├── grub2-theme-mint
│ ├── grub-common
│ │ └── examples
│ ├── grub-gfxpayload-lists
│ ├── grub-pc -> grub-common
│ ├── grub-pc-bin -> grub-common
│ ├── grub-theme-starfield -> grub-common
│ ├── gsetroot
│ ├── gsettings-desktop-schemas
│ ├── gsettings-ubuntu-schemas
│ ├── gsfonts
│ ├── gstreamer0.10-alsa
│ ├── gstreamer0.10-ffmpeg
│ ├── gstreamer0.10-gconf
│ ├── gstreamer0.10-nice
│ ├── gstreamer0.10-plugins-bad
│ ├── gstreamer0.10-plugins-bad-multiverse
│ ├── gstreamer0.10-plugins-base
│ ├── gstreamer0.10-plugins-base-apps
│ ├── gstreamer0.10-plugins-good
│ ├── gstreamer0.10-plugins-ugly
│ ├── gstreamer0.10-pulseaudio
│ ├── gstreamer0.10-tools
│ ├── gstreamer0.10-x
│ ├── gstreamer1.0-alsa
│ ├── gstreamer1.0-clutter
│ ├── gstreamer1.0-crystalhd
│ ├── gstreamer1.0-fluendo-mp3
│ ├── gstreamer1.0-gnonlin
│ ├── gstreamer1.0-libav
│ ├── gstreamer1.0-nice
│ ├── gstreamer1.0-plugins-bad
│ ├── gstreamer1.0-plugins-bad-faad
│ ├── gstreamer1.0-plugins-bad-videoparsers
│ ├── gstreamer1.0-plugins-base
│ ├── gstreamer1.0-plugins-base-apps
│ ├── gstreamer1.0-plugins-good
│ ├── gstreamer1.0-plugins-ugly
│ ├── gstreamer1.0-pulseaudio
│ ├── gstreamer1.0-tools
│ ├── gstreamer1.0-vaapi
│ ├── gstreamer1.0-x
│ ├── gstreamer-tools
│ ├── gthumb
│ ├── gthumb-data
│ ├── gtk2-engines
│ ├── gtk2-engines-aurora
│ ├── gtk2-engines-blueheart
│ ├── gtk2-engines-cleanice
│ ├── gtk2-engines-equinox
│ ├── gtk2-engines-magicchicken
│ ├── gtk2-engines-moblin
│ ├── gtk2-engines-murrine
│ ├── gtk2-engines-nodoka
│ ├── gtk2-engines-oxygen
│ ├── gtk2-engines-pixbuf
│ ├── gtk2-engines-qtcurve
│ ├── gtk2-engines-wonderland
│ ├── gtk2-engines-xfce
│ ├── gtk3-engines-oxygen
│ ├── gtk3-engines-unico
│ ├── gtk3-engines-xfce
│ ├── gtk-clearlooks-gperfection2-theme
│ ├── gtk-doc-tools
│ │ └── examples
│ ├── gtkhash
│ ├── gtkhash-common
│ ├── guake
│ ├── guayadeque
│ ├── guile-2.0-libs
│ ├── gvfs
│ ├── gvfs-backends
│ ├── gvfs-bin
│ ├── gvfs-common
│ ├── gvfs-daemons
│ ├── gvfs-fuse
│ ├── gvfs-libs
│ ├── gxine
│ │ └── examples
│ ├── gxmessage
│ │ └── examples
│ ├── gzip
│ ├── haguichi
│ ├── handbrake
│ ├── handbrake-cli
│ │ └── examples
│ ├── hardening-includes
│ ├── hdparm
│ │ ├── contrib
│ │ └── wiper
│ ├── heirloom-mailx
│ ├── hexchat
│ ├── hexchat-common
│ ├── hfsplus
│ ├── hicolor-icon-theme
│ ├── hostname
│ ├── hplip
│ ├── hplip-data
│ ├── human-icon-theme
│ ├── humanity-icon-theme
│ ├── human-netbook-theme
│ ├── human-theme
│ ├── hunspell-en-us
│ ├── hwdata
│ ├── hyphen-en-us
│ ├── ia32-libs
│ ├── iat
│ ├── ibus
│ ├── ibus-anthy
│ ├── ibus-gtk
│ ├── icedax
│ ├── icedtea-7-plugin
│ ├── icedtea-netx
│ ├── icedtea-netx-common
│ ├── icedtea-plugin
│ ├── icoutils
│ ├── ideviceinstaller
│ ├── ifupdown
│ │ ├── contrib
│ │ └── examples
│ ├── ifuse
│ ├── imagemagick
│ ├── imagemagick-common
│ ├── im-config
│ ├── indicator-application
│ ├── indicator-sound
│ ├── indicator-sound-gtk2
│ ├── industrialtango-theme
│ ├── i-nex
│ ├── info
│ ├── initramfs-tools
│ │ └── examples
│ ├── initramfs-tools-bin
│ ├── initscripts
│ ├── init-system-helpers
│ ├── inkscape
│ ├── inputattach
│ ├── insserv
│ ├── install-info
│ ├── intel-gpu-tools
│ ├── intltool
│ ├── intltool-debian
│ ├── inxi
│ ├── iproute
│ ├── iproute2
│ ├── iptables
│ │ └── html
│ ├── iputils-arping
│ ├── iputils-ping
│ ├── iputils-tracepath
│ ├── irqbalance
│ ├── isc-dhcp-client
│ ├── isc-dhcp-common
│ ├── iso-codes
│ ├── isomd5sum
│ ├── iw
│ ├── jackd
│ ├── jackd2
│ │ └── examples
│ ├── jack-keyboard
│ ├── jack-tools
│ ├── jade
│ │ └── examples
│ ├── javacc
│ ├── java-common
│ │ ├── debian-java-faq
│ │ ├── debian-java-policy
│ │ ├── dummy-packages
│ │ ├── examples
│ │ └── html -> debian-java-policy
│ ├── javahelp2
│ ├── javahelper
│ ├── javascript-common
│ ├── java-wrappers
│ ├── jfsutils
│ ├── joe
│ ├── jstest-gtk
│ ├── jstest-gtk-dbg
│ ├── junit
│ ├── junit4
│ │ └── api
│ │ ├── org
│ │ │ └── junit
│ │ │ ├── experimental
│ │ │ │ ├── categories
│ │ │ │ ├── max
│ │ │ │ ├── results
│ │ │ │ ├── runners
│ │ │ │ └── theories
│ │ │ │ └── suppliers
│ │ │ ├── matchers
│ │ │ ├── rules
│ │ │ ├── runner
│ │ │ │ ├── manipulation
│ │ │ │ └── notification
│ │ │ └── runners
│ │ │ └── model
│ │ └── resources
│ ├── junit4-doc
│ │ ├── doc
│ │ │ ├── cookbook
│ │ │ ├── cookstour
│ │ │ ├── faq
│ │ │ ├── javadoc_40 -> ../../junit4/api
│ │ │ └── testinfected
│ │ └── javadoc_40 -> ../junit4/api
│ ├── junit-doc
│ │ ├── doc
│ │ │ └── api
│ │ │ ├── junit
│ │ │ │ ├── awtui
│ │ │ │ ├── extensions
│ │ │ │ ├── framework
│ │ │ │ ├── runner
│ │ │ │ ├── swingui
│ │ │ │ └── textui
│ │ │ └── resources
│ │ └── javadoc -> doc/api
│ ├── kate-data
│ ├── katepart
│ ├── kazam
│ ├── kbd
│ │ ├── charsets
│ │ ├── font-formats
│ │ └── scancodes
│ ├── kde
│ │ └── HTML
│ │ ├── ca
│ │ │ └── kdenlive
│ │ ├── en
│ │ │ ├── common
│ │ │ ├── fundamentals
│ │ │ │ └── common -> ../common
│ │ │ ├── kate
│ │ │ │ └── common -> ../common
│ │ │ ├── kcontrol
│ │ │ │ ├── attica
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── bookmarks
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cache
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── componentchooser
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cookies
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── desktop
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── ebrowsing
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── emoticons
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── filemanager
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── filetypes
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── history
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── icons
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmcgi
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmcss
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmlaunch
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmnotify
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcm_ssl
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kded
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kgamma
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-adblock
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-behavior
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-general
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-java-js
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-plugins
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kresources
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwincompositing
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwindecoration
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwinscreenedges
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwintabbox
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── language
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── netpref
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── performance
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── phonon
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── proxy
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── smb
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── solid-device-automounter
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── spellchecking
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── trash
│ │ │ │ │ └── common -> ../../common
│ │ │ │ └── useragent
│ │ │ │ └── common -> ../../common
│ │ │ ├── kdebugdialog
│ │ │ │ └── common -> ../common
│ │ │ ├── kdenlive
│ │ │ ├── kdesu
│ │ │ │ └── common -> ../common
│ │ │ ├── kioslave
│ │ │ │ ├── bookmarks
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── bzip2
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cgi
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── data
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── file
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── finger
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── fish
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── floppy
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── ftp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── gzip
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── help
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── http
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── imap
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── info
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── ldap
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── mailto
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── man
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── mbox
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── network
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── nfs
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── nntp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── pop3
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── rlogin
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── sftp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── sieve
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── smb
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── smtp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── tar
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── telnet
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── thumbnail
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── webdav
│ │ │ │ │ └── common -> ../../common
│ │ │ │ └── xz
│ │ │ │ └── common -> ../../common
│ │ │ ├── knetattach
│ │ │ │ └── common -> ../common
│ │ │ ├── kpat
│ │ │ │ └── common -> ../common
│ │ │ ├── plasma-desktop
│ │ │ │ └── common -> ../common
│ │ │ ├── sonnet
│ │ │ │ └── common -> ../common
│ │ │ └── systemsettings
│ │ │ └── common -> ../common
│ │ ├── es
│ │ │ ├── akonadi_archivemail_agent
│ │ │ │ └── common -> ../common
│ │ │ ├── akonadi_notes_agent
│ │ │ │ └── common -> ../common
│ │ │ ├── akonadi_sendlater_agent
│ │ │ │ └── common -> ../common
│ │ │ ├── akregator
│ │ │ │ └── common -> ../common
│ │ │ ├── amor
│ │ │ │ └── common -> ../common
│ │ │ ├── ark
│ │ │ │ └── common -> ../common
│ │ │ ├── artikulate
│ │ │ │ └── common -> ../common
│ │ │ ├── blinken
│ │ │ │ └── common -> ../common
│ │ │ ├── blogilo
│ │ │ │ └── common -> ../common
│ │ │ ├── bomber
│ │ │ │ └── common -> ../common
│ │ │ ├── bovo
│ │ │ │ └── common -> ../common
│ │ │ ├── cantor
│ │ │ │ └── common -> ../common
│ │ │ ├── cervisia
│ │ │ │ └── common -> ../common
│ │ │ ├── common
│ │ │ ├── contactthemeeditor
│ │ │ │ └── common -> ../common
│ │ │ ├── dolphin
│ │ │ │ └── common -> ../common
│ │ │ ├── dragonplayer
│ │ │ │ └── common -> ../common
│ │ │ ├── filelight
│ │ │ │ └── common -> ../common
│ │ │ ├── fundamentals
│ │ │ │ └── common -> ../common
│ │ │ ├── granatier
│ │ │ │ └── common -> ../common
│ │ │ ├── gwenview
│ │ │ │ └── common -> ../common
│ │ │ ├── headerthemeeditor
│ │ │ │ └── common -> ../common
│ │ │ ├── importwizard
│ │ │ │ └── common -> ../common
│ │ │ ├── jovie
│ │ │ │ └── common -> ../common
│ │ │ ├── juk
│ │ │ │ └── common -> ../common
│ │ │ ├── kabcclient
│ │ │ │ └── common -> ../common
│ │ │ ├── kajongg
│ │ │ │ └── common -> ../common
│ │ │ ├── kalarm
│ │ │ │ └── common -> ../common
│ │ │ ├── kalgebra
│ │ │ │ └── common -> ../common
│ │ │ ├── kalzium
│ │ │ │ └── common -> ../common
│ │ │ ├── kanagram
│ │ │ │ └── common -> ../common
│ │ │ ├── kapman
│ │ │ │ └── common -> ../common
│ │ │ ├── kapptemplate
│ │ │ │ └── common -> ../common
│ │ │ ├── katomic
│ │ │ │ └── common -> ../common
│ │ │ ├── kblackbox
│ │ │ │ └── common -> ../common
│ │ │ ├── kblocks
│ │ │ │ └── common -> ../common
│ │ │ ├── kbounce
│ │ │ │ └── common -> ../common
│ │ │ ├── kbreakout
│ │ │ │ └── common -> ../common
│ │ │ ├── kbruch
│ │ │ │ └── common -> ../common
│ │ │ ├── kcachegrind
│ │ │ │ └── common -> ../common
│ │ │ ├── kcalc
│ │ │ │ └── common -> ../common
│ │ │ ├── kcharselect
│ │ │ │ └── common -> ../common
│ │ │ ├── kcontrol
│ │ │ │ ├── attica
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── autostart
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── bell
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── blockdevices
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── bookmarks
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cache
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cddbretrieval
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── clock
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── colors
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── componentchooser
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cookies
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cursortheme
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── desktop
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── desktopthemedetails
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── ebrowsing
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── emoticons
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── filemanager
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── filetypes
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── fontinst
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── fonts
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── history
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── icons
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── joystick
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kamera
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmaccess
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmcgi
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmcss
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmlaunch
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmnotify
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmsmserver
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcm_ssl
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kcmstyle
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kded
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── keyboard
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── keys
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kgamma
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-adblock
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-behavior
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-general
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-java-js
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── khtml-plugins
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kremotecontrol
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kresources
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwincompositing
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwindecoration
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwinscreenedges
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── kwintabbox
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── language
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── mouse
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── nepomuk
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── netpref
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── paths
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── performance
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── phonon
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── proxy
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── screensaver
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── smb
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── solid-device-automounter
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── solid-hardware
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── spellchecking
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── splashscreen
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── trash
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── useragent
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── windowbehaviour
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── windowspecific
│ │ │ │ │ └── common -> ../../common
│ │ │ │ └── workspaceoptions
│ │ │ │ └── common -> ../../common
│ │ │ ├── kcron
│ │ │ │ └── common -> ../common
│ │ │ ├── kdebugdialog
│ │ │ │ └── common -> ../common
│ │ │ ├── kdenlive
│ │ │ ├── kdepasswd
│ │ │ │ └── common -> ../common
│ │ │ ├── kdesu
│ │ │ │ └── common -> ../common
│ │ │ ├── kdf
│ │ │ │ └── common -> ../common
│ │ │ ├── kdiamond
│ │ │ │ └── common -> ../common
│ │ │ ├── kdm
│ │ │ │ └── common -> ../common
│ │ │ ├── kfilereplace
│ │ │ │ └── common -> ../common
│ │ │ ├── kfind
│ │ │ │ └── common -> ../common
│ │ │ ├── kfloppy
│ │ │ │ └── common -> ../common
│ │ │ ├── kfontview
│ │ │ │ └── common -> ../common
│ │ │ ├── kfourinline
│ │ │ │ └── common -> ../common
│ │ │ ├── kgeography
│ │ │ │ └── common -> ../common
│ │ │ ├── kget
│ │ │ │ └── common -> ../common
│ │ │ ├── kgoldrunner
│ │ │ │ └── common -> ../common
│ │ │ ├── kgpg
│ │ │ │ └── common -> ../common
│ │ │ ├── khangman
│ │ │ │ └── common -> ../common
│ │ │ ├── khelpcenter
│ │ │ │ ├── common -> ../common
│ │ │ │ ├── documentationnotfound
│ │ │ │ │ └── common -> ../../common
│ │ │ │ └── glossary
│ │ │ │ └── common -> ../../common
│ │ │ ├── kig
│ │ │ │ └── common -> ../common
│ │ │ ├── kigo
│ │ │ │ └── common -> ../common
│ │ │ ├── killbots
│ │ │ │ └── common -> ../common
│ │ │ ├── kimagemapeditor
│ │ │ │ └── common -> ../common
│ │ │ ├── kinfocenter
│ │ │ │ └── common -> ../common
│ │ │ ├── kioslave
│ │ │ │ ├── audiocd
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── bookmarks
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── bzip2
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── cgi
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── data
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── file
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── finger
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── fish
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── floppy
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── ftp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── gzip
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── help
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── http
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── imap
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── info
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── ldap
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── mailto
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── man
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── mbox
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── nepomuksearch
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── network
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── news
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── nfs
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── nntp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── pop3
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── rlogin
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── sftp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── sieve
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── smb
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── smtp
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── tar
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── telnet
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── thumbnail
│ │ │ │ │ └── common -> ../../common
│ │ │ │ ├── webdav
│ │ │ │ │ └── common -> ../../common
│ │ │ │ └── xz
│ │ │ │ └── common -> ../../common
│ │ │ ├── kiriki
│ │ │ │ └── common -> ../common
│ │ │ ├── kiten
│ │ │ │ └── common -> ../common
│ │ │ ├── kjots
│ │ │ │ └── common -> ../common
│ │ │ ├── kjumpingcube
│ │ │ │ └── common -> ../common
│ │ │ ├── kleopatra
│ │ │ │ └── common -> ../common
│ │ │ ├── klettres
│ │ │ │ └── common -> ../common
│ │ │ ├── klickety
│ │ │ │ └── common -> ../common
│ │ │ ├── klines
│ │ │ │ └── common -> ../common
│ │ │ ├── klinkstatus
│ │ │ │ └── common -> ../common
│ │ │ ├── klipper
│ │ │ │ └── common -> ../common
│ │ │ ├── kmag
│ │ │ │ └── common -> ../common
│ │ │ ├── kmahjongg
│ │ │ │ └── common -> ../common
│ │ │ ├── kmail
│ │ │ │ └── common -> ../common
│ │ │ ├── kmailcvt
│ │ │ │ └── common -> ../common
│ │ │ ├── kmenuedit
│ │ │ │ └── common -> ../common
│ │ │ ├── kmines
│ │ │ │ └── common -> ../common
│ │ │ ├── kmix
│ │ │ │ └── common -> ../common
│ │ │ ├── kmousetool
│ │ │ │ └── common -> ../common
│ │ │ ├── kmouth
│ │ │ │ └── common -> ../common
│ │ │ ├── kmplot
│ │ │ │ └── common -> ../common
│ │ │ ├── knavalbattle
│ │ │ │ └── common -> ../common
│ │ │ ├── knetattach
│ │ │ │ └── common -> ../common
│ │ │ ├── knetwalk
│ │ │ │ └── common -> ../common
│ │ │ ├── knode
│ │ │ │ └── common -> ../common
│ │ │ ├── knotes
│ │ │ │ └── common -> ../common
│ │ │ ├── kolf
│ │ │ │ └── common -> ../common
│ │ │ ├── kollision
│ │ │ │ └── common -> ../common
│ │ │ ├── kolourpaint
│ │ │ │ └── common -> ../common
│ │ │ ├── kommander
│ │ │ │ └── common -> ../common
│ │ │ ├── kompare
│ │ │ │ └── common -> ../common
│ │ │ ├── konqueror
│ │ │ │ └── common -> ../common
│ │ │ ├── konquest
│ │ │ │ └── common -> ../common
│ │ │ ├── konsole
│ │ │ │ └── common -> ../common
│ │ │ ├── konsolekalendar
│ │ │ │ └── common -> ../common
│ │ │ ├── kontact
│ │ │ │ └── common -> ../common
│ │ │ ├── kontact-admin
│ │ │ │ └── common -> ../common
│ │ │ ├── kopete
│ │ │ │ └── common -> ../common
│ │ │ ├── korganizer
│ │ │ │ └── common -> ../common
│ │ │ ├── kpat
│ │ │ │ └── common -> ../common
│ │ │ ├── kppp
│ │ │ │ └── common -> ../common
│ │ │ ├── krdc
│ │ │ │ └── common -> ../common
│ │ │ ├── kreversi
│ │ │ │ └── common -> ../common
│ │ │ ├── krfb
│ │ │ │ └── common -> ../common
│ │ │ ├── kruler
│ │ │ │ └── common -> ../common
│ │ │ ├── kshisen
│ │ │ │ └── common -> ../common
│ │ │ ├── ksirk
│ │ │ │ └── common -> ../common
│ │ │ ├── ksirkskineditor
│ │ │ │ └── common -> ../common
│ │ │ ├── ksnapshot
│ │ │ │ └── common -> ../common
│ │ │ ├── kspaceduel
│ │ │ │ └── common -> ../common
│ │ │ ├── ksquares
│ │ │ │ └── common -> ../common
│ │ │ ├── kstars
│ │ │ │ └── common -> ../common
│ │ │ ├── ksudoku
│ │ │ │ └── common -> ../common
│ │ │ ├── ksysguard
│ │ │ │ └── common -> ../common
│ │ │ ├── ksystemlog
│ │ │ │ └── common -> ../common
│ │ │ ├── kteatime
│ │ │ │ └── common -> ../common
│ │ │ ├── ktimer
│ │ │ │ └── common -> ../common
│ │ │ ├── ktimetracker
│ │ │ │ └── common -> ../common
│ │ │ ├── ktnef
│ │ │ │ └── common -> ../common
│ │ │ ├── ktouch
│ │ │ │ └── common -> ../common
│ │ │ ├── ktron
│ │ │ │ └── common -> ../common
│ │ │ ├── ktuberling
│ │ │ │ └── common -> ../common
│ │ │ ├── kturtle
│ │ │ │ └── common -> ../common
│ │ │ ├── kubrick
│ │ │ │ └── common -> ../common
│ │ │ ├── kuser
│ │ │ │ └── common -> ../common
│ │ │ ├── kwalletmanager
│ │ │ │ └── common -> ../common
│ │ │ ├── kwatchgnupg
│ │ │ │ └── common -> ../common
│ │ │ ├── kwordquiz
│ │ │ │ └── common -> ../common
│ │ │ ├── kwrite
│ │ │ │ └── common -> ../common
│ │ │ ├── lokalize
│ │ │ │ └── common -> ../common
│ │ │ ├── lskat
│ │ │ │ └── common -> ../common
│ │ │ ├── marble
│ │ │ │ └── common -> ../common
│ │ │ ├── okteta
│ │ │ │ └── common -> ../common
│ │ │ ├── okular
│ │ │ │ └── common -> ../common
│ │ │ ├── onlinehelp
│ │ │ │ └── common -> ../common
│ │ │ ├── pairseditor
│ │ │ │ └── common -> ../common
│ │ │ ├── palapeli
│ │ │ │ └── common -> ../common
│ │ │ ├── parley
│ │ │ │ └── common -> ../common
│ │ │ ├── picmi
│ │ │ │ └── common -> ../common
│ │ │ ├── pimsettingexporter
│ │ │ │ └── common -> ../common
│ │ │ ├── plasma-desktop
│ │ │ │ └── common -> ../common
│ │ │ ├── rocs
│ │ │ │ └── common -> ../common
│ │ │ ├── sieveeditor
│ │ │ │ └── common -> ../common
│ │ │ ├── sonnet
│ │ │ │ └── common -> ../common
│ │ │ ├── step
│ │ │ │ └── common -> ../common
│ │ │ ├── sweeper
│ │ │ │ └── common -> ../common
│ │ │ ├── systemsettings
│ │ │ │ └── common -> ../common
│ │ │ └── umbrello
│ │ │ └── common -> ../common
│ │ ├── it
│ │ │ └── kdenlive
│ │ ├── ja
│ │ │ ├── common
│ │ │ ├── kdesu
│ │ │ │ └── common -> ../common
│ │ │ ├── knetwalk
│ │ │ │ └── common -> ../common
│ │ │ ├── kollision
│ │ │ │ └── common -> ../common
│ │ │ ├── kshisen
│ │ │ │ └── common -> ../common
│ │ │ ├── ksquares
│ │ │ │ └── common -> ../common
│ │ │ └── okular
│ │ │ └── common -> ../common
│ │ ├── nl
│ │ │ └── kdenlive
│ │ ├── pt
│ │ │ └── kdenlive
│ │ ├── pt_BR
│ │ │ └── kdenlive
│ │ ├── sv
│ │ │ └── kdenlive
│ │ └── uk
│ │ └── kdenlive
│ ├── kdeartwork-theme-window
│ ├── kdebase-runtime
│ ├── kde-config-gtk-style
│ ├── kde-config-gtk-style-preview
│ ├── kdegames-card-data
│ ├── kdegames-data
│ ├── kde-l10n-es
│ ├── kde-l10n-ja
│ ├── kdelibs5-data
│ ├── kdelibs5-plugins
│ ├── kdelibs-bin
│ ├── kdenlive
│ ├── kdenlive-data
│ ├── kdepimlibs-kio-plugins
│ ├── kdepim-runtime
│ ├── kde-runtime
│ ├── kde-runtime-data
│ ├── kde-style-oxygen
│ ├── kde-style-qtcurve
│ ├── kde-wallpapers-default
│ ├── kde-window-manager
│ ├── kde-window-manager-common
│ ├── kde-zeroconf
│ ├── kdoctools
│ ├── kepas
│ ├── kerneloops-daemon
│ ├── keyboard-configuration
│ │ └── examples
│ ├── keymapper
│ ├── keytouch
│ │ └── html -> ../../keytouch/doc/html
│ ├── keytouch-editor
│ ├── keyutils
│ ├── kgamma
│ ├── klibc-utils -> libklibc
│ ├── kmod -> libkmod2
│ ├── kpartx
│ ├── kpartx-boot
│ ├── kpat
│ ├── krb5-locales
│ ├── krb5-multidev
│ ├── kwin-style-qtcurve
│ ├── ladspa-sdk
│ ├── language-pack-en
│ ├── language-pack-en-base
│ ├── language-pack-es
│ ├── language-pack-es-base
│ ├── language-pack-gnome-en
│ ├── language-pack-gnome-en-base
│ ├── language-pack-gnome-es
│ ├── language-pack-gnome-es-base
│ ├── language-pack-gnome-ja
│ ├── language-pack-gnome-ja-base
│ ├── language-pack-ja
│ ├── language-pack-ja-base
│ ├── language-selector-common
│ ├── laptop-detect
│ ├── launchpad-getkeys
│ ├── ld10k1
│ │ ├── dump
│ │ ├── examples
│ │ │ └── emu10k1MIDIEffects
│ │ └── patch
│ ├── leafpad
│ ├── less
│ ├── lib32asan0 -> gcc-4.8-base
│ ├── lib32atomic1 -> gcc-4.8-base
│ ├── lib32gcc1 -> gcc-4.9-base
│ ├── lib32gcc-4.8-dev -> gcc-4.8-base
│ ├── lib32gomp1 -> gcc-4.8-base
│ ├── lib32itm1 -> gcc-4.8-base
│ ├── lib32quadmath0 -> gcc-4.8-base
│ ├── lib32z1
│ ├── liba52-0.7.4
│ ├── libaa1
│ ├── libaacs0
│ ├── libaccounts-glib0
│ ├── libaccounts-qt1
│ ├── libaccounts-qt5-1
│ ├── libaccounts-qt5-dev
│ ├── libaccountsservice0
│ ├── libacl1
│ ├── libadplug-2.2.1-0
│ ├── libaften0
│ ├── libaften-dev
│ ├── libaio1
│ ├── libakonadi-calendar4
│ ├── libakonadi-contact4
│ ├── libakonadi-kabc4
│ ├── libakonadi-kcal4
│ ├── libakonadi-kde4
│ ├── libakonadi-kmime4
│ ├── libakonadi-notes4
│ ├── libakonadiprotocolinternals1
│ ├── libakonadi-socialutils4
│ ├── libalien-sdl-perl
│ ├── liballegro4.4
│ │ └── examples
│ ├── liballegro4.4-plugin-alsa
│ ├── liballegro4-dev
│ ├── libalsa-ocaml
│ ├── libalsa-ocaml-dev
│ │ ├── examples
│ │ └── html
│ ├── libalsaplayer0
│ ├── libalsaplayer-dev
│ │ └── reference
│ │ └── html
│ ├── libamd2.3.1
│ ├── libanthy0
│ ├── libantlr-java
│ ├── libao4
│ ├── libao-common
│ ├── libao-dev
│ │ └── html
│ ├── libapache-pom-java
│ ├── libapparmor1
│ ├── libappindicator0.1-cil
│ ├── libappindicator1
│ ├── libappindicator3-1
│ ├── libapr1
│ ├── libaprutil1
│ ├── libaprutil1-dbd-sqlite3
│ ├── libaprutil1-ldap
│ ├── libapt-inst1.5
│ ├── libapt-pkg4.12
│ ├── libapt-pkg-perl
│ │ └── examples
│ ├── libarchive13
│ ├── libarchive-extract-perl
│ ├── libarchive-zip-perl
│ │ └── examples
│ ├── libart-2.0-2
│ ├── libasan0 -> gcc-4.8-base
│ ├── libasm3-java
│ ├── libasn1-8-heimdal
│ ├── libasound2
│ │ └── examples
│ ├── libasound2-data
│ ├── libasound2-dev
│ ├── libasound2-plugins
│ │ └── examples
│ ├── libaspectj-java
│ ├── libaspell15
│ ├── libasprintf0c2
│ ├── libass4
│ ├── libassuan0
│ ├── libast2
│ ├── libasyncns0
│ ├── libatasmart4
│ ├── libatinject-jsr330-api-java
│ ├── libatk1.0-0
│ ├── libatk1.0-data
│ ├── libatk1.0-dev
│ ├── libatk-adaptor
│ ├── libatk-bridge2.0-0
│ ├── libatk-bridge2.0-dev
│ ├── libatkmm-1.6-1
│ ├── libatk-wrapper-java
│ ├── libatk-wrapper-java-jni
│ ├── libatomic1 -> gcc-4.8-base
│ ├── libatril
│ ├── libatril-dev
│ ├── libatspi2.0-0
│ ├── libattica0.4
│ ├── libattr1
│ ├── libaubio4
│ ├── libaubio-dev
│ ├── libaudclient2
│ ├── libaudcore1
│ ├── libaudcore2
│ ├── libaudio2
│ ├── libaudiofile1
│ ├── libaudit1
│ ├── libaudit-common
│ ├── libautotrace3
│ ├── libavahi-client3
│ ├── libavahi-client-dev
│ ├── libavahi-common3
│ ├── libavahi-common-data
│ ├── libavahi-common-dev
│ ├── libavahi-core7
│ ├── libavahi-glib1
│ ├── libavbin0
│ ├── libavc1394-0
│ ├── libavcodec-extra-54
│ ├── libavdevice53
│ ├── libavfilter3
│ ├── libavformat54
│ ├── libavidemux0
│ ├── libavresample1
│ ├── libav-tools
│ ├── libavutil52
│ ├── libbabl-0.1-0
│ ├── libbamf3-2
│ ├── libbasicusageenvironment0
│ ├── libbeansbinding-java
│ ├── libbetter-appframework-java
│ ├── libbind9-90
│ ├── libbindex-java
│ ├── libbinio1ldbl
│ ├── libbit-vector-perl
│ │ └── examples
│ ├── libblas3
│ ├── libblkid1
│ ├── libblkid-dev
│ ├── libbluetooth3
│ ├── libbluetooth-dev
│ ├── libbluray1
│ ├── libbonobo2-0
│ ├── libbonobo2-common
│ ├── libbonoboui2-0
│ ├── libbonoboui2-common
│ ├── libboost-date-time1.54.0
│ ├── libboost-filesystem1.54.0
│ ├── libboost-iostreams1.54.0
│ ├── libboost-program-options1.54.0
│ ├── libboost-python1.54.0
│ ├── libboost-regex1.54.0
│ ├── libboost-system1.54.0
│ ├── libboost-thread1.54.0
│ ├── libbrlapi0.6
│ ├── libbs2b0
│ ├── libbsd0
│ ├── libbsd-dev
│ ├── libbsh-java
│ ├── libbt0
│ ├── libbulletcollision2.81
│ ├── libbullet-dev
│ ├── libbulletdynamics2.81
│ ├── libbulletsoftbody2.81
│ ├── libburn4
│ ├── libbytelist-java
│ ├── libbz2-1.0
│ ├── libbz2-dev -> libbz2-1.0
│ ├── libc3p0-java
│ ├── libc6
│ ├── libc6-dev
│ ├── libc6-dev-i386
│ ├── libc6-dev-x32
│ ├── libc6-i386
│ ├── libc6-x32
│ ├── libcaca0
│ ├── libcaca-dev
│ │ └── html
│ ├── libcairo2
│ ├── libcairo2-dev
│ ├── libcairo-gobject2
│ ├── libcairomm-1.0-1
│ ├── libcairo-perl
│ │ └── examples
│ │ └── png
│ ├── libcairo-script-interpreter2
│ ├── libcaja-extension1
│ ├── libcaja-extension-dev
│ ├── libcajun-dev
│ ├── libcamd2.3.1
│ ├── libcamel-1.2-45
│ ├── libcanberra0
│ ├── libcanberra-gtk0
│ ├── libcanberra-gtk3-0
│ ├── libcanberra-gtk-module
│ ├── libcanberra-pulse
│ ├── libcanna1g
│ │ └── sample
│ │ └── src
│ ├── libcap2
│ ├── libcap2-bin
│ ├── libcapi20-3
│ ├── libcap-ng0
│ ├── libcapture-tiny-perl
│ │ └── examples
│ ├── libc-ares2
│ ├── libc-ares-dev
│ ├── libcarp-clan-perl
│ ├── libc-bin
│ ├── libccaudio2-2
│ ├── libccaudio2-dev
│ ├── libccolamd2.8.0
│ ├── libcdaudio1
│ ├── libcddb2
│ ├── libc-dev-bin
│ ├── libcdio13
│ ├── libcdio-cdda1
│ ├── libcdio-cdda-dev
│ ├── libcdio-dev
│ ├── libcdio-paranoia1
│ ├── libcdio-paranoia-dev
│ ├── libcdio-utils
│ ├── libcdparanoia0
│ ├── libcdr-0.0-0
│ ├── libcg
│ ├── libcggl
│ ├── libcglib-java
│ ├── libcgmanager0
│ ├── libcholmod2.1.2
│ ├── libchromaprint0
│ ├── libchromaprint-tools
│ ├── libck-connector0
│ ├── libclalsadrv2
│ ├── libclalsadrv-dev
│ │ └── examples
│ │ └── apps
│ ├── libclass-accessor-perl
│ ├── libclass-data-inheritable-perl
│ ├── libclass-inspector-perl
│ ├── libclone-perl
│ ├── libcloog-isl4
│ ├── libclucene-contribs1
│ ├── libclucene-core1
│ ├── libclutter-1.0-0
│ ├── libclutter-gst-2.0-0
│ ├── libclutter-gtk-1.0-0
│ ├── libcmis-0.4-4
│ ├── libcodeblocks0
│ ├── libcofoja-java
│ ├── libcogl15
│ ├── libcogl-pango15
│ ├── libcolamd2.8.0
│ ├── libcolord1
│ ├── libcolorhug1
│ ├── libcomerr2
│ │ ├── examples
│ │ └── html-info
│ ├── libcommons-codec-java
│ ├── libcommon-sense-perl
│ ├── libcommons-jexl2-java
│ ├── libcommons-logging-java
│ ├── libcommons-net1-java
│ │ └── api
│ │ ├── org
│ │ │ └── apache
│ │ │ └── commons
│ │ │ └── net
│ │ │ ├── bsd
│ │ │ │ └── class-use
│ │ │ ├── class-use
│ │ │ ├── ftp
│ │ │ │ ├── class-use
│ │ │ │ └── parser
│ │ │ │ └── class-use
│ │ │ ├── io
│ │ │ │ └── class-use
│ │ │ ├── nntp
│ │ │ │ └── class-use
│ │ │ ├── ntp
│ │ │ │ └── class-use
│ │ │ ├── pop3
│ │ │ │ └── class-use
│ │ │ ├── smtp
│ │ │ │ └── class-use
│ │ │ ├── telnet
│ │ │ │ └── class-use
│ │ │ ├── tftp
│ │ │ │ └── class-use
│ │ │ └── util
│ │ │ └── class-use
│ │ └── resources
│ ├── libcommons-parent-java
│ ├── libcompfaceg1
│ ├── libcompizconfig0
│ ├── libcompizconfig0-dev
│ ├── libconfig-general-perl
│ │ └── examples
│ ├── libconfig-tiny-perl
│ ├── libconfuse0
│ ├── libconfuse-common
│ ├── libconvert-color-perl
│ │ └── examples
│ ├── libcpufreq0
│ ├── libcrack2
│ ├── libcroco3
│ ├── libcrypto++9
│ ├── libcrypto++-dev
│ │ └── examples
│ ├── libcrypt-openssl-bignum-perl
│ ├── libcrypt-openssl-rsa-perl
│ ├── libcrypto++-utils
│ ├── libcrypt-passwdmd5-perl
│ ├── libcryptsetup4
│ ├── libcrystalhd3
│ ├── libcss-dom-perl
│ ├── libcuda1-304
│ ├── libcue1
│ ├── libcups2
│ │ └── examples
│ ├── libcupscgi1
│ ├── libcupsfilters1
│ ├── libcupsimage2
│ ├── libcupsmime1
│ ├── libcupsppdc1
│ ├── libcurl3
│ ├── libcurl3-gnutls
│ ├── libcurl4-gnutls-dev
│ ├── libcwidget3
│ ├── libcwiid1
│ ├── libdaemon0
│ ├── libdata-random-perl
│ ├── libdate-calc-perl
│ ├── libdatrie1
│ ├── libdb5.3
│ ├── libdbd-mysql
│ │ └── dbd_mysql
│ ├── libdbd-mysql-perl
│ │ └── examples
│ ├── libdbi1
│ ├── libdbi-perl
│ │ └── examples
│ ├── libdbus1.0-cil
│ ├── libdbus-1-3
│ ├── libdbus-1-dev
│ ├── libdbus2.0-cil
│ ├── libdbus-glib1.0-cil
│ ├── libdbus-glib-1-2
│ ├── libdbus-glib-1-dev
│ ├── libdbus-glib2.0-cil
│ ├── libdbusmenu-glib4
│ ├── libdbusmenu-gtk3-4
│ ├── libdbusmenu-gtk4
│ ├── libdbusmenu-qt2
│ ├── libdbusmenu-qt5
│ ├── libdbusmenu-qt5-dev
│ ├── libdc1394-22
│ ├── libdca0
│ ├── libdconf1
│ ├── libdebconfclient0
│ ├── libdebian-installer4
│ ├── libdecoration0
│ ├── libdecoration0-dev
│ ├── libdee-1.0-4
│ ├── libdee-dev
│ ├── libdee-qt5-3
│ ├── libdee-qt5-dev
│ ├── libdesktop-agnostic0
│ ├── libdesktop-agnostic-cfg-keyfile
│ ├── libdesktop-agnostic-data
│ ├── libdesktop-agnostic-vfs-gio
│ ├── libdevmapper1.02.1
│ ├── libdevmapper-event1.02.1
│ ├── libdigest-hmac-perl
│ ├── libdirac-encoder0
│ ├── libdirectfb-1.2-9
│ ├── libdiscid0
│ ├── libdjvulibre21
│ ├── libdjvulibre-text
│ ├── libdlrestrictions1
│ ├── libdmraid1.0.0.rc16
│ ├── libdmtx0a
│ ├── libdmx1
│ ├── libdmx-dev
│ ├── libdnet
│ ├── libdns100
│ ├── libdotconf0
│ ├── libdpkg-perl
│ ├── libdrm2
│ ├── libdrm-dev
│ ├── libdrm-intel1
│ ├── libdrm-nouveau2
│ ├── libdrm-radeon1
│ ├── libdumb1
│ │ ├── docs
│ │ └── examples
│ ├── libdv4
│ ├── libdvbpsi8
│ ├── libdvdcss2
│ ├── libdvdcss-dev
│ ├── libdvdnav4
│ │ └── examples
│ ├── libdvdnav-dev
│ ├── libdvdread4
│ ├── libdvdread-dev
│ ├── libdynamite0
│ ├── libeasymock-java
│ ├── libebackend-1.2-7
│ ├── libebml4
│ ├── libebook-1.2-14
│ ├── libebook-contacts-1.2-0
│ ├── libecal-1.2-16
│ ├── libecore1
│ ├── libecore-con1
│ ├── libecore-dev
│ ├── libecore-evas1
│ ├── libecore-fb1
│ ├── libecore-file1
│ ├── libecore-imf1
│ ├── libecore-input1
│ ├── libecore-ipc1
│ ├── libecore-x1
│ ├── libecryptfs0
│ ├── libedata-book-1.2-20
│ ├── libedata-cal-1.2-23
│ ├── libedataserver-1.2-18
│ ├── libedbus1
│ ├── libedbus-dev
│ ├── libedit2
│ ├── libedje1
│ ├── libedje-bin
│ ├── libedje-dev
│ ├── libeet1
│ ├── libeet-dev
│ ├── libefreet1
│ ├── libefreet-dev
│ ├── libegl1-mesa
│ ├── libegl1-mesa-dev
│ ├── libegl1-mesa-drivers
│ ├── libeina1
│ ├── libeina-dev
│ ├── libeio1
│ ├── libeio-dev
│ ├── libelf1
│ ├── libelfg0
│ ├── libelfhacks0
│ ├── libemail-valid-perl
│ │ └── examples
│ ├── libembryo1
│ ├── libembryo-bin
│ ├── libembryo-dev
│ ├── libemeraldengine0
│ ├── libenca0
│ ├── libenca-dev
│ ├── libenchant1c2a
│ │ ├── aspell
│ │ ├── ispell
│ │ └── uspell
│ ├── libencode-locale-perl
│ ├── libept1.4.12
│ ├── liberror-perl
│ ├── libesd0 -> esound-common
│ ├── libespeak1
│ ├── libestools2.1
│ ├── libestr0
│ ├── libetpan15
│ ├── libev4
│ ├── libeval0
│ ├── libevas1
│ ├── libevas1-engines-core
│ ├── libevas1-engines-x
│ ├── libevas-dev
│ ├── libevas-loaders
│ ├── libevent-2.0-5
│ ├── libexempi3
│ ├── libexif12
│ ├── libexiv2-12
│ ├── libexo-1-0
│ ├── libexo-1-0-dbg
│ ├── libexo-common
│ ├── libexo-helpers
│ ├── libexpat1
│ ├── libexpat1-dev
│ │ ├── examples
│ │ └── expat.html
│ ├── libextractor3
│ ├── libexttextcat-2.0-0
│ ├── libexttextcat-data
│ ├── libfaac0
│ ├── libfaac-dev
│ ├── libfaad2
│ ├── libfaad-dev
│ ├── libfakeroot
│ ├── libfarstream-0.1-0
│ ├── libfelix-framework-java
│ ├── libfelix-main-java
│ ├── libffi6
│ │ └── html
│ ├── libffi-dev -> libffi6
│ ├── libffmpegthumbnailer4
│ ├── libffms2-3
│ ├── libfftw3-double3
│ ├── libfftw3-single3
│ ├── libfile-basedir-perl
│ ├── libfile-copy-recursive-perl
│ ├── libfile-listing-perl
│ ├── libfile-sharedir-perl
│ ├── libfile-touch-perl
│ ├── libfile-which-perl
│ │ └── examples
│ ├── libfindlib-ocaml
│ ├── libflac8
│ ├── libflac-dev
│ ├── libflite1
│ ├── libfltk1.1
│ ├── libfluidsynth1
│ ├── libflute-java
│ ├── libfm4
│ ├── libfm-data -> libfm4
│ ├── libfm-gtk4 -> libfm4
│ ├── libfm-gtk-data -> libfm4
│ ├── libfontconfig1
│ ├── libfontconfig1-dev
│ │ └── fontconfig-devel
│ ├── libfontembed1
│ ├── libfontenc1
│ ├── libfox-1.6-0
│ ├── libfreemarker-java
│ ├── libfreerdp1
│ ├── libfreerdp-plugins-standard
│ ├── libfreetype6
│ │ ├── design
│ │ ├── glyphs
│ │ ├── pcf
│ │ ├── reference
│ │ └── tutorial
│ ├── libfreetype6-dev -> libfreetype6
│ ├── libfribidi0
│ ├── libfribidi-dev
│ ├── libfs6
│ ├── libfsplib0
│ ├── libftgl2
│ ├── libfuse2
│ ├── libgail18
│ ├── libgail-common
│ ├── libgamin0
│ ├── libgarcon-1-0
│ ├── libgarcon-1-0-dbg
│ ├── libgarcon-common
│ ├── libgavl1
│ ├── libgbm1
│ ├── libgc1c2
│ ├── libgcc1 -> gcc-4.9-base
│ ├── libgcc-4.8-dev -> gcc-4.8-base
│ ├── libgck-1-0
│ ├── libgconf2.0-cil
│ ├── libgconf-2-4
│ ├── libgconf2-dev
│ ├── libgconfmm-2.6-1c2
│ ├── libgcr-3-common
│ ├── libgcr-base-3-1
│ ├── libgcr-ui-3-1
│ ├── libgcrypt11
│ ├── libgcrypt11-dev
│ ├── libgd3
│ ├── libgda-5.0-4
│ ├── libgda-5.0-common
│ ├── libgdata13
│ ├── libgdata2.1-cil
│ ├── libgdata-common
│ ├── libgdbm3
│ ├── libgdiplus
│ ├── libgdk-pixbuf2.0-0
│ ├── libgdk-pixbuf2.0-common
│ ├── libgdk-pixbuf2.0-dev
│ ├── libgd-perl
│ │ └── examples
│ │ ├── bdf_scripts
│ │ └── demos
│ ├── libgee-0.8-2
│ ├── libgee2
│ ├── libgegl-0.2-0
│ ├── libgeoclue0
│ ├── libgeoclue-dev
│ │ └── examples
│ ├── libgeoip1
│ ├── libgeronimo-jpa-2.0-spec-java
│ ├── libgeronimo-osgi-support-java
│ ├── libges-1.0-0
│ ├── libgettextpo0
│ ├── libgfortran3 -> gcc-4.8-base
│ ├── libghc-sdl-dev
│ ├── libghc-sdl-gfx-dev
│ ├── libghc-sdl-gfx-prof
│ ├── libghc-sdl-image-dev
│ ├── libghc-sdl-image-prof
│ ├── libghc-sdl-mixer-dev
│ ├── libghc-sdl-mixer-prof
│ ├── libghc-sdl-prof
│ ├── libghc-sdl-ttf-dev
│ ├── libghc-sdl-ttf-prof
│ ├── libgif4
│ ├── libgif-dev
│ ├── libgimp2.0
│ ├── libgirepository-1.0-1
│ ├── libgkeyfile1.0-cil
│ ├── libgksu2-0
│ ├── libgl1-mesa-dev
│ ├── libgl1-mesa-dri
│ ├── libgl1-mesa-glx
│ ├── libglade2-0
│ ├── libglade2-dev
│ │ ├── examples
│ │ └── html -> /usr/share/gtk-doc/html/libglade/
│ ├── libglademm-2.4-1c2a
│ ├── libglamor0
│ ├── libglapi-mesa
│ ├── libgldi3
│ ├── libgle3
│ ├── libglee0d1
│ ├── libgles2-mesa
│ ├── libgles2-mesa-dev
│ ├── libglew1.10
│ ├── libglew-dev
│ ├── libglewmx1.10
│ ├── libglewmx-dev
│ ├── libgl-gst
│ ├── libglib2.0-0
│ ├── libglib2.0-bin
│ ├── libglib2.0-cil
│ ├── libglib2.0-cil-dev
│ ├── libglib2.0-data
│ ├── libglib2.0-dev
│ ├── libglib3.0-cil
│ ├── libglibmm-2.4-1c2a
│ ├── libglibmm-2.4-dev
│ ├── libglib-perl
│ ├── libglu1-mesa
│ ├── libglu1-mesa-dev
│ ├── libgme0
│ ├── libgme-dev
│ ├── libgmime-2.6-0
│ ├── libgmime2.6-cil
│ ├── libgmlib1
│ ├── libgmp10
│ ├── libgmp3-dev
│ ├── libgmp-dev
│ ├── libgmpxx4ldbl
│ ├── libgmtk1
│ ├── libgmtk1-data
│ ├── libgnat-4.8 -> gnat-4.8-base
│ ├── libgnome2-0
│ ├── libgnome2-bin
│ ├── libgnome2-canvas-perl
│ │ └── examples
│ ├── libgnome2-common
│ ├── libgnome2-gconf-perl
│ │ └── examples
│ ├── libgnome2-perl
│ │ └── examples
│ ├── libgnome2-vfs-perl
│ │ └── examples
│ ├── libgnome2-wnck-perl
│ ├── libgnome-bluetooth11
│ ├── libgnomecanvas2-0
│ ├── libgnomecanvas2-common
│ ├── libgnome-desktop-3-7
│ ├── libgnomekbd8
│ ├── libgnomekbd-common
│ ├── libgnome-keyring0
│ ├── libgnome-keyring-common
│ ├── libgnome-menu2
│ ├── libgnome-menu-3-0
│ ├── libgnomeui-0
│ ├── libgnomeui-common
│ ├── libgnomevfs2-0
│ ├── libgnomevfs2-common
│ ├── libgnustep-base1.24 -> gnustep-base-common
│ ├── libgnutls26
│ ├── libgnutls28
│ ├── libgnutls-dev
│ ├── libgnutls-openssl27
│ ├── libgnutlsxx27
│ ├── libgoa-1.0-0b
│ ├── libgoa-1.0-common
│ ├── libgomp1 -> gcc-4.8-base
│ ├── libgoocanvas3
│ ├── libgoocanvas-common
│ ├── libgpg-error0
│ ├── libgpg-error-dev
│ ├── libgpgme11
│ ├── libgphoto2-6
│ │ └── camlibs
│ ├── libgphoto2-port10
│ ├── libgpm2
│ ├── libgpod4
│ ├── libgps20
│ ├── libgraphicsmagick3
│ ├── libgraphite2-3
│ ├── libgroupsock1
│ ├── libgs9
│ ├── libgs9-common
│ ├── libgsasl7
│ ├── libgsasl7-dev
│ ├── libgsf-1-114
│ ├── libgsf-1-common
│ ├── libgsl0ldbl
│ ├── libgsm1
│ ├── libgssapi3-heimdal
│ ├── libgssapi-krb5-2
│ ├── libgssdp-1.0-3
│ ├── libgssrpc4
│ ├── libgst7
│ ├── libgstreamer0.10-0
│ ├── libgstreamer0.10-dev
│ ├── libgstreamer1.0-0
│ ├── libgstreamer1.0-dev
│ ├── libgstreamermm-0.10-2
│ ├── libgstreamermm-0.10-dev
│ ├── libgstreamer-plugins-bad0.10-0
│ ├── libgstreamer-plugins-bad1.0-0
│ ├── libgstreamer-plugins-base0.10-0
│ ├── libgstreamer-plugins-base0.10-dev
│ ├── libgstreamer-plugins-base1.0-0
│ ├── libgstreamer-plugins-base1.0-dev
│ ├── libgstreamer-plugins-good1.0-0
│ ├── libgstreamer-vaapi1.0-0
│ ├── libgtk2.0-0
│ ├── libgtk2.0-bin
│ ├── libgtk2.0-cil
│ ├── libgtk2.0-cil-dev
│ ├── libgtk2.0-common
│ ├── libgtk2.0-dev
│ ├── libgtk2-gst
│ ├── libgtk2-imageview-perl
│ │ └── examples
│ ├── libgtk2-perl
│ ├── libgtk2-unique-perl
│ │ └── examples
│ ├── libgtk-3-0
│ ├── libgtk-3-bin
│ ├── libgtk-3-common
│ ├── libgtk-3-dev
│ ├── libgtkglext1
│ ├── libgtkglextmm-x11-1.2-0
│ ├── libgtkimageview0
│ ├── libgtkmm-2.4-1c2a
│ ├── libgtkmm-3.0-1
│ ├── libgtk-sharp-beans-cil
│ ├── libgtksourceview2.0-0
│ ├── libgtksourceview2.0-common
│ ├── libgtksourceview-3.0-1
│ ├── libgtksourceview-3.0-common
│ ├── libgtkspell0
│ ├── libgtkspell3-3-0
│ ├── libgtop2-7
│ ├── libgtop2-common
│ ├── libgudev-1.0-0
│ ├── libgudev1.0-cil
│ ├── libgudev1.0-cil-dev
│ ├── libgudev-1.0-dev
│ ├── libgudev3.0-cil
│ ├── libgudev3.0-cil-dev
│ ├── libguess1
│ ├── libguichan-0.8.1-1
│ ├── libguichan-allegro-0.8.1-1
│ ├── libguichan-dev
│ ├── libguichan-opengl-0.8.1-1
│ ├── libguichan-sdl-0.8.1-1
│ ├── libgupnp-1.0-4
│ ├── libgupnp-igd-1.0-4
│ ├── libgusb2
│ ├── libgutenprint2
│ ├── libgweather-3-6
│ ├── libgweather-common
│ ├── libgxps2
│ ├── libha-jdbc-java
│ ├── libhamcrest-java
│ ├── libharfbuzz0b
│ ├── libharfbuzz-dev
│ ├── libharfbuzz-gobject0
│ ├── libharfbuzz-icu0
│ ├── libhcrypto4-heimdal
│ ├── libhdb9-heimdal
│ ├── libheimbase1-heimdal
│ ├── libheimntlm0-heimdal
│ ├── libhfsp0
│ ├── libhogweed2 -> libnettle4
│ ├── libhpmud0
│ ├── libhsqldb1.8.0-java
│ ├── libhtml-form-perl
│ ├── libhtml-parser-perl
│ │ └── examples
│ ├── libhtml-tagset-perl
│ ├── libhtml-tree-perl
│ │ └── examples
│ ├── libhttp-cookies-perl
│ ├── libhttp-daemon-perl
│ ├── libhttp-date-perl
│ ├── libhttp-message-perl
│ ├── libhttp-negotiate-perl
│ ├── libhttp-server-simple-perl
│ │ └── examples
│ ├── libhunspell-1.3-0
│ ├── libhx509-5-heimdal
│ ├── libhyphen0
│ ├── libibus-1.0-5
│ ├── libical1
│ ├── libice6
│ ├── libice-dev
│ ├── libicu52
│ ├── libid3tag0
│ ├── libidl0
│ ├── libidl-common
│ ├── libidn11
│ ├── libidn11-dev
│ │ └── examples
│ ├── libido-0.1-0
│ ├── libido3-0.1-0
│ ├── libiec61883-0
│ ├── libieee1284-3
│ ├── libijs-0.35
│ ├── libilmbase6
│ ├── libimlib2
│ ├── libimobiledevice4
│ ├── libimobiledevice-utils
│ ├── libindicator3-7
│ ├── libindicator7
│ ├── libini4j-java
│ ├── libio-html-perl
│ ├── libio-pty-perl
│ │ └── examples
│ ├── libio-socket-inet6-perl
│ ├── libio-socket-ssl-perl
│ │ └── examples
│ ├── libio-string-perl
│ ├── libipc-run-perl
│ │ └── examples
│ │ └── abuse
│ ├── libisc95
│ ├── libisccc90
│ ├── libisccfg90
│ ├── libisl10
│ ├── libiso9660-8
│ ├── libiso9660-dev
│ ├── libisofs6
│ ├── libitm1 -> gcc-4.8-base
│ ├── libiw30
│ ├── libjack-jackd2-0
│ ├── libjack-jackd2-dev
│ ├── libjasper1
│ ├── libjava-jdbc-clojure
│ │ └── html
│ ├── libjavascriptcoregtk-1.0-0
│ ├── libjavascriptcoregtk-3.0-0
│ ├── libjbig0
│ ├── libjbig2dec0
│ ├── libjbig-dev
│ ├── libjbzip2-java
│ │ └── examples
│ │ └── demo
│ ├── libjcodings-java
│ ├── libjemalloc1
│ ├── libjemmy2-java
│ ├── libjetty-java
│ ├── libjline-java
│ ├── libjna-java
│ ├── libjoda-time-java
│ ├── libjpeg8
│ ├── libjpeg8-dev
│ ├── libjpeg-dev
│ ├── libjpeg-progs
│ ├── libjpeg-turbo8
│ ├── libjpeg-turbo8-dev
│ ├── libjpeg-turbo-progs
│ ├── libjpgalleg4.4
│ ├── libjsch-java
│ │ └── javadoc
│ │ ├── com
│ │ │ └── jcraft
│ │ │ └── jsch
│ │ │ ├── jce
│ │ │ ├── jcraft
│ │ │ └── jgss
│ │ └── resources
│ ├── libjs-jquery
│ ├── libjson0 -> libjson-c2
│ ├── libjson-c2
│ ├── libjson-glib-1.0-0
│ ├── libjson-glib-1.0-common
│ ├── libjson-perl
│ │ └── examples
│ ├── libjson-xs-perl
│ │ └── examples
│ ├── libjte1
│ ├── libjvyamlb-java
│ ├── libjzlib-java
│ │ └── examples
│ ├── libk5crypto3
│ ├── libkabc4
│ ├── libkactivities6
│ ├── libkadm5clnt-mit9
│ ├── libkadm5srv-mit9
│ ├── libkalarmcal2
│ ├── libkate1
│ ├── libkatepartinterfaces4
│ ├── libkcal4
│ ├── libkcalcore4
│ ├── libkcalutils4
│ ├── libkcmutils4
│ ├── libkdb5-7
│ ├── libkdc2-heimdal
│ ├── libkde3support4
│ ├── libkdeclarative5
│ ├── libkdecorations4abi1
│ ├── libkdecore5
│ ├── libkdegames6
│ ├── libkdesu5
│ ├── libkdeui5
│ ├── libkdewebkit5
│ ├── libkdnssd4
│ ├── libkemoticons4
│ ├── libkephal4abi1
│ ├── libkeybinder0
│ ├── libkeybinder-3.0-0
│ ├── libkeyutils1
│ ├── libkfbapi1
│ ├── libkfile4
│ ├── libkgapi2-2
│ ├── libkholidays4
│ ├── libkhtml5
│ ├── libkidletime4
│ ├── libkimap4
│ ├── libkio5
│ ├── libkjsapi4
│ ├── libkjsembed4
│ ├── libkldap4
│ ├── libklibc
│ ├── libkmbox4
│ ├── libkmediaplayer4
│ ├── libkmime4
│ ├── libkmod2
│ ├── libknewstuff3-4
│ ├── libknotifyconfig4
│ ├── libkntlm4
│ ├── libkolab0
│ ├── libkolabxml1
│ ├── libkparts4
│ ├── libkpathsea6
│ ├── libkpimidentities4
│ ├── libkpimtextedit4
│ ├── libkpimutils4
│ ├── libkpty4
│ ├── libkrb5-26-heimdal
│ ├── libkrb5-3
│ ├── libkrb5-dev
│ ├── libkrb5support0
│ ├── libkresources4
│ ├── libkrosscore4
│ ├── libksba8
│ ├── libksgrd4
│ ├── libktexteditor4
│ ├── libkubuntu0
│ ├── libkunitconversion4
│ ├── libkwineffects1abi4
│ ├── libkwinglesutils1
│ ├── libkwinglutils1abi3
│ ├── libkworkspace4abi2
│ ├── libkxmlrpcclient4
│ ├── liblablgl-ocaml
│ ├── liblablgl-ocaml-dev
│ │ ├── examples
│ │ └── html
│ │ └── api
│ ├── liblangtag1
│ ├── liblangtag-common
│ ├── liblapack3
│ ├── liblavfile-2.1-0
│ ├── liblavjpeg-2.1-0
│ ├── liblavplay-2.1-0
│ ├── liblcms2-2
│ ├── libldap-2.4-2
│ ├── libldap2-dev
│ ├── libldb1
│ ├── liblinearmath2.81
│ ├── liblircclient0
│ ├── liblist-moreutils-perl
│ │ └── examples
│ ├── liblist-utilsby-perl
│ ├── liblivemedia23
│ ├── libllvm3.4
│ ├── liblo10k1-0
│ ├── liblo7
│ ├── libloadpng4.4
│ ├── liblocale-gettext-perl
│ ├── liblockfile1
│ ├── liblockfile-bin
│ ├── liblog4j1.2-java
│ ├── liblog-message-simple-perl
│ ├── liblouis2
│ ├── liblouis-data
│ ├── liblqr-1-0
│ ├── libltdl7
│ ├── libltdl-dev -> libltdl7
│ ├── liblua5.1-0
│ ├── liblua5.1-0-dev
│ ├── liblua5.2-0
│ ├── libluajit-5.1-2
│ ├── libluajit-5.1-common
│ ├── libluajit-5.1-dev
│ ├── liblucene2-java
│ ├── liblvm2app2.2
│ ├── liblwp-mediatypes-perl
│ ├── liblwp-protocol-https-perl
│ ├── liblwres90
│ ├── liblzma5
│ ├── liblzma-dev
│ │ ├── examples
│ │ └── examples_old
│ ├── liblzo2-2
│ ├── libm17n-0
│ ├── libmad0
│ ├── libmad0-dev
│ │ └── examples
│ ├── libmadlib
│ ├── libmadlib-dev
│ ├── libmagic1
│ ├── libmagick++5
│ ├── libmagickcore5
│ ├── libmagickwand5
│ ├── libmailtools-perl
│ │ └── demos
│ ├── libmailtransport4
│ ├── libmarco-dev
│ ├── libmarco-private0
│ ├── libmate-desktop-2-17
│ ├── libmatekbd4
│ ├── libmatekbd-common
│ ├── libmate-menu2
│ ├── libmate-panel-applet4-1
│ ├── libmateweather1
│ ├── libmateweather-common
│ ├── libmatroska6
│ ├── libmbim-glib0
│ ├── libmeanwhile1
│ ├── libmenu-cache3
│ ├── libmenu-cache-bin
│ ├── libmessaging-menu0
│ ├── libmetacity-private0a
│ ├── libmhash2
│ ├── libmicroblog4
│ ├── libmikmod2
│ ├── libmikmod2-dev
│ ├── libmimic0
│ ├── libmini18n1
│ ├── libminiupnpc8
│ ├── libmirage9
│ ├── libmirclient7
│ ├── libmirclient-dev
│ ├── libmirclientplatform-mesa
│ ├── libmirprotobuf0
│ ├── libmirprotobuf-dev
│ ├── libmjpegutils-2.1-0
│ ├── libmkv0
│ ├── libmkv-dev
│ ├── libmlt++3
│ ├── libmlt6
│ ├── libmlt-data
│ ├── libmlt-dev
│ ├── libmlt++-dev
│ ├── libmm-glib0
│ ├── libmms0
│ ├── libmng2
│ ├── libmnl0
│ ├── libmodplug1
│ ├── libmodule-pluggable-perl
│ ├── libmono-addins0.2-cil
│ ├── libmono-addins-gui0.2-cil
│ ├── libmono-cairo4.0-cil
│ ├── libmono-corlib4.0-cil
│ ├── libmono-corlib4.5-cil
│ ├── libmono-csharp4.0c-cil
│ ├── libmono-data-tds4.0-cil
│ ├── libmono-microsoft-csharp4.0-cil
│ ├── libmono-posix4.0-cil
│ ├── libmono-security4.0-cil
│ ├── libmono-sharpzip4.84-cil
│ ├── libmono-system4.0-cil
│ ├── libmono-system-configuration4.0-cil
│ ├── libmono-system-core4.0-cil
│ ├── libmono-system-data4.0-cil
│ ├── libmono-system-drawing4.0-cil
│ ├── libmono-system-enterpriseservices4.0-cil
│ ├── libmono-system-numerics4.0-cil
│ ├── libmono-system-runtime-serialization4.0-cil
│ ├── libmono-system-security4.0-cil
│ ├── libmono-system-transactions4.0-cil
│ ├── libmono-system-xml4.0-cil
│ ├── libmono-system-xml-linq4.0-cil
│ ├── libmono-zeroconf1.0-cil
│ ├── libmount1
│ ├── libmount-dev
│ ├── libmouse-perl
│ │ └── examples
│ ├── libmowgli-2-0
│ ├── libmozjs185-1.0
│ ├── libmp3lame0
│ ├── libmp3lame-dev
│ ├── libmpc3
│ ├── libmpcdec6
│ ├── libmpd1
│ ├── libmpdclient2
│ ├── libmpdclient-dev
│ ├── libmpd-dev -> libmpd1
│ ├── libmpdec2
│ ├── libmpeg2-4
│ ├── libmpeg2encpp-2.1-0
│ ├── libmpfr4
│ ├── libmpg123-0
│ ├── libmpg123-dev
│ │ └── examples
│ ├── libmplex2-2.1-0
│ ├── libmspub-0.0-0
│ ├── libmtdev1
│ ├── libmtp9
│ ├── libmtp-common
│ ├── libmtp-runtime
│ ├── libmupen64plus2
│ ├── libmusicbrainz3-6
│ ├── libmyodbc
│ │ └── examples
│ ├── libmysql++3
│ ├── libmysqlclient18
│ ├── libmysqlclient-dev
│ │ └── examples
│ ├── libmysqlcppconn7
│ ├── libmysql++-dev
│ ├── libmysql-java
│ ├── libmysql-ocaml
│ ├── libmythes-1.2-0
│ ├── libnatpmp1
│ ├── libnautilus-extension1a
│ ├── libnb-absolutelayout-java
│ ├── libnb-apisupport3-java
│ ├── libnb-ide14-java
│ ├── libnb-java5-java
│ ├── libnb-javaparser-java
│ ├── libnb-org-openide-modules-java
│ ├── libnb-org-openide-util-java
│ ├── libnb-org-openide-util-lookup-java
│ ├── libnb-platform13-java
│ ├── libnb-platform-devel-java
│ ├── libncurses5 -> libtinfo5
│ ├── libncurses5-dev -> libtinfo5
│ ├── libncursesw5 -> libtinfo5
│ ├── libndesk-dbus1.0-cil
│ ├── libndesk-dbus-glib1.0-cil
│ ├── libneon27-gnutls
│ ├── libnepomuk4
│ ├── libnepomukcore4abi1
│ ├── libnepomukquery4a
│ ├── libnepomukutils4
│ ├── libnet-dbus-perl
│ │ └── examples
│ ├── libnet-dns-perl
│ │ └── examples
│ │ ├── contrib
│ │ └── demo
│ ├── libnet-domain-tld-perl
│ ├── libnet-dropbox-api-perl
│ │ └── examples
│ ├── libnetfilter-conntrack3
│ ├── libnet-http-perl
│ ├── libnet-ip-perl
│ │ └── examples
│ ├── libnet-oauth-perl
│ │ └── examples
│ ├── libnetpbm10
│ ├── libnet-smtp-ssl-perl
│ ├── libnet-ssleay-perl
│ │ └── examples
│ ├── libnettle4
│ ├── libnetx-java
│ │ └── api
│ │ ├── netx
│ │ │ └── jnlp
│ │ │ ├── cache
│ │ │ ├── event
│ │ │ ├── runtime
│ │ │ ├── services
│ │ │ └── util
│ │ └── resources
│ ├── libnewt0.52
│ ├── libnewtonsoft-json5.0-cil
│ ├── libnfnetlink0
│ ├── libnice10
│ ├── libnih1
│ ├── libnih-dbus1 -> libnih1
│ ├── libnl-3-200
│ ├── libnl-genl-3-200
│ ├── libnl-route-3-200
│ ├── libnm-glib4
│ ├── libnm-glib-vpn1
│ ├── libnm-gtk0
│ ├── libnm-gtk-common
│ ├── libnm-util2
│ ├── libnotify0.4-cil
│ ├── libnotify4
│ ├── libnotify-bin
│ ├── libnotify-cil-dev
│ ├── libnotify-dev
│ ├── libnspr4
│ ├── libnspr4-0d
│ ├── libnss3
│ ├── libnss3-1d
│ ├── libnss3-nssdb
│ ├── libnss-mdns
│ ├── libntdb1
│ ├── libntlm0
│ ├── libntlm0-dev
│ ├── libntrack0
│ ├── libntrack-qt4-1
│ ├── libnuma1
│ ├── liboauth0
│ ├── libobjc4 -> gcc-4.8-base
│ ├── libobrender29
│ ├── libobt2
│ ├── libodbc1
│ ├── libodbcinstq4-1
│ ├── libofa0
│ ├── libogg0
│ ├── libogg-dev
│ │ └── html
│ │ └── libogg
│ ├── libogmrip1
│ ├── libogmrip-dev
│ ├── liboil0.3
│ ├── liboobs-1-5
│ ├── libopenal1
│ │ └── examples
│ ├── libopenal-data
│ ├── libopencore-amrnb0
│ ├── libopencore-amrwb0
│ ├── libopencv-calib3d2.4
│ ├── libopencv-contrib2.4
│ ├── libopencv-core2.4
│ ├── libopencv-features2d2.4
│ ├── libopencv-flann2.4
│ ├── libopencv-highgui2.4
│ ├── libopencv-imgproc2.4
│ ├── libopencv-legacy2.4
│ ├── libopencv-ml2.4
│ ├── libopencv-objdetect2.4
│ ├── libopencv-video2.4
│ ├── libopenexr6
│ ├── libopengl-perl
│ │ └── examples
│ ├── libopengl-xscreensaver-perl
│ ├── libopenjpeg2
│ ├── libopenobex1
│ ├── libopenraw1
│ ├── libopenrawgnome1
│ ├── libopenvg1-mesa
│ ├── libopts25
│ ├── libopus0
│ ├── liborbit2
│ ├── liborbit-2-0
│ ├── liborc-0.4-0
│ ├── liborcus-0.6-0
│ ├── liboro-java
│ ├── libosgi-compendium-java
│ ├── libosgi-core-java
│ ├── libosgi-foundation-ee-java
│ ├── libosmesa6
│ ├── libotf0
│ ├── libotr5
│ ├── libp11-kit0
│ │ └── examples
│ ├── libp11-kit-dev
│ │ └── html -> ../../gtk-doc/html/p11-kit
│ ├── libpackagekit-glib2-16
│ ├── libpacketstream0
│ ├── libpam0g
│ ├── libpam-cap
│ ├── libpam-ck-connector
│ ├── libpam-freerdp
│ ├── libpam-gnome-keyring
│ ├── libpam-modules
│ │ └── examples
│ ├── libpam-modules-bin
│ ├── libpam-runtime
│ ├── libpam-systemd
│ ├── libpanel-applet-4-0
│ ├── libpango-1.0-0
│ ├── libpango1.0-0
│ ├── libpango1.0-dev
│ ├── libpangocairo-1.0-0
│ ├── libpangoft2-1.0-0
│ ├── libpangomm-1.4-1
│ ├── libpango-perl
│ │ └── examples
│ ├── libpangox-1.0-0
│ ├── libpangoxft-1.0-0
│ ├── libpaper1
│ ├── libpaper-utils
│ ├── libparse-debianchangelog-perl
│ ├── libparted0debian1
│ ├── libpath-class-perl
│ ├── libpcap0.8
│ ├── libpci3
│ ├── libpciaccess0
│ ├── libpcre3
│ ├── libpcre3-dev
│ │ └── examples
│ ├── libpcrecpp0
│ ├── libpcsclite1
│ ├── libpeas-1.0-0
│ ├── libpeas-common
│ ├── libperl5.18 -> perl
│ ├── libphonon4
│ ├── libphonon4qt5-4
│ ├── libphonon4qt5-dev
│ ├── libphonon4qt5experimental4
│ ├── libphonon4qt5experimental-dev
│ ├── libphonon-dev
│ ├── libphononexperimental4
│ ├── libphononexperimental-dev
│ ├── libpipeline1
│ ├── libpipeline-dev -> libpipeline1
│ ├── libpixman-1-0
│ ├── libpixman-1-dev
│ ├── libplank0
│ ├── libplank-common
│ ├── libplasma3
│ ├── libplasmaclock4abi4
│ ├── libplasmagenericshell4
│ ├── libplasma-geolocation-interface4
│ ├── libplayer2
│ ├── libplayer-bin
│ ├── libplib1
│ ├── libplib-dev
│ ├── libplist1
│ ├── libplot2c2
│ ├── libplymouth2
│ ├── libplymouth-dev
│ ├── libpng12-0
│ ├── libpng12-dev
│ │ └── examples
│ ├── libpod-latex-perl
│ ├── libpolkit-agent-1-0
│ ├── libpolkit-backend-1-0
│ ├── libpolkit-gobject-1-0
│ ├── libpolkit-gtk-mate-1-0
│ ├── libpolkit-qt-1-1
│ ├── libpoppler44
│ ├── libpoppler-dev
│ ├── libpoppler-glib8
│ ├── libpoppler-private-dev
│ ├── libpoppler-qt5-1
│ ├── libpoppler-qt5-dev
│ ├── libpopt0
│ ├── libportaudio2
│ ├── libportmidi0
│ ├── libportsmf0
│ ├── libpostgresql-jdbc-java
│ ├── libpostgresql-jdbc-java-doc
│ │ └── api
│ │ ├── org
│ │ │ └── postgresql
│ │ │ ├── copy
│ │ │ ├── ds
│ │ │ │ └── common
│ │ │ ├── fastpath
│ │ │ ├── geometric
│ │ │ ├── largeobject
│ │ │ ├── ssl
│ │ │ ├── util
│ │ │ └── xa
│ │ └── resources
│ ├── libpostproc52
│ ├── libpq5
│ ├── libpq-dev
│ ├── libprison0
│ ├── libprocesscore4abi1
│ ├── libproc-processtable-perl
│ │ └── examples
│ ├── libprocps3
│ ├── libproc-simple-perl
│ │ └── examples
│ ├── libprojectm2
│ ├── libprojectm-qt1
│ ├── libprotobuf8
│ ├── libprotobuf-dev -> libprotobuf8
│ ├── libprotobuf-lite8
│ ├── libprotoc8
│ ├── libproxy1
│ ├── libproxy1-plugin-gsettings
│ ├── libproxy1-plugin-networkmanager
│ ├── libproxy-tools
│ ├── libpstoedit0c2a
│ ├── libpt2.10.10
│ ├── libptexenc1
│ ├── libpth20
│ ├── libpthread-stubs0-dev
│ ├── libpulse0
│ ├── libpulse-dev
│ │ └── examples
│ ├── libpulsedsp
│ ├── libpulse-mainloop-glib0
│ ├── libpulse-ocaml
│ ├── libpurple0
│ ├── libpurple-dev
│ ├── libpwquality1
│ ├── libpwquality-common
│ ├── libpyside1.2
│ ├── libpyside-py3-1.2
│ ├── libpython2.7 -> libpython2.7-stdlib
│ ├── libpython2.7-minimal
│ ├── libpython2.7-stdlib -> libpython2.7-minimal
│ ├── libpython3.4 -> libpython3.4-stdlib
│ ├── libpython3.4-dev -> libpython3.4-stdlib
│ ├── libpython3.4-minimal
│ ├── libpython3.4-stdlib -> libpython3.4-minimal
│ ├── libpython3-dev
│ ├── libpython3-stdlib
│ ├── libpython-stdlib
│ ├── libqapt2
│ ├── libqapt2-runtime
│ ├── libqca2
│ ├── libqgsttools-p1
│ ├── libqimageblitz4
│ ├── libqjson0
│ ├── libqjson-dev
│ ├── libqmi-glib0
│ ├── libqpdf13
│ ├── libqrencode3
│ ├── libqt4-dbus
│ ├── libqt4-declarative
│ ├── libqt4-designer
│ ├── libqt4-dev
│ ├── libqt4-dev-bin
│ ├── libqt4-help
│ ├── libqt4-network
│ ├── libqt4-opengl
│ ├── libqt4-opengl-dev
│ ├── libqt4-qt3support
│ ├── libqt4-script
│ ├── libqt4-scripttools
│ ├── libqt4-sql
│ ├── libqt4-sql-mysql
│ ├── libqt4-sql-sqlite
│ ├── libqt4-svg
│ ├── libqt4-test
│ ├── libqt4-xml
│ ├── libqt4-xmlpatterns
│ ├── libqt5clucene5
│ ├── libqt5concurrent5
│ ├── libqt5core5a
│ ├── libqt5dbus5
│ ├── libqt5designer5
│ ├── libqt5gui5
│ ├── libqt5help5
│ ├── libqt5multimedia5
│ ├── libqt5multimedia5-plugins
│ ├── libqt5multimediawidgets5
│ ├── libqt5network5
│ ├── libqt5opengl5
│ ├── libqt5opengl5-dev
│ ├── libqt5positioning5
│ ├── libqt5printsupport5
│ ├── libqt5qml5
│ ├── libqt5quick5
│ ├── libqt5script5
│ ├── libqt5sensors5
│ ├── libqt5sql5
│ ├── libqt5sql5-sqlite
│ ├── libqt5svg5
│ ├── libqt5svg5-dev
│ ├── libqt5svg5-private-dev
│ ├── libqt5test5
│ ├── libqt5webkit5
│ ├── libqt5widgets5
│ ├── libqt5xml5
│ ├── libqtassistantclient4
│ ├── libqtcore4
│ ├── libqtcore4-perl
│ ├── libqtdbus4
│ ├── libqtgui4
│ ├── libqtopengl4-perl
│ ├── libqtscript4-core
│ ├── libqtscript4-opengl
│ ├── libqtwebkit4
│ ├── libqtxdg0
│ ├── libquadmath0 -> gcc-4.8-base
│ ├── libquicktime2
│ ├── libraptor2-0
│ ├── librarian0
│ ├── librasqal3
│ ├── libraw1394-11
│ ├── libraw9
│ ├── librazorqt0
│ ├── librdf0
│ ├── libreadline5
│ │ └── examples
│ ├── libreadline6
│ │ └── examples
│ ├── libreadline6-dev -> libreadline6
│ ├── libreadline-dev -> libreadline6-dev
│ ├── librecode0
│ ├── libreoffice
│ ├── libreoffice-avmedia-backend-gstreamer
│ ├── libreoffice-base
│ ├── libreoffice-base-core
│ ├── libreoffice-base-drivers
│ ├── libreoffice-calc
│ ├── libreoffice-common
│ │ └── examples
│ ├── libreoffice-core
│ ├── libreoffice-draw
│ ├── libreoffice-emailmerge
│ ├── libreoffice-gnome
│ ├── libreoffice-gtk
│ ├── libreoffice-help-en-us
│ ├── libreoffice-help-es
│ ├── libreoffice-impress
│ ├── libreoffice-java-common
│ ├── libreoffice-l10n-es
│ ├── libreoffice-l10n-ja
│ ├── libreoffice-math
│ ├── libreoffice-mysql-connector
│ ├── libreoffice-ogltrans
│ ├── libreoffice-pdfimport
│ ├── libreoffice-presentation-minimizer
│ ├── libreoffice-report-builder-bin
│ ├── libreoffice-sdbc-firebird
│ ├── libreoffice-sdbc-hsqldb
│ ├── libreoffice-sdbc-postgresql
│ ├── libreoffice-style-oxygen
│ ├── libreoffice-writer
│ ├── libresid-builder0c2a
│ ├── libroar2
│ ├── libroar-compat2
│ ├── libroken18-heimdal
│ ├── librpm3
│ ├── librpmbuild3
│ ├── librpmio3
│ ├── librpmsign1
│ ├── librsvg2-2
│ ├── librsvg2-common
│ ├── librsync1
│ ├── librtaudio4
│ ├── librtaudio-dev
│ ├── librtmidi1
│ ├── librtmidi-dev
│ ├── librtmp0
│ ├── librtmp-dev
│ ├── libsac-java
│ ├── libsage2
│ ├── libsage-dev
│ ├── libsam-java
│ ├── libsamplerate0
│ ├── libsane
│ │ ├── canon
│ │ ├── examples
│ │ ├── gt68xx
│ │ ├── html
│ │ ├── leo
│ │ ├── matsushita
│ │ ├── mustek
│ │ ├── mustek_usb
│ │ ├── mustek_usb2
│ │ ├── niash
│ │ ├── plustek
│ │ ├── sceptre
│ │ ├── teco
│ │ ├── u12
│ │ └── umax
│ ├── libsane-common
│ ├── libsane-hpaio
│ ├── libsasl2-2
│ ├── libsasl2-modules
│ ├── libsasl2-modules-db
│ ├── libsbc1
│ ├── libschroedinger-1.0-0
│ ├── libscim8c2a
│ ├── libscim-dev
│ ├── libsdl1.2debian
│ ├── libsdl1.2-dev
│ │ ├── docs
│ │ │ ├── html
│ │ │ └── images
│ │ └── examples
│ ├── libsdl2-2.0-0
│ ├── libsdl2-dev
│ │ └── examples
│ ├── libsdl2-gfx-1.0-0
│ ├── libsdl2-gfx-dev
│ ├── libsdl2-image-2.0-0
│ ├── libsdl2-image-dev
│ │ └── examples
│ ├── libsdl2-mixer-2.0-0
│ ├── libsdl2-mixer-dev
│ │ └── examples
│ ├── libsdl2-net-2.0-0
│ ├── libsdl2-net-dev
│ │ └── examples
│ ├── libsdl2-ttf-2.0-0
│ ├── libsdl2-ttf-dev
│ │ └── examples
│ ├── libsdl-console
│ ├── libsdl-console-dev
│ │ └── examples
│ ├── libsdl-gfx1.2-4
│ ├── libsdl-gfx1.2-dev
│ ├── libsdl-gst
│ ├── libsdl-image1.2
│ ├── libsdl-image1.2-dev
│ │ └── examples
│ ├── libsdl-image-gst
│ ├── libsdl-mixer1.2
│ ├── libsdl-mixer1.2-dev
│ │ └── examples
│ ├── libsdl-mixer-gst
│ ├── libsdl-net1.2
│ ├── libsdl-net1.2-dev
│ │ └── examples
│ ├── libsdl-ocaml
│ ├── libsdl-ocaml-dev
│ │ └── html
│ ├── libsdl-pango1
│ ├── libsdl-pango-dev
│ │ ├── examples
│ │ └── html
│ ├── libsdl-perl
│ ├── libsdl-sge
│ ├── libsdl-sge-dev
│ │ ├── examples
│ │ └── html
│ ├── libsdl-sound1.2
│ ├── libsdl-sound1.2-dev
│ ├── libsdl-sound-gst
│ ├── libsdl-stretch-0-3
│ ├── libsdl-stretch-dev
│ │ └── html
│ │ └── man
│ ├── libsdl-ttf2.0-0
│ ├── libsdl-ttf2.0-dev
│ │ └── examples
│ ├── libsdl-ttf-gst
│ ├── libsecret-1-0
│ ├── libsecret-common
│ ├── libselinux1
│ ├── libsemanage1
│ ├── libsemanage-common
│ ├── libsensors4
│ ├── libsepol1
│ ├── libsequence-library-java
│ ├── libserf-1-1
│ ├── libservlet2.5-java
│ ├── libservlet3.0-java
│ ├── libsexy2
│ ├── libsfml-audio2
│ ├── libsfml-system2
│ ├── libsgutils2-2
│ ├── libshiboken1.2
│ ├── libshiboken-py3-1.2
│ ├── libshout3
│ ├── libsidplay1
│ ├── libsidplay2
│ ├── libsidplayfp
│ ├── libsidutils0
│ ├── libsigc++-2.0-0c2a
│ ├── libsigc++-2.0-dev
│ ├── libsignon-extension1
│ ├── libsignon-glib1
│ ├── libsignon-plugins-common1
│ ├── libsignon-qt1
│ ├── libsignon-qt5-1
│ ├── libsignon-qt5-dev
│ ├── libsigsegv2
│ ├── libsimple-validation-java
│ ├── libslang2
│ ├── libslang2-dev
│ │ └── examples
│ ├── libslf4j-java
│ ├── libslp1
│ ├── libslv2-9
│ ├── libsm6
│ ├── libsmbclient
│ ├── libsm-dev
│ ├── libsmf0
│ ├── libsmokebase3
│ ├── libsmokeqtcore4-3
│ ├── libsmokeqtgui4-3
│ ├── libsmokeqtopengl4-3
│ ├── libsmpeg0
│ ├── libsmpeg-dev
│ ├── libsnack-alsa
│ ├── libsndfile1
│ ├── libsndfile1-dev
│ │ ├── examples
│ │ └── html
│ ├── libsndobj2c2
│ ├── libsnmp30
│ ├── libsnmp-base
│ ├── libsocket6-perl
│ │ └── examples
│ ├── libsoil1
│ ├── libsolid4
│ ├── libsonic0
│ ├── libsoprano4
│ ├── libsort-naturally-perl
│ ├── libsoundtouch0
│ ├── libsoup2.4-1
│ ├── libsoup-gnome2.4-1
│ ├── libsox2
│ ├── libsox-fmt-alsa
│ ├── libsox-fmt-base
│ ├── libsp1c2
│ ├── libspandsp2
│ ├── libspectre1
│ ├── libspeechd2
│ ├── libspeex1
│ ├── libspeexdsp1
│ ├── libspice-server1
│ ├── libspring-beans-java
│ ├── libspring-core-java
│ ├── libspring-jdbc-java
│ ├── libspring-transaction-java
│ ├── libsqlite3-0
│ ├── libsqlite3-dev
│ ├── libsqljet-java
│ ├── libsrtp0
│ ├── libss2
│ ├── libssh2-1
│ ├── libssh-4
│ ├── libssl0.9.8
│ ├── libssl1.0.0
│ ├── libssl-dev
│ ├── libstartup-notification0
│ ├── libstartup-notification0-dev
│ ├── libstatgrab9
│ ├── libstdc++-4.8-dev -> gcc-4.8-base
│ ├── libstdc++5
│ ├── libstdc++6 -> gcc-4.8-base
│ ├── libstk0c2a
│ ├── libstreamanalyzer0
│ ├── libstreams0
│ ├── libstringtemplate-java
│ ├── libsub-name-perl
│ ├── libsvga1
│ ├── libsvn1
│ │ └── examples
│ │ └── gdb-py
│ │ └── svndbg
│ ├── libsvnclientadapter-java
│ ├── libsvn-java -> libsvn1
│ ├── libsvnkit-java
│ ├── libswing-layout-java
│ ├── libswingx1-java
│ ├── libswitch-perl
│ ├── libswscale2
│ ├── libsyndication4
│ ├── libsystemd-daemon0
│ ├── libsystemd-login0
│ ├── libt1-5
│ ├── libtag1c2a
│ ├── libtag1-dev
│ │ └── examples
│ ├── libtag1-vanilla
│ ├── libtagc0
│ ├── libtaglib2.1-cil
│ ├── libtaglib-cil-dev
│ ├── libtaglib-ocaml
│ ├── libtaglib-ocaml-dev
│ │ └── html
│ ├── libtalloc2
│ ├── libtar0
│ ├── libtaskmanager4abi5
│ ├── libtasn1-6
│ ├── libtasn1-6-dev
│ │ ├── examples
│ │ └── reference -> ../../gtk-doc/html/libtasn1
│ ├── libtbb2
│ ├── libtcl8.5
│ ├── libtcl8.6
│ ├── libtdb1
│ ├── libtelepathy-glib0
│ ├── libterm-readkey-perl
│ ├── libterm-ui-perl
│ ├── libtevent0
│ ├── libtext-charwidth-perl
│ ├── libtext-iconv-perl
│ ├── libtext-levenshtein-perl
│ ├── libtext-soundex-perl
│ ├── libtext-wrapi18n-perl
│ ├── libthai0
│ ├── libthai-data
│ ├── libtheora0
│ ├── libthreadweaver4
│ ├── libthunarx-2-0 -> thunar-data
│ ├── libthunarx-2-dev -> thunar-data
│ ├── libtidy-0.99-0
│ ├── libtie-ixhash-perl
│ ├── libtie-simple-perl
│ ├── libtiff4-dev
│ ├── libtiff5
│ ├── libtiff5-dev
│ ├── libtiffxx5
│ ├── libtimedate-perl
│ ├── libtimezonemap1
│ ├── libtinfo5
│ ├── libtinfo-dev -> libtinfo5
│ ├── libtinyxml2.6.2
│ ├── libtk8.5
│ ├── libtk8.6
│ ├── libtool
│ ├── libtorrent-rasterbar7
│ ├── libtotem0
│ ├── libtotem-plparser18
│ ├── libtre5
│ ├── libtrilead-ssh2-java
│ │ ├── api
│ │ │ ├── com
│ │ │ │ └── trilead
│ │ │ │ └── ssh2
│ │ │ │ ├── auth
│ │ │ │ ├── channel
│ │ │ │ ├── crypto
│ │ │ │ │ ├── cipher
│ │ │ │ │ ├── dh
│ │ │ │ │ └── digest
│ │ │ │ ├── log
│ │ │ │ ├── packets
│ │ │ │ ├── sftp
│ │ │ │ ├── signature
│ │ │ │ ├── transport
│ │ │ │ └── util
│ │ │ └── resources
│ │ └── examples
│ ├── libts-0.0-0
│ ├── libtsan0 -> gcc-4.8-base
│ ├── libts-dev
│ ├── libtumbler-1-0
│ ├── libtumbler-1-dev
│ ├── libtwolame0
│ ├── libtxc-dxtn-s2tc0
│ ├── libucommon6
│ ├── libucommon-dev
│ ├── libudev1
│ ├── libudev-dev
│ ├── libudisks2-0
│ ├── libumfpack5.6.2
│ ├── libunicap2
│ ├── libunique-1.0-0
│ ├── libunistring0
│ ├── libunity9
│ ├── libunity-protocol-private0
│ ├── libunity-scopes-json-def-desktop
│ ├── libunshield0
│ ├── libupnp6
│ ├── libupower-glib1
│ ├── liburi-perl
│ ├── liburl-dispatcher1
│ ├── libusageenvironment1
│ ├── libusb-0.1-4
│ ├── libusb-1.0-0
│ ├── libusbhid-common
│ ├── libusbmuxd2
│ ├── libustr-1.0-1
│ ├── libutempter0
│ ├── libuuid1
│ ├── libuuid-perl
│ ├── libv4l-0
│ ├── libv4l2rds0
│ ├── libv4lconvert0
│ ├── libv4l-dev -> libv4l-0
│ ├── libva1
│ ├── libva-drm1
│ ├── libva-glx1
│ ├── libva-x11-1
│ ├── libvcdinfo0
│ ├── libvcdinfo-dev
│ ├── libvdpau1
│ ├── libvisio-0.0-0
│ ├── libvisual-0.4-0
│ ├── libvlc5 -> libvlccore7
│ ├── libvlccore7 -> vlc-data
│ ├── libvmime0
│ ├── libvmime-dev
│ ├── libvo-aacenc0
│ ├── libvo-amrwbenc0
│ ├── libvorbis0a
│ ├── libvorbis-dev
│ │ ├── examples
│ │ └── html
│ │ ├── libvorbis
│ │ ├── vorbisenc
│ │ └── vorbisfile
│ ├── libvorbisenc2
│ ├── libvorbisfile3
│ ├── libvpx1
│ ├── libvte-2.90-9
│ ├── libvte-2.90-common
│ ├── libvte9
│ ├── libvte-common
│ ├── libwavpack1
│ ├── libwayland-client0
│ ├── libwayland-cursor0
│ ├── libwayland-dev
│ ├── libwayland-egl1-mesa
│ ├── libwayland-server0
│ ├── libwbclient0
│ ├── libweather-ion6
│ ├── libwebkit2gtk-3.0-25
│ ├── libwebkitgtk-1.0-0
│ ├── libwebkitgtk-1.0-common
│ ├── libwebkitgtk-3.0-0
│ ├── libwebkitgtk-3.0-common
│ ├── libwebp5
│ ├── libwebpdemux1
│ ├── libwebp-dev
│ ├── libwebpmux1
│ ├── libweed0
│ ├── libwiiuse
│ ├── libwiiuse-dev
│ ├── libwildmidi1
│ ├── libwildmidi-config
│ ├── libwind0-heimdal
│ ├── libwine-gecko-2.21
│ ├── libwmf0.2-7
│ ├── libwnck1.0-cil-dev
│ ├── libwnck22
│ ├── libwnck2.20-cil
│ ├── libwnck-3-0
│ ├── libwnck-3-common
│ ├── libwnck-3-dev
│ ├── libwnck-common
│ ├── libwnck-dev
│ │ └── html
│ │ └── libwnck
│ ├── libwpd-0.9-9
│ ├── libwpg-0.2-2
│ ├── libwps-0.2-2
│ ├── libwrap0
│ ├── libwww-mechanize-perl
│ ├── libwww-perl
│ ├── libwww-robotrules-perl
│ ├── libwxbase2.8-0
│ ├── libwxbase3.0-0
│ ├── libwxgtk2.8-0
│ ├── libwxgtk3.0-0
│ ├── libwxgtk-media2.8-0
│ ├── libwxsmithlib0
│ ├── libwxsqlite3-2.8-0
│ ├── libwxsvg0
│ ├── libx11-6
│ ├── libx11-data
│ ├── libx11-dev
│ ├── libx11-protocol-other-perl
│ │ └── examples
│ ├── libx11-protocol-perl
│ │ └── examples
│ ├── libx11-xcb1
│ ├── libx11-xcb-dev
│ ├── libx264-142
│ ├── libx264-dev
│ ├── libx32asan0 -> gcc-4.8-base
│ ├── libx32atomic1 -> gcc-4.8-base
│ ├── libx32gcc1 -> gcc-4.9-base
│ ├── libx32gcc-4.8-dev -> gcc-4.8-base
│ ├── libx32gomp1 -> gcc-4.8-base
│ ├── libx32itm1 -> gcc-4.8-base
│ ├── libx32quadmath0 -> gcc-4.8-base
│ ├── libx86-1
│ ├── libxapian22
│ ├── libxatracker2
│ ├── libxau6
│ ├── libxau-dev
│ ├── libxaw7
│ ├── libxcb1
│ ├── libxcb1-dev
│ ├── libxcb-composite0
│ ├── libxcb-damage0
│ ├── libxcb-dri2-0
│ ├── libxcb-dri2-0-dev
│ ├── libxcb-dri3-0
│ ├── libxcb-dri3-dev
│ ├── libxcb-ewmh2
│ ├── libxcb-glx0
│ ├── libxcb-glx0-dev
│ ├── libxcb-icccm4
│ ├── libxcb-image0
│ ├── libxcb-keysyms1
│ ├── libxcb-present0
│ ├── libxcb-present-dev
│ ├── libxcb-randr0
│ ├── libxcb-randr0-dev
│ ├── libxcb-render0
│ ├── libxcb-render0-dev
│ ├── libxcb-render-util0
│ ├── libxcb-shape0
│ ├── libxcb-shape0-dev
│ ├── libxcb-shm0
│ ├── libxcb-shm0-dev
│ ├── libxcb-sync1
│ ├── libxcb-sync-dev
│ ├── libxcb-util0
│ ├── libxcb-xf86dri0
│ ├── libxcb-xfixes0
│ ├── libxcb-xfixes0-dev
│ ├── libxcb-xinerama0
│ ├── libxcb-xinerama0-dev
│ ├── libxcb-xkb1
│ ├── libxcb-xtest0
│ ├── libxcb-xv0
│ ├── libxcomposite1
│ ├── libxcomposite-dev
│ ├── libxcursor1
│ ├── libxcursor-dev
│ ├── libxdamage1
│ ├── libxdamage-dev
│ ├── libxdg-basedir1
│ ├── libxdmcp6
│ ├── libxdmcp-dev
│ ├── libxerces2-java
│ ├── libxerces-c3.1
│ ├── libxext6
│ ├── libxext-dev
│ ├── libxfce4ui-1-0
│ ├── libxfce4ui-1-dbg
│ ├── libxfce4ui-1-dev
│ ├── libxfce4ui-2-0
│ ├── libxfce4ui-2-dev
│ ├── libxfce4ui-common
│ ├── libxfce4ui-utils
│ ├── libxfce4util6
│ ├── libxfce4util6-dbg
│ ├── libxfce4util-bin
│ ├── libxfce4util-common
│ ├── libxfce4util-dev
│ ├── libxfcegui4-4
│ ├── libxfcegui4-dev
│ ├── libxfconf-0-2
│ ├── libxfconf-0-2-dbg
│ ├── libxfconf-0-dev
│ ├── libxfixes3
│ ├── libxfixes-dev
│ ├── libxfont1
│ ├── libxft2
│ ├── libxft-dev
│ ├── libxi6
│ ├── libxi-dev
│ ├── libxine1 -> libxine1-bin
│ ├── libxine1-all-plugins
│ ├── libxine1-bin
│ ├── libxine1-console -> libxine1-bin
│ ├── libxine1-ffmpeg -> libxine1-bin
│ ├── libxine1-gnome -> libxine1-bin
│ ├── libxine1-misc-plugins -> libxine1-bin
│ ├── libxine1-plugins
│ ├── libxine1-x -> libxine1-bin
│ ├── libxine2 -> libxine2-bin
│ ├── libxine2-all-plugins
│ ├── libxine2-bin
│ ├── libxine2-console -> libxine2-bin
│ ├── libxine2-dev -> libxine2-bin
│ ├── libxine2-ffmpeg -> libxine2-bin
│ ├── libxine2-gnome -> libxine2-bin
│ ├── libxine2-misc-plugins -> libxine2-bin
│ ├── libxine2-plugins
│ ├── libxine2-vdr -> libxine2-bin
│ ├── libxine2-x -> libxine2-bin
│ ├── libxine2-xvdr
│ ├── libxineliboutput-fbfe
│ ├── libxineliboutput-sxfe
│ ├── libxinerama1
│ ├── libxinerama-dev
│ ├── libxkbcommon0
│ ├── libxkbcommon-dev
│ ├── libxkbcommon-x11-0
│ ├── libxkbfile1
│ ├── libxklavier16
│ ├── libxml2
│ ├── libxml++2.6-2
│ ├── libxml++2.6-dev
│ ├── libxml2-dev
│ ├── libxml2-utils
│ ├── libxml-commons-external-java
│ ├── libxml-commons-resolver1.1-java
│ ├── libxml-libxml-perl
│ │ └── examples
│ │ ├── complex
│ │ │ └── dtd
│ │ └── xmlns
│ ├── libxml-namespacesupport-perl
│ ├── libxml-parser-perl
│ │ └── examples
│ ├── libxml-sax-base-perl
│ ├── libxml-sax-perl
│ │ └── examples
│ ├── libxml-simple-perl
│ ├── libxml-twig-perl
│ ├── libxmmsclient6
│ ├── libxmu6
│ ├── libxmu-dev
│ ├── libxmu-headers
│ ├── libxmuu1
│ ├── libxp6
│ ├── libxp-dev
│ ├── libxpm4
│ ├── libxpm-dev
│ ├── libxrandr2
│ ├── libxrandr-dev
│ ├── libxrender1
│ ├── libxrender-dev
│ ├── libxres1
│ ├── libxres-dev
│ ├── libxshmfence1
│ ├── libxshmfence-dev
│ ├── libxslt1.1
│ ├── libxslt1-dev
│ │ ├── EXSLT
│ │ │ └── html
│ │ ├── html
│ │ ├── tutorial
│ │ └── tutorial2
│ ├── libxss1
│ ├── libxss-dev
│ ├── libxt6
│ ├── libxtables10
│ ├── libxt-dev
│ ├── libxtst6
│ ├── libxtst-dev
│ ├── libxv1
│ ├── libxv-dev
│ ├── libxvidcore4
│ ├── libxvmc1
│ ├── libxwiimote1
│ ├── libxxf86dga1
│ ├── libxxf86vm1
│ ├── libxxf86vm-dev
│ ├── libyajl2
│ ├── libyaml-tiny-perl
│ ├── libyelp0
│ ├── libzbar0
│ ├── libzeitgeist-2.0-0
│ ├── libzephyr4
│ ├── libzim0
│ ├── libzim-dev
│ ├── libzip2
│ ├── libzvbi0
│ ├── libzvbi-common
│ ├── libzzip-0-13
│ ├── libzzip-dev
│ ├── lightspark
│ ├── lightspark-common
│ ├── light-themes
│ ├── lintian
│ │ ├── api.html
│ │ │ ├── Lintian
│ │ │ │ ├── Collect
│ │ │ │ ├── Command
│ │ │ │ ├── DepMap
│ │ │ │ ├── Lab
│ │ │ │ ├── Processable
│ │ │ │ ├── Relation
│ │ │ │ ├── Reporting
│ │ │ │ ├── Tag
│ │ │ │ └── Tutorial
│ │ │ └── Test
│ │ │ └── Lintian
│ │ ├── examples
│ │ │ ├── checks
│ │ │ │ └── my-vendor
│ │ │ └── profiles
│ │ │ └── my-vendor
│ │ └── lintian.html
│ ├── linux-firmware
│ │ └── licenses
│ ├── linux-headers-3.13.0-24
│ ├── linux-headers-3.13.0-24-generic
│ ├── linux-image-3.13.0-24-generic
│ ├── linux-image-extra-3.13.0-24-generic
│ ├── linux-kernel-generic
│ ├── linux-libc-dev
│ ├── linuxmint-keyring
│ ├── linux-sound-base
│ ├── lives
│ ├── lives-data
│ ├── localechooser-data
│ ├── locales
│ ├── lockfile-progs
│ ├── login
│ ├── logrotate
│ ├── lp-solve
│ ├── lsb-base
│ ├── lsb-core
│ │ └── examples
│ ├── lsb-release
│ ├── lsb-security
│ ├── lsdvd
│ ├── lshw
│ ├── lsof
│ │ └── examples
│ ├── ltrace
│ ├── lua-dbi-common
│ ├── lua-dbi-mysql
│ ├── lua-dbi-mysql-dev
│ ├── luajit
│ ├── lua-sql-mysql
│ ├── lua-sql-mysql-dev
│ ├── luatex
│ │ └── examples
│ ├── lubuntu-icon-theme
│ ├── lupin-casper
│ ├── lupin-support
│ ├── lvm2
│ ├── lxappearance
│ ├── lxde
│ ├── lxde-common
│ ├── lxde-core
│ ├── lxde-icon-theme
│ ├── lxinput
│ ├── lxmenu-data
│ ├── lxpanel
│ ├── lxrandr
│ ├── lxsession
│ │ └── examples
│ ├── lxsession-data
│ ├── lxsession-edit
│ ├── lxsession-logout
│ ├── lxshortcut -> libfm4
│ ├── lxtask
│ ├── lxterminal
│ ├── lynx-cur
│ │ ├── docs
│ │ └── lynx_help
│ │ └── keystrokes
│ ├── m17n-contrib
│ ├── m17n-db
│ ├── m4
│ │ └── examples
│ ├── make
│ ├── makedev
│ ├── makeself
│ ├── mame
│ │ └── examples
│ ├── mame-extra
│ ├── man-db
│ │ └── examples
│ ├── manpages
│ ├── manpages-dev -> manpages
│ ├── marco
│ ├── marco-common
│ ├── mate-applets
│ ├── mate-applets-common
│ ├── mate-backgrounds
│ ├── mate-calc
│ ├── mate-calc-common
│ ├── mate-common
│ ├── mate-control-center
│ ├── mate-desktop
│ ├── mate-desktop-common
│ ├── mate-dialogs
│ ├── mate-dialogs-common
│ ├── mate-icon-theme
│ ├── mate-icon-theme-faenza
│ ├── mate-menus
│ ├── mate-panel
│ ├── mate-panel-common
│ ├── mate-polkit
│ ├── mate-polkit-common
│ ├── mate-settings-daemon
│ ├── mate-settings-daemon-common
│ ├── mate-settings-daemon-gstreamer
│ ├── mate-system-tools
│ ├── mate-system-tools-common
│ ├── mate-themes
│ ├── mawk
│ │ └── examples
│ ├── mdm
│ ├── media-player-info
│ ├── medit
│ │ └── help
│ │ ├── img
│ │ └── script
│ ├── melt
│ ├── memtest86+
│ │ └── examples
│ ├── mencoder
│ ├── menu
│ │ ├── examples
│ │ └── html
│ ├── menulibre
│ ├── menu-xdg
│ ├── mesa-common-dev
│ │ └── relnotes
│ ├── mesa-utils
│ ├── mess
│ │ └── examples
│ ├── mess-data
│ ├── metacity
│ ├── metacity-common
│ ├── metacity-themes
│ │ ├── Alloy
│ │ ├── BrushedMetal
│ │ ├── HeliX-Sweetpill-Crowberry
│ │ ├── keramik-Gyellow
│ │ ├── mcblue
│ │ ├── Nodoka
│ │ ├── OutlineAsh
│ │ ├── OutlineBeach
│ │ ├── OutlineCoal
│ │ ├── OutlineCold
│ │ ├── OutlineFruity
│ │ ├── OutlineHot
│ │ ├── OutlineWinter
│ │ ├── quiet-purple
│ │ ├── Redmond
│ │ ├── Urbicande
│ │ └── Watercolor
│ ├── midori
│ ├── mime-support
│ ├── mimms
│ ├── mint-artwork-common
│ ├── mint-artwork-mate
│ ├── mint-artwork-xfce
│ ├── mint-backgrounds-qiana
│ ├── mint-backgrounds-xfce
│ ├── mintbackup
│ ├── mint-common
│ ├── mintdesktop
│ ├── mintdrivers
│ ├── mint-flashplugin-steam
│ ├── mint-info-xfce
│ ├── mintinstall
│ ├── mintinstall-icons
│ ├── mintlocale
│ ├── mint-mdm-themes
│ ├── mint-meta-core
│ ├── mint-meta-xfce
│ ├── mint-mirrors
│ ├── mintnanny
│ ├── mint-search-addon
│ ├── mintsources
│ ├── mintstick
│ ├── mint-stylish-addon
│ ├── mintsystem
│ ├── mint-themes
│ ├── mint-themes-gtk3
│ ├── mint-translations
│ ├── mintupdate
│ ├── mintupload
│ ├── mintwelcome
│ ├── mintwifi
│ ├── mint-x-icons
│ ├── mircommon-dev
│ ├── mjpegtools
│ ├── mjpegtools-gtk
│ ├── mkvtoolnix
│ │ └── examples
│ │ └── stylesheets
│ ├── mkvtoolnix-gui
│ │ └── guide
│ │ ├── en
│ │ │ └── images
│ │ ├── es
│ │ │ └── images
│ │ ├── eu
│ │ │ └── images
│ │ ├── nl
│ │ │ └── images
│ │ └── zh_CN
│ │ └── images
│ ├── mlocate
│ ├── mobile-broadband-provider-info
│ ├── moblin-cursor-theme
│ ├── moblin-icon-theme
│ ├── moblin-sound-theme
│ ├── modemmanager
│ ├── modplug-tools
│ ├── module-init-tools -> libkmod2
│ ├── mono-4.0-gac
│ ├── mono-dmcs
│ ├── mono-gac
│ ├── mono-mcs
│ ├── mono-runtime
│ ├── mono-runtime-common
│ ├── mono-runtime-sgen
│ ├── mount
│ │ └── examples
│ ├── mountall
│ ├── mousetweaks
│ ├── mpack
│ ├── mpd
│ │ └── examples
│ ├── mpd-sima
│ │ └── examples
│ ├── mpg123
│ ├── mpgtx
│ ├── mplayer
│ │ └── examples
│ ├── mscompress
│ ├── mtools
│ │ └── examples
│ ├── mtr-tiny
│ ├── multiarch-support
│ ├── mupen64plus
│ ├── mupen64plus-audio-all
│ ├── mupen64plus-audio-sdl
│ ├── mupen64plus-data
│ ├── mupen64plus-input-all
│ ├── mupen64plus-input-sdl
│ ├── mupen64plus-rsp-all
│ ├── mupen64plus-rsp-hle
│ ├── mupen64plus-rsp-z64
│ ├── mupen64plus-ui-console
│ ├── mupen64plus-video-all
│ ├── mupen64plus-video-arachnoid
│ ├── mupen64plus-video-glide64
│ ├── mupen64plus-video-glide64mk2
│ ├── mupen64plus-video-rice
│ ├── mupen64plus-video-z64
│ ├── murrine-themes
│ ├── museekd
│ ├── museekd-tools
│ ├── museeq
│ ├── museeq-locales
│ ├── musetup-gtk
│ ├── music123
│ │ └── examples
│ ├── myspell-en-au
│ ├── myspell-en-gb
│ ├── myspell-en-za
│ ├── myspell-es
│ ├── mysql-client
│ ├── mysql-client-5.5
│ ├── mysql-client-core-5.5
│ ├── mysql-common
│ ├── mysql-server
│ ├── mysql-server-5.5
│ │ └── examples
│ ├── mysql-server-core-5.5
│ ├── mysql-utilities
│ ├── mythes-en-us
│ ├── nano
│ │ └── examples
│ ├── nasm
│ │ ├── examples
│ │ │ └── perf
│ │ └── html
│ ├── nautilus-data
│ ├── ncmpc
│ │ └── examples
│ ├── ncurses-base
│ ├── ncurses-bin
│ ├── ncurses-term
│ ├── ndiswrapper-common
│ ├── ndiswrapper-utils-1.9
│ ├── nepomuk-core-data
│ ├── netbase
│ ├── netbeans
│ ├── netcat-openbsd
│ │ └── examples
│ │ └── contrib
│ ├── netpbm
│ ├── net-tools
│ ├── network-manager
│ ├── network-manager-gnome
│ ├── network-manager-pptp
│ ├── network-manager-pptp-gnome
│ ├── node-requirejs
│ ├── nrg2iso
│ ├── nsis
│ ├── nsis-common
│ ├── ntfs-3g
│ ├── ntfs-3g-dbg
│ ├── ntfs-3g-dev -> ntfs-3g
│ ├── ntp
│ ├── ntpdate
│ ├── ntrack-module-libnl-0
│ ├── numix-icon-theme
│ ├── numix-icon-theme-circle
│ ├── nuvola-icon-theme
│ ├── nux-tools
│ ├── nvidia-304
│ │ └── html
│ ├── nvidia-cg-dev
│ ├── nvidia-cg-toolkit
│ ├── nvidia-opencl-icd-304
│ ├── nvidia-settings
│ │ └── examples
│ │ └── samples
│ ├── obconf
│ ├── obex-data-server
│ │ └── examples
│ ├── obexd-client
│ │ └── examples
│ ├── obmenu
│ ├── ocaml
│ │ └── examples
│ │ └── labltk
│ ├── ocaml-base
│ ├── ocaml-base-nox
│ ├── ocaml-compiler-libs
│ ├── ocaml-findlib
│ ├── ocaml-interp
│ ├── ocaml-nox
│ ├── ocl-icd-libopencl1
│ │ └── html
│ ├── odbcinst
│ ├── odbcinst1debian2
│ ├── odt2txt
│ ├── oggvideotools
│ ├── ogmtools
│ ├── oneconf-common
│ ├── oneko
│ │ └── examples
│ ├── openbox
│ │ └── xbm
│ ├── openbox-menu
│ ├── openbox-xdgmenu
│ ├── openjdk-6-jdk -> openjdk-6-jre
│ ├── openjdk-6-jre -> openjdk-6-jre-headless
│ ├── openjdk-6-jre-headless
│ │ └── test-amd64
│ ├── openjdk-6-jre-lib -> openjdk-6-jre-headless
│ ├── openjdk-7-jre -> openjdk-7-jre-headless
│ ├── openjdk-7-jre-headless
│ ├── openjdk-7-jre-lib
│ ├── openoffice.org-hyphenation
│ ├── openprinting-ppds
│ ├── openshot
│ ├── openshot-doc
│ ├── openssh-client
│ ├── openssl
│ │ └── HOWTO
│ ├── opera
│ ├── orage
│ ├── oroborus
│ │ └── examples
│ ├── os-prober
│ ├── oss-compat
│ ├── osspd-alsa
│ ├── osspd-pulseaudio
│ ├── outdoors-theme
│ ├── oxygen-cursor-theme
│ ├── oxygen-cursor-theme-extra
│ ├── oxygen-icon-theme
│ ├── oxygen-icon-theme-complete
│ ├── oxygen-molecule
│ ├── p11-kit
│ ├── p11-kit-modules -> libp11-kit0
│ ├── p7zip
│ │ └── DOCS
│ │ └── MANUAL
│ │ ├── commands
│ │ └── switches
│ ├── p7zip-full
│ │ └── DOCS
│ │ └── MANUAL
│ │ ├── commands
│ │ └── switches
│ ├── p7zip-rar
│ ├── packagekit
│ ├── packagekit-backend-aptcc
│ ├── pacman
│ ├── pacman4console
│ ├── paman
│ ├── paprefs
│ ├── parole
│ ├── parole-dev
│ ├── parted
│ ├── passwd
│ │ └── examples
│ ├── pasystray
│ ├── patch
│ ├── patchutils
│ ├── pavucontrol
│ ├── pavumeter
│ ├── pax
│ ├── pciutils
│ │ └── examples
│ ├── pcmanfm
│ ├── pcmciautils
│ ├── pcsx2
│ │ └── pcsx2
│ ├── pd-wiimote
│ ├── peace-gdm-theme
│ ├── peace-theme
│ ├── perl
│ ├── perl-base -> perl
│ ├── perlmagick
│ │ └── examples
│ │ └── demo
│ ├── perl-modules
│ ├── phonon
│ ├── phonon4qt5-backend-null
│ ├── phonon-backend-gstreamer
│ ├── phonon-backend-gstreamer1.0
│ ├── phonon-backend-gstreamer1.0-common
│ ├── phonon-backend-gstreamer-common
│ ├── php5 -> php5-common
│ ├── php5-cgi -> php5-common
│ ├── php5-cli -> php5-common
│ ├── php5-common
│ ├── php5-json
│ ├── php5-mysql -> php5-common
│ ├── picard
│ ├── picard-tools
│ ├── picon-users
│ ├── pidgin
│ ├── pidgin-audacious
│ ├── pidgin-bot-sentry
│ ├── pidgin-data
│ │ └── html
│ ├── pidgin-dev
│ │ └── html
│ ├── pidgin-encryption
│ ├── pidgin-extprefs
│ ├── pidgin-festival
│ ├── pidgin-gmchess
│ ├── pidgin-guifications
│ ├── pidgin-hotkeys
│ ├── pidgin-indicator
│ ├── pidgin-lastfm
│ ├── pidgin-latex
│ ├── pidgin-libnotify
│ ├── pidgin-librvp
│ ├── pidgin-microblog
│ ├── pidgin-mpris
│ ├── pidgin-mra
│ ├── pidgin-nateon
│ ├── pidgin-openfetion
│ ├── pidgin-openpgp
│ ├── pidgin-otr
│ ├── pidgin-plugin-pack
│ ├── pidgin-privacy-please
│ ├── pidgin-sipe
│ ├── pidgin-themes
│ ├── pidgin-twitter
│ ├── pinentry-gtk2
│ ├── pinentry-qt4
│ ├── pitivi
│ ├── pkg-config
│ ├── plank
│ ├── plasma-dataengines-workspace
│ ├── plasma-desktop
│ ├── plasma-scriptengine-javascript
│ ├── plasma-widget-kepas
│ ├── plasma-widgets-workspace
│ ├── playonlinux
│ ├── pluma
│ ├── pluma-common
│ ├── pluma-dev
│ ├── plymouth
│ ├── plymouth-label
│ ├── plymouth-manager
│ ├── plymouth-theme-fade-in
│ ├── plymouth-theme-glow
│ ├── plymouth-theme-kubuntu-logo
│ ├── plymouth-theme-lubuntu-logo
│ ├── plymouth-theme-mint-kde-logo
│ ├── plymouth-theme-mint-kde-text
│ ├── plymouth-theme-sabily
│ ├── plymouth-theme-sabily-text
│ ├── plymouth-theme-script
│ ├── plymouth-theme-solar
│ ├── plymouth-theme-spinfinity
│ ├── plymouth-theme-text
│ ├── plymouth-theme-ubuntu-text
│ ├── plymouth-theme-xubuntu-logo
│ ├── plymouth-theme-xubuntu-text
│ ├── plymouth-x11
│ ├── pmidi
│ ├── pm-utils
│ ├── po-debconf
│ │ └── manpages.vi
│ ├── policykit-1
│ ├── policykit-1-gnome
│ ├── policykit-desktop-privileges
│ ├── poppler-data
│ ├── poppler-utils
│ ├── postfix
│ ├── postfix-mysql
│ ├── powermgmt-base
│ ├── ppp
│ │ └── examples
│ │ └── scripts
│ │ └── chatchat
│ ├── pppconfig
│ ├── pppoe
│ ├── pppoeconf
│ ├── pptp-linux
│ ├── printer-driver-c2esp
│ ├── printer-driver-foo2zjs
│ ├── printer-driver-foo2zjs-common
│ ├── printer-driver-gutenprint
│ ├── printer-driver-hpcups
│ ├── printer-driver-min12xxw
│ │ └── usblogs
│ ├── printer-driver-pnm2ppa
│ │ ├── en
│ │ │ └── sgml
│ │ ├── examples
│ │ │ ├── lpd
│ │ │ ├── pdq
│ │ │ ├── sample_scripts
│ │ │ └── testpages
│ │ └── pl
│ ├── printer-driver-postscript-hp
│ ├── printer-driver-ptouch
│ ├── printer-driver-pxljr
│ ├── printer-driver-sag-gdi
│ ├── printer-driver-splix
│ ├── procps
│ │ └── examples
│ ├── projectm-data
│ ├── projectm-pulseaudio
│ ├── protobuf-compiler
│ │ ├── editors
│ │ └── examples
│ ├── psmisc
│ ├── pulseaudio
│ ├── pulseaudio-equalizer
│ ├── pulseaudio-esound-compat
│ ├── pulseaudio-module-bluetooth
│ ├── pulseaudio-module-gconf
│ ├── pulseaudio-module-jack
│ ├── pulseaudio-module-raop
│ ├── pulseaudio-module-x11
│ ├── pulseaudio-module-zeroconf
│ ├── pulseaudio-utils
│ ├── puredata-core
│ ├── pyicqt
│ ├── pyqt5-dev
│ ├── pyqt5-dev-tools
│ ├── python
│ │ ├── faq
│ │ └── python-policy.html
│ ├── python2.7
│ │ └── python-policy.html -> ../python/python-policy.html
│ ├── python2.7-minimal
│ ├── python3
│ ├── python3.4
│ ├── python3.4-dev -> python3.4
│ ├── python3.4-minimal
│ ├── python3-apt
│ ├── python3-aptdaemon
│ ├── python3-aptdaemon.gtk3widgets
│ │ └── examples
│ ├── python3-brlapi
│ ├── python3-cairo
│ ├── python3-chardet
│ │ ├── css
│ │ └── images
│ ├── python3-commandnotfound
│ ├── python3-crypto
│ ├── python3-dbus
│ ├── python3-debian
│ ├── python3-defer
│ ├── python3-dev -> python3
│ ├── python3-dirspec
│ ├── python3-dvdvideo
│ ├── python3-gdbm
│ ├── python3-gi
│ ├── python3-gi-cairo
│ ├── python3-httplib2
│ ├── python3-icu
│ ├── python3-louis
│ ├── python3-lxml
│ ├── python3-minimal
│ ├── python3-oauthlib
│ ├── python3-oneconf
│ ├── python3-packagekit
│ ├── python3-pexpect
│ ├── python3-pipeline
│ ├── python3-piston-mini-client
│ ├── python3-pkg-resources
│ ├── python3-psutil
│ ├── python3-pyatspi
│ ├── python3-pycurl
│ │ ├── examples
│ │ │ └── tests
│ │ └── html
│ ├── python3-pyicu
│ ├── python3-pyqt4
│ ├── python3-pyqt4.phonon
│ ├── python3-pyqt4.qtopengl
│ ├── python3-pyqt5
│ ├── python3-pyqt5.qtopengl
│ ├── python3-pyside.qtcore -> libpyside-py3-1.2
│ ├── python3-pyside.qtgui -> libpyside-py3-1.2
│ ├── python3-pyside.qtopengl -> libpyside-py3-1.2
│ ├── python3-setuptools
│ ├── python3-sip
│ ├── python3-sip-dev
│ ├── python3-six
│ ├── python3-speechd
│ ├── python3-taglib
│ ├── python3-uno
│ │ └── demo
│ ├── python3-virtkey
│ ├── python3-xdg
│ ├── python3-xkit
│ ├── python-alsaaudio
│ │ ├── examples
│ │ └── html
│ │ └── _static
│ ├── python-appindicator
│ ├── python-apt
│ ├── python-apt-common
│ ├── python-aptdaemon
│ ├── python-aptdaemon.gtk3widgets
│ │ └── examples
│ ├── python-aubio
│ ├── python-beautifulsoup
│ ├── python-cairo
│ │ └── examples
│ ├── python-cairo-dev
│ │ └── html
│ │ ├── reference
│ │ ├── _sources
│ │ │ └── reference
│ │ └── _static
│ ├── python-caja
│ │ └── examples
│ ├── python-caja-dbg
│ ├── python-central
│ ├── python-chardet
│ │ ├── css
│ │ └── images
│ ├── python-commandnotfound
│ ├── python-compizconfig
│ ├── python-configglue
│ ├── python-configobj
│ │ ├── api
│ │ └── docs
│ ├── python-crypto
│ ├── python-cups
│ ├── python-cupshelpers
│ ├── python-dateutil
│ │ └── examples
│ ├── python-dbus
│ ├── python-dbus-dev
│ ├── python-debian
│ │ └── examples
│ │ ├── changelog
│ │ ├── deb822
│ │ ├── debfile
│ │ └── debtags
│ ├── python-debtagshw
│ ├── python-defer
│ ├── python-dirspec
│ ├── python-django-pipeline
│ ├── python-dnspython
│ │ └── examples
│ ├── python-dockmanager
│ ├── python-farstream
│ ├── python-feedparser
│ ├── python-gconf
│ ├── python-gdbm
│ ├── python-gi
│ ├── python-gi-cairo
│ ├── python-glade2
│ ├── python-gmenu
│ │ └── examples
│ ├── python-gnome2
│ ├── python-gnomekeyring
│ │ └── examples
│ ├── python-gobject
│ ├── python-gobject-2
│ │ └── examples
│ ├── python-gpgme
│ ├── python-gst0.10
│ ├── python-gst-1.0
│ ├── python-gtk2
│ ├── python-gtksourceview2
│ │ ├── examples
│ │ └── html -> ../../gtk-doc/html/pygtksourceview2
│ ├── python-gudev
│ ├── python-httplib2
│ ├── python-imaging
│ ├── python-imaging-compat
│ ├── python-keybinder
│ ├── python-ldb
│ ├── python-libtorrent
│ ├── python-libxml2
│ │ └── examples
│ ├── python-livestreamer
│ ├── python-lockfile
│ ├── python-lxml
│ │ └── examples
│ ├── python-mako
│ ├── python-markupsafe
│ ├── python-matplotlib
│ ├── python-matplotlib-data
│ ├── python-minimal
│ ├── python-mlt
│ ├── python-mpd
│ ├── python-mpdclient
│ │ └── examples
│ ├── python-museek
│ ├── python-mutagen
│ ├── python-mysql.connector
│ │ └── examples
│ ├── python-mysqldb
│ ├── python-notify
│ │ └── examples
│ ├── python-ntdb
│ ├── python-numpy
│ ├── python-oauthlib
│ ├── python-oneconf
│ ├── python-openssl
│ ├── python-pam
│ │ └── examples
│ ├── python-paramiko
│ │ └── examples
│ ├── python-parted
│ ├── python-pexpect
│ ├── python-pil
│ ├── python-pipeline
│ ├── python-piston-mini-client
│ ├── python-pkg-resources
│ ├── python-protobuf
│ ├── python-pyalsa
│ │ └── utils
│ ├── python-pyasn1
│ ├── python-pycurl
│ │ ├── examples
│ │ │ └── tests
│ │ └── html
│ ├── python-pygame
│ │ ├── ref
│ │ └── tut
│ │ ├── camera
│ │ ├── chimp
│ │ ├── intro
│ │ ├── surfarray
│ │ └── tom
│ ├── python-pygoocanvas
│ │ ├── examples
│ │ │ ├── customs
│ │ │ ├── images
│ │ │ ├── misc
│ │ │ ├── mv_demo
│ │ │ └── simple_demo
│ │ └── html -> ../../gtk-doc/html/pygoocanvas
│ ├── python-pyinotify
│ ├── python-pyorbit
│ │ └── examples
│ │ └── c-inproc
│ ├── python-pyparsing
│ ├── python-pyside.qtcore -> libpyside1.2
│ ├── python-pyside.qtgui -> libpyside1.2
│ ├── python-pyside.qtopengl -> libpyside1.2
│ ├── python-pyxine
│ │ └── examples
│ ├── python-qt4
│ ├── python-qt4-dbus
│ ├── python-qt4-phonon
│ ├── python-renderpm
│ ├── python-reportlab
│ ├── python-reportlab-accel
│ ├── python-requests
│ ├── python-rsvg
│ │ └── examples
│ ├── python-samba
│ ├── python-serial
│ │ └── examples
│ ├── python-setuptools
│ ├── python-sexy
│ ├── python-singledispatch
│ ├── python-sip
│ ├── python-six
│ ├── python-smbc
│ ├── python-support
│ ├── python-talloc
│ ├── python-tdb
│ ├── python-tk
│ ├── python-twisted
│ ├── python-twisted-bin
│ ├── python-twisted-conch
│ │ ├── examples
│ │ └── howto
│ │ └── listings
│ ├── python-twisted-core
│ ├── python-twisted-lore
│ │ ├── examples
│ │ └── howto
│ │ └── listings
│ │ └── lore
│ ├── python-twisted-mail
│ │ ├── examples
│ │ └── tutorial
│ │ ├── smtpclient
│ │ └── smtpserver
│ ├── python-twisted-names
│ │ ├── examples
│ │ └── howto
│ │ └── listings
│ │ └── names
│ ├── python-twisted-news
│ ├── python-twisted-runner
│ ├── python-twisted-web
│ │ ├── examples
│ │ └── howto
│ │ ├── listings
│ │ │ └── client
│ │ └── web-in-60
│ ├── python-twisted-words
│ │ ├── examples
│ │ └── howto
│ ├── python-tz
│ ├── python-urllib3
│ ├── python-urwid
│ │ ├── examples
│ │ └── html
│ │ ├── _images
│ │ ├── manual
│ │ ├── reference
│ │ ├── _sources
│ │ │ ├── manual
│ │ │ ├── reference
│ │ │ └── tutorial
│ │ ├── _static
│ │ └── tutorial
│ ├── python-utidylib
│ ├── python-vte
│ │ └── examples
│ ├── python-webkit
│ │ └── examples
│ ├── python-wnck
│ │ └── examples
│ ├── python-wxgtk2.8
│ ├── python-wxversion
│ ├── python-xapian
│ │ └── examples
│ ├── python-xdg
│ ├── python-xlib
│ │ ├── examples
│ │ └── html
│ ├── python-xmmsclient
│ ├── python-zeitgeist
│ ├── python-zope.interface
│ ├── qasconfig
│ ├── qastools-common
│ ├── qdbus
│ ├── qjoypad
│ ├── qpdf
│ ├── qt4-dev-tools
│ ├── qt4-linguist-tools
│ ├── qt4-qmake
│ ├── qt4-qtconfig
│ ├── qt5-qmake
│ ├── qt-at-spi
│ ├── qtbase5-dev
│ ├── qtbase5-dev-tools
│ ├── qtchooser
│ ├── qtcore4-l10n
│ ├── qtcurve
│ ├── qtcurve-l10n
│ ├── qutim
│ ├── radare-common
│ ├── radare-gtk
│ ├── radeontool
│ ├── rarian-compat
│ ├── razorqt
│ ├── razorqt-appswitcher
│ ├── razorqt-autosuspend
│ ├── razorqt-config
│ ├── razorqt-confupdate
│ ├── razorqt-data
│ ├── razorqt-desktop
│ ├── razorqt-globalkeyshortcuts
│ ├── razorqt-notificationd
│ ├── razorqt-openssh-askpass
│ ├── razorqt-panel
│ ├── razorqt-policykit-agent
│ ├── razorqt-power
│ ├── razorqt-runner
│ ├── razorqt-session
│ ├── rdate
│ ├── readline-common
│ ├── realpath
│ ├── ree
│ ├── reiserfsprogs
│ │ └── html
│ ├── resolvconf
│ ├── rfkill
│ ├── rifiuti2
│ ├── ristretto
│ ├── rpm
│ ├── rpm2cpio
│ ├── rpm-common
│ ├── rp-pppoe-3.8
│ ├── rsync
│ │ ├── examples
│ │ └── scripts
│ ├── rsyslog
│ ├── rtkit
│ ├── rtmpdump
│ ├── rusers
│ ├── sabily-gdm-themes
│ ├── sabily-themes
│ ├── samba
│ │ └── examples
│ │ └── LDAP
│ ├── samba-common
│ ├── samba-common-bin
│ ├── samba-dsdb-modules
│ ├── samba-libs
│ ├── sane-utils
│ ├── scim
│ ├── scim-anthy
│ ├── scim-canna
│ ├── scim-m17n
│ ├── scim-modules-table
│ ├── scim-tables-additional
│ ├── scim-tables-ja
│ ├── scons
│ ├── screenfetch
│ ├── screen-resolution-extra
│ ├── scrollkeeper
│ ├── scrot
│ ├── scummvm
│ ├── scummvm-data
│ ├── scummvm-tools
│ ├── sed
│ │ └── examples
│ ├── sensible-utils
│ ├── sessioninstaller
│ │ └── examples
│ ├── session-migration
│ ├── sgml-base
│ │ └── examples
│ ├── sgml-data
│ │ └── examples
│ ├── shared-desktop-ontologies
│ ├── shared-mime-info
│ │ └── shared-mime-info-spec.html
│ ├── sharutils
│ ├── shiki-brave-theme
│ ├── shiki-colors-metacity-theme
│ ├── shiki-colors-xfwm-theme
│ ├── shiki-dust-theme
│ ├── shiki-human-theme
│ ├── shiki-illustrious-theme
│ ├── shiki-noble-theme
│ ├── shiki-wine-theme
│ ├── shiki-wise-theme
│ ├── shimmer-themes
│ ├── shutter
│ ├── signond
│ ├── signon-keyring-extension
│ ├── signon-plugin-oauth2
│ ├── signon-plugin-password
│ ├── signon-ui
│ ├── silicon-theme
│ ├── simdock
│ ├── simple-scan
│ ├── simplescreenrecorder
│ ├── simplescreenrecorder-lib
│ ├── sip-dev
│ ├── skype
│ ├── smbclient
│ ├── smplayer
│ │ ├── cs
│ │ ├── de
│ │ ├── en
│ │ ├── es
│ │ ├── fr
│ │ ├── hu
│ │ ├── it
│ │ ├── ja
│ │ ├── nl
│ │ ├── pt
│ │ ├── ro
│ │ ├── ru
│ │ └── zh_CN
│ ├── smplayer-themes
│ ├── smplayer-translations
│ ├── snes9x-gtk
│ ├── sni-qt
│ ├── sonata
│ ├── soprano-daemon
│ ├── sound-theme-freedesktop
│ ├── sox
│ ├── sp
│ │ └── examples
│ ├── speech-dispatcher
│ ├── speech-dispatcher-audio-plugins
│ ├── ssh-askpass-gnome
│ │ └── examples
│ ├── ssl-cert
│ ├── steam
│ ├── steam-launcher
│ ├── stella
│ │ └── graphics
│ ├── strace
│ │ └── examples
│ ├── submux-dvd
│ │ └── html
│ ├── subversion
│ │ └── examples
│ │ └── mergegraph
│ ├── subversion-tools
│ ├── sudo
│ │ └── examples
│ ├── suru-icon-theme
│ ├── svgpage
│ ├── swh-plugins
│ │ └── html
│ ├── synaptic
│ ├── syslinux
│ │ ├── examples
│ │ └── logo
│ ├── syslinux-common
│ ├── syslinux-legacy
│ ├── syslinux-themes-linuxmint-xfce
│ ├── syslinux-themes-linuxmint-xfce-petra
│ ├── system-config-printer-common
│ ├── system-config-printer-gnome
│ ├── system-config-printer-udev
│ ├── systemd-services
│ ├── systemd-shim
│ ├── systemsettings
│ ├── system-tools-backends
│ ├── sysvinit-utils
│ ├── sysv-rc
│ ├── t1utils
│ ├── tangerine-icon-theme
│ ├── tango-icon-theme
│ ├── tango-icon-theme-common
│ ├── tango-icon-theme-extras
│ ├── tar
│ ├── task
│ ├── task-spooler
│ ├── tcl8.5
│ ├── tcl8.5-dev
│ ├── tcpd -> libwrap0
│ ├── tcpdump
│ │ └── examples
│ ├── tdb-tools
│ ├── telnet
│ ├── testdisk
│ ├── tex-common
│ │ ├── Debian-TeX-Policy.html
│ │ └── TeX-on-Debian.html
│ ├── texlive-base
│ │ ├── readme-html.dir
│ │ └── readme-txt.dir
│ ├── texlive-binaries
│ ├── texlive-doc
│ │ ├── bibtex
│ │ │ └── base
│ │ ├── dvipdfm
│ │ ├── dvipdfmx
│ │ ├── dvips
│ │ ├── etex
│ │ │ └── base
│ │ ├── fonts
│ │ │ ├── amsfonts
│ │ │ └── cm
│ │ ├── generic
│ │ │ ├── enctex
│ │ │ ├── hyph-utf8
│ │ │ │ ├── bg
│ │ │ │ ├── es
│ │ │ │ ├── hu
│ │ │ │ ├── img
│ │ │ │ └── sa
│ │ │ └── ifxetex
│ │ ├── kpathsea
│ │ ├── latex
│ │ │ ├── etex-pkg
│ │ │ ├── mflogo
│ │ │ └── oberdiek
│ │ │ └── test
│ │ ├── luatex
│ │ │ └── hyph-utf8
│ │ ├── pdftex
│ │ │ ├── manual
│ │ │ │ └── samplepdf
│ │ │ ├── pdftex-pdfkeys
│ │ │ └── thanh
│ │ │ └── ext
│ │ ├── support
│ │ │ ├── lua-alt-getopt
│ │ │ │ └── tests
│ │ │ └── makeindex
│ │ ├── tetex
│ │ ├── texdoc
│ │ ├── texlive
│ │ │ ├── texlive-common
│ │ │ │ └── examples
│ │ │ └── texlive-en
│ │ │ └── archive
│ │ └── web2c
│ ├── texlive-latex-base
│ ├── thin-client-config-agent
│ ├── thunar -> thunar-data
│ ├── Thunar
│ ├── thunar-archive-plugin
│ ├── thunar-data
│ ├── thunar-dbg
│ ├── thunar-gtkhash
│ ├── thunar-media-tags-plugin
│ ├── thunar-vcs-plugin
│ ├── thunar-volman
│ ├── thunderbird
│ ├── thunderbird-gnome-support
│ ├── thunderbird-locale-en
│ ├── thunderbird-locale-en-us
│ ├── thunderbird-locale-es
│ ├── thunderbird-locale-es-es
│ ├── time
│ ├── timidity
│ ├── timidity-daemon
│ ├── timidity-interfaces-extra
│ ├── tint2
│ │ ├── examples
│ │ └── html
│ ├── tk8.5
│ ├── tk8.5-dev
│ ├── tomboy
│ ├── toshset
│ │ └── toshiba-acpi
│ │ ├── 2.6.26
│ │ └── 2.6.28
│ ├── totem
│ ├── totem-common
│ ├── transcode
│ ├── transmageddon
│ ├── tree
│ ├── tropic-gdm-theme
│ ├── tropic-theme
│ ├── tsconf
│ ├── ttf-bitstream-vera
│ ├── ttf-dejavu
│ ├── ttf-dejavu-core
│ ├── ttf-dejavu-extra
│ ├── ttf-indic-fonts-core
│ ├── ttf-kochi-mincho
│ │ └── docs
│ │ ├── ayu20gothic
│ │ ├── k14goth
│ │ ├── kappa20
│ │ ├── naga10
│ │ ├── shinonome12
│ │ ├── shinonome16
│ │ └── wadalab
│ ├── ttf-oxygen-font-family
│ ├── ttf-punjabi-fonts
│ ├── ttf-ubuntu-font-family
│ ├── ttf-wqy-microhei
│ ├── ttf-xfree86-nonfree
│ ├── tumbler
│ ├── tumbler-common
│ ├── tumbler-plugins-extra
│ ├── tuxcmd
│ ├── tuxcmd-modules
│ ├── tuxtype
│ ├── tuxtype-data
│ ├── twolame
│ ├── txt2man
│ ├── tzdata
│ ├── tzdata-java
│ ├── ubuntu-drivers-common
│ ├── ubuntu-extras-keyring
│ ├── ubuntu-keyring
│ ├── ubuntu-minimal
│ ├── ubuntu-mobile-icons
│ ├── ubuntu-mono
│ ├── ubuntu-settings
│ ├── ubuntu-system-adjustments
│ ├── ubuntu-system-service
│ ├── ucf
│ │ └── examples
│ ├── udev
│ ├── udisks
│ ├── udisks2
│ ├── ufw
│ │ └── examples
│ ├── uget
│ ├── unace
│ ├── unace-nonfree
│ ├── unadf
│ ├── unagi
│ ├── unagi-dev -> unagi
│ ├── unalz
│ ├── unar
│ ├── unattended-upgrades
│ ├── uncrustify
│ ├── undbx
│ ├── uni2ascii
│ ├── unicode
│ ├── unicode-data
│ ├── unixodbc
│ ├── unixodbc-bin
│ ├── unixodbc-dev
│ ├── unmass
│ ├── unmo3
│ │ └── examples
│ ├── uno-libs3
│ ├── unp
│ ├── unrar
│ ├── unrtf
│ ├── unshield
│ ├── unyaffs
│ ├── unzip
│ ├── update-inetd
│ ├── update-notifier-common
│ ├── upower
│ ├── upstart
│ ├── ure
│ ├── ureadahead
│ ├── urlscan
│ ├── usb-modeswitch
│ ├── usb-modeswitch-data
│ ├── usbmuxd
│ ├── usbutils
│ ├── user-setup
│ ├── util-linux
│ │ └── examples
│ ├── uuid-dev
│ ├── uuid-runtime
│ ├── v86d
│ ├── vbam-gtk
│ ├── vbam-sdl
│ ├── vbetool
│ ├── vbrfix
│ ├── vdr
│ │ └── examples
│ │ └── channels.conf-examples -> ../../../vdr/channels.conf-examples
│ ├── vdr-plugin-xine
│ ├── vdr-plugin-xineliboutput
│ │ └── examples
│ ├── veromix
│ ├── veromix-common
│ ├── vhba-dkms
│ ├── vim-common
│ ├── vim-tiny -> vim-common
│ ├── virtualbox-guest-dkms
│ ├── virtualbox-guest-utils
│ ├── virtualbox-guest-x11
│ ├── vlc -> vlc-nox
│ ├── vlc-data
│ ├── vlc-nox
│ │ ├── libvlc
│ │ │ └── QtPlayer
│ │ └── lua
│ │ ├── extensions
│ │ ├── http
│ │ │ └── requests
│ │ ├── intf
│ │ ├── meta
│ │ │ ├── art
│ │ │ ├── fetcher
│ │ │ └── reader
│ │ ├── playlist
│ │ └── sd
│ ├── vlc-plugin-notify -> vlc-nox
│ ├── vlc-plugin-pulse -> vlc-nox
│ ├── vlc-plugin-sdl -> vlc-nox
│ ├── vlc-plugin-svg -> vlc-nox
│ ├── vlc-plugin-vlsub
│ ├── volumeicon-alsa
│ ├── vorbis-tools
│ │ └── examples
│ ├── w3c-linkchecker
│ ├── w3m
│ │ ├── examples
│ │ │ └── Bonus
│ │ └── ja
│ │ └── examples
│ ├── w3m-img
│ ├── wallch
│ ├── wamerican
│ ├── watershed
│ ├── wbar
│ ├── wbar-config
│ ├── wbritish
│ ├── wget
│ ├── whiptail
│ ├── wimlib9
│ ├── wimtools
│ ├── winbind
│ ├── wine -> wine1.7
│ ├── wine1.7
│ ├── wine1.7-amd64 -> wine1.7
│ ├── wine1.7-i386 -> wine1.7
│ ├── wireless-regdb
│ ├── wireless-tools
│ ├── wit
│ ├── wmctrl
│ ├── wodim
│ │ └── examples
│ ├── wolf4sdl
│ ├── wpasupplicant
│ │ └── examples
│ ├── wpa_supplicant -> wpasupplicant
│ ├── wspanish
│ ├── wxformbuilder
│ ├── x11-apps
│ ├── x11-common
│ ├── x11proto-composite-dev
│ ├── x11proto-core-dev
│ ├── x11proto-damage-dev
│ ├── x11proto-dmx-dev
│ ├── x11proto-dri2-dev
│ ├── x11proto-fixes-dev
│ ├── x11proto-gl-dev
│ ├── x11proto-input-dev
│ ├── x11proto-kb-dev
│ ├── x11proto-print-dev
│ ├── x11proto-randr-dev
│ ├── x11proto-record-dev
│ ├── x11proto-render-dev
│ ├── x11proto-resource-dev
│ ├── x11proto-scrnsaver-dev
│ ├── x11proto-video-dev
│ ├── x11proto-xext-dev
│ ├── x11proto-xf86dga-dev
│ ├── x11proto-xf86dri-dev
│ ├── x11proto-xf86vidmode-dev
│ ├── x11proto-xinerama-dev
│ ├── x11-session-utils
│ ├── x11-utils
│ ├── x11-xfs-utils
│ ├── x11-xkb-utils
│ ├── x11-xserver-utils
│ ├── xarchiver
│ │ └── html
│ │ └── images
│ ├── xauth
│ ├── xaw3dg
│ │ └── examples
│ │ └── app-defaults
│ ├── xbacklight
│ ├── xbitmaps
│ ├── xboxdrv
│ │ ├── examples
│ │ └── runxboxdrv
│ ├── xcfa
│ ├── xcftools
│ ├── xcursor-themes
│ ├── xdg-user-dirs
│ ├── xdg-user-dirs-gtk
│ ├── xdg-utils
│ ├── xdmx
│ ├── xfaces
│ ├── xfce4
│ ├── xfce4-appfinder
│ ├── xfce4-cellmodem-plugin
│ ├── xfce4-dbg
│ ├── xfce4-dev-tools
│ ├── xfce4-dockbarx-plugin
│ ├── xfce4-hdaps
│ ├── xfce4-indicator-plugin
│ ├── xfce4-linelight-plugin
│ ├── xfce4-messenger-plugin
│ │ └── scripts
│ ├── xfce4-mixer
│ ├── xfce4-mount-plugin
│ ├── xfce4-mpc-plugin
│ ├── xfce4-notes
│ ├── xfce4-notes-plugin
│ ├── xfce4-notifyd
│ ├── xfce4-panel
│ ├── xfce4-panel-dbg
│ ├── xfce4-panel-dev
│ ├── xfce4-places-plugin
│ ├── xfce4-power-manager
│ ├── xfce4-power-manager-data
│ ├── xfce4-power-manager-plugins
│ ├── xfce4-radio-plugin
│ ├── xfce4-screenshooter
│ │ └── html
│ │ ├── C
│ │ │ └── images
│ │ ├── ca
│ │ │ └── images
│ │ ├── da
│ │ │ └── images
│ │ ├── es
│ │ │ └── images
│ │ ├── fr
│ │ │ └── images
│ │ ├── gl
│ │ │ └── images
│ │ ├── id
│ │ │ └── images
│ │ ├── it
│ │ │ └── images
│ │ ├── ja
│ │ │ └── images
│ │ ├── pt
│ │ │ └── images
│ │ ├── tr
│ │ │ └── images
│ │ └── zh_CN
│ │ └── images
│ ├── xfce4-screenshooter-plugin
│ ├── xfce4-session
│ ├── xfce4-session-dbg
│ ├── xfce4-settings
│ ├── xfce4-taskmanager
│ ├── xfce4-terminal
│ ├── xfce4-terminal-dbg
│ ├── xfce4-time-out-plugin
│ ├── xfce4-volumed
│ ├── xfce4-whiskermenu-plugin
│ ├── xfce4-wmdock-plugin
│ ├── xfce-keyboard-shortcuts
│ ├── xfconf
│ ├── xfdesktop4 -> xfdesktop4-data
│ ├── xfdesktop4-data
│ ├── xfdesktop4-dbg
│ ├── xfe
│ ├── xfe-i18n
│ ├── xfe-themes
│ ├── xfishtank
│ ├── xfonts-base
│ ├── xfonts-encodings
│ ├── xfonts-intl-japanese
│ ├── xfonts-mathml
│ ├── xfonts-scalable
│ ├── xfonts-terminus
│ ├── xfonts-utils
│ ├── xfpt
│ ├── xfractint
│ ├── xfsprogs
│ ├── xfstt
│ │ └── examples
│ ├── xfwm4
│ ├── xfwm4-themes
│ ├── xine-console
│ ├── xineliboutput-fbfe
│ ├── xineliboutput-sxfe
│ ├── xine-plugin
│ ├── xinetd
│ │ └── examples
│ ├── xinit
│ ├── xinput
│ ├── xkb-data
│ ├── xml-core
│ │ └── examples
│ ├── xmms2
│ ├── xmms2-client-cli
│ ├── xmms2-core
│ ├── xmms2-icon
│ ├── xmms2-plugin-alsa
│ ├── xmms2-plugin-id3v2
│ ├── xmms2-plugin-mad
│ ├── xmms2-plugin-pulse
│ ├── xmms2-plugin-sndfile
│ ├── xmms2-plugin-vorbis
│ ├── xmms2tray
│ ├── xmobar
│ │ └── examples
│ ├── xorg
│ │ ├── faq
│ │ ├── howto
│ │ └── reference
│ ├── xorg-docs-core
│ ├── xorg-sgml-doctools
│ ├── xpra
│ ├── xrestop
│ ├── xscavenger
│ ├── xscreensaver
│ ├── xscreensaver-data
│ ├── xscreensaver-data-extra
│ ├── xscreensaver-gl
│ ├── xscreensaver-gl-extra
│ ├── xscreensaver-screensaver-bsod
│ ├── xscreensaver-screensaver-dizzy
│ ├── xserver-common
│ ├── xserver-xephyr
│ ├── xserver-xorg
│ ├── xserver-xorg-core
│ ├── xserver-xorg-input-all
│ ├── xserver-xorg-input-evdev
│ ├── xserver-xorg-input-mouse
│ ├── xserver-xorg-input-synaptics
│ ├── xserver-xorg-input-vmmouse
│ ├── xserver-xorg-input-void
│ ├── xserver-xorg-input-wacom
│ ├── xserver-xorg-video-all
│ ├── xserver-xorg-video-ati
│ ├── xserver-xorg-video-cirrus
│ ├── xserver-xorg-video-dummy
│ ├── xserver-xorg-video-fbdev
│ ├── xserver-xorg-video-glamoregl
│ ├── xserver-xorg-video-intel
│ ├── xserver-xorg-video-mach64
│ ├── xserver-xorg-video-mga
│ ├── xserver-xorg-video-modesetting
│ ├── xserver-xorg-video-neomagic
│ ├── xserver-xorg-video-nouveau
│ ├── xserver-xorg-video-openchrome
│ ├── xserver-xorg-video-qxl
│ ├── xserver-xorg-video-r128
│ ├── xserver-xorg-video-radeon
│ ├── xserver-xorg-video-s3
│ ├── xserver-xorg-video-savage
│ ├── xserver-xorg-video-siliconmotion
│ ├── xserver-xorg-video-sis
│ ├── xserver-xorg-video-sisusb
│ ├── xserver-xorg-video-tdfx
│ ├── xserver-xorg-video-trident
│ ├── xserver-xorg-video-vesa
│ ├── xserver-xorg-video-vmware
│ ├── xsettings-kde
│ ├── xsltproc
│ ├── xterm
│ ├── xtrans-dev
│ ├── xubuntu-artwork
│ ├── xubuntu-community-wallpapers
│ ├── xubuntu-docs
│ ├── xubuntu-icon-theme
│ ├── xubuntu-restricted-addons
│ ├── xubuntu-restricted-extras
│ ├── xubuntu-wallpapers
│ ├── xvfb
│ ├── xvst
│ ├── xwiimote
│ ├── xz-utils
│ │ └── extra
│ │ ├── 7z2lzma
│ │ └── scanlzma
│ ├── yabause
│ ├── yabause-common
│ ├── yabause-gtk
│ ├── yabause-qt
│ ├── yapps2-runtime
│ ├── yasat
│ ├── yasm
│ ├── yelp
│ ├── yelp-xsl
│ ├── yumi
│ ├── zeitgeist
│ ├── zeitgeist-core
│ ├── zeitgeist-datahub
│ ├── zenity
│ ├── zenity-common
│ ├── zip
│ ├── zlib1g
│ ├── zlib1g-dev
│ │ └── examples
│ └── zlib-bin
├── doc-base
│ └── data
├── dockbarx
│ ├── applets
│ │ └── vc-themes
│ │ ├── Black
│ │ │ └── scalable
│ │ └── Minimal
│ │ └── scalable
│ └── themes
│ ├── dock
│ └── popup_styles
├── dockmanager
│ ├── metadata
│ └── scripts
├── docky
│ ├── ClockTheme
│ │ ├── default
│ │ └── default-24
│ └── themes
│ ├── Default
│ ├── Matte
│ └── Transparent
├── dotnet
├── dpkg
├── dvdauthor
├── dvdstyler
│ ├── backgrounds
│ ├── buttons
│ │ └── deprecated
│ ├── data
│ ├── docs
│ ├── objects
│ │ └── deprecated
│ ├── rc
│ └── templates
│ ├── Basic
│ └── Travel
├── dvdwizard
│ └── locale
│ └── de
│ └── LC_MESSAGES
├── ecryptfs-utils
├── edje
│ └── include
├── emacs
│ └── site-lisp
│ ├── autoconf
│ ├── dictionaries-common
│ └── gtk-doc-tools
├── embryo
│ └── include
├── emerald
│ └── theme
├── emesene
│ ├── emesene
│ │ ├── data
│ │ │ ├── icons
│ │ │ │ └── hicolor
│ │ │ │ ├── 128x128
│ │ │ │ │ └── apps
│ │ │ │ ├── 16x16
│ │ │ │ │ └── apps
│ │ │ │ ├── 192x192
│ │ │ │ │ └── apps
│ │ │ │ ├── 22x22
│ │ │ │ │ └── apps
│ │ │ │ ├── 24x24
│ │ │ │ │ └── apps
│ │ │ │ ├── 256x256
│ │ │ │ │ └── apps
│ │ │ │ ├── 32x32
│ │ │ │ │ └── apps
│ │ │ │ ├── 36x36
│ │ │ │ │ └── apps
│ │ │ │ ├── 48x48
│ │ │ │ │ └── apps
│ │ │ │ ├── 64x64
│ │ │ │ │ └── apps
│ │ │ │ ├── 72x72
│ │ │ │ │ └── apps
│ │ │ │ ├── 96x96
│ │ │ │ │ └── apps
│ │ │ │ └── scalable
│ │ │ │ └── apps
│ │ │ ├── pixmaps
│ │ │ └── share
│ │ │ └── applications
│ │ ├── e3
│ │ │ ├── base
│ │ │ ├── cache
│ │ │ ├── common
│ │ │ ├── dummy
│ │ │ ├── papylib
│ │ │ │ └── papyon
│ │ │ │ └── papyon
│ │ │ │ ├── event
│ │ │ │ ├── gnet
│ │ │ │ │ ├── io
│ │ │ │ │ ├── message
│ │ │ │ │ ├── protocol
│ │ │ │ │ └── proxy
│ │ │ │ ├── media
│ │ │ │ ├── msnp
│ │ │ │ ├── msnp2p
│ │ │ │ │ └── transport
│ │ │ │ ├── service
│ │ │ │ │ ├── AddressBook
│ │ │ │ │ │ └── scenario
│ │ │ │ │ │ ├── contacts
│ │ │ │ │ │ ├── groups
│ │ │ │ │ │ └── sync
│ │ │ │ │ ├── ContentRoaming
│ │ │ │ │ │ └── scenario
│ │ │ │ │ ├── description
│ │ │ │ │ │ ├── AB
│ │ │ │ │ │ ├── OIM
│ │ │ │ │ │ ├── RSI
│ │ │ │ │ │ ├── SchematizedStore
│ │ │ │ │ │ ├── Sharing
│ │ │ │ │ │ ├── SingleSignOn
│ │ │ │ │ │ └── Spaces
│ │ │ │ │ ├── OfflineIM
│ │ │ │ │ │ └── scenario
│ │ │ │ │ └── Spaces
│ │ │ │ │ └── scenario
│ │ │ │ ├── sip
│ │ │ │ │ └── extensions
│ │ │ │ └── util
│ │ │ │ └── iso8601
│ │ │ ├── synch
│ │ │ │ └── synchronizers
│ │ │ └── xmpp
│ │ │ ├── pyfb
│ │ │ │ └── pyfb
│ │ │ └── SleekXMPP
│ │ │ ├── conn_tests
│ │ │ ├── docs
│ │ │ │ ├── api
│ │ │ │ │ └── xmlstream
│ │ │ │ ├── getting_started
│ │ │ │ ├── howto
│ │ │ │ ├── _static
│ │ │ │ │ └── images
│ │ │ │ └── _templates
│ │ │ ├── examples
│ │ │ │ └── custom_stanzas
│ │ │ ├── sleekxmpp
│ │ │ │ ├── features
│ │ │ │ │ ├── feature_bind
│ │ │ │ │ ├── feature_mechanisms
│ │ │ │ │ │ └── stanza
│ │ │ │ │ ├── feature_rosterver
│ │ │ │ │ ├── feature_session
│ │ │ │ │ └── feature_starttls
│ │ │ │ ├── plugins
│ │ │ │ │ ├── xep_0004
│ │ │ │ │ │ └── stanza
│ │ │ │ │ ├── xep_0009
│ │ │ │ │ │ └── stanza
│ │ │ │ │ ├── xep_0012
│ │ │ │ │ ├── xep_0027
│ │ │ │ │ ├── xep_0030
│ │ │ │ │ │ └── stanza
│ │ │ │ │ ├── xep_0047
│ │ │ │ │ ├── xep_0050
│ │ │ │ │ ├── xep_0054
│ │ │ │ │ ├── xep_0059
│ │ │ │ │ ├── xep_0060
│ │ │ │ │ │ └── stanza
│ │ │ │ │ ├── xep_0066
│ │ │ │ │ ├── xep_0077
│ │ │ │ │ ├── xep_0078
│ │ │ │ │ ├── xep_0080
│ │ │ │ │ ├── xep_0085
│ │ │ │ │ ├── xep_0086
│ │ │ │ │ ├── xep_0092
│ │ │ │ │ ├── xep_0107
│ │ │ │ │ ├── xep_0108
│ │ │ │ │ ├── xep_0115
│ │ │ │ │ ├── xep_0118
│ │ │ │ │ ├── xep_0128
│ │ │ │ │ ├── xep_0153
│ │ │ │ │ ├── xep_0172
│ │ │ │ │ ├── xep_0184
│ │ │ │ │ ├── xep_0198
│ │ │ │ │ ├── xep_0199
│ │ │ │ │ ├── xep_0202
│ │ │ │ │ ├── xep_0203
│ │ │ │ │ ├── xep_0224
│ │ │ │ │ ├── xep_0231
│ │ │ │ │ └── xep_0249
│ │ │ │ ├── roster
│ │ │ │ ├── stanza
│ │ │ │ ├── test
│ │ │ │ ├── thirdparty
│ │ │ │ │ └── suelta
│ │ │ │ │ └── mechanisms
│ │ │ │ └── xmlstream
│ │ │ │ ├── handler
│ │ │ │ └── matcher
│ │ │ └── tests
│ │ ├── gui
│ │ │ ├── base
│ │ │ ├── common
│ │ │ ├── gtkui
│ │ │ └── qt4ui
│ │ │ ├── menus
│ │ │ ├── pages
│ │ │ ├── tests
│ │ │ └── widgets
│ │ ├── interfaces
│ │ ├── plugins
│ │ ├── po
│ │ │ ├── af
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ar
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ast
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── az
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bg
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bs
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ca
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── cs
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── da
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── de
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── dv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── el
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── en_AU
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── en_CA
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── en_GB
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── eo
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── es
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── et
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── eu
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fi
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fil
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fo
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ga
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── gl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── gv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── he
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hu
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ia
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── id
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── is
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── it
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ja
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── kab
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── kn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ko
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ku
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── la
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── lb
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── lt
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── lv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── mk
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ms
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── mus
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nan
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nb
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nds
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── oc
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pt
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pt_BR
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ro
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ru
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sk
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sq
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ta
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── th
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── tr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── uk
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── vec
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── zh_CN
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── zh_HK
│ │ │ │ └── LC_MESSAGES
│ │ │ └── zh_TW
│ │ │ └── LC_MESSAGES
│ │ ├── test
│ │ └── themes
│ │ ├── conversations
│ │ │ ├── Ravenant.AdiumMessageStyle
│ │ │ │ └── Contents
│ │ │ │ └── Resources
│ │ │ │ ├── img
│ │ │ │ ├── Incoming
│ │ │ │ ├── javascripts
│ │ │ │ ├── Outgoing
│ │ │ │ └── Variants
│ │ │ └── renkoo.AdiumMessageStyle
│ │ │ └── Contents
│ │ │ └── Resources
│ │ │ ├── images
│ │ │ ├── Incoming
│ │ │ ├── Outgoing
│ │ │ ├── Styles
│ │ │ └── Variants
│ │ ├── emotes
│ │ │ └── default.AdiumEmoticonset
│ │ ├── images
│ │ │ └── default
│ │ │ └── panel
│ │ └── sounds
│ │ └── default.AdiumSoundset
│ └── emesene-2.12.5.egg-info
├── emoticons
│ └── kde4
├── enchant
├── engrampa
│ ├── icons
│ │ └── hicolor
│ │ ├── 16x16
│ │ │ └── actions
│ │ └── 24x24
│ │ └── actions
│ └── ui
├── enlightenment
│ └── data
│ ├── backgrounds
│ ├── config
│ │ ├── default
│ │ ├── mobile
│ │ └── standard
│ ├── favorites
│ ├── flags
│ ├── icons
│ ├── images
│ ├── input_methods
│ └── themes
├── et
├── Eterm
│ ├── pix
│ │ ├── scale
│ │ └── tile
│ └── themes
│ ├── auto
│ ├── Escreen
│ ├── Eterm
│ └── trans
├── evolution-data-server
├── faces
├── farstream
│ └── 0.1
│ ├── fsrawconference
│ └── fsrtpconference
├── festival
│ ├── languages
│ └── multisyn
├── file
│ └── magic
├── file-roller
│ └── icons
│ └── hicolor
│ ├── 16x16
│ │ └── actions
│ └── 24x24
│ └── actions
├── firefox
│ ├── defaults
│ │ └── pref
│ └── icons
├── flowblade
│ └── Flowblade
│ ├── locale
│ │ ├── fi
│ │ │ └── LC_MESSAGES
│ │ └── Flowblade
│ ├── res
│ │ ├── filters
│ │ │ └── wipes
│ │ ├── img
│ │ ├── profiles
│ │ └── render
│ ├── tools
│ └── vieweditor
├── fluxbox
│ ├── nls
│ │ ├── be_BY.CP1251
│ │ ├── be_BY.UTF-8
│ │ ├── bg_BG.ISO-8859-1
│ │ ├── bg_BG.UTF-8
│ │ ├── C
│ │ ├── cs_CZ.ISO-8859-2
│ │ ├── cs_CZ.UTF-8
│ │ ├── da_DK.ISO-8859-1
│ │ ├── da_DK.UTF-8
│ │ ├── de_AT.ISO-8859-15
│ │ ├── de_AT.UTF-8
│ │ ├── de_CH.ISO-8859-15
│ │ ├── de_CH.UTF-8
│ │ ├── de_DE.ISO-8859-15
│ │ ├── de_DE.UTF-8
│ │ ├── el_GR.UTF-8
│ │ ├── en_GB.ISO-8859-1
│ │ ├── en_GB.UTF-8
│ │ ├── en_US.ISO-8859-1
│ │ ├── en_US.UTF-8
│ │ ├── es_AR.ISO-8859-15
│ │ ├── es_AR.UTF-8
│ │ ├── es_ES.ISO-8859-15
│ │ ├── es_ES.UTF-8
│ │ ├── et_EE.ISO-8859-15
│ │ ├── et_EE.UTF-8
│ │ ├── fi_FI.ISO-8859-1
│ │ ├── fi_FI.UTF-8
│ │ ├── fr_CH.ISO-8859-15
│ │ ├── fr_CH.UTF-8
│ │ ├── fr_FR.ISO-8859-15
│ │ ├── fr_FR.UTF-8
│ │ ├── he_IL.UTF-8
│ │ ├── it_IT.ISO-8859-1
│ │ ├── it_IT.UTF-8
│ │ ├── ja_JP.eucJP
│ │ ├── ja_JP.UTF-8
│ │ ├── ko_KR.EUC-KR
│ │ ├── ko_KR.UTF-8
│ │ ├── lv_LV.ISO-8859-13
│ │ ├── lv_LV.UTF-8
│ │ ├── mk_MK.UTF-8
│ │ ├── nb_NO.UTF-8
│ │ ├── nl_NL.ISO-8859-15
│ │ ├── nl_NL.UTF-8
│ │ ├── no_NO.ISO-8859-1
│ │ ├── no_NO.UTF-8
│ │ ├── pl_PL.ISO-8859-2
│ │ ├── pl_PL.UTF-8
│ │ ├── pt_BR.ISO-8859-1
│ │ ├── pt_BR.UTF-8
│ │ ├── pt_PT.ISO-8859-1
│ │ ├── pt_PT.UTF-8
│ │ ├── ru_RU.KOI8-R
│ │ ├── ru_RU.UTF-8
│ │ ├── sk_SK.ISO-8859-2
│ │ ├── sk_SK.UTF-8
│ │ ├── sl_SI.ISO-8859-2
│ │ ├── sl_SI.UTF-8
│ │ ├── sv_SE.ISO-8859-1
│ │ ├── sv_SE.UTF-8
│ │ ├── tr_TR.ISO-8859-9
│ │ ├── tr_TR.UTF-8
│ │ ├── uk_UA.KOI8-U
│ │ ├── uk_UA.UTF-8
│ │ ├── vi_VN.UTF-8
│ │ ├── zh_CN.BIG5
│ │ ├── zh_CN.GB18030
│ │ ├── zh_CN.GB2312
│ │ ├── zh_CN.GBK
│ │ ├── zh_CN.UTF-8
│ │ └── zh_TW.UTF-8
│ └── styles
│ ├── arch
│ │ └── pixmaps
│ ├── Bity_fluxbox
│ ├── bloe
│ │ └── pixmaps
│ ├── BlueFlux
│ │ └── pixmaps
│ ├── bora_black
│ ├── bora_blue
│ ├── bora_green
│ ├── carp
│ ├── Doty
│ │ └── pixmaps
│ ├── Emerge
│ │ └── pixmaps
│ ├── green_tea
│ ├── ostrich
│ ├── Squared_blue
│ │ └── pixmaps
│ ├── Squared_green
│ │ └── pixmaps
│ ├── zimek_bisque
│ ├── zimek_darkblue
│ └── zimek_green
├── font-manager
│ ├── core
│ ├── data
│ ├── help
│ │ └── C
│ │ └── figures
│ ├── ui
│ └── utils
├── fontmatrix
│ └── resources
├── fonts -> /media/Compartido/.Linux/usr/share/fonts
├── fonts-font-awesome
│ ├── css
│ ├── font
│ ├── less
│ └── scss
├── foo2qpdl
│ └── crd
├── foo2zjs
│ └── crd
├── fusion-icon
│ └── FusionIcon
│ ├── interface_gtk
│ └── interface_qt4
├── gambas3
│ ├── control
│ │ ├── gb.desktop
│ │ └── gb.form
│ ├── icons
│ ├── info
│ └── mime
├── games
│ ├── abuse
│ │ ├── addon
│ │ │ ├── aliens
│ │ │ ├── bong
│ │ │ ├── claudio
│ │ │ ├── deathmat
│ │ │ ├── example
│ │ │ ├── leon
│ │ │ │ ├── lisp
│ │ │ │ └── sfx
│ │ │ ├── newart
│ │ │ ├── pong
│ │ │ │ └── levels
│ │ │ └── twist
│ │ │ ├── art
│ │ │ ├── levels
│ │ │ ├── lisp
│ │ │ └── sfx
│ │ ├── art
│ │ │ ├── back
│ │ │ ├── chars
│ │ │ ├── fore
│ │ │ └── tints
│ │ │ ├── ant
│ │ │ ├── cop
│ │ │ └── guns
│ │ ├── levels
│ │ │ └── mac
│ │ ├── lisp
│ │ ├── music
│ │ ├── netlevel
│ │ └── sfx
│ │ └── voice
│ ├── desmume
│ │ └── glade
│ ├── dolphin-emu
│ │ └── sys
│ │ ├── GameSettings
│ │ ├── GC
│ │ ├── Maps
│ │ ├── OpenCL
│ │ ├── Shaders
│ │ ├── Themes
│ │ │ ├── Boomy
│ │ │ ├── Clean
│ │ │ ├── Clean Blue
│ │ │ ├── Clean Lite
│ │ │ └── Clean Pink
│ │ └── Wii
│ │ └── shared2
│ │ ├── ec
│ │ ├── succession
│ │ ├── sys
│ │ └── wc24
│ │ └── mbox
│ ├── fortunes
│ ├── game-data-packager
│ │ ├── quake
│ │ ├── quake2
│ │ └── supported
│ ├── mame
│ │ ├── cheat
│ │ ├── data
│ │ ├── roms
│ │ └── samples
│ ├── mess
│ │ ├── artwork
│ │ ├── cheat
│ │ ├── crosshair
│ │ ├── hash
│ │ ├── keymaps
│ │ ├── roms
│ │ ├── samples
│ │ └── web
│ │ ├── css
│ │ │ └── images
│ │ ├── images
│ │ └── js
│ ├── mupen64plus
│ ├── pcsx2
│ └── scummvm
├── gapi-2.0
├── gconf
│ ├── defaults
│ ├── mandatory
│ └── schemas
├── GConf
│ └── gsettings
├── gconf-editor
│ └── icons
│ └── hicolor
│ └── 16x16
│ └── status
├── gcr-3
│ └── ui
├── gdb
│ ├── auto-load
│ ├── python
│ │ └── gdb
│ │ ├── command
│ │ └── function
│ ├── syscalls
│ └── system-gdbinit
├── gdebi
│ └── GDebi
│ └── __pycache__
├── gdm
│ ├── autostart
│ │ └── LoginWindow
│ └── themes
│ ├── HumanME
│ ├── Peace
│ ├── Sabily-green
│ ├── Shahada
│ └── Tropic
├── gelide
│ ├── pixmaps
│ └── ui
│ └── icons
├── geoclue-providers
├── GeoIP
├── gettext
│ ├── intl
│ ├── po
│ ├── projects
│ │ ├── GNOME
│ │ ├── KDE
│ │ └── TP
│ └── styles
├── ghostscript
│ ├── 9.10
│ │ ├── iccprofiles
│ │ ├── lib
│ │ └── Resource
│ │ ├── CIDFont
│ │ ├── CIDFSubst
│ │ ├── CMap -> /var/lib/ghostscript/CMap
│ │ ├── ColorSpace
│ │ ├── Decoding
│ │ ├── Encoding
│ │ ├── Font
│ │ ├── IdiomSet
│ │ ├── Init
│ │ └── SubstCID
│ ├── current -> /etc/alternatives/ghostscript-current
│ └── fonts
├── gimp
│ └── 2.0
│ ├── brushes
│ │ ├── Basic
│ │ ├── gimp-obsolete-files
│ │ ├── Legacy
│ │ ├── Media
│ │ ├── Sketch
│ │ ├── Splatters
│ │ └── Texture
│ ├── dynamics
│ │ ├── Basic
│ │ └── FX
│ ├── fonts
│ ├── fractalexplorer
│ ├── gfig
│ ├── gflare
│ ├── gimpressionist
│ │ ├── Brushes
│ │ ├── Paper
│ │ └── Presets
│ ├── gradients
│ │ └── gimp-obsolete-files
│ ├── help
│ │ ├── en
│ │ │ └── images
│ │ │ ├── dialogs
│ │ │ │ └── examples
│ │ │ ├── filters
│ │ │ │ ├── alpha-to-logo
│ │ │ │ ├── blur
│ │ │ │ ├── combine
│ │ │ │ ├── distort
│ │ │ │ ├── edge-detect
│ │ │ │ ├── enhance
│ │ │ │ ├── examples
│ │ │ │ │ └── noise
│ │ │ │ ├── generic
│ │ │ │ ├── light-and-shadow
│ │ │ │ └── noise
│ │ │ ├── glossary
│ │ │ ├── math
│ │ │ ├── menus
│ │ │ │ ├── colors
│ │ │ │ │ ├── auto
│ │ │ │ │ ├── components
│ │ │ │ │ ├── info
│ │ │ │ │ └── map
│ │ │ │ ├── edit
│ │ │ │ ├── file
│ │ │ │ │ ├── create
│ │ │ │ │ │ └── logos
│ │ │ │ │ ├── new
│ │ │ │ │ └── open
│ │ │ │ ├── filters
│ │ │ │ ├── help
│ │ │ │ ├── image
│ │ │ │ ├── layer
│ │ │ │ ├── select
│ │ │ │ ├── view
│ │ │ │ │ └── display-filters
│ │ │ │ └── windows
│ │ │ ├── misc
│ │ │ │ └── bugzilla
│ │ │ ├── preferences
│ │ │ ├── toolbox
│ │ │ ├── tool-options
│ │ │ ├── tutorials
│ │ │ └── using
│ │ └── es
│ │ └── images
│ │ ├── dialogs
│ │ │ └── examples
│ │ ├── filters
│ │ │ ├── alpha-to-logo
│ │ │ ├── blur
│ │ │ ├── combine
│ │ │ ├── distort
│ │ │ ├── edge-detect
│ │ │ ├── enhance
│ │ │ ├── examples
│ │ │ │ └── noise
│ │ │ ├── generic
│ │ │ ├── light-and-shadow
│ │ │ └── noise
│ │ ├── glossary
│ │ ├── math
│ │ ├── menus
│ │ │ ├── colors
│ │ │ │ ├── auto
│ │ │ │ ├── components
│ │ │ │ ├── info
│ │ │ │ └── map
│ │ │ ├── edit
│ │ │ ├── file
│ │ │ │ ├── create
│ │ │ │ │ └── logos
│ │ │ │ ├── new
│ │ │ │ └── open
│ │ │ ├── filters
│ │ │ ├── help
│ │ │ ├── image
│ │ │ ├── layer
│ │ │ ├── select
│ │ │ ├── view
│ │ │ │ └── display-filters
│ │ │ └── windows
│ │ ├── misc
│ │ │ └── bugzilla
│ │ ├── preferences
│ │ ├── toolbox
│ │ ├── tool-options
│ │ ├── tutorials
│ │ └── using
│ ├── images
│ ├── menus
│ ├── palettes
│ ├── patterns
│ ├── scripts
│ │ └── images
│ ├── tags
│ ├── themes
│ │ ├── Default
│ │ │ └── images
│ │ │ └── preferences
│ │ └── Small
│ ├── tips
│ ├── tool-presets
│ │ ├── FX
│ │ ├── Paint
│ │ ├── Selection
│ │ └── Sketch
│ └── ui
│ └── plug-ins
├── gir-1.0
├── git-core
│ ├── contrib
│ │ └── hooks
│ └── templates
│ ├── branches
│ ├── hooks
│ └── info
├── gitweb
│ └── static
├── gksu
├── glib-2.0
│ ├── codegen
│ ├── gdb
│ ├── gettext
│ │ └── po
│ └── schemas
├── glmark2
│ ├── models
│ ├── shaders
│ └── textures
├── gmchess
│ ├── sound
│ └── themes
│ ├── west
│ ├── west-small
│ ├── wood
│ └── wood-small
├── gmusicbrowser
│ └── pix
│ └── elementary
├── gnash
├── gnome
│ ├── autostart
│ ├── help
│ │ ├── gconf-editor
│ │ │ ├── C
│ │ │ │ └── figures
│ │ │ ├── ca
│ │ │ │ └── figures
│ │ │ ├── cs
│ │ │ │ └── figures
│ │ │ ├── de
│ │ │ │ └── figures
│ │ │ ├── el
│ │ │ │ └── figures
│ │ │ ├── en_GB
│ │ │ │ └── figures
│ │ │ ├── es
│ │ │ │ └── figures
│ │ │ ├── eu
│ │ │ │ └── figures
│ │ │ ├── fr
│ │ │ │ └── figures
│ │ │ ├── it
│ │ │ │ └── figures
│ │ │ ├── oc
│ │ │ │ └── figures
│ │ │ ├── pt_BR
│ │ │ │ └── figures
│ │ │ ├── ru
│ │ │ │ └── figures
│ │ │ ├── sl
│ │ │ │ └── figures
│ │ │ ├── sv
│ │ │ │ └── figures
│ │ │ ├── th
│ │ │ │ └── figures
│ │ │ ├── uk
│ │ │ │ └── figures
│ │ │ ├── zh_CN
│ │ │ │ └── figures
│ │ │ ├── zh_HK
│ │ │ │ └── figures
│ │ │ └── zh_TW
│ │ │ └── figures
│ │ ├── gelide
│ │ │ └── C
│ │ │ └── figures
│ │ ├── mdm
│ │ │ ├── C
│ │ │ ├── en_GB
│ │ │ └── es
│ │ ├── openshot
│ │ │ ├── C
│ │ │ │ └── figures
│ │ │ │ ├── effects
│ │ │ │ └── transitions
│ │ │ ├── cs
│ │ │ ├── da
│ │ │ ├── de
│ │ │ ├── el
│ │ │ ├── en_GB
│ │ │ ├── es
│ │ │ ├── fr
│ │ │ ├── he
│ │ │ ├── it
│ │ │ ├── nb
│ │ │ ├── nl
│ │ │ ├── pl
│ │ │ ├── pt
│ │ │ ├── pt_BR
│ │ │ ├── sk
│ │ │ └── zh_TW
│ │ ├── synaptic
│ │ │ ├── C
│ │ │ │ └── figures
│ │ │ ├── es
│ │ │ │ └── figures
│ │ │ └── sv
│ │ │ └── figures
│ │ └── tomboy
│ │ ├── C
│ │ │ └── figures
│ │ ├── en_GB
│ │ │ └── figures
│ │ └── es
│ │ └── figures
│ ├── help-langpack
│ │ ├── gparted
│ │ │ └── es
│ │ │ └── figures
│ │ ├── gtkmm-tutorial
│ │ │ └── es
│ │ ├── shotwell
│ │ │ └── es
│ │ └── xchat-gnome
│ │ └── es
│ ├── shutdown
│ └── wm-properties
├── gnome-2.0
│ └── ui
├── gnome-background-properties
├── gnome-common
│ └── data
├── gnome-control-center
│ ├── default-apps
│ └── keybindings
├── gnome-disk-utility
├── gnome-online-accounts
├── gnome-panel
│ ├── 4.0
│ │ └── applets
│ └── fish
├── gnome-session
│ └── sessions
├── gnome-shell
│ └── search-providers
├── gnome-vpn-properties
│ └── pptp
├── gnote
│ └── icons
│ └── hicolor
│ ├── 16x16
│ │ ├── actions
│ │ ├── apps
│ │ ├── places
│ │ └── status
│ ├── 22x22
│ │ ├── actions
│ │ └── places
│ ├── 24x24
│ │ ├── actions
│ │ └── places
│ ├── 48x48
│ │ └── actions
│ └── scalable
│ └── actions
├── gnupg
├── gnupg2
├── gnu-smalltalk
├── GNUstep
│ ├── Colors
│ ├── DocTemplates
│ ├── Fonts
│ ├── KeyBindings
│ ├── Libraries
│ │ └── gnustep-base
│ │ └── Versions
│ │ └── 1.24
│ │ └── Resources
│ │ ├── English.lproj
│ │ ├── Esperanto.lproj
│ │ ├── French.lproj
│ │ ├── German.lproj
│ │ ├── Italian.lproj
│ │ ├── Korean.lproj
│ │ ├── Languages
│ │ ├── NSTimeZones
│ │ │ └── zones -> ../../../../../../../zoneinfo
│ │ ├── Spanish.lproj
│ │ └── TraditionalChinese.lproj
│ ├── Makefiles
│ └── PostScript
├── gpicview
│ ├── pixmaps
│ └── ui
├── GraphicsMagick-1.3.18
│ └── config
├── groff
│ ├── 1.22.2
│ │ ├── font
│ │ │ ├── devascii
│ │ │ ├── devlatin1
│ │ │ ├── devps
│ │ │ │ └── generate
│ │ │ └── devutf8
│ │ └── tmac
│ │ └── mdoc
│ ├── current -> 1.22.2
│ └── site-tmac -> /etc/groff
├── grub
│ ├── default
│ └── themes
│ └── starfield
├── grub-gfxpayload-lists
│ └── blacklist
├── gst-plugins-base
│ └── 1.0
├── gst-python
│ └── 0.10
│ └── defs
├── gstreamer-0.10
│ └── presets
├── gstreamer-1.0
│ └── presets
├── gthumb
│ ├── albumthemes
│ │ ├── Classic
│ │ ├── ClassicClips
│ │ ├── NeatRound
│ │ └── Wiki
│ ├── contactsheetthemes
│ ├── icons
│ │ └── hicolor
│ │ ├── 16x16
│ │ │ └── actions
│ │ ├── 22x22
│ │ │ └── actions
│ │ ├── 24x24
│ │ │ └── actions
│ │ ├── 48x48
│ │ │ └── actions
│ │ └── scalable
│ │ └── actions
│ └── ui
├── gtk-3.0
├── gtk-doc
│ ├── data
│ └── html
│ ├── caja-python
│ ├── caja-sendto
│ ├── exo-1
│ ├── garcon
│ ├── geoclue
│ ├── gudev
│ ├── libcaja-extension
│ ├── libglade
│ ├── libtasn1
│ ├── libudev
│ ├── libwnck -> ../../doc/libwnck-dev/html/libwnck
│ ├── libwnck-3.0
│ ├── libxfce4panel-1.0
│ ├── libxfce4ui
│ ├── libxfce4util
│ ├── libxfcegui4
│ ├── p11-kit
│ ├── pygoocanvas
│ ├── pygtksourceview2
│ ├── thunarx
│ ├── totem
│ ├── tumbler
│ └── xfconf
├── gtk-engines
├── gtkhash
│ └── nautilus
├── gtksourceview-2.0
│ ├── language-specs
│ └── styles
├── gtksourceview-3.0
│ ├── language-specs
│ └── styles
├── guake
├── guayadeque
├── guile
│ └── 2.0
│ ├── ice-9
│ ├── language
│ │ ├── assembly
│ │ ├── brainfuck
│ │ ├── bytecode
│ │ ├── ecmascript
│ │ ├── elisp
│ │ │ └── runtime
│ │ ├── glil
│ │ ├── objcode
│ │ ├── scheme
│ │ ├── tree-il
│ │ └── value
│ ├── oop
│ │ └── goops
│ ├── rnrs
│ │ ├── arithmetic
│ │ ├── io
│ │ └── records
│ ├── srfi
│ │ ├── srfi-4
│ │ ├── srfi-42
│ │ ├── srfi-67
│ │ └── srfi-9
│ ├── sxml
│ │ ├── ssax
│ │ └── upstream
│ ├── system
│ │ ├── base
│ │ ├── repl
│ │ └── vm
│ ├── texinfo
│ └── web
│ └── server
├── gutenprint
│ └── 5.2
│ └── xml
│ └── escp2
│ ├── inks
│ ├── inputslots
│ ├── media
│ ├── mediasizes
│ ├── model
│ ├── qualitypresets
│ └── weaves
├── gvfs
│ ├── mounts
│ └── remote-volume-monitors
├── gxine
│ └── pixmaps
├── hal
│ └── fdi
│ ├── information
│ │ └── 20thirdparty
│ ├── policy
│ │ └── 10osvendor
│ └── preprobe
│ └── 10osvendor
├── hardening-includes
├── help
│ ├── ar
│ │ ├── clock
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── gpl
│ │ ├── lgpl
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ └── pluma
│ │ └── figures
│ ├── ast
│ │ └── mate-geyes
│ │ └── figures
│ ├── bg
│ │ ├── atril
│ │ │ └── figures
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── bn_IN
│ │ └── gtk-doc-manual
│ ├── C
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── creating-marco-themes
│ │ ├── creating-metacity-themes
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── simple-scan
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── ca
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── ca@valencia
│ │ └── mate-control-center
│ ├── cs
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── da
│ │ ├── baobab
│ │ ├── clock
│ │ ├── eom
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── de
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── creating-metacity-themes
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── simple-scan
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── el
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── en_GB
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gtk-doc-manual
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── es
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── eu
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── fi
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gpl
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── fr
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── gl
│ │ ├── baobab
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── gu
│ │ └── gtk-doc-manual
│ ├── hu
│ │ ├── baobab
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── lgpl
│ │ ├── mate-calc
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── id
│ │ ├── baobab
│ │ ├── clock
│ │ └── mate-control-center
│ ├── it
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ └── totem
│ │ └── figures
│ ├── ja
│ │ ├── atril
│ │ │ └── figures
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── mate-calc
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── ko
│ │ ├── clock
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── fish
│ │ ├── gpl
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ └── pluma
│ │ └── figures
│ ├── lt
│ │ └── gnote
│ │ └── figures
│ ├── lv
│ │ └── mate-calc
│ ├── nds
│ │ └── gpl
│ ├── nl
│ │ ├── atril
│ │ │ └── figures
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ └── mateweather
│ │ └── figures
│ ├── oc
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── pa
│ │ ├── clock
│ │ ├── eom
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── lgpl
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ └── totem
│ │ └── figures
│ ├── pl
│ │ ├── baobab
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── mate-control-center
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ └── totem
│ │ └── figures
│ ├── pt
│ │ ├── clock
│ │ ├── mate-clock
│ │ │ └── figures
│ │ └── mate-control-center
│ ├── pt_BR
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── fish
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── ro
│ │ ├── mate-calc
│ │ └── totem
│ │ └── figures
│ ├── ru
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── sl
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-calc
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── sr
│ │ ├── atril
│ │ │ └── figures
│ │ ├── clock
│ │ ├── gpl
│ │ └── mate-clock
│ │ └── figures
│ ├── sr@latin
│ │ └── gpl
│ ├── sv
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── ta
│ │ └── gtk-doc-manual
│ ├── te
│ │ ├── clock
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── mate-calc
│ │ └── totem
│ │ └── figures
│ ├── th
│ │ ├── clock
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fish
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-fish
│ │ │ └── figures
│ │ └── pluma
│ │ └── figures
│ ├── uk
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gpl
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pitivi
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── vi
│ │ ├── atril
│ │ │ └── figures
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── lgpl
│ │ └── mate-control-center
│ ├── zh_CN
│ │ ├── atril
│ │ │ └── figures
│ │ ├── baobab
│ │ ├── clock
│ │ ├── engrampa
│ │ │ └── figures
│ │ ├── eom
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── fish
│ │ ├── gnote
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gthumb
│ │ │ └── figures
│ │ ├── gtk-doc-manual
│ │ ├── lgpl
│ │ ├── mate-accessx-status
│ │ │ └── figures
│ │ ├── mate-battstat
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-char-palette
│ │ │ └── figures
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-control-center
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── matedialog
│ │ │ └── figures
│ │ ├── mate-drivemount
│ │ │ └── figures
│ │ ├── mate-fish
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-invest-applet
│ │ │ └── figures
│ │ ├── mate-multiload
│ │ │ └── figures
│ │ ├── mate-network-admin
│ │ │ └── figures
│ │ ├── mate-services-admin
│ │ │ └── figures
│ │ ├── mate-shares-admin
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-time-admin
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── mate-users-admin
│ │ │ └── figures
│ │ ├── mateweather
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ └── zenity
│ │ └── figures
│ ├── zh_HK
│ │ ├── baobab
│ │ ├── clock
│ │ ├── file-roller
│ │ │ └── figures
│ │ ├── mate-calc
│ │ ├── mate-clock
│ │ │ └── figures
│ │ ├── mate-cpufreq-applet
│ │ │ └── figures
│ │ ├── mate-geyes
│ │ │ └── figures
│ │ ├── mate-stickynotes_applet
│ │ │ └── figures
│ │ ├── mate-trashapplet
│ │ │ └── figures
│ │ ├── pluma
│ │ │ └── figures
│ │ └── totem
│ │ └── figures
│ └── zh_TW
│ ├── baobab
│ ├── clock
│ ├── eom
│ │ └── figures
│ ├── file-roller
│ │ └── figures
│ ├── mate-calc
│ ├── mate-clock
│ │ └── figures
│ ├── mate-cpufreq-applet
│ │ └── figures
│ ├── mate-geyes
│ │ └── figures
│ ├── mate-stickynotes_applet
│ │ └── figures
│ ├── mate-trashapplet
│ │ └── figures
│ ├── pluma
│ │ └── figures
│ └── totem
│ └── figures
├── help-langpack
│ ├── en_AU
│ │ ├── deja-dup
│ │ └── ubuntu-help
│ ├── en_CA
│ │ └── ubuntu-help
│ ├── en_GB
│ │ ├── aisleriot
│ │ ├── baobab
│ │ ├── brasero
│ │ ├── deja-dup
│ │ ├── empathy
│ │ ├── eog
│ │ ├── evince
│ │ ├── evolution
│ │ ├── glade
│ │ ├── gnome-mahjongg
│ │ ├── gnome-mines
│ │ ├── gnome-sudoku
│ │ ├── gnome-system-log
│ │ ├── gnome-terminal
│ │ ├── gnome-user-share
│ │ ├── gtk-doc-manual
│ │ ├── gucharmap
│ │ ├── seahorse
│ │ ├── totem
│ │ ├── ubuntu-help
│ │ └── zenity
│ ├── es
│ │ ├── aisleriot
│ │ ├── baobab
│ │ ├── brasero
│ │ │ └── figures
│ │ ├── cheese
│ │ ├── deja-dup
│ │ ├── empathy
│ │ │ └── figures
│ │ ├── eog
│ │ │ └── figures
│ │ ├── evince
│ │ ├── evolution
│ │ │ └── figures
│ │ ├── fdl
│ │ ├── file-roller
│ │ ├── gedit
│ │ ├── glade
│ │ │ └── figures
│ │ ├── gnome-bluetooth
│ │ ├── gnome-calculator
│ │ ├── gnome-help
│ │ │ └── figures
│ │ ├── gnome-mahjongg
│ │ ├── gnome-mines
│ │ │ └── figures
│ │ ├── gnome-sudoku
│ │ │ └── figures
│ │ ├── gnome-system-log
│ │ ├── gnome-system-monitor
│ │ │ └── figures
│ │ ├── gnome-terminal
│ │ ├── gnome-user-share
│ │ │ └── figures
│ │ ├── gpl
│ │ ├── gtk-doc-manual
│ │ ├── gucharmap
│ │ ├── lgpl
│ │ ├── orca
│ │ ├── rhythmbox
│ │ │ └── figures
│ │ ├── seahorse
│ │ │ └── figures
│ │ ├── totem
│ │ │ └── figures
│ │ ├── ubuntu-help
│ │ └── zenity
│ │ └── figures
│ └── ja
│ ├── brasero
│ │ └── figures
│ ├── deja-dup
│ ├── empathy
│ ├── eog
│ │ └── figures
│ ├── evince
│ │ └── figures
│ ├── file-roller
│ ├── gedit
│ ├── glade
│ ├── gnome-calculator
│ ├── gnome-help
│ ├── gnome-mines
│ ├── gnome-system-log
│ ├── gnome-system-monitor
│ ├── rhythmbox
│ ├── seahorse
│ │ └── figures
│ ├── totem
│ │ └── figures
│ ├── ubuntu-help
│ └── zenity
│ └── figures
├── hosts
├── hplip
│ ├── base
│ ├── copier
│ ├── data
│ │ ├── images
│ │ │ ├── 128x128
│ │ │ ├── 16x16
│ │ │ ├── 24x24
│ │ │ ├── 256x256
│ │ │ ├── 32x32
│ │ │ ├── 64x64
│ │ │ ├── devices
│ │ │ └── other
│ │ ├── ldl
│ │ ├── localization
│ │ ├── models
│ │ ├── pcl
│ │ └── ps
│ ├── fax
│ ├── installer
│ ├── pcard
│ ├── prnt
│ ├── scan
│ └── ui4
├── hunspell
├── hwdata
├── hyphen
├── i18n
│ ├── charmaps
│ └── locales
├── ibus
│ ├── component
│ ├── engine
│ ├── keymaps
│ └── setup
├── ibus-anthy
│ ├── dicts
│ ├── engine
│ └── setup
├── icedtea-web
├── icons -> /media/Compartido/.Linux/usr/share/icons
├── idl
│ ├── bonobo-2.0
│ └── bonobo-activation-2.0
├── ImageMagick-6.7.7
├── images
│ └── fluxbox
├── im-config
│ └── data
├── indicator-application
│ └── upstart
│ └── xdg
│ └── autostart
├── indicators
│ └── messages
│ └── applications
├── i-nex
│ └── pastebinit
│ └── pastebin.d
├── info
├── initramfs-tools
│ ├── conf.d
│ ├── conf-hooks.d
│ ├── event-driven
│ │ └── upstart-jobs
│ ├── hooks
│ ├── modules.d
│ └── scripts
│ ├── casper-bottom
│ ├── casper-premount
│ ├── init-bottom
│ ├── init-premount
│ ├── init-top
│ ├── local-bottom
│ ├── local-premount
│ ├── local-top
│ └── panic
├── inkscape
│ ├── clipart
│ ├── examples
│ ├── extensions
│ │ ├── alphabet_soup
│ │ ├── Barcode
│ │ ├── Poly3DObjects
│ │ └── xaml2svg
│ ├── filters
│ ├── fonts
│ ├── gradients
│ ├── icons
│ ├── keys
│ ├── markers
│ ├── palettes
│ ├── patterns
│ ├── screens
│ ├── templates
│ ├── tutorials
│ └── ui
├── insserv
├── intltool
├── intltool-debian
├── iptables
├── jackd
├── java
├── javahelper
├── javascript
│ └── jquery
├── java-wrappers
├── javazi
│ ├── Africa
│ ├── America
│ │ ├── Argentina
│ │ ├── Indiana
│ │ ├── Kentucky
│ │ └── North_Dakota
│ ├── Antarctica
│ ├── Asia
│ ├── Atlantic
│ ├── Australia
│ ├── Etc
│ ├── Europe
│ ├── Indian
│ ├── Pacific
│ └── SystemV
├── jetty
│ ├── jre1.5
│ └── lib
│ ├── ext
│ └── jre1.5
├── joe
│ ├── charmaps
│ ├── lang
│ └── syntax
├── jstest-gtk
│ └── data
├── kazam
│ ├── icons
│ │ └── counter
│ ├── sounds
│ └── ui
├── kde4
│ ├── apps
│ │ ├── akonadi
│ │ │ ├── accountwizard
│ │ │ │ ├── contacts
│ │ │ │ ├── ical
│ │ │ │ ├── imap
│ │ │ │ ├── kolab
│ │ │ │ ├── mailbox
│ │ │ │ ├── maildir
│ │ │ │ ├── pop3
│ │ │ │ └── tine20
│ │ │ ├── contact
│ │ │ │ ├── data
│ │ │ │ ├── icons
│ │ │ │ │ └── oxygen
│ │ │ │ │ └── 16x16
│ │ │ │ │ └── apps
│ │ │ │ └── pics
│ │ │ ├── firstrun
│ │ │ └── plugins
│ │ │ └── serializer
│ │ ├── akonadi_facebook_resource
│ │ ├── akonadi-kde
│ │ ├── akonadi_kolabproxy_resource
│ │ ├── akonadi_maildispatcher_agent
│ │ ├── akonadi_newmailnotifier_agent
│ │ ├── autocorrect
│ │ ├── carddecks
│ │ │ └── svg-oxygen-air
│ │ ├── cmake
│ │ │ └── modules
│ │ ├── color-schemes
│ │ ├── desktoptheme
│ │ │ ├── appdashboard
│ │ │ │ └── widgets
│ │ │ ├── default
│ │ │ │ ├── calendar
│ │ │ │ ├── dialogs
│ │ │ │ ├── icons
│ │ │ │ ├── opaque
│ │ │ │ │ ├── dialogs
│ │ │ │ │ └── widgets
│ │ │ │ ├── system-monitor
│ │ │ │ ├── toolbar-icons
│ │ │ │ ├── translucent
│ │ │ │ │ ├── dialogs
│ │ │ │ │ └── widgets
│ │ │ │ └── widgets
│ │ │ └── oxygen
│ │ │ ├── dialogs
│ │ │ ├── opaque
│ │ │ │ ├── dialogs
│ │ │ │ └── widgets
│ │ │ └── widgets
│ │ ├── drkonqi
│ │ │ ├── debuggers
│ │ │ │ ├── external
│ │ │ │ └── internal
│ │ │ └── pics
│ │ ├── fileindexerservice
│ │ ├── hardwarenotifications
│ │ ├── kabc
│ │ │ └── formats
│ │ ├── kate
│ │ │ ├── icons
│ │ │ │ └── hicolor
│ │ │ │ └── 16x16
│ │ │ │ └── actions
│ │ │ ├── pate
│ │ │ │ ├── color_tools
│ │ │ │ ├── gid
│ │ │ │ ├── libkatepate
│ │ │ │ ├── python_autocomplete
│ │ │ │ ├── python_console_classic
│ │ │ │ ├── python_console_ipython
│ │ │ │ └── python_utils
│ │ │ │ └── python_checkers
│ │ │ └── plugins
│ │ │ ├── filetree
│ │ │ ├── katebuild
│ │ │ ├── katecloseexceptplugin
│ │ │ ├── katectags
│ │ │ ├── katefiletemplates
│ │ │ │ └── templates
│ │ │ ├── kategdb
│ │ │ ├── katekonsole
│ │ │ ├── kate_kttsd
│ │ │ ├── katemailfiles
│ │ │ ├── kateopenheader
│ │ │ ├── katepateplugin
│ │ │ ├── katereplicodeplugin
│ │ │ ├── katesearch
│ │ │ ├── katesql
│ │ │ ├── katesymbolviewer
│ │ │ ├── katetabbarextension
│ │ │ ├── katetabify
│ │ │ ├── katetextfilter
│ │ │ ├── katexmlcheck
│ │ │ ├── katexmltools
│ │ │ ├── pate
│ │ │ │ └── kate
│ │ │ │ ├── document
│ │ │ │ └── view
│ │ │ └── project
│ │ ├── katepart
│ │ │ ├── script
│ │ │ │ ├── commands
│ │ │ │ ├── files
│ │ │ │ │ └── quickcoding
│ │ │ │ │ └── cpp
│ │ │ │ ├── indentation
│ │ │ │ └── libraries
│ │ │ │ └── emmet
│ │ │ └── syntax
│ │ ├── katexmltools
│ │ ├── kcharselect
│ │ ├── kcm_componentchooser
│ │ ├── kcm-gtk-module
│ │ ├── kcmlocale
│ │ │ └── pics
│ │ ├── kcm_phonon
│ │ ├── kconf_update
│ │ ├── kde
│ │ ├── kdenlive
│ │ │ ├── effects
│ │ │ │ └── update
│ │ │ ├── export
│ │ │ ├── lumas
│ │ │ ├── pics
│ │ │ └── titles
│ │ ├── kdeui
│ │ │ ├── about
│ │ │ └── pics
│ │ ├── kdewidgets
│ │ │ └── pics
│ │ ├── kepas
│ │ ├── kgamma
│ │ │ └── pics
│ │ ├── kglobalaccel
│ │ ├── khangman
│ │ ├── khelpcenter
│ │ │ └── plugins
│ │ ├── khtml
│ │ │ └── css
│ │ ├── kio_bookmarks
│ │ ├── kio_desktop
│ │ ├── kio_docfilter
│ │ ├── kio_finger
│ │ ├── kio_info
│ │ ├── kjava
│ │ ├── klettres
│ │ │ └── es
│ │ │ ├── alpha
│ │ │ └── syllab
│ │ ├── knewstuff
│ │ │ └── pics
│ │ ├── konqsidebartng
│ │ │ └── virtual_folders
│ │ │ └── remote
│ │ ├── konqueror
│ │ │ └── dirtree
│ │ │ └── remote
│ │ ├── kpat
│ │ │ ├── previews
│ │ │ ├── sounds
│ │ │ └── themes
│ │ ├── ksgmltools2
│ │ │ └── customization
│ │ │ ├── af
│ │ │ │ └── entities
│ │ │ ├── bg
│ │ │ │ └── entities
│ │ │ ├── ca
│ │ │ │ └── entities
│ │ │ ├── cs
│ │ │ │ └── entities
│ │ │ ├── da
│ │ │ │ └── entities
│ │ │ ├── de
│ │ │ │ └── entities
│ │ │ ├── dtd
│ │ │ ├── el
│ │ │ │ └── entities
│ │ │ ├── en
│ │ │ │ └── entities
│ │ │ ├── en-GB
│ │ │ │ └── entities
│ │ │ ├── entities
│ │ │ ├── eo
│ │ │ │ └── entities
│ │ │ ├── es
│ │ │ │ └── entities
│ │ │ ├── et
│ │ │ │ └── entities
│ │ │ ├── fi
│ │ │ │ └── entities
│ │ │ ├── fo
│ │ │ │ └── entities
│ │ │ ├── fr
│ │ │ │ └── entities
│ │ │ ├── gl
│ │ │ │ └── entities
│ │ │ ├── he
│ │ │ │ └── entities
│ │ │ ├── hu
│ │ │ │ └── entities
│ │ │ ├── id
│ │ │ │ └── entities
│ │ │ ├── it
│ │ │ │ └── entities
│ │ │ ├── ja
│ │ │ │ └── entities
│ │ │ ├── ko
│ │ │ │ └── entities
│ │ │ ├── lt
│ │ │ │ └── entities
│ │ │ ├── nds
│ │ │ │ └── entities
│ │ │ ├── nl
│ │ │ │ └── entities
│ │ │ ├── nn
│ │ │ │ └── entities
│ │ │ ├── no
│ │ │ │ └── entities
│ │ │ ├── pl
│ │ │ │ └── entities
│ │ │ ├── pt
│ │ │ │ └── entities
│ │ │ ├── pt-BR
│ │ │ │ └── entities
│ │ │ ├── ro
│ │ │ │ └── entities
│ │ │ ├── ru
│ │ │ │ └── entities
│ │ │ ├── sk
│ │ │ │ └── entities
│ │ │ ├── sl
│ │ │ │ └── entities
│ │ │ ├── sr
│ │ │ │ └── entities
│ │ │ ├── sr@ijekavian
│ │ │ │ └── entities
│ │ │ ├── sr@ijekavianlatin
│ │ │ │ └── entities
│ │ │ ├── sr@latin
│ │ │ │ └── entities
│ │ │ ├── sv
│ │ │ │ └── entities
│ │ │ ├── th
│ │ │ │ └── entities
│ │ │ ├── tr
│ │ │ │ └── entities
│ │ │ ├── uk
│ │ │ │ └── entities
│ │ │ ├── wa
│ │ │ │ └── entities
│ │ │ ├── xh
│ │ │ │ └── entities
│ │ │ ├── xsl
│ │ │ ├── xx
│ │ │ │ └── entities
│ │ │ ├── zh-CN
│ │ │ │ └── entities
│ │ │ └── zh-TW
│ │ │ └── entities
│ │ ├── ksmserver
│ │ │ └── windowmanagers
│ │ ├── kssl
│ │ ├── kstyle
│ │ │ └── themes
│ │ ├── ktexteditor_exporter
│ │ ├── ktexteditor_iconinserter
│ │ ├── ktexteditor_insertfile
│ │ ├── ktuberling
│ │ │ └── sounds
│ │ │ └── es
│ │ ├── kvtml
│ │ │ └── es
│ │ ├── kwalletd
│ │ ├── kwin
│ │ │ ├── aurorae
│ │ │ ├── decorations
│ │ │ │ └── kwin4_decoration_qml_plastik
│ │ │ │ └── contents
│ │ │ │ ├── config
│ │ │ │ └── ui
│ │ │ ├── default_rules
│ │ │ ├── desktoptabbox
│ │ │ │ ├── informative
│ │ │ │ │ └── contents
│ │ │ │ │ └── ui
│ │ │ │ └── previews
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── effects
│ │ │ │ ├── desktopgrid
│ │ │ │ ├── kwin4_effect_dialogparent
│ │ │ │ │ └── contents
│ │ │ │ │ └── code
│ │ │ │ ├── kwin4_effect_fade
│ │ │ │ │ └── contents
│ │ │ │ │ ├── code
│ │ │ │ │ └── config
│ │ │ │ ├── kwin4_effect_fadedesktop
│ │ │ │ │ └── contents
│ │ │ │ │ └── code
│ │ │ │ ├── kwin4_effect_login
│ │ │ │ │ └── contents
│ │ │ │ │ ├── code
│ │ │ │ │ ├── config
│ │ │ │ │ └── ui
│ │ │ │ ├── kwin4_effect_maximize
│ │ │ │ │ └── contents
│ │ │ │ │ └── code
│ │ │ │ ├── kwin4_effect_scalein
│ │ │ │ │ └── contents
│ │ │ │ │ └── code
│ │ │ │ ├── kwin4_effect_translucency
│ │ │ │ │ └── contents
│ │ │ │ │ ├── code
│ │ │ │ │ ├── config
│ │ │ │ │ └── ui
│ │ │ │ └── presentwindows
│ │ │ ├── kcm_kwindecoration
│ │ │ ├── kcm_kwintabbox
│ │ │ ├── scripts
│ │ │ │ ├── desktopchangeosd
│ │ │ │ │ └── contents
│ │ │ │ │ └── ui
│ │ │ │ ├── synchronizeskipswitcher
│ │ │ │ │ └── contents
│ │ │ │ │ └── code
│ │ │ │ └── videowall
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── shaders
│ │ │ │ ├── 1.10
│ │ │ │ └── 1.40
│ │ │ └── tabbox
│ │ │ ├── big_icons
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── compact
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── informative
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── present_windows
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── small_icons
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── text
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── thumbnails
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ └── window_strip
│ │ │ └── contents
│ │ │ └── ui
│ │ ├── libkholidays
│ │ │ └── plan2
│ │ ├── libphonon
│ │ ├── LICENSES
│ │ ├── nepomukfilewatch
│ │ ├── nepomukstorage
│ │ ├── phonon
│ │ ├── plasma
│ │ │ ├── layout-templates
│ │ │ │ ├── org.kde.plasma-desktop.defaultPanel
│ │ │ │ │ └── contents
│ │ │ │ ├── org.kde.plasma-desktop.desktopIcons
│ │ │ │ │ └── contents
│ │ │ │ ├── org.kde.plasma-desktop.findWidgets
│ │ │ │ │ └── contents
│ │ │ │ ├── org.kde.plasma-desktop.photoActivity
│ │ │ │ │ └── contents
│ │ │ │ └── org.kde.plasma-desktop.SaL
│ │ │ │ └── contents
│ │ │ ├── packages
│ │ │ │ ├── org.kde.desktop.activitymanager
│ │ │ │ │ └── contents
│ │ │ │ │ └── ui
│ │ │ │ └── org.kde.plasma.tasks
│ │ │ │ └── contents
│ │ │ │ ├── code
│ │ │ │ └── ui
│ │ │ ├── plasmoids
│ │ │ │ ├── battery
│ │ │ │ │ └── contents
│ │ │ │ │ ├── code
│ │ │ │ │ ├── config
│ │ │ │ │ └── ui
│ │ │ │ ├── lockout
│ │ │ │ │ └── contents
│ │ │ │ │ ├── config
│ │ │ │ │ └── ui
│ │ │ │ ├── notifier
│ │ │ │ │ └── contents
│ │ │ │ │ ├── config
│ │ │ │ │ └── ui
│ │ │ │ ├── org.kde.notifications
│ │ │ │ │ ├── contents
│ │ │ │ │ │ ├── config
│ │ │ │ │ │ └── ui
│ │ │ │ │ │ └── NotificationDelegate
│ │ │ │ │ └── platformcontents
│ │ │ │ │ └── touch
│ │ │ │ │ └── ui
│ │ │ │ │ └── NotificationDelegate
│ │ │ │ └── org.kde.showActivityManager
│ │ │ │ └── contents
│ │ │ │ └── ui
│ │ │ ├── services
│ │ │ └── shareprovider
│ │ │ ├── im9
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── imgsusepasteorg
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── imgur
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── kde
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── pastebincom
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── pasteopensuseorg
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── pasteubuntucom
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── privatepastecom
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── simplestimagehosting
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ ├── wklej
│ │ │ │ └── contents
│ │ │ │ └── code
│ │ │ └── wstaw
│ │ │ └── contents
│ │ │ └── code
│ │ ├── plasma-desktop
│ │ │ ├── init
│ │ │ └── updates
│ │ ├── proxyscout
│ │ ├── QtCurve
│ │ ├── remoteview
│ │ ├── solid
│ │ │ └── actions
│ │ └── systemsettings
│ │ └── classic
│ ├── config
│ │ ├── colors
│ │ └── ui
│ ├── config.kcfg
│ ├── services
│ │ ├── akonadi
│ │ │ ├── contact
│ │ │ └── davgroupware-providers
│ │ ├── kded
│ │ ├── kresources
│ │ │ ├── kabc
│ │ │ └── kcal
│ │ ├── kwin
│ │ ├── phononbackends
│ │ ├── qimageioplugins
│ │ ├── searchproviders
│ │ └── ServiceMenus
│ └── servicetypes
├── keyrings
├── keytouch
│ ├── doc
│ │ └── html
│ ├── keyboards
│ └── pixmaps
├── keytouch-editor
│ └── pixmaps
├── keytouch-keyboard
│ └── pixmaps
├── keyutils
├── ladspa
│ └── rdf
├── language-selector
│ └── data
├── language-support
├── language-tools
├── ld10k1
│ └── effects
├── libaudio2
├── libc-bin
├── libdbi-perl
├── libexttextcat
├── libfm
│ ├── images
│ └── ui
├── libgda-5.0
│ ├── dtd
│ ├── gda_trml2html
│ ├── gda_trml2pdf
│ ├── php
│ └── web
├── libgksu
│ └── debian
├── libgnomekbd
│ ├── icons
│ └── ui
├── libgphoto2
│ └── 2.5.3.1
│ └── konica
├── libgweather
├── liblangtag
│ └── common
│ ├── bcp47
│ └── supplemental
├── liblouis
│ └── tables
├── libmate-desktop
├── libmatekbd
│ └── ui
├── libmateweather
├── libmyodbc
├── libnm-gtk
├── libparse-debianchangelog-perl
├── libqtxdg
├── librarian
│ └── Templates
│ └── C
├── librazorqt
├── libreoffice
│ ├── bin
│ ├── help
│ │ ├── en-US
│ │ │ ├── sbasic.idxl
│ │ │ ├── scalc.idxl
│ │ │ ├── schart.idxl
│ │ │ ├── sdatabase.idxl
│ │ │ ├── sdraw.idxl
│ │ │ ├── simpress.idxl
│ │ │ ├── smath.idxl
│ │ │ └── swriter.idxl
│ │ └── es
│ │ ├── sbasic.idxl
│ │ ├── scalc.idxl
│ │ ├── schart.idxl
│ │ ├── sdatabase.idxl
│ │ ├── sdraw.idxl
│ │ ├── simpress.idxl
│ │ ├── smath.idxl
│ │ └── swriter.idxl
│ ├── program
│ │ └── classes
│ ├── share
│ │ └── config
│ └── ure-link -> ../../lib/ure
├── libsensors4
├── libthai
├── libtimezonemap
│ └── ui
├── libtool
│ ├── config
│ └── libltdl
│ ├── libltdl
│ └── loaders
├── lightspark
├── linda
│ └── overrides
├── lintian
│ ├── checks
│ ├── collection
│ ├── commands
│ ├── data
│ │ ├── binaries
│ │ ├── changes-file
│ │ ├── common
│ │ ├── control-files
│ │ ├── copyright-file
│ │ ├── cruft
│ │ ├── deb-format
│ │ ├── debhelper
│ │ ├── debian-source-dir
│ │ ├── doc-base
│ │ ├── fields
│ │ ├── files
│ │ ├── init.d
│ │ ├── menu-format
│ │ ├── output
│ │ ├── rules
│ │ ├── scripts
│ │ ├── shared-libs
│ │ ├── spelling
│ │ ├── standards-version
│ │ └── symlinks
│ ├── frontend
│ ├── helpers
│ │ └── coll
│ ├── lib
│ │ └── Test
│ │ └── Lintian
│ ├── overrides
│ ├── profiles
│ │ ├── debian
│ │ └── ubuntu
│ └── vendors
│ └── ubuntu
│ └── main
│ └── data
│ └── changes-file
├── linuxmint
│ ├── common
│ │ ├── artwork
│ │ │ ├── chromium
│ │ │ ├── cups
│ │ │ ├── firefox
│ │ │ │ └── searchplugins
│ │ │ │ ├── af
│ │ │ │ ├── ar
│ │ │ │ ├── ast
│ │ │ │ ├── be
│ │ │ │ ├── bg
│ │ │ │ ├── bn-BD
│ │ │ │ ├── bn-IN
│ │ │ │ ├── br
│ │ │ │ ├── bs
│ │ │ │ ├── ca
│ │ │ │ ├── common -> .
│ │ │ │ ├── cs
│ │ │ │ ├── cy
│ │ │ │ ├── da
│ │ │ │ ├── de
│ │ │ │ ├── el
│ │ │ │ ├── en-AU
│ │ │ │ ├── en-CA
│ │ │ │ ├── en-GB
│ │ │ │ ├── en-IE
│ │ │ │ ├── en-IN
│ │ │ │ ├── en-SG
│ │ │ │ ├── en-US
│ │ │ │ ├── en-ZA
│ │ │ │ ├── eo
│ │ │ │ ├── es-AR
│ │ │ │ ├── es-CL
│ │ │ │ ├── es-ES
│ │ │ │ ├── es-MX
│ │ │ │ ├── es-US
│ │ │ │ ├── et
│ │ │ │ ├── eu
│ │ │ │ ├── fa
│ │ │ │ ├── fi
│ │ │ │ ├── fr
│ │ │ │ ├── fy-NL
│ │ │ │ ├── ga-IE
│ │ │ │ ├── gd
│ │ │ │ ├── gl
│ │ │ │ ├── gu-IN
│ │ │ │ ├── he
│ │ │ │ ├── hi-IN
│ │ │ │ ├── hr
│ │ │ │ ├── hu
│ │ │ │ ├── hy-AM
│ │ │ │ ├── id
│ │ │ │ ├── is
│ │ │ │ ├── it
│ │ │ │ ├── ja
│ │ │ │ ├── kk
│ │ │ │ ├── kn
│ │ │ │ ├── ko
│ │ │ │ ├── ku
│ │ │ │ ├── lg
│ │ │ │ ├── lt
│ │ │ │ ├── lv
│ │ │ │ ├── mai
│ │ │ │ ├── mk
│ │ │ │ ├── ml
│ │ │ │ ├── mr
│ │ │ │ ├── nb-NO
│ │ │ │ ├── nl
│ │ │ │ ├── nn-NO
│ │ │ │ ├── nso
│ │ │ │ ├── or
│ │ │ │ ├── pa-IN
│ │ │ │ ├── pl
│ │ │ │ ├── pt-BR
│ │ │ │ ├── pt-PT
│ │ │ │ ├── ro
│ │ │ │ ├── ru
│ │ │ │ ├── si
│ │ │ │ ├── sk
│ │ │ │ ├── sl
│ │ │ │ ├── sq
│ │ │ │ ├── sr
│ │ │ │ ├── sv-SE
│ │ │ │ ├── ta
│ │ │ │ ├── te
│ │ │ │ ├── th
│ │ │ │ ├── tr
│ │ │ │ ├── uk
│ │ │ │ ├── vi
│ │ │ │ ├── zh-CN
│ │ │ │ ├── zh-TW
│ │ │ │ └── zu
│ │ │ ├── logos
│ │ │ ├── mime
│ │ │ ├── opera
│ │ │ └── splash-screens
│ │ └── motd
│ ├── locale
│ │ ├── af
│ │ │ └── LC_MESSAGES
│ │ ├── am
│ │ │ └── LC_MESSAGES
│ │ ├── an
│ │ │ └── LC_MESSAGES
│ │ ├── ar
│ │ │ └── LC_MESSAGES
│ │ ├── as
│ │ │ └── LC_MESSAGES
│ │ ├── ast
│ │ │ └── LC_MESSAGES
│ │ ├── az
│ │ │ └── LC_MESSAGES
│ │ ├── ban
│ │ │ └── LC_MESSAGES
│ │ ├── be
│ │ │ └── LC_MESSAGES
│ │ ├── be@latin
│ │ │ └── LC_MESSAGES
│ │ ├── ber
│ │ │ └── LC_MESSAGES
│ │ ├── bg
│ │ │ └── LC_MESSAGES
│ │ ├── bn
│ │ │ └── LC_MESSAGES
│ │ ├── bn_IN
│ │ │ └── LC_MESSAGES
│ │ ├── br
│ │ │ └── LC_MESSAGES
│ │ ├── bs
│ │ │ └── LC_MESSAGES
│ │ ├── ca
│ │ │ └── LC_MESSAGES
│ │ ├── ca@valencia
│ │ │ └── LC_MESSAGES
│ │ ├── ckb
│ │ │ └── LC_MESSAGES
│ │ ├── crh
│ │ │ └── LC_MESSAGES
│ │ ├── cs
│ │ │ └── LC_MESSAGES
│ │ ├── csb
│ │ │ └── LC_MESSAGES
│ │ ├── cv
│ │ │ └── LC_MESSAGES
│ │ ├── cy
│ │ │ └── LC_MESSAGES
│ │ ├── da
│ │ │ └── LC_MESSAGES
│ │ ├── de
│ │ │ └── LC_MESSAGES
│ │ ├── dz
│ │ │ └── LC_MESSAGES
│ │ ├── el
│ │ │ └── LC_MESSAGES
│ │ ├── en_AU
│ │ │ └── LC_MESSAGES
│ │ ├── en_CA
│ │ │ └── LC_MESSAGES
│ │ ├── en_GB
│ │ │ └── LC_MESSAGES
│ │ ├── en@shaw
│ │ │ └── LC_MESSAGES
│ │ ├── en_US
│ │ │ └── LC_MESSAGES
│ │ ├── eo
│ │ │ └── LC_MESSAGES
│ │ ├── es
│ │ │ └── LC_MESSAGES
│ │ ├── es_AR
│ │ │ └── LC_MESSAGES
│ │ ├── et
│ │ │ └── LC_MESSAGES
│ │ ├── eu
│ │ │ └── LC_MESSAGES
│ │ ├── fa
│ │ │ └── LC_MESSAGES
│ │ ├── fi
│ │ │ └── LC_MESSAGES
│ │ ├── fil
│ │ │ └── LC_MESSAGES
│ │ ├── fo
│ │ │ └── LC_MESSAGES
│ │ ├── fr
│ │ │ └── LC_MESSAGES
│ │ ├── fr_CA
│ │ │ └── LC_MESSAGES
│ │ ├── ga
│ │ │ └── LC_MESSAGES
│ │ ├── gaa
│ │ │ └── LC_MESSAGES
│ │ ├── gd
│ │ │ └── LC_MESSAGES
│ │ ├── gl
│ │ │ └── LC_MESSAGES
│ │ ├── gu
│ │ │ └── LC_MESSAGES
│ │ ├── gv
│ │ │ └── LC_MESSAGES
│ │ ├── he
│ │ │ └── LC_MESSAGES
│ │ ├── hi
│ │ │ └── LC_MESSAGES
│ │ ├── hr
│ │ │ └── LC_MESSAGES
│ │ ├── hu
│ │ │ └── LC_MESSAGES
│ │ ├── hy
│ │ │ └── LC_MESSAGES
│ │ ├── ia
│ │ │ └── LC_MESSAGES
│ │ ├── id
│ │ │ └── LC_MESSAGES
│ │ ├── is
│ │ │ └── LC_MESSAGES
│ │ ├── it
│ │ │ └── LC_MESSAGES
│ │ ├── ja
│ │ │ └── LC_MESSAGES
│ │ ├── jv
│ │ │ └── LC_MESSAGES
│ │ ├── ka
│ │ │ └── LC_MESSAGES
│ │ ├── kab
│ │ │ └── LC_MESSAGES
│ │ ├── kk
│ │ │ └── LC_MESSAGES
│ │ ├── km
│ │ │ └── LC_MESSAGES
│ │ ├── kn
│ │ │ └── LC_MESSAGES
│ │ ├── ko
│ │ │ └── LC_MESSAGES
│ │ ├── ksw
│ │ │ └── LC_MESSAGES
│ │ ├── ku
│ │ │ └── LC_MESSAGES
│ │ ├── ky
│ │ │ └── LC_MESSAGES
│ │ ├── la
│ │ │ └── LC_MESSAGES
│ │ ├── lb
│ │ │ └── LC_MESSAGES
│ │ ├── li
│ │ │ └── LC_MESSAGES
│ │ ├── lo
│ │ │ └── LC_MESSAGES
│ │ ├── lt
│ │ │ └── LC_MESSAGES
│ │ ├── lv
│ │ │ └── LC_MESSAGES
│ │ ├── mai
│ │ │ └── LC_MESSAGES
│ │ ├── mg
│ │ │ └── LC_MESSAGES
│ │ ├── mhr
│ │ │ └── LC_MESSAGES
│ │ ├── mk
│ │ │ └── LC_MESSAGES
│ │ ├── ml
│ │ │ └── LC_MESSAGES
│ │ ├── mn
│ │ │ └── LC_MESSAGES
│ │ ├── mr
│ │ │ └── LC_MESSAGES
│ │ ├── ms
│ │ │ └── LC_MESSAGES
│ │ ├── mus
│ │ │ └── LC_MESSAGES
│ │ ├── my
│ │ │ └── LC_MESSAGES
│ │ ├── nb
│ │ │ └── LC_MESSAGES
│ │ ├── nds
│ │ │ └── LC_MESSAGES
│ │ ├── ne
│ │ │ └── LC_MESSAGES
│ │ ├── nl
│ │ │ └── LC_MESSAGES
│ │ ├── nn
│ │ │ └── LC_MESSAGES
│ │ ├── nso
│ │ │ └── LC_MESSAGES
│ │ ├── oc
│ │ │ └── LC_MESSAGES
│ │ ├── om
│ │ │ └── LC_MESSAGES
│ │ ├── or
│ │ │ └── LC_MESSAGES
│ │ ├── pa
│ │ │ └── LC_MESSAGES
│ │ ├── pap
│ │ │ └── LC_MESSAGES
│ │ ├── pl
│ │ │ └── LC_MESSAGES
│ │ ├── ps
│ │ │ └── LC_MESSAGES
│ │ ├── pt
│ │ │ └── LC_MESSAGES
│ │ ├── pt_BR
│ │ │ └── LC_MESSAGES
│ │ ├── pt_PT
│ │ │ └── LC_MESSAGES
│ │ ├── ro
│ │ │ └── LC_MESSAGES
│ │ ├── ru
│ │ │ └── LC_MESSAGES
│ │ ├── rue
│ │ │ └── LC_MESSAGES
│ │ ├── rw
│ │ │ └── LC_MESSAGES
│ │ ├── sco
│ │ │ └── LC_MESSAGES
│ │ ├── shn
│ │ │ └── LC_MESSAGES
│ │ ├── si
│ │ │ └── LC_MESSAGES
│ │ ├── sk
│ │ │ └── LC_MESSAGES
│ │ ├── sl
│ │ │ └── LC_MESSAGES
│ │ ├── sn
│ │ │ └── LC_MESSAGES
│ │ ├── so
│ │ │ └── LC_MESSAGES
│ │ ├── sq
│ │ │ └── LC_MESSAGES
│ │ ├── sr
│ │ │ └── LC_MESSAGES
│ │ ├── sr@ijekavianlatin
│ │ │ └── LC_MESSAGES
│ │ ├── sr@latin
│ │ │ └── LC_MESSAGES
│ │ ├── su
│ │ │ └── LC_MESSAGES
│ │ ├── sv
│ │ │ └── LC_MESSAGES
│ │ ├── sw
│ │ │ └── LC_MESSAGES
│ │ ├── ta
│ │ │ └── LC_MESSAGES
│ │ ├── te
│ │ │ └── LC_MESSAGES
│ │ ├── templates
│ │ ├── tg
│ │ │ └── LC_MESSAGES
│ │ ├── th
│ │ │ └── LC_MESSAGES
│ │ ├── tl
│ │ │ └── LC_MESSAGES
│ │ ├── tlh
│ │ │ └── LC_MESSAGES
│ │ ├── tpi
│ │ │ └── LC_MESSAGES
│ │ ├── tr
│ │ │ └── LC_MESSAGES
│ │ ├── ts
│ │ │ └── LC_MESSAGES
│ │ ├── ug
│ │ │ └── LC_MESSAGES
│ │ ├── uk
│ │ │ └── LC_MESSAGES
│ │ ├── ur
│ │ │ └── LC_MESSAGES
│ │ ├── uz
│ │ │ └── LC_MESSAGES
│ │ ├── uz@cyrillic
│ │ │ └── LC_MESSAGES
│ │ ├── vi
│ │ │ └── LC_MESSAGES
│ │ ├── wa
│ │ │ └── LC_MESSAGES
│ │ ├── xh
│ │ │ └── LC_MESSAGES
│ │ ├── yi
│ │ │ └── LC_MESSAGES
│ │ ├── zh_CN
│ │ │ └── LC_MESSAGES
│ │ ├── zh_HK
│ │ │ └── LC_MESSAGES
│ │ ├── zh_TW
│ │ │ └── LC_MESSAGES
│ │ └── zu
│ │ └── LC_MESSAGES
│ ├── mintinstall
│ │ ├── icons
│ │ └── installed
│ └── mint-search-addon
│ ├── chrome
│ └── content
├── linux-sound-base
├── lives
│ ├── icons
│ ├── plugins
│ │ └── effects
│ │ ├── compound
│ │ └── RFXscripts
│ ├── resources
│ └── themes
│ ├── camera
│ ├── crayons
│ ├── crayons-bright
│ ├── cutting_room
│ ├── editor
│ └── pinks
├── locale
│ ├── ace
│ │ └── LC_MESSAGES
│ ├── af
│ │ └── LC_MESSAGES
│ ├── am
│ │ └── LC_MESSAGES
│ ├── an
│ │ └── LC_MESSAGES
│ ├── ar
│ │ └── LC_MESSAGES
│ ├── ary
│ │ └── LC_MESSAGES
│ ├── as
│ │ └── LC_MESSAGES
│ ├── ast
│ │ └── LC_MESSAGES
│ ├── az
│ │ └── LC_MESSAGES
│ ├── be
│ │ └── LC_MESSAGES
│ ├── be@latin
│ │ └── LC_MESSAGES
│ ├── bem
│ │ └── LC_MESSAGES
│ ├── bg
│ │ └── LC_MESSAGES
│ ├── bn
│ │ └── LC_MESSAGES
│ ├── bn_IN
│ │ └── LC_MESSAGES
│ ├── bo
│ │ └── LC_MESSAGES
│ ├── br
│ │ └── LC_MESSAGES
│ ├── bs
│ │ └── LC_MESSAGES
│ ├── ca
│ │ └── LC_MESSAGES
│ ├── ca_ES
│ │ └── LC_MESSAGES
│ ├── ca@valencia
│ │ └── LC_MESSAGES
│ ├── ckb
│ │ └── LC_MESSAGES
│ ├── cmn
│ │ └── LC_MESSAGES
│ ├── crh
│ │ └── LC_MESSAGES
│ ├── cs
│ │ └── LC_MESSAGES
│ ├── csb
│ │ └── LC_MESSAGES
│ ├── cs_CZ
│ │ └── LC_MESSAGES
│ ├── currency
│ ├── cv
│ │ └── LC_MESSAGES
│ ├── cy
│ │ └── LC_MESSAGES
│ ├── da
│ │ └── LC_MESSAGES
│ ├── da_DK
│ │ └── LC_MESSAGES
│ ├── de
│ │ └── LC_MESSAGES
│ ├── de_DE
│ │ └── LC_MESSAGES
│ ├── dv
│ │ └── LC_MESSAGES
│ ├── dz
│ │ └── LC_MESSAGES
│ ├── el
│ │ └── LC_MESSAGES
│ ├── el_GR
│ │ └── LC_MESSAGES
│ ├── en
│ │ └── LC_MESSAGES
│ ├── en_AU
│ │ └── LC_MESSAGES
│ ├── en@boldquot
│ │ └── LC_MESSAGES
│ ├── en_CA
│ │ └── LC_MESSAGES
│ ├── en_GB
│ │ └── LC_MESSAGES
│ ├── en_NZ
│ │ └── LC_MESSAGES
│ ├── en@quot
│ │ └── LC_MESSAGES
│ ├── en@shaw
│ │ └── LC_MESSAGES
│ ├── en_US
│ │ └── LC_MESSAGES
│ ├── en_US@piglatin
│ │ └── LC_MESSAGES
│ ├── eo
│ │ └── LC_MESSAGES
│ ├── es
│ │ └── LC_MESSAGES
│ ├── es_ar
│ │ └── LC_MESSAGES
│ ├── es_AR
│ │ └── LC_MESSAGES
│ ├── es_CL
│ │ └── LC_MESSAGES
│ ├── es_CO
│ │ └── LC_MESSAGES
│ ├── es_CR
│ │ └── LC_MESSAGES
│ ├── es_DO
│ │ └── LC_MESSAGES
│ ├── es_EC
│ │ └── LC_MESSAGES
│ ├── es_ES
│ │ └── LC_MESSAGES
│ ├── es_GT
│ │ └── LC_MESSAGES
│ ├── es_HN
│ │ └── LC_MESSAGES
│ ├── es_MX
│ │ └── LC_MESSAGES
│ ├── es_NI
│ │ └── LC_MESSAGES
│ ├── es_PA
│ │ └── LC_MESSAGES
│ ├── es_PE
│ │ └── LC_MESSAGES
│ ├── es_PR
│ │ └── LC_MESSAGES
│ ├── es_SV
│ │ └── LC_MESSAGES
│ ├── es_UY
│ │ └── LC_MESSAGES
│ ├── es_VE
│ │ └── LC_MESSAGES
│ ├── et
│ │ └── LC_MESSAGES
│ ├── et_EE
│ │ └── LC_MESSAGES
│ ├── eu
│ │ └── LC_MESSAGES
│ ├── fa
│ │ └── LC_MESSAGES
│ ├── fa_AF
│ │ └── LC_MESSAGES
│ ├── fa_IR
│ │ └── LC_MESSAGES
│ ├── fi
│ │ └── LC_MESSAGES
│ ├── fi_FI
│ │ └── LC_MESSAGES
│ ├── fil
│ │ └── LC_MESSAGES
│ ├── fo
│ │ └── LC_MESSAGES
│ ├── fr
│ │ └── LC_MESSAGES
│ ├── fr_CA
│ │ └── LC_MESSAGES
│ ├── fr_CH
│ │ └── LC_MESSAGES
│ ├── fr_FR
│ │ └── LC_MESSAGES
│ ├── frp
│ │ └── LC_MESSAGES
│ ├── fur
│ │ └── LC_MESSAGES
│ ├── fy
│ │ └── LC_MESSAGES
│ ├── ga
│ │ └── LC_MESSAGES
│ ├── gd
│ │ └── LC_MESSAGES
│ ├── gl
│ │ └── LC_MESSAGES
│ ├── gu
│ │ └── LC_MESSAGES
│ ├── gv
│ │ └── LC_MESSAGES
│ ├── ha
│ │ └── LC_MESSAGES
│ ├── he
│ │ └── LC_MESSAGES
│ ├── hi
│ │ └── LC_MESSAGES
│ ├── hr
│ │ └── LC_MESSAGES
│ ├── hr_HR
│ │ └── LC_MESSAGES
│ ├── ht
│ │ └── LC_MESSAGES
│ ├── hu
│ │ └── LC_MESSAGES
│ ├── hu_HU
│ │ └── LC_MESSAGES
│ ├── hy
│ │ └── LC_MESSAGES
│ ├── ia
│ │ └── LC_MESSAGES
│ ├── id
│ │ └── LC_MESSAGES
│ ├── id_ID
│ │ └── LC_MESSAGES
│ ├── ig
│ │ └── LC_MESSAGES
│ ├── io
│ │ └── LC_MESSAGES
│ ├── is
│ │ └── LC_MESSAGES
│ ├── it
│ │ └── LC_MESSAGES
│ ├── it_IT
│ │ └── LC_MESSAGES
│ ├── ja
│ │ ├── LC_MESSAGES
│ │ └── LC_SCRIPTS
│ │ ├── kdelibs4
│ │ └── kgeography
│ ├── jv
│ │ └── LC_MESSAGES
│ ├── ka
│ │ └── LC_MESSAGES
│ ├── kk
│ │ └── LC_MESSAGES
│ ├── km
│ │ └── LC_MESSAGES
│ ├── kn
│ │ └── LC_MESSAGES
│ ├── ko
│ │ └── LC_MESSAGES
│ ├── ku
│ │ └── LC_MESSAGES
│ ├── kw
│ │ └── LC_MESSAGES
│ ├── ky
│ │ └── LC_MESSAGES
│ ├── l10n
│ │ ├── ad
│ │ ├── ae
│ │ ├── af
│ │ ├── ag
│ │ ├── ai
│ │ ├── al
│ │ ├── am
│ │ ├── an
│ │ ├── ao
│ │ ├── ar
│ │ ├── as
│ │ ├── at
│ │ ├── au
│ │ ├── aw
│ │ ├── ax
│ │ ├── az
│ │ ├── ba
│ │ ├── bb
│ │ ├── bd
│ │ ├── be
│ │ ├── bf
│ │ ├── bg
│ │ ├── bh
│ │ ├── bi
│ │ ├── bj
│ │ ├── bl
│ │ ├── bm
│ │ ├── bn
│ │ ├── bo
│ │ ├── br
│ │ ├── bs
│ │ ├── bt
│ │ ├── bw
│ │ ├── by
│ │ ├── bz
│ │ ├── C
│ │ ├── ca
│ │ ├── cc
│ │ ├── cd
│ │ ├── cf
│ │ ├── cg
│ │ ├── ch
│ │ ├── ci
│ │ ├── ck
│ │ ├── cl
│ │ ├── cm
│ │ ├── cn
│ │ ├── co
│ │ ├── cr
│ │ ├── cu
│ │ ├── cv
│ │ ├── cx
│ │ ├── cy
│ │ ├── cz
│ │ ├── de
│ │ ├── dj
│ │ ├── dk
│ │ ├── dm
│ │ ├── do
│ │ ├── dz
│ │ ├── ec
│ │ ├── ee
│ │ ├── eg
│ │ ├── eh
│ │ ├── er
│ │ ├── es
│ │ ├── et
│ │ ├── fi
│ │ ├── fj
│ │ ├── fk
│ │ ├── fm
│ │ ├── fo
│ │ ├── fr
│ │ ├── ga
│ │ ├── gb
│ │ ├── gd
│ │ ├── ge
│ │ ├── gf
│ │ ├── gg
│ │ ├── gh
│ │ ├── gi
│ │ ├── gl
│ │ ├── gm
│ │ ├── gn
│ │ ├── gp
│ │ ├── gq
│ │ ├── gr
│ │ ├── gt
│ │ ├── gu
│ │ ├── gw
│ │ ├── gy
│ │ ├── hk
│ │ ├── hn
│ │ ├── hr
│ │ ├── ht
│ │ ├── hu
│ │ ├── id
│ │ ├── ie
│ │ ├── il
│ │ ├── im
│ │ ├── in
│ │ ├── iq
│ │ ├── ir
│ │ ├── is
│ │ ├── it
│ │ ├── je
│ │ ├── jm
│ │ ├── jo
│ │ ├── jp
│ │ ├── ke
│ │ ├── kg
│ │ ├── kh
│ │ ├── ki
│ │ ├── km
│ │ ├── kn
│ │ ├── kp
│ │ ├── kr
│ │ ├── kw
│ │ ├── ky
│ │ ├── kz
│ │ ├── la
│ │ ├── lb
│ │ ├── lc
│ │ ├── li
│ │ ├── lk
│ │ ├── lr
│ │ ├── ls
│ │ ├── lt
│ │ ├── lu
│ │ ├── lv
│ │ ├── ly
│ │ ├── ma
│ │ ├── mc
│ │ ├── md
│ │ ├── me
│ │ ├── mf
│ │ ├── mg
│ │ ├── mh
│ │ ├── mk
│ │ ├── ml
│ │ ├── mm
│ │ ├── mn
│ │ ├── mo
│ │ ├── mp
│ │ ├── mq
│ │ ├── mr
│ │ ├── ms
│ │ ├── mt
│ │ ├── mu
│ │ ├── mv
│ │ ├── mw
│ │ ├── mx
│ │ ├── my
│ │ ├── mz
│ │ ├── na
│ │ ├── nc
│ │ ├── ne
│ │ ├── nf
│ │ ├── ng
│ │ ├── ni
│ │ ├── nl
│ │ ├── no
│ │ ├── np
│ │ ├── nr
│ │ ├── nu
│ │ ├── nz
│ │ ├── om
│ │ ├── pa
│ │ ├── pe
│ │ ├── pf
│ │ ├── pg
│ │ ├── ph
│ │ ├── pk
│ │ ├── pl
│ │ ├── pm
│ │ ├── pn
│ │ ├── pr
│ │ ├── ps
│ │ ├── pt
│ │ ├── pw
│ │ ├── py
│ │ ├── qa
│ │ ├── re
│ │ ├── ro
│ │ ├── rs
│ │ ├── ru
│ │ ├── rw
│ │ ├── sa
│ │ ├── sb
│ │ ├── sc
│ │ ├── sd
│ │ ├── se
│ │ ├── sg
│ │ ├── sh
│ │ ├── si
│ │ ├── sk
│ │ ├── sl
│ │ ├── sm
│ │ ├── sn
│ │ ├── so
│ │ ├── sr
│ │ ├── ss
│ │ ├── st
│ │ ├── sv
│ │ ├── sy
│ │ ├── sz
│ │ ├── tc
│ │ ├── td
│ │ ├── tg
│ │ ├── th
│ │ ├── tj
│ │ ├── tk
│ │ ├── tl
│ │ ├── tm
│ │ ├── tn
│ │ ├── to
│ │ ├── tp
│ │ ├── tr
│ │ ├── tt
│ │ ├── tv
│ │ ├── tw
│ │ ├── tz
│ │ ├── ua
│ │ ├── ug
│ │ ├── us
│ │ ├── uy
│ │ ├── uz
│ │ ├── va
│ │ ├── vc
│ │ ├── ve
│ │ ├── vg
│ │ ├── vi
│ │ ├── vn
│ │ ├── vu
│ │ ├── wf
│ │ ├── ws
│ │ ├── ye
│ │ ├── yt
│ │ ├── za
│ │ ├── zm
│ │ └── zw
│ ├── la
│ │ └── LC_MESSAGES
│ ├── lb
│ │ └── LC_MESSAGES
│ ├── lg
│ │ └── LC_MESSAGES
│ ├── li
│ │ └── LC_MESSAGES
│ ├── ln
│ │ └── LC_MESSAGES
│ ├── lo
│ │ └── LC_MESSAGES
│ ├── lt
│ │ └── LC_MESSAGES
│ ├── lt_LT
│ │ └── LC_MESSAGES
│ ├── lv
│ │ └── LC_MESSAGES
│ ├── mai
│ │ └── LC_MESSAGES
│ ├── mg
│ │ └── LC_MESSAGES
│ ├── mhr
│ │ └── LC_MESSAGES
│ ├── mi
│ │ └── LC_MESSAGES
│ ├── mk
│ │ └── LC_MESSAGES
│ ├── mk_MK
│ │ └── LC_MESSAGES
│ ├── ml
│ │ └── LC_MESSAGES
│ ├── ml_IN
│ │ └── LC_MESSAGES
│ ├── mn
│ │ └── LC_MESSAGES
│ ├── mr
│ │ └── LC_MESSAGES
│ ├── ms
│ │ └── LC_MESSAGES
│ ├── mt
│ │ └── LC_MESSAGES
│ ├── my
│ │ └── LC_MESSAGES
│ ├── nb
│ │ └── LC_MESSAGES
│ ├── nds
│ │ └── LC_MESSAGES
│ ├── ne
│ │ └── LC_MESSAGES
│ ├── nl
│ │ └── LC_MESSAGES
│ ├── nl_NL
│ │ └── LC_MESSAGES
│ ├── nn
│ │ └── LC_MESSAGES
│ ├── nn_NO
│ │ └── LC_MESSAGES
│ ├── no
│ │ └── LC_MESSAGES
│ ├── nso
│ │ └── LC_MESSAGES
│ ├── oc
│ │ └── LC_MESSAGES
│ ├── or
│ │ └── LC_MESSAGES
│ ├── os
│ │ └── LC_MESSAGES
│ ├── pa
│ │ └── LC_MESSAGES
│ ├── pam
│ │ └── LC_MESSAGES
│ ├── pl
│ │ └── LC_MESSAGES
│ ├── pl_PL
│ │ └── LC_MESSAGES
│ ├── pms
│ │ └── LC_MESSAGES
│ ├── ps
│ │ └── LC_MESSAGES
│ ├── pt
│ │ └── LC_MESSAGES
│ ├── pt_BR
│ │ └── LC_MESSAGES
│ ├── pt_PT
│ │ └── LC_MESSAGES
│ ├── qu
│ │ └── LC_MESSAGES
│ ├── ro
│ │ └── LC_MESSAGES
│ ├── ro_RO
│ │ └── LC_MESSAGES
│ ├── ru
│ │ └── LC_MESSAGES
│ ├── ru_RU
│ │ └── LC_MESSAGES
│ ├── rw
│ │ └── LC_MESSAGES
│ ├── sc
│ │ └── LC_MESSAGES
│ ├── sco
│ │ └── LC_MESSAGES
│ ├── sd
│ │ └── LC_MESSAGES
│ ├── se
│ │ └── LC_MESSAGES
│ ├── shn
│ │ └── LC_MESSAGES
│ ├── si
│ │ └── LC_MESSAGES
│ ├── sk
│ │ └── LC_MESSAGES
│ ├── sk_SK
│ │ └── LC_MESSAGES
│ ├── sl
│ │ └── LC_MESSAGES
│ ├── sl_SI
│ │ └── LC_MESSAGES
│ ├── sma
│ │ └── LC_MESSAGES
│ ├── sq
│ │ └── LC_MESSAGES
│ ├── sr
│ │ └── LC_MESSAGES
│ ├── sr@ije
│ │ └── LC_MESSAGES
│ ├── sr@latin
│ │ └── LC_MESSAGES
│ ├── sr@Latn
│ │ └── LC_MESSAGES
│ ├── sr_RS
│ │ └── LC_MESSAGES
│ ├── sr_RS@latin
│ │ └── LC_MESSAGES
│ ├── st
│ │ └── LC_MESSAGES
│ ├── sv
│ │ └── LC_MESSAGES
│ ├── sv_SE
│ │ └── LC_MESSAGES
│ ├── szl
│ │ └── LC_MESSAGES
│ ├── ta
│ │ └── LC_MESSAGES
│ ├── ta_LK
│ │ └── LC_MESSAGES
│ ├── te
│ │ └── LC_MESSAGES
│ ├── tet
│ │ └── LC_MESSAGES
│ ├── tg
│ │ └── LC_MESSAGES
│ ├── th
│ │ └── LC_MESSAGES
│ ├── tk
│ │ └── LC_MESSAGES
│ ├── tl
│ │ └── LC_MESSAGES
│ ├── tr
│ │ └── LC_MESSAGES
│ ├── tr_TR
│ │ └── LC_MESSAGES
│ ├── trv
│ │ └── LC_MESSAGES
│ ├── tt
│ │ └── LC_MESSAGES
│ ├── tt_RU
│ │ └── LC_MESSAGES
│ ├── ug
│ │ └── LC_MESSAGES
│ ├── uk
│ │ └── LC_MESSAGES
│ ├── uk_UA
│ │ └── LC_MESSAGES
│ ├── ur
│ │ └── LC_MESSAGES
│ ├── ur_PK
│ │ └── LC_MESSAGES
│ ├── uz
│ │ └── LC_MESSAGES
│ ├── uz@cyrillic
│ │ └── LC_MESSAGES
│ ├── vec
│ │ └── LC_MESSAGES
│ ├── vi
│ │ └── LC_MESSAGES
│ ├── wa
│ │ └── LC_MESSAGES
│ ├── xh
│ │ └── LC_MESSAGES
│ ├── yi
│ │ └── LC_MESSAGES
│ ├── yo
│ │ └── LC_MESSAGES
│ ├── zh
│ │ └── LC_MESSAGES
│ ├── zh_CN
│ │ └── LC_MESSAGES
│ ├── zh_HK
│ │ └── LC_MESSAGES
│ ├── zh_N
│ │ └── LC_MESSAGES
│ ├── zh_TW
│ │ └── LC_MESSAGES
│ └── zu
│ └── LC_MESSAGES
├── localechooser
├── locale-langpack
│ ├── en
│ │ └── LC_MESSAGES
│ ├── en_AU
│ │ └── LC_MESSAGES
│ ├── en@boldquot
│ │ └── LC_MESSAGES
│ ├── en_CA
│ │ └── LC_MESSAGES
│ ├── en_GB
│ │ └── LC_MESSAGES
│ ├── en_NZ
│ │ └── LC_MESSAGES
│ ├── en@quot
│ │ └── LC_MESSAGES
│ ├── en@shaw
│ │ └── LC_MESSAGES
│ ├── en_US
│ │ └── LC_MESSAGES
│ ├── en_US@piglatin
│ │ └── LC_MESSAGES
│ ├── es
│ │ └── LC_MESSAGES
│ └── ja
│ └── LC_MESSAGES
├── locales
├── lua
│ └── 5.1
├── luajit-2.0.2
│ └── jit
├── lupin-support
├── lxappearance
│ └── ui
├── lxde
│ ├── images
│ ├── openbox
│ ├── pcmanfm
│ └── wallpapers
├── lxinput
├── lxpanel
│ ├── images
│ │ └── xkb-flags
│ ├── profile
│ │ ├── default
│ │ │ └── panels
│ │ ├── LXDE
│ │ │ └── panels
│ │ └── two_panels
│ │ └── panels
│ ├── ui
│ └── xkeyboardconfig
├── lxsession
│ ├── images
│ └── ui
├── lxterminal
├── m17n
│ ├── icons
│ └── scripts
├── makeself
├── man
│ ├── cs
│ │ └── man1
│ ├── de
│ │ ├── man1
│ │ ├── man5
│ │ ├── man7
│ │ └── man8
│ ├── de.UTF-8
│ │ └── man1
│ ├── el
│ │ └── man1
│ ├── es
│ │ ├── man1
│ │ ├── man5
│ │ └── man8
│ ├── fr
│ │ ├── man1
│ │ ├── man5
│ │ ├── man7
│ │ └── man8
│ ├── fr.UTF-8
│ │ └── man1
│ ├── hu
│ │ └── man1
│ ├── it
│ │ ├── man1
│ │ ├── man5
│ │ └── man8
│ ├── ja
│ │ ├── man1
│ │ ├── man5
│ │ └── man8
│ ├── man1
│ ├── man3
│ ├── man4
│ ├── man5
│ ├── man6
│ ├── man7
│ ├── man8
│ ├── pl
│ │ ├── man1
│ │ ├── man5
│ │ └── man8
│ ├── pl.UTF-8
│ │ └── man1
│ ├── pt
│ │ ├── man1
│ │ ├── man5
│ │ └── man8
│ ├── pt_BR
│ │ └── man8
│ ├── ru
│ │ └── man1
│ ├── sk
│ │ └── man1
│ ├── tr
│ │ └── man8
│ ├── zh_CN
│ │ └── man1
│ └── zh_TW
│ └── man1
├── man-db
├── marco
│ └── icons
├── mate
│ ├── cursor-fonts
│ ├── desktop-directories
│ └── wm-properties
├── mate-2.0
│ └── ui
├── mate-about
├── mate-applets
│ ├── builder
│ ├── geyes
│ │ ├── Bizarre
│ │ ├── Bloodshot
│ │ ├── Default
│ │ ├── Default-tiny
│ │ ├── Horrid
│ │ └── Tango
│ └── invest-applet
├── mate-background-properties
├── mate-calc
├── mate-common
│ └── data
├── MateConf
│ └── gsettings
├── mate-control-center
│ ├── keybindings
│ ├── pixmaps
│ └── ui
├── matedialog
│ └── clothes
├── mate-menus
│ └── examples
├── mate-panel
│ ├── applets
│ ├── layouts
│ ├── pixmaps
│ └── ui
├── mate-settings-daemon
│ ├── icons
│ │ └── hicolor
│ │ └── 64x64
│ │ └── devices
│ └── xrdb
├── mate-system-tools
│ ├── pixmaps
│ └── ui
├── matplotlib
│ ├── matplotlib.conf
│ ├── Matplotlib.nib
│ ├── mpl-data
│ │ ├── fonts
│ │ │ ├── afm
│ │ │ ├── pdfcorefonts
│ │ │ └── ttf
│ │ └── images
│ └── sample_data
│ └── axes_grid
├── maven-repo
│ ├── antlr
│ │ └── antlr
│ │ ├── 2.7.7
│ │ └── 2.x
│ ├── asm
│ │ ├── asm
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ ├── asm-all
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ ├── asm-analysis
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ ├── asm-commons
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ ├── asm-debug-all
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ ├── asm-parent
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ ├── asm-tree
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ ├── asm-util
│ │ │ ├── 3.3.2
│ │ │ └── 3.x
│ │ └── asm-xml
│ │ ├── 3.3.2
│ │ └── 3.x
│ ├── c3p0
│ │ └── c3p0
│ │ ├── 0.9.1.2
│ │ └── debian
│ ├── cglib
│ │ ├── cglib
│ │ │ ├── 2.2.2
│ │ │ └── debian
│ │ └── cglib-nodep
│ │ ├── 2.2.2
│ │ └── debian
│ ├── com
│ │ └── jcraft
│ │ ├── jsch
│ │ │ ├── 0.1.50
│ │ │ └── debian
│ │ └── jzlib
│ │ ├── 1.1.3
│ │ └── debian
│ ├── commons-codec
│ │ └── commons-codec
│ │ ├── 1.9
│ │ └── debian
│ ├── commons-logging
│ │ ├── commons-logging
│ │ │ ├── 1.1.3
│ │ │ └── debian
│ │ └── commons-logging-api
│ │ ├── 1.1.3
│ │ └── debian
│ ├── de
│ │ └── regnis
│ │ └── q
│ │ └── sequence
│ │ └── sequence-library
│ │ ├── 1.0.2
│ │ └── debian
│ ├── javax
│ │ ├── el
│ │ │ └── el-api
│ │ │ ├── 2.1
│ │ │ ├── 2.2
│ │ │ └── debian
│ │ ├── help
│ │ │ └── javahelp
│ │ │ ├── 2.0.05
│ │ │ └── debian
│ │ ├── inject
│ │ │ ├── javax.inject
│ │ │ │ ├── 1
│ │ │ │ └── debian
│ │ │ └── javax.inject-tck
│ │ │ ├── 1
│ │ │ └── debian
│ │ └── servlet
│ │ ├── jsp
│ │ │ └── jsp-api
│ │ │ ├── 2.1
│ │ │ ├── 2.2
│ │ │ └── debian
│ │ └── servlet-api
│ │ ├── 2.5
│ │ ├── 3.0
│ │ └── debian
│ ├── jline
│ │ └── jline
│ │ ├── 1.0
│ │ └── debian
│ ├── joda-time
│ │ └── joda-time
│ │ ├── 2.3
│ │ └── debian
│ ├── junit
│ │ └── junit
│ │ ├── 3.8.2
│ │ ├── 3.x
│ │ ├── 4.11
│ │ └── 4.x
│ ├── log4j
│ │ └── log4j
│ │ ├── 1.2.17
│ │ └── 1.2.x
│ ├── mysql
│ │ └── mysql-connector-java
│ │ ├── 5.1.28
│ │ └── debian
│ ├── net
│ │ └── java
│ │ └── dev
│ │ ├── javacc
│ │ │ └── javacc
│ │ │ ├── 5.0
│ │ │ └── debian
│ │ └── jna
│ │ └── jna
│ │ ├── 3.2.7
│ │ └── debian
│ ├── org
│ │ ├── antlr
│ │ │ ├── antlr
│ │ │ │ ├── 3.2
│ │ │ │ └── 3.x
│ │ │ ├── antlr-master
│ │ │ │ ├── 3.2
│ │ │ │ └── 3.x
│ │ │ ├── antlr-runtime
│ │ │ │ ├── 3.2
│ │ │ │ └── 3.x
│ │ │ └── stringtemplate
│ │ │ ├── 3.2.1
│ │ │ └── 3.x
│ │ ├── apache
│ │ │ ├── ant
│ │ │ │ ├── ant
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-antlr
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-apache-bcel
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-apache-bsf
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-apache-log4j
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-apache-oro
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-apache-regexp
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-apache-resolver
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-apache-xalan2
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-commons-logging
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-commons-net
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-javamail
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-jdepend
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-jmf
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-jsch
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-junit
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-junit4
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-launcher
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-parent
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ ├── ant-swing
│ │ │ │ │ ├── 1.9.3
│ │ │ │ │ └── debian
│ │ │ │ └── ant-testutil
│ │ │ │ ├── 1.9.3
│ │ │ │ └── debian
│ │ │ ├── apache
│ │ │ │ ├── 10
│ │ │ │ └── debian
│ │ │ ├── commons
│ │ │ │ ├── commons-jexl
│ │ │ │ │ ├── 2.1.1
│ │ │ │ │ └── debian
│ │ │ │ └── commons-parent
│ │ │ │ ├── 22
│ │ │ │ └── debian
│ │ │ ├── felix
│ │ │ │ ├── org.apache.felix.framework
│ │ │ │ │ ├── 4.0.1
│ │ │ │ │ └── debian
│ │ │ │ └── org.apache.felix.main
│ │ │ │ ├── 4.0.1
│ │ │ │ └── debian
│ │ │ ├── geronimo
│ │ │ │ └── specs
│ │ │ │ └── geronimo-jpa_2.0_spec
│ │ │ │ ├── 1.1
│ │ │ │ └── debian
│ │ │ └── tomcat
│ │ │ ├── tomcat-el-api
│ │ │ │ ├── 2.2
│ │ │ │ └── debian
│ │ │ ├── tomcat-jsp-api
│ │ │ │ ├── 2.2
│ │ │ │ └── debian
│ │ │ └── tomcat-servlet-api
│ │ │ ├── 3.0
│ │ │ └── debian
│ │ ├── aspectj
│ │ │ ├── aspectjrt
│ │ │ │ ├── 1.6.12
│ │ │ │ └── debian
│ │ │ ├── aspectjtools
│ │ │ │ ├── 1.6.12
│ │ │ │ └── debian
│ │ │ └── aspectjweaver
│ │ │ ├── 1.6.12
│ │ │ └── debian
│ │ ├── beanshell
│ │ │ └── bsh
│ │ │ ├── 2.0b4
│ │ │ └── debian
│ │ ├── clojure
│ │ │ ├── clojure
│ │ │ │ ├── 1.4.0
│ │ │ │ └── 1.4.x
│ │ │ └── java.jdbc
│ │ │ ├── 0.2.2
│ │ │ └── debian
│ │ ├── easymock
│ │ │ └── easymock
│ │ │ ├── 2.5.2
│ │ │ └── debian
│ │ ├── freemarker
│ │ │ └── freemarker
│ │ │ ├── 2.3.19
│ │ │ └── debian
│ │ ├── hamcrest
│ │ │ ├── hamcrest-all
│ │ │ │ ├── 1.3
│ │ │ │ └── debian
│ │ │ ├── hamcrest-core
│ │ │ │ ├── 1.3
│ │ │ │ └── debian
│ │ │ ├── hamcrest-generator
│ │ │ │ ├── 1.3
│ │ │ │ └── debian
│ │ │ ├── hamcrest-integration
│ │ │ │ ├── 1.3
│ │ │ │ └── debian
│ │ │ └── hamcrest-library
│ │ │ ├── 1.3
│ │ │ └── debian
│ │ ├── jruby
│ │ │ ├── extras
│ │ │ │ └── bytelist
│ │ │ │ ├── 1.0.6
│ │ │ │ └── debian
│ │ │ └── jcodings
│ │ │ └── jcodings
│ │ │ ├── 1.0.11
│ │ │ └── debian
│ │ ├── libreoffice
│ │ │ ├── juh
│ │ │ │ ├── 4.2.4
│ │ │ │ └── debian
│ │ │ ├── jurt
│ │ │ │ ├── 4.2.4
│ │ │ │ └── debian
│ │ │ ├── ridl
│ │ │ │ ├── 4.2.4
│ │ │ │ └── debian
│ │ │ └── unoil
│ │ │ ├── 4.2.4
│ │ │ └── debian
│ │ ├── mortbay
│ │ │ └── jetty
│ │ │ ├── jetty
│ │ │ │ ├── 6.1.26
│ │ │ │ └── 6.x
│ │ │ ├── jetty-sslengine
│ │ │ │ ├── 6.1.26
│ │ │ │ └── 6.x
│ │ │ ├── jetty-util
│ │ │ │ ├── 6.1.26
│ │ │ │ └── 6.x
│ │ │ ├── jetty-util5
│ │ │ │ ├── 6.1.26
│ │ │ │ └── 6.x
│ │ │ ├── project
│ │ │ │ ├── 6.1.26
│ │ │ │ └── 6.x
│ │ │ ├── start
│ │ │ │ ├── 6.1.26
│ │ │ │ └── 6.x
│ │ │ └── start-daemon
│ │ │ ├── 6.1.26
│ │ │ └── 6.x
│ │ ├── netbeans
│ │ │ ├── api
│ │ │ │ ├── org-openide-modules
│ │ │ │ │ ├── 7.0
│ │ │ │ │ └── debian
│ │ │ │ ├── org-openide-util
│ │ │ │ │ ├── 7.0
│ │ │ │ │ └── debian
│ │ │ │ └── org-openide-util-lookup
│ │ │ │ ├── 7.0
│ │ │ │ └── debian
│ │ │ ├── external
│ │ │ │ └── AbsoluteLayout
│ │ │ │ ├── 7.0
│ │ │ │ └── debian
│ │ │ └── simple-validation
│ │ │ ├── 0.9
│ │ │ └── debian
│ │ ├── osgi
│ │ │ ├── org.osgi.compendium
│ │ │ │ ├── 4.3.0
│ │ │ │ └── debian
│ │ │ ├── org.osgi.core
│ │ │ │ ├── 4.3.0
│ │ │ │ └── debian
│ │ │ └── org.osgi.foundation
│ │ │ ├── 4.2.0
│ │ │ └── debian
│ │ ├── slf4j
│ │ │ ├── jcl-over-slf4j
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── jul-to-slf4j
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── log4j-over-slf4j
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── slf4j-api
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── slf4j-jcl
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── slf4j-jdk14
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── slf4j-log4j12
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── slf4j-migrator
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── slf4j-nop
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ ├── slf4j-parent
│ │ │ │ ├── 1.7.5
│ │ │ │ └── debian
│ │ │ └── slf4j-simple
│ │ │ ├── 1.7.5
│ │ │ └── debian
│ │ ├── springframework
│ │ │ ├── spring-beans
│ │ │ │ ├── 3.0.6.RELEASE
│ │ │ │ └── 3.x
│ │ │ ├── spring-core
│ │ │ │ ├── 3.0.6.RELEASE
│ │ │ │ └── 3.x
│ │ │ ├── spring-jdbc
│ │ │ │ ├── 3.0.6.RELEASE
│ │ │ │ └── 3.x
│ │ │ ├── spring-parent
│ │ │ │ ├── 3.0.6.RELEASE
│ │ │ │ └── 3.x
│ │ │ └── spring-tx
│ │ │ ├── 3.0.6.RELEASE
│ │ │ └── 3.x
│ │ ├── swinglabs
│ │ │ └── swing-layout
│ │ │ ├── 1.0.4
│ │ │ └── debian
│ │ └── w3c
│ │ └── css
│ │ └── sac
│ │ ├── 1.3
│ │ └── debian
│ ├── oro
│ │ └── oro
│ │ ├── 2.0.8
│ │ └── debian
│ ├── postgresql
│ │ └── postgresql
│ │ ├── 9.2.jdbc3
│ │ ├── 9.2.jdbc4
│ │ └── debian
│ ├── xerces
│ │ ├── xercesImpl
│ │ │ ├── 2.11.0
│ │ │ └── debian
│ │ └── xmlParserAPIs
│ │ └── 2.6.2
│ ├── xml-apis
│ │ ├── xml-apis-1.4
│ │ │ ├── 1.4.01
│ │ │ └── debian
│ │ └── xml-apis-ext
│ │ ├── 1.4.01
│ │ └── debian
│ └── xml-resolver
│ └── xml-resolver
│ ├── 1.2
│ └── debian
├── mdm -> /media/Compartido/.Linux/usr/share/mdm
├── media-player-info
├── medit
│ ├── language-specs
│ ├── lua
│ │ └── _moo
│ ├── plugins
│ └── python
│ └── medit
├── menu
├── menulibre
│ └── ui
├── metacity
│ └── icons
├── midori
│ └── res
│ ├── adblock
│ ├── bookmarks
│ ├── flummi
│ ├── forms
│ ├── history
│ ├── nojs
│ ├── notes
│ └── tabby
├── mime
│ ├── all
│ ├── application
│ ├── audio
│ ├── image
│ ├── inode
│ ├── message
│ ├── model
│ ├── multipart
│ ├── packages
│ ├── text
│ ├── uri
│ ├── video
│ ├── x-content
│ └── x-epoc
├── mime-info
├── mimelnk
│ └── application
├── mint-configuration-xfce
│ ├── applications
│ ├── autostart
│ ├── Terminal
│ ├── Thunar
│ └── xfce4
│ ├── desktop
│ ├── panel
│ ├── xfconf
│ │ └── xfce-perchannel-xml
│ └── xfwm4
├── mintsources
│ ├── debian
│ ├── enigma-1306
│ ├── flurry
│ ├── nadia
│ ├── olivia
│ ├── petra
│ └── qiana
├── mintstick
├── mir
│ └── protocol
├── misc
│ └── magic -> ../file/magic
├── mlt
│ ├── avformat
│ ├── avsync
│ ├── core
│ ├── decklink
│ ├── dv
│ ├── effectv
│ ├── feeds
│ │ ├── NTSC
│ │ └── PAL
│ ├── frei0r
│ ├── gtk2
│ ├── jackrack
│ ├── kdenlive
│ ├── linsys
│ ├── lumas
│ │ ├── NTSC
│ │ └── PAL
│ ├── motion_est
│ ├── normalize
│ ├── oldfilm
│ ├── plus
│ ├── presets
│ │ ├── consumer
│ │ │ └── avformat
│ │ │ ├── atsc_1080i_50
│ │ │ ├── atsc_1080i_5994
│ │ │ ├── atsc_1080p_2398
│ │ │ ├── atsc_1080p_24
│ │ │ ├── atsc_1080p_25
│ │ │ ├── atsc_1080p_2997
│ │ │ ├── atsc_1080p_30
│ │ │ ├── atsc_1080p_50
│ │ │ ├── atsc_1080p_5994
│ │ │ ├── atsc_1080p_60
│ │ │ ├── atsc_720p_2398
│ │ │ ├── atsc_720p_50
│ │ │ ├── atsc_720p_5994
│ │ │ ├── atsc_720p_60
│ │ │ ├── dv_ntsc
│ │ │ ├── dv_ntsc_wide
│ │ │ ├── dv_pal
│ │ │ ├── dv_pal_wide
│ │ │ ├── hdv_1080_25p
│ │ │ ├── hdv_1080_30p
│ │ │ ├── hdv_1080_50i
│ │ │ ├── hdv_1080_60i
│ │ │ ├── hdv_720_25p
│ │ │ ├── hdv_720_30p
│ │ │ ├── hdv_720_50p
│ │ │ ├── hdv_720_60p
│ │ │ ├── lossless
│ │ │ └── stills
│ │ └── filter
│ │ ├── brightness
│ │ ├── movit.blur
│ │ └── volume
│ ├── profiles
│ ├── qimage
│ ├── resample
│ ├── rotoscoping
│ ├── sdl
│ ├── sox
│ ├── videostab
│ ├── vmfx
│ ├── vorbis
│ └── xml
├── mobile-broadband-provider-info
├── mono
├── mono-2.0
│ └── mono
│ └── cil
├── mousetweaks
├── mpd-sima
│ ├── lib
│ └── utils
├── mplayer
├── munin
│ └── plugins
├── museek
│ ├── museekd
│ └── museeq
│ ├── themes
│ │ ├── birdies
│ │ ├── bluebox
│ │ ├── default
│ │ ├── humanity
│ │ ├── itheme
│ │ ├── mikelabo-silk
│ │ ├── mikelabo-tri
│ │ ├── old
│ │ ├── raven
│ │ └── tango
│ └── translations
├── myspell
│ ├── dicts
│ └── infos
│ └── ooo
├── mysql
│ ├── charsets
│ ├── czech
│ ├── danish
│ ├── dutch
│ ├── english
│ ├── estonian
│ ├── french
│ ├── german
│ ├── greek
│ ├── hungarian
│ ├── italian
│ ├── japanese
│ ├── korean
│ ├── norwegian
│ ├── norwegian-ny
│ ├── polish
│ ├── portuguese
│ ├── romanian
│ ├── russian
│ ├── serbian
│ ├── slovak
│ ├── spanish
│ ├── swedish
│ └── ukrainian
├── mythes
├── namebar
│ └── themes
├── nano
├── nautilus
├── nautilus-dropbox
│ └── emblems
├── nemo
│ └── actions
├── netbeans
│ ├── 7.0.1
│ │ ├── apisupport -> ../apisupport3
│ │ ├── bin
│ │ ├── etc
│ │ ├── harness -> ../harness
│ │ ├── ide -> ../ide14
│ │ ├── java -> ../java5
│ │ ├── nb
│ │ │ ├── config
│ │ │ │ └── Modules
│ │ │ ├── core
│ │ │ │ └── locale
│ │ │ ├── docs
│ │ │ │ └── images
│ │ │ ├── modules
│ │ │ │ ├── ext
│ │ │ │ │ └── locale
│ │ │ │ └── locale
│ │ │ ├── update_tracking
│ │ │ └── var
│ │ └── platform -> ../platform13
│ ├── apisupport3
│ │ ├── ant
│ │ │ └── nblib
│ │ ├── config
│ │ │ └── Modules
│ │ ├── modules
│ │ └── update_tracking
│ ├── harness
│ │ ├── antlib
│ │ ├── config
│ │ │ └── Modules
│ │ ├── etc
│ │ ├── jnlp
│ │ ├── launchers
│ │ ├── modules
│ │ │ └── ext
│ │ └── update_tracking
│ ├── ide14
│ │ ├── bin
│ │ │ └── nativeexecution
│ │ ├── config
│ │ │ ├── ModuleAutoDeps
│ │ │ └── Modules
│ │ ├── docs
│ │ │ └── org
│ │ │ └── netbeans
│ │ │ └── modules
│ │ │ └── usersguide
│ │ ├── modules
│ │ │ ├── docs
│ │ │ └── ext
│ │ └── update_tracking
│ ├── java5
│ │ ├── ant
│ │ │ ├── bin -> ../../../ant/bin
│ │ │ ├── etc -> ../../../ant/etc
│ │ │ ├── extra
│ │ │ ├── lib -> ../../../ant/lib
│ │ │ └── nblib
│ │ ├── config
│ │ │ ├── ModuleAutoDeps
│ │ │ └── Modules
│ │ ├── docs
│ │ ├── modules
│ │ │ ├── docs
│ │ │ └── ext
│ │ ├── sources
│ │ │ └── org
│ │ │ └── netbeans
│ │ │ └── lib
│ │ │ └── awtextra
│ │ └── update_tracking
│ └── platform13
│ ├── config
│ │ ├── ModuleAutoDeps
│ │ └── Modules
│ ├── core
│ ├── lib
│ ├── modules
│ │ └── ext
│ └── update_tracking
├── netpbm
├── nm-applet
├── nsis
│ ├── Bin
│ ├── Contrib
│ │ ├── Graphics
│ │ │ ├── Checks
│ │ │ ├── Header
│ │ │ ├── Icons
│ │ │ └── Wizard
│ │ ├── Language files
│ │ ├── Modern UI
│ │ ├── Modern UI 2
│ │ │ └── Pages
│ │ └── UIs
│ ├── Include
│ │ └── Win
│ ├── Plugins
│ └── Stubs
├── numpy
├── nvidia-304
├── obconf
├── obmenu
├── omf
│ ├── apturl
│ ├── doc-base -> /var/lib/doc-base/omf
│ ├── gconf-editor
│ ├── gelide
│ ├── mdm
│ ├── openshot
│ └── synaptic
├── omf-langpack
│ ├── gparted
│ └── xchat-gnome
├── oneconf
│ └── data
│ └── images
├── ontology
│ ├── core
│ ├── dc
│ ├── kde
│ ├── nepomuk
│ ├── nie
│ └── pimo
├── opera
│ ├── custom
│ │ └── defaults
│ ├── defaults
│ ├── extra
│ ├── locale
│ │ ├── af
│ │ ├── ar
│ │ ├── az
│ │ ├── be
│ │ ├── bg
│ │ ├── bn
│ │ ├── cs
│ │ ├── da
│ │ ├── de
│ │ ├── el
│ │ ├── en
│ │ ├── en-GB
│ │ ├── es-ES
│ │ ├── es-LA
│ │ ├── et
│ │ ├── fa
│ │ ├── fi
│ │ ├── fr
│ │ ├── fr-CA
│ │ ├── fy
│ │ ├── gd
│ │ ├── he
│ │ ├── hi
│ │ ├── hr
│ │ ├── hu
│ │ ├── id
│ │ ├── it
│ │ ├── ja
│ │ ├── ka
│ │ ├── kk
│ │ ├── ko
│ │ ├── lt
│ │ ├── lv
│ │ ├── me
│ │ ├── mk
│ │ ├── ms
│ │ ├── nb
│ │ ├── nl
│ │ ├── nn
│ │ ├── pa
│ │ ├── pl
│ │ ├── pt
│ │ ├── pt-BR
│ │ ├── ro
│ │ ├── ru
│ │ ├── sk
│ │ ├── sr
│ │ ├── sv
│ │ ├── sw
│ │ ├── ta
│ │ ├── te
│ │ ├── th
│ │ ├── tl
│ │ ├── tr
│ │ ├── uk
│ │ ├── ur
│ │ ├── uz
│ │ ├── vi
│ │ ├── zh-cn
│ │ ├── zh-tw
│ │ └── zu
│ ├── region
│ │ ├── ar
│ │ ├── au
│ │ ├── cis
│ │ │ ├── en
│ │ │ └── ru
│ │ ├── cn
│ │ │ └── en
│ │ ├── eg
│ │ ├── gb
│ │ ├── hk
│ │ ├── id
│ │ ├── in
│ │ ├── ke
│ │ ├── kz
│ │ ├── latin_america
│ │ ├── middle_east
│ │ ├── mx
│ │ ├── my
│ │ ├── ng
│ │ ├── ph
│ │ ├── pk
│ │ ├── ru
│ │ ├── se
│ │ ├── tw
│ │ ├── ua
│ │ │ └── ru
│ │ ├── us
│ │ ├── vn
│ │ └── za
│ ├── skin
│ ├── styles
│ │ ├── images
│ │ └── user
│ └── ui
├── orage
│ ├── doc
│ │ └── C
│ │ └── images
│ └── sounds
├── oroborus
│ ├── schemes
│ └── themes
│ ├── agua
│ ├── beos
│ ├── bluecurve
│ ├── cruxish
│ ├── defold
│ ├── e017
│ ├── Elberg_Blue
│ ├── Elberg_Green
│ ├── Elberg_Red
│ ├── gorillaworm
│ ├── mkultra
│ ├── next
│ ├── oroborus
│ ├── pillage
│ ├── platinum
│ ├── QNX
│ ├── slimline
│ └── windows
├── os-prober
├── p11-kit
│ └── modules
├── package-data-downloads
├── PackageKit
│ └── helpers
│ ├── aptcc
│ └── test_spawn
├── pacman4console
│ └── Levels
├── pam
├── paman
├── pam-configs
├── paprefs
├── parole
│ ├── parole-plugins-0
│ └── pixmaps
├── pasystray
├── pavucontrol
├── pcmanfm
│ └── ui
├── perl
│ ├── 5.18 -> 5.18.2
│ └── 5.18.2
│ ├── App
│ │ └── Prove
│ │ └── State
│ │ └── Result
│ ├── Archive
│ │ └── Tar
│ ├── Attribute
│ ├── autodie
│ │ └── exception
│ ├── B
│ │ └── Lint
│ ├── Carp
│ ├── CGI
│ ├── Class
│ ├── Compress
│ ├── Config
│ │ └── Perl
│ ├── CPAN
│ │ ├── API
│ │ ├── Exception
│ │ ├── FTP
│ │ ├── HTTP
│ │ ├── Kwalify
│ │ ├── LWP
│ │ └── Meta
│ ├── CPANPLUS
│ │ ├── Backend
│ │ ├── Config
│ │ ├── Configure
│ │ ├── Dist
│ │ │ └── Build
│ │ ├── Internals
│ │ │ ├── Constants
│ │ │ ├── Source
│ │ │ │ └── SQLite
│ │ │ └── Utils
│ │ ├── Module
│ │ │ └── Author
│ │ └── Shell
│ │ └── Default
│ │ └── Plugins
│ ├── DBM_Filter
│ ├── Devel
│ ├── Digest
│ ├── Encode
│ ├── encoding
│ ├── Exporter
│ ├── ExtUtils
│ │ ├── CBuilder
│ │ │ └── Platform
│ │ │ └── Windows
│ │ ├── Command
│ │ ├── Constant
│ │ ├── Liblist
│ │ ├── MakeMaker
│ │ ├── ParseXS
│ │ └── Typemaps
│ ├── File
│ ├── Filter
│ ├── Getopt
│ ├── HTTP
│ ├── I18N
│ │ └── LangTags
│ ├── inc
│ │ └── latest
│ ├── IO
│ │ ├── Compress
│ │ │ ├── Adapter
│ │ │ ├── Base
│ │ │ ├── Gzip
│ │ │ ├── Zip
│ │ │ └── Zlib
│ │ └── Uncompress
│ │ └── Adapter
│ ├── IPC
│ ├── JSON
│ │ └── PP
│ ├── Locale
│ │ ├── Codes
│ │ └── Maketext
│ ├── Log
│ │ └── Message
│ ├── Math
│ │ ├── BigFloat
│ │ └── BigInt
│ ├── Memoize
│ ├── Module
│ │ ├── Build
│ │ │ └── Platform
│ │ ├── CoreList
│ │ ├── Load
│ │ └── Pluggable
│ ├── Net
│ │ └── FTP
│ ├── Object
│ ├── overload
│ ├── Package
│ ├── Params
│ ├── Parse
│ │ └── CPAN
│ ├── Perl
│ ├── PerlIO
│ │ └── via
│ ├── pod
│ ├── Pod
│ │ ├── Perldoc
│ │ ├── Simple
│ │ └── Text
│ ├── Search
│ ├── TAP
│ │ ├── Formatter
│ │ │ ├── Console
│ │ │ └── File
│ │ ├── Harness
│ │ └── Parser
│ │ ├── Iterator
│ │ ├── Result
│ │ ├── Scheduler
│ │ ├── SourceHandler
│ │ └── YAMLish
│ ├── Term
│ │ └── UI
│ ├── Test
│ │ └── Builder
│ │ └── Tester
│ ├── Text
│ ├── Thread
│ ├── Tie
│ ├── Time
│ ├── Unicode
│ │ └── Collate
│ │ ├── CJK
│ │ └── Locale
│ ├── unicore
│ │ ├── lib
│ │ │ ├── Age
│ │ │ ├── AHex
│ │ │ ├── Alpha
│ │ │ ├── Bc
│ │ │ ├── BidiC
│ │ │ ├── BidiM
│ │ │ ├── Blk
│ │ │ ├── Cased
│ │ │ ├── Ccc
│ │ │ ├── CE
│ │ │ ├── CI
│ │ │ ├── CompEx
│ │ │ ├── CWCF
│ │ │ ├── CWCM
│ │ │ ├── CWKCF
│ │ │ ├── CWL
│ │ │ ├── CWT
│ │ │ ├── CWU
│ │ │ ├── Dash
│ │ │ ├── Dep
│ │ │ ├── DI
│ │ │ ├── Dia
│ │ │ ├── Dt
│ │ │ ├── Ea
│ │ │ ├── Ext
│ │ │ ├── Gc
│ │ │ ├── GCB
│ │ │ ├── GrBase
│ │ │ ├── Hex
│ │ │ ├── Hst
│ │ │ ├── Hyphen
│ │ │ ├── IDC
│ │ │ ├── Ideo
│ │ │ ├── IDS
│ │ │ ├── IDSB
│ │ │ ├── IDST
│ │ │ ├── In
│ │ │ ├── Jg
│ │ │ ├── JoinC
│ │ │ ├── Jt
│ │ │ ├── Lb
│ │ │ ├── LOE
│ │ │ ├── Lower
│ │ │ ├── Math
│ │ │ ├── NChar
│ │ │ ├── NFCQC
│ │ │ ├── NFDQC
│ │ │ ├── NFKCQC
│ │ │ ├── NFKDQC
│ │ │ ├── Nt
│ │ │ ├── Nv
│ │ │ ├── PatSyn
│ │ │ ├── PatWS
│ │ │ ├── Perl
│ │ │ ├── QMark
│ │ │ ├── Radical
│ │ │ ├── SB
│ │ │ ├── Sc
│ │ │ ├── Scx
│ │ │ ├── SD
│ │ │ ├── STerm
│ │ │ ├── Term
│ │ │ ├── UIdeo
│ │ │ ├── Upper
│ │ │ ├── VS
│ │ │ ├── WB
│ │ │ ├── XIDC
│ │ │ └── XIDS
│ │ └── To
│ ├── User
│ ├── version
│ └── warnings
├── perl5
│ ├── Alien
│ │ ├── Package
│ │ └── SDL
│ ├── Archive
│ │ └── Zip
│ ├── Capture
│ ├── Carp
│ ├── Class
│ │ ├── Accessor
│ │ ├── Data
│ │ └── Inspector
│ ├── Config
│ │ └── General
│ ├── Convert
│ │ └── Color
│ ├── Crypt
│ ├── CSS
│ │ └── DOM
│ │ ├── Rule
│ │ └── Value
│ │ └── Primitive
│ ├── Data
│ │ └── Random
│ ├── Date
│ │ ├── Calc
│ │ ├── Calendar
│ │ └── Language
│ ├── Debconf
│ │ ├── Client
│ │ ├── DbDriver
│ │ ├── Element
│ │ │ ├── Dialog
│ │ │ ├── Editor
│ │ │ ├── Gnome
│ │ │ ├── Kde
│ │ │ ├── Noninteractive
│ │ │ ├── Teletype
│ │ │ └── Web
│ │ ├── Format
│ │ ├── FrontEnd
│ │ │ └── Kde
│ │ └── Template
│ ├── Debian
│ │ ├── DebConf
│ │ │ └── Client
│ │ ├── Debhelper
│ │ │ ├── Buildsystem
│ │ │ └── Sequence
│ │ ├── DocBase
│ │ │ └── Programs
│ │ └── Javahelper
│ ├── Devel
│ ├── Digest
│ ├── Dizzy
│ │ ├── Rotators
│ │ ├── RotatorSwitcher
│ │ ├── Textures
│ │ └── TextureSwitcher
│ ├── Dpkg
│ │ ├── Changelog
│ │ │ └── Entry
│ │ ├── Compression
│ │ ├── Control
│ │ ├── Interface
│ │ ├── Shlibs
│ │ ├── Source
│ │ │ └── Package
│ │ │ └── V3
│ │ └── Vendor
│ ├── Email
│ ├── Encode
│ ├── Error
│ ├── File
│ │ └── Copy
│ ├── Git
│ ├── HTML
│ │ ├── Element
│ │ └── Tree
│ ├── HTTP
│ │ ├── Cookies
│ │ ├── Headers
│ │ ├── Request
│ │ └── Server
│ │ └── Simple
│ │ └── CGI
│ ├── IO
│ │ └── Socket
│ │ └── SSL
│ ├── IPC
│ │ └── Run
│ ├── JSON
│ │ └── backportPP
│ ├── Lintian
│ │ ├── Collect
│ │ ├── Command
│ │ ├── DepMap
│ │ ├── Internal
│ │ ├── Lab
│ │ ├── Output
│ │ ├── Processable
│ │ ├── Relation
│ │ ├── Reporting
│ │ └── Tag
│ ├── List
│ ├── Log
│ │ └── Message
│ ├── LWP
│ │ ├── Authen
│ │ └── Protocol
│ ├── Mail
│ │ ├── Field
│ │ └── Mailer
│ ├── Module
│ │ └── Pluggable
│ ├── Net
│ │ ├── Domain
│ │ ├── Dropbox
│ │ ├── HTTP
│ │ ├── OAuth
│ │ │ ├── SignatureMethod
│ │ │ └── V1_0A
│ │ └── SMTP
│ ├── Parse
│ │ └── DebianChangelog
│ ├── Path
│ │ └── Class
│ ├── Pod
│ ├── Proc
│ ├── Shutter
│ │ ├── App
│ │ │ └── Optional
│ │ ├── Draw
│ │ ├── Geometry
│ │ ├── Pixbuf
│ │ ├── Screenshot
│ │ └── Upload
│ ├── Sort
│ ├── Term
│ │ └── UI
│ ├── Text
│ ├── Tie
│ │ └── Simple
│ ├── Time
│ ├── URI
│ │ ├── file
│ │ └── urn
│ ├── WWW
│ │ ├── Mechanize
│ │ └── RobotRules
│ ├── X11
│ │ └── Protocol
│ │ ├── Connection
│ │ └── Ext
│ ├── XML
│ │ ├── SAX
│ │ │ └── PurePerl
│ │ │ └── Reader
│ │ ├── Simple
│ │ └── Twig
│ └── YAML
├── phonon
│ └── buildsystem
├── phonon4qt5
│ └── buildsystem
├── php
├── php5
│ ├── common
│ ├── mysql
│ └── sapi
├── picard-tools
├── picons
│ └── users
│ ├── am
│ │ └── i
│ │ └── kinzler
│ ├── ar
│ │ └── com
│ │ └── canopus
│ │ └── oraculo
│ ├── at
│ │ ├── ac
│ │ │ ├── tuwien
│ │ │ │ └── vmars
│ │ │ │ └── guenther
│ │ │ ├── uni-linz
│ │ │ │ └── ifs
│ │ │ │ └── tom
│ │ │ └── wu-wien
│ │ │ ├── alkier
│ │ │ ├── neumann
│ │ │ └── nusser
│ │ └── forfree
│ │ └── evert
│ ├── au
│ │ ├── com
│ │ │ ├── internode
│ │ │ │ └── nickm
│ │ │ └── sysadmin
│ │ │ └── dwagon
│ │ ├── csiro
│ │ │ ├── cat
│ │ │ │ ├── jmr
│ │ │ │ ├── nil
│ │ │ │ └── sch383
│ │ │ ├── dit
│ │ │ │ ├── george
│ │ │ │ ├── hales
│ │ │ │ ├── hans
│ │ │ │ ├── hughf
│ │ │ │ ├── idm
│ │ │ │ ├── john
│ │ │ │ ├── kent
│ │ │ │ ├── parker
│ │ │ │ ├── sue-andy
│ │ │ │ ├── susan
│ │ │ │ └── worsley
│ │ │ └── dms
│ │ │ ├── chrisp
│ │ │ ├── christam
│ │ │ ├── marka
│ │ │ └── ronb
│ │ ├── edu
│ │ │ ├── adelaide
│ │ │ │ └── cs
│ │ │ │ ├── a0woods
│ │ │ │ ├── dcricher
│ │ │ │ └── dgstott
│ │ │ ├── anu
│ │ │ │ ├── bmb
│ │ │ │ ├── cs
│ │ │ │ │ ├── hughf
│ │ │ │ │ └── mwz
│ │ │ │ ├── hugh.fisher
│ │ │ │ ├── jaa101
│ │ │ │ ├── james.ashton
│ │ │ │ ├── jdb
│ │ │ │ ├── mbl
│ │ │ │ └── u4110464
│ │ │ ├── dstc
│ │ │ │ └── ggm
│ │ │ ├── gu
│ │ │ │ ├── aicons
│ │ │ │ ├── anthony
│ │ │ │ ├── mailbox
│ │ │ │ │ └── j.braine
│ │ │ │ └── tadams
│ │ │ ├── monash
│ │ │ │ ├── kath
│ │ │ │ ├── keith
│ │ │ │ ├── keithl
│ │ │ │ └── pgn
│ │ │ ├── rmit
│ │ │ │ └── cs
│ │ │ │ └── winikoff
│ │ │ ├── unsw
│ │ │ │ └── cse
│ │ │ │ ├── anht
│ │ │ │ └── djay
│ │ │ ├── uow
│ │ │ │ ├── cc
│ │ │ │ │ ├── david
│ │ │ │ │ ├── pdg
│ │ │ │ │ └── steve
│ │ │ │ └── cs
│ │ │ │ └── david
│ │ │ ├── uq
│ │ │ │ ├── cc
│ │ │ │ │ ├── ggm
│ │ │ │ │ └── miw
│ │ │ │ ├── cheque
│ │ │ │ │ └── gupta
│ │ │ │ ├── citr
│ │ │ │ │ └── tomc
│ │ │ │ ├── cs
│ │ │ │ │ ├── adrian
│ │ │ │ │ ├── brad
│ │ │ │ │ ├── derek
│ │ │ │ │ ├── greg
│ │ │ │ │ ├── pdb
│ │ │ │ │ ├── pete
│ │ │ │ │ ├── pommie
│ │ │ │ │ └── steven
│ │ │ │ ├── elec
│ │ │ │ │ ├── craig
│ │ │ │ │ ├── greg
│ │ │ │ │ └── ricks
│ │ │ │ └── psy
│ │ │ │ └── mav
│ │ │ ├── usyd
│ │ │ │ └── tallen
│ │ │ └── uts
│ │ │ └── socs
│ │ │ └── csap
│ │ ├── net
│ │ │ ├── taz
│ │ │ │ └── listar
│ │ │ └── uq
│ │ │ └── gecko
│ │ ├── org
│ │ │ └── apana
│ │ │ └── smilie
│ │ └── oz
│ │ ├── 6d6
│ │ │ └── timl
│ │ ├── aaii
│ │ │ ├── anthony
│ │ │ ├── dwagon
│ │ │ ├── gil
│ │ │ ├── lucas
│ │ │ ├── paolo
│ │ │ ├── rosita
│ │ │ └── winikoff
│ │ ├── acus
│ │ │ ├── amanda
│ │ │ ├── ksand
│ │ │ ├── michaelr
│ │ │ └── sunny
│ │ ├── adfa
│ │ │ ├── cc
│ │ │ │ └── bud
│ │ │ ├── cjsv
│ │ │ └── cs
│ │ │ ├── jennie
│ │ │ └── lpb
│ │ ├── apple
│ │ │ └── ksand
│ │ ├── aragorn
│ │ │ └── robert
│ │ ├── atlantek
│ │ │ └── wes
│ │ ├── austek
│ │ │ └── kwood
│ │ ├── bby
│ │ │ └── melba
│ │ │ └── gnb
│ │ ├── bcae
│ │ │ ├── peter
│ │ │ └── riven
│ │ ├── bhpese
│ │ │ ├── brad
│ │ │ ├── colin
│ │ │ ├── jcc
│ │ │ └── sm
│ │ ├── bhpmrl
│ │ │ └── merlin
│ │ │ ├── dacelo
│ │ │ ├── ianh
│ │ │ └── robinb
│ │ ├── bluesky
│ │ │ ├── christo
│ │ │ └── mark
│ │ ├── cats
│ │ │ └── devel
│ │ │ ├── dave
│ │ │ └── mcf
│ │ ├── charlie
│ │ │ ├── ccw
│ │ │ └── craig
│ │ ├── cpg
│ │ │ └── bohra
│ │ │ └── mike
│ │ ├── cut
│ │ │ └── mc
│ │ │ ├── craig
│ │ │ └── koc
│ │ ├── cx
│ │ │ ├── ben
│ │ │ ├── burn
│ │ │ ├── chris
│ │ │ ├── richard
│ │ │ └── ruser
│ │ ├── ddiae
│ │ │ └── barrym
│ │ ├── deakin
│ │ │ ├── cc
│ │ │ │ ├── ccw
│ │ │ │ └── craig
│ │ │ └── cm
│ │ │ └── robert
│ │ ├── dmt
│ │ │ ├── dhj
│ │ │ ├── mjj
│ │ │ └── pic
│ │ ├── dsto
│ │ │ └── rsiggs
│ │ ├── erl
│ │ │ └── crw
│ │ ├── fang
│ │ │ └── rsiggs
│ │ ├── flinders
│ │ │ └── trevor
│ │ ├── fujitsu
│ │ │ ├── andrew
│ │ │ ├── bruce
│ │ │ ├── chris
│ │ │ ├── craig
│ │ │ ├── steve
│ │ │ └── tim
│ │ ├── gbrmpa
│ │ │ └── andrew
│ │ ├── gldsyd
│ │ │ ├── mbroadbe
│ │ │ ├── nbroadbe
│ │ │ └── pbrown
│ │ ├── gmb
│ │ │ └── mark
│ │ ├── griffin
│ │ │ └── greg
│ │ ├── gu
│ │ │ └── itc
│ │ │ └── greg
│ │ ├── honeywell
│ │ │ ├── davidl
│ │ │ ├── george
│ │ │ ├── gregk
│ │ │ └── tim
│ │ ├── hosta
│ │ │ └── chris
│ │ ├── hp
│ │ │ └── aso
│ │ │ ├── adt
│ │ │ ├── alanb
│ │ │ ├── brian
│ │ │ ├── michael
│ │ │ ├── pausla
│ │ │ ├── phil
│ │ │ ├── sjf
│ │ │ ├── stuart
│ │ │ └── tim
│ │ ├── iclmlb
│ │ │ ├── ian
│ │ │ └── jimh
│ │ ├── intrcept
│ │ │ ├── deb
│ │ │ └── gregk
│ │ ├── ips
│ │ │ ├── craigb
│ │ │ └── kingsley
│ │ ├── labtam
│ │ │ ├── dave
│ │ │ ├── davidp
│ │ │ ├── games-request
│ │ │ ├── geoff
│ │ │ ├── geoffj
│ │ │ ├── jfc
│ │ │ ├── john
│ │ │ ├── michael
│ │ │ ├── mjt
│ │ │ ├── russell
│ │ │ ├── scott
│ │ │ ├── sp
│ │ │ ├── stephen
│ │ │ ├── steve
│ │ │ └── timr
│ │ ├── latcs1
│ │ │ ├── hedley
│ │ │ └── pears
│ │ ├── lhrl
│ │ │ └── atom
│ │ │ └── jc
│ │ ├── mega
│ │ │ └── megadata
│ │ │ └── andrew
│ │ ├── mhs
│ │ │ ├── bob
│ │ │ ├── elaine
│ │ │ ├── judy
│ │ │ ├── piers
│ │ │ └── richard
│ │ ├── mq
│ │ │ └── mqcomp
│ │ │ ├── bob
│ │ │ └── peter
│ │ ├── mtia
│ │ │ └── stephen
│ │ ├── mu
│ │ │ ├── ahl
│ │ │ ├── ajm
│ │ │ ├── davids
│ │ │ ├── glf
│ │ │ ├── johnd
│ │ │ ├── kre
│ │ │ ├── matt
│ │ │ ├── mwp
│ │ │ ├── pal
│ │ │ ├── pcp
│ │ │ ├── pru
│ │ │ ├── tsl
│ │ │ ├── winikoff
│ │ │ └── zs
│ │ ├── necisa
│ │ │ └── ho
│ │ │ └── boyd
│ │ ├── nswit
│ │ │ ├── colin
│ │ │ ├── keane
│ │ │ ├── progsoc
│ │ │ ├── quoll
│ │ │ ├── sbug
│ │ │ └── tony
│ │ ├── nu
│ │ │ └── numm
│ │ │ └── alan
│ │ ├── olivetti
│ │ │ └── ces
│ │ ├── olympic
│ │ │ └── enno
│ │ ├── otca
│ │ │ ├── beadle
│ │ │ ├── bidar
│ │ │ ├── glr
│ │ │ ├── gregw
│ │ │ ├── malcolmp
│ │ │ ├── msh
│ │ │ ├── natasha
│ │ │ └── ronb
│ │ ├── pta
│ │ │ └── pat
│ │ ├── ptabris
│ │ │ └── stuart
│ │ ├── pyramid
│ │ │ └── pyrsyd
│ │ │ └── pat
│ │ ├── qfagus
│ │ │ └── kas
│ │ ├── qfdts
│ │ │ └── phil
│ │ ├── qhtours
│ │ │ └── teti
│ │ │ ├── frank
│ │ │ └── jack
│ │ ├── rmit
│ │ │ ├── dsb
│ │ │ ├── rcodi
│ │ │ ├── rxxgap
│ │ │ └── steve
│ │ ├── sait
│ │ │ └── david
│ │ ├── sigma
│ │ │ └── gregs
│ │ ├── spengat
│ │ │ ├── darrell
│ │ │ └── tom
│ │ ├── stc
│ │ │ ├── dave
│ │ │ ├── geoff
│ │ │ └── mikb
│ │ ├── su
│ │ │ ├── cs
│ │ │ │ ├── alans
│ │ │ │ ├── alexb
│ │ │ │ ├── alison
│ │ │ │ ├── allan
│ │ │ │ ├── anand
│ │ │ │ ├── andre
│ │ │ │ ├── andrewt
│ │ │ │ ├── anne
│ │ │ │ ├── backup
│ │ │ │ ├── bob
│ │ │ │ ├── boyd
│ │ │ │ ├── bruce
│ │ │ │ ├── brucee
│ │ │ │ ├── caret
│ │ │ │ ├── chrisc
│ │ │ │ ├── diary
│ │ │ │ ├── doan
│ │ │ │ ├── don
│ │ │ │ ├── finkie
│ │ │ │ ├── frankng
│ │ │ │ ├── george
│ │ │ │ ├── gregb
│ │ │ │ ├── gregm
│ │ │ │ ├── gregr
│ │ │ │ ├── ian
│ │ │ │ ├── jaa
│ │ │ │ ├── janb
│ │ │ │ ├── jason
│ │ │ │ ├── jb
│ │ │ │ ├── jeannette
│ │ │ │ ├── jeff
│ │ │ │ ├── jennie
│ │ │ │ ├── johnz
│ │ │ │ ├── josef
│ │ │ │ ├── joyce
│ │ │ │ ├── judy
│ │ │ │ ├── kamal
│ │ │ │ ├── ken
│ │ │ │ ├── les
│ │ │ │ ├── lim
│ │ │ │ ├── lurene
│ │ │ │ ├── margaret
│ │ │ │ ├── markb
│ │ │ │ ├── markg
│ │ │ │ ├── mikea
│ │ │ │ ├── miken
│ │ │ │ ├── msgs
│ │ │ │ ├── nial
│ │ │ │ ├── noel
│ │ │ │ ├── norman
│ │ │ │ ├── oscar
│ │ │ │ ├── paulinec
│ │ │ │ ├── paylett
│ │ │ │ ├── peter
│ │ │ │ ├── piers
│ │ │ │ ├── qt
│ │ │ │ ├── quinlan
│ │ │ │ ├── ray
│ │ │ │ ├── remo
│ │ │ │ ├── rex
│ │ │ │ ├── roy
│ │ │ │ ├── rustica
│ │ │ │ ├── shand
│ │ │ │ ├── stuart
│ │ │ │ ├── sue
│ │ │ │ ├── tal
│ │ │ │ └── yar
│ │ │ ├── john
│ │ │ ├── physiol
│ │ │ │ └── daved
│ │ │ └── ucc
│ │ │ ├── burn
│ │ │ ├── davidp
│ │ │ ├── johnr
│ │ │ ├── miku
│ │ │ ├── rossc
│ │ │ └── terrys
│ │ ├── sw
│ │ │ ├── adjg
│ │ │ ├── andrewb
│ │ │ ├── caret
│ │ │ ├── chris
│ │ │ ├── courses
│ │ │ ├── dhog
│ │ │ ├── dixie
│ │ │ ├── elaine
│ │ │ ├── eliz
│ │ │ ├── erb
│ │ │ ├── frank
│ │ │ ├── fred
│ │ │ ├── gary
│ │ │ ├── gay
│ │ │ ├── greg
│ │ │ ├── greg1
│ │ │ ├── jaya
│ │ │ ├── jeremy
│ │ │ ├── jim
│ │ │ ├── juanita
│ │ │ ├── keating
│ │ │ ├── lucyc
│ │ │ ├── mackin
│ │ │ ├── max
│ │ │ ├── michaelr
│ │ │ ├── mike
│ │ │ ├── miku
│ │ │ ├── mvs
│ │ │ ├── noel
│ │ │ ├── paddy
│ │ │ ├── peterc
│ │ │ ├── phil
│ │ │ ├── richard
│ │ │ ├── schedule
│ │ │ ├── stephenf
│ │ │ ├── stevej
│ │ │ ├── swine
│ │ │ ├── thos
│ │ │ ├── tomc
│ │ │ └── tony
│ │ ├── technix
│ │ │ └── ahl
│ │ ├── tndsyd
│ │ │ └── berny
│ │ ├── towers
│ │ │ ├── fred
│ │ │ └── geoff
│ │ ├── tpl
│ │ │ ├── charlieb
│ │ │ ├── graemee
│ │ │ ├── robd
│ │ │ └── terry
│ │ ├── trl
│ │ │ ├── moran
│ │ │ └── tyers
│ │ ├── tusc
│ │ │ ├── john
│ │ │ └── steve
│ │ ├── ua
│ │ │ ├── cfarmer
│ │ │ ├── cleave
│ │ │ ├── jeremy
│ │ │ └── simon
│ │ ├── umpx
│ │ │ ├── graham
│ │ │ └── mark
│ │ ├── une
│ │ │ ├── awesley
│ │ │ ├── gordon
│ │ │ ├── mike
│ │ │ └── rchubb
│ │ ├── unsw
│ │ │ ├── alans
│ │ │ ├── geoffo
│ │ │ ├── jimmy
│ │ │ ├── kev
│ │ │ ├── mackin
│ │ │ ├── neilb
│ │ │ ├── paul
│ │ │ ├── s1024604
│ │ │ └── skea
│ │ ├── utas
│ │ │ └── bruce
│ │ ├── uts
│ │ │ └── cs
│ │ │ └── keane
│ │ ├── uwa
│ │ │ ├── glenn
│ │ │ └── landers
│ │ ├── wcc
│ │ │ └── john
│ │ ├── wsa
│ │ │ └── john
│ │ └── yarra
│ │ ├── chris
│ │ ├── pat
│ │ └── rag
│ ├── be
│ │ ├── ac
│ │ │ ├── kuleuven
│ │ │ │ └── dirk.wilms
│ │ │ └── uia
│ │ │ └── wins
│ │ │ └── debra
│ │ ├── agoranet
│ │ │ └── fel
│ │ └── uhasselt
│ │ └── takis.issaris
│ ├── br
│ │ └── com
│ │ └── yahoo
│ │ └── marco.calistri
│ ├── ca
│ │ ├── ab
│ │ │ └── systematicsw
│ │ │ └── brian.inglis
│ │ ├── bc
│ │ │ └── wimsey
│ │ │ └── dan
│ │ ├── clug
│ │ │ └── jclement
│ │ ├── direct
│ │ │ └── mbarnes
│ │ ├── mcgill
│ │ │ ├── austen-l
│ │ │ └── owner-austen-l
│ │ ├── on
│ │ │ └── sos
│ │ │ └── garym
│ │ ├── queensu
│ │ │ └── qucis
│ │ │ ├── arv
│ │ │ └── mehta
│ │ ├── ualberta
│ │ │ ├── mtucker
│ │ │ └── safewalk
│ │ ├── ubc
│ │ │ └── cs
│ │ │ └── bedmonds
│ │ ├── umontreal
│ │ │ └── iro
│ │ │ └── belangjp
│ │ ├── uottawa
│ │ │ ├── genie
│ │ │ │ └── dominic
│ │ │ └── panda1
│ │ │ └── richens
│ │ ├── usherb
│ │ │ └── residence
│ │ │ └── magicfab
│ │ ├── utoronto
│ │ │ ├── chass
│ │ │ │ └── danhall
│ │ │ ├── ckumarad
│ │ │ └── jcr
│ │ ├── uvic
│ │ │ └── jklymak
│ │ ├── uwaterloo
│ │ │ ├── anicolao
│ │ │ ├── awpaeth
│ │ │ ├── bhickey
│ │ │ ├── bmacinty
│ │ │ ├── cjwein
│ │ │ ├── ejdzik
│ │ │ ├── fjhenigm
│ │ │ ├── gawheckm
│ │ │ ├── glabahn
│ │ │ ├── gveres
│ │ │ ├── iebell
│ │ │ ├── jcbeatty
│ │ │ ├── jwtlai
│ │ │ ├── kcwellsc
│ │ │ ├── megauthi
│ │ │ ├── mimperat
│ │ │ ├── msreckov
│ │ │ ├── nmouawad
│ │ │ ├── oblanc
│ │ │ ├── pbgmayo
│ │ │ ├── pfong
│ │ │ ├── r2mahara
│ │ │ ├── rastroob
│ │ │ ├── rbutterw
│ │ │ ├── rfpfeifl
│ │ │ ├── slloop
│ │ │ ├── trtyhurs
│ │ │ └── ttpng
│ │ ├── uwo
│ │ │ ├── ghosema
│ │ │ └── lwahl
│ │ ├── videotron
│ │ │ └── gagnon_s
│ │ └── yorku
│ │ ├── ryanm
│ │ └── ryan_mcronald
│ ├── ch
│ │ ├── epfl
│ │ │ ├── ctwm
│ │ │ ├── lecom
│ │ │ └── musolino
│ │ ├── gmx
│ │ │ └── sontheimer
│ │ ├── idiap
│ │ │ └── tmb
│ │ ├── lugs
│ │ │ └── norbert.kuemin
│ │ ├── unige
│ │ │ └── cui
│ │ │ └── bertrand
│ │ └── unil
│ │ └── whardake
│ ├── com
│ │ ├── abattoir
│ │ │ └── ruhue
│ │ ├── adnc
│ │ │ └── rsears
│ │ ├── adobe
│ │ │ └── thoellri
│ │ ├── agunn
│ │ │ └── herself
│ │ ├── alcatel
│ │ │ └── aur
│ │ │ └── klassa
│ │ ├── alfalfa
│ │ │ └── nazgul
│ │ ├── amazon
│ │ │ └── jeffb
│ │ ├── aol
│ │ │ └── elizabethdance
│ │ ├── apple
│ │ │ ├── acw
│ │ │ ├── dchen
│ │ │ ├── debra
│ │ │ ├── dwb
│ │ │ ├── eryk
│ │ │ ├── eugene
│ │ │ ├── fair
│ │ │ ├── geoff
│ │ │ ├── jackie
│ │ │ ├── jamesb
│ │ │ ├── jk
│ │ │ ├── kimc
│ │ │ ├── potrebic
│ │ │ ├── rick
│ │ │ ├── sek
│ │ │ └── vlb
│ │ ├── arraycomm
│ │ │ └── demarest
│ │ ├── att
│ │ │ ├── avn
│ │ │ ├── awn
│ │ │ ├── bill
│ │ │ ├── blaine
│ │ │ ├── condry
│ │ │ ├── crume
│ │ │ ├── dww
│ │ │ ├── eww
│ │ │ ├── gill
│ │ │ ├── harris
│ │ │ ├── htyuen
│ │ │ ├── janne
│ │ │ ├── jpf
│ │ │ ├── jxm
│ │ │ ├── ky
│ │ │ ├── lbl
│ │ │ ├── low
│ │ │ ├── mdash
│ │ │ ├── meq
│ │ │ ├── mpf
│ │ │ ├── mxs
│ │ │ ├── ps
│ │ │ ├── research
│ │ │ │ ├── aap
│ │ │ │ ├── abraham
│ │ │ │ ├── adrian
│ │ │ │ ├── aek
│ │ │ │ ├── agf
│ │ │ │ ├── alb
│ │ │ │ ├── amo
│ │ │ │ ├── andrew
│ │ │ │ ├── andrew2
│ │ │ │ ├── ark
│ │ │ │ ├── arun
│ │ │ │ ├── ava
│ │ │ │ ├── aviva
│ │ │ │ ├── awa
│ │ │ │ ├── bart
│ │ │ │ ├── bbc
│ │ │ │ ├── beate
│ │ │ │ ├── bem
│ │ │ │ ├── ber
│ │ │ │ ├── bgs
│ │ │ │ ├── blewett
│ │ │ │ ├── bs
│ │ │ │ ├── bsb
│ │ │ │ ├── bwk
│ │ │ │ ├── cacm
│ │ │ │ ├── carter
│ │ │ │ ├── chris
│ │ │ │ ├── clf
│ │ │ │ ├── crr
│ │ │ │ ├── cvw
│ │ │ │ ├── daryl
│ │ │ │ ├── dave
│ │ │ │ ├── davef
│ │ │ │ ├── dbm
│ │ │ │ ├── dds
│ │ │ │ ├── debra
│ │ │ │ ├── dmg
│ │ │ │ ├── dmh
│ │ │ │ ├── dmr
│ │ │ │ ├── don
│ │ │ │ ├── doug
│ │ │ │ ├── doug2
│ │ │ │ ├── douglis
│ │ │ │ ├── dsj
│ │ │ │ ├── ehg
│ │ │ │ ├── ejs
│ │ │ │ ├── eowyn
│ │ │ │ ├── flandren
│ │ │ │ ├── frodo
│ │ │ │ ├── ftg
│ │ │ │ ├── george
│ │ │ │ ├── gerard
│ │ │ │ ├── ggs
│ │ │ │ ├── gnelson
│ │ │ │ ├── hania
│ │ │ │ ├── haw
│ │ │ │ ├── hdc
│ │ │ │ ├── honey
│ │ │ │ ├── hsb
│ │ │ │ ├── ianj
│ │ │ │ ├── ivan
│ │ │ │ ├── jbp
│ │ │ │ ├── jdg
│ │ │ │ ├── jdj
│ │ │ │ ├── jean
│ │ │ │ ├── jhc
│ │ │ │ ├── jim
│ │ │ │ ├── jj
│ │ │ │ ├── jlb
│ │ │ │ ├── jmc
│ │ │ │ ├── jmk
│ │ │ │ ├── john
│ │ │ │ ├── jpl
│ │ │ │ ├── jpo
│ │ │ │ ├── judy
│ │ │ │ ├── jwg
│ │ │ │ ├── kahrs
│ │ │ │ ├── kam
│ │ │ │ ├── kay
│ │ │ │ ├── kdg
│ │ │ │ ├── ken
│ │ │ │ ├── ktg
│ │ │ │ ├── kwc
│ │ │ │ ├── lacy
│ │ │ │ ├── lauren
│ │ │ │ ├── lav
│ │ │ │ ├── lck
│ │ │ │ ├── lem
│ │ │ │ ├── lesk
│ │ │ │ ├── lil
│ │ │ │ ├── llc
│ │ │ │ ├── luca
│ │ │ │ ├── lucky
│ │ │ │ ├── mad
│ │ │ │ ├── mark
│ │ │ │ ├── mb
│ │ │ │ ├── met
│ │ │ │ ├── mihalis
│ │ │ │ ├── mischu
│ │ │ │ ├── mitch
│ │ │ │ ├── mjs
│ │ │ │ ├── moh
│ │ │ │ ├── mrg
│ │ │ │ ├── msm
│ │ │ │ ├── munro
│ │ │ │ ├── mvs
│ │ │ │ ├── myl
│ │ │ │ ├── nls
│ │ │ │ ├── norman
│ │ │ │ ├── ojb
│ │ │ │ ├── pat
│ │ │ │ ├── pdm
│ │ │ │ ├── pew
│ │ │ │ ├── pjw
│ │ │ │ ├── presotto
│ │ │ │ ├── psl
│ │ │ │ ├── pwf
│ │ │ │ ├── rab
│ │ │ │ ├── rae
│ │ │ │ ├── ravi
│ │ │ │ ├── reeds
│ │ │ │ ├── ret
│ │ │ │ ├── rfc
│ │ │ │ ├── rhm
│ │ │ │ ├── rick
│ │ │ │ ├── rje
│ │ │ │ ├── rlg
│ │ │ │ ├── rob
│ │ │ │ ├── ross
│ │ │ │ ├── rtm
│ │ │ │ ├── sally
│ │ │ │ ├── scd
│ │ │ │ ├── schaffer
│ │ │ │ ├── sif
│ │ │ │ ├── sjf
│ │ │ │ ├── smb
│ │ │ │ ├── spm
│ │ │ │ ├── srm
│ │ │ │ ├── sue
│ │ │ │ ├── tac
│ │ │ │ ├── td
│ │ │ │ ├── theo
│ │ │ │ ├── tjiang
│ │ │ │ ├── tom
│ │ │ │ ├── vav
│ │ │ │ ├── vjm
│ │ │ │ ├── wing
│ │ │ │ ├── wmc
│ │ │ │ ├── wtm
│ │ │ │ └── zee
│ │ │ ├── rjbu
│ │ │ ├── rjl
│ │ │ ├── rjn
│ │ │ ├── rrg
│ │ │ ├── rsc
│ │ │ ├── sar
│ │ │ ├── shap
│ │ │ ├── sjb
│ │ │ ├── sks
│ │ │ ├── snm
│ │ │ ├── tamar
│ │ │ ├── twb
│ │ │ ├── vicki
│ │ │ └── wll
│ │ ├── aventail
│ │ │ └── wmperry
│ │ ├── awe
│ │ │ └── mark
│ │ ├── axis
│ │ │ └── pkj
│ │ ├── aztech
│ │ │ └── steve
│ │ ├── bachue
│ │ │ └── bachue
│ │ ├── bbn
│ │ │ └── dleroy
│ │ ├── bell-labs
│ │ │ └── bwk
│ │ ├── best
│ │ │ ├── pilot-unix-errors
│ │ │ ├── psheerin
│ │ │ ├── rgm
│ │ │ └── thvv
│ │ ├── bielefeld
│ │ │ └── media-eng
│ │ │ └── hartmut_holzgraefe
│ │ ├── bigfoot
│ │ │ ├── kevin.dell
│ │ │ └── stephanie.dell
│ │ ├── bix
│ │ │ ├── jvanwater
│ │ │ └── roedy
│ │ ├── bluebottle
│ │ │ └── nanako3
│ │ ├── bluesine
│ │ │ └── jclement
│ │ ├── bmc
│ │ │ └── don_young
│ │ ├── boost-consulting
│ │ │ └── dave
│ │ ├── boostpro
│ │ │ └── dave
│ │ ├── bsdi
│ │ │ └── sanders
│ │ ├── btgroup
│ │ │ └── bancroft
│ │ ├── burningchrome
│ │ │ └── cdent
│ │ ├── cascorp
│ │ │ └── slarsen
│ │ ├── ccc
│ │ │ └── clemc
│ │ ├── ccsi
│ │ │ └── donyoung
│ │ ├── cd
│ │ │ └── barayaki
│ │ │ └── richardm
│ │ ├── charcoal
│ │ │ └── karl
│ │ ├── cirrus
│ │ │ └── mitch
│ │ ├── coelacanth
│ │ │ └── nick
│ │ ├── compass
│ │ │ └── pat
│ │ ├── compuserve
│ │ │ ├── baaden
│ │ │ └── wolfrider
│ │ ├── convex
│ │ │ └── tchrist
│ │ ├── cordelta
│ │ │ └── david.barr
│ │ ├── cpd
│ │ │ └── security-request
│ │ ├── cray
│ │ │ └── moody
│ │ ├── cruzio
│ │ │ └── jthomas
│ │ ├── csgi
│ │ │ └── santa
│ │ ├── ctasvcs
│ │ │ ├── jerryn
│ │ │ └── nancy.nettik
│ │ ├── cwi
│ │ │ └── barry
│ │ ├── cygnus
│ │ │ └── ambar
│ │ ├── darwinsys
│ │ │ └── ian
│ │ ├── ddddf
│ │ │ └── amir
│ │ ├── dec
│ │ │ ├── crl
│ │ │ │ └── montalvo
│ │ │ ├── prl
│ │ │ │ ├── accueil
│ │ │ │ ├── barraqua
│ │ │ │ ├── basley
│ │ │ │ ├── bereski
│ │ │ │ ├── bertin
│ │ │ │ ├── bourdonc
│ │ │ │ ├── boyd
│ │ │ │ ├── bussiere
│ │ │ │ ├── doc-server
│ │ │ │ ├── gallier
│ │ │ │ ├── gangnet
│ │ │ │ ├── gouraud
│ │ │ │ ├── hassan
│ │ │ │ ├── herve
│ │ │ │ ├── hickman
│ │ │ │ ├── jmvt
│ │ │ │ ├── jv
│ │ │ │ ├── karchen
│ │ │ │ ├── karsenty
│ │ │ │ ├── milsted
│ │ │ │ ├── patat
│ │ │ │ ├── patrick
│ │ │ │ ├── podelski
│ │ │ │ ├── printz
│ │ │ │ ├── prusker
│ │ │ │ ├── pudet
│ │ │ │ ├── rochet
│ │ │ │ ├── roncin
│ │ │ │ ├── semain
│ │ │ │ ├── shand
│ │ │ │ ├── skea
│ │ │ │ ├── skubi
│ │ │ │ ├── suarez
│ │ │ │ ├── touati
│ │ │ │ ├── vistnes
│ │ │ │ └── weikart
│ │ │ └── wrl
│ │ │ ├── aps
│ │ │ ├── desirazu
│ │ │ ├── hack
│ │ │ ├── hsu
│ │ │ ├── jensen
│ │ │ ├── kent
│ │ │ ├── kimball
│ │ │ ├── larry
│ │ │ ├── luong
│ │ │ ├── mark
│ │ │ ├── mogul
│ │ │ ├── price
│ │ │ ├── romero
│ │ │ └── vixie
│ │ ├── devlinux
│ │ │ └── stig
│ │ ├── digital-arts
│ │ │ └── viking
│ │ ├── disney
│ │ │ └── mickey
│ │ │ └── weights-request
│ │ ├── dowcarter
│ │ │ ├── david
│ │ │ ├── ed
│ │ │ ├── gill
│ │ │ ├── helen
│ │ │ ├── jez
│ │ │ ├── jmd
│ │ │ ├── marie
│ │ │ ├── michael
│ │ │ ├── nygren
│ │ │ └── rupert
│ │ ├── eai
│ │ │ └── ed
│ │ ├── economy-x-talk
│ │ │ └── m.schonewille
│ │ ├── eden
│ │ │ └── bem
│ │ ├── eds
│ │ │ └── ug
│ │ │ ├── belsky
│ │ │ ├── krueger
│ │ │ ├── parker
│ │ │ ├── shevs
│ │ │ ├── stevens
│ │ │ └── wright
│ │ ├── egbok
│ │ │ └── hbo
│ │ ├── electricmemo
│ │ │ ├── markl
│ │ │ └── saml
│ │ ├── emcsw
│ │ │ └── edguy
│ │ ├── enteract
│ │ │ └── marek
│ │ ├── epsilon
│ │ │ └── bdamore
│ │ ├── erols
│ │ │ └── weismer
│ │ ├── fairlight
│ │ │ └── caret
│ │ ├── farcast
│ │ │ └── dst
│ │ ├── fareast
│ │ │ └── enzo
│ │ ├── fish
│ │ │ └── satan
│ │ ├── ford
│ │ │ ├── chad
│ │ │ └── tharring
│ │ ├── frame
│ │ │ └── pzc
│ │ ├── froup
│ │ │ └── screwtape
│ │ ├── fv
│ │ │ └── nsb
│ │ ├── gdma
│ │ │ └── gary
│ │ ├── ge
│ │ │ └── crd
│ │ │ ├── kennykb
│ │ │ └── sierra
│ │ │ └── montnaro
│ │ ├── geocities
│ │ │ ├── anomalous
│ │ │ ├── p6008
│ │ │ ├── rguerra
│ │ │ └── taxform
│ │ ├── ghost
│ │ │ └── jschrec
│ │ ├── glasgownet
│ │ │ └── lodge
│ │ │ ├── bagpuss
│ │ │ └── kyle
│ │ ├── gmail
│ │ │ ├── abreauj
│ │ │ ├── andredsp
│ │ │ ├── barrbrain
│ │ │ ├── cameron.e.wood
│ │ │ ├── core5fedora
│ │ │ ├── davvid
│ │ │ ├── d.paleino
│ │ │ ├── eadmund42
│ │ │ ├── haircut
│ │ │ ├── hmdmhdfmhdjmzdtjmzdtzktdkztdjz
│ │ │ ├── ivan.zenkov
│ │ │ ├── ivy.foster
│ │ │ ├── meuserj
│ │ │ ├── snnn119
│ │ │ └── wtwjgc
│ │ ├── gonzo
│ │ │ └── ces
│ │ ├── google
│ │ │ └── davidbarr
│ │ ├── guillermoamaral
│ │ │ ├── gamaral
│ │ │ └── me
│ │ ├── hackvan
│ │ │ └── stig
│ │ ├── halcyon
│ │ │ └── sanford
│ │ ├── harris
│ │ │ ├── corp
│ │ │ │ └── tlg
│ │ │ └── ess
│ │ │ └── jmayson
│ │ ├── healthpromotionjournal
│ │ │ └── michael.odonnell
│ │ ├── hehe
│ │ │ └── jokesmith
│ │ ├── holdenweb
│ │ │ └── steve
│ │ ├── home
│ │ │ └── preston
│ │ ├── hotmail
│ │ │ ├── berlin63
│ │ │ ├── jcifer
│ │ │ ├── kopparapus
│ │ │ ├── ksrao5
│ │ │ ├── nirfri
│ │ │ ├── nmaiti
│ │ │ └── tecywiz121
│ │ ├── hp
│ │ │ └── hpl
│ │ │ └── peterm
│ │ ├── ibm
│ │ │ └── austin
│ │ │ └── marquard
│ │ ├── icemark
│ │ │ └── chris
│ │ ├── ifpna
│ │ │ └── ddegruyl
│ │ ├── iix
│ │ │ ├── coonesti
│ │ │ ├── hubbelth
│ │ │ ├── sellsro
│ │ │ └── sewardka
│ │ ├── iname
│ │ │ └── frj
│ │ ├── infobeat
│ │ │ └── dhaley
│ │ ├── informix
│ │ │ └── amanda
│ │ ├── ingber
│ │ │ └── ingber
│ │ ├── innocent
│ │ │ └── nice.beaver
│ │ ├── intel
│ │ │ ├── acs
│ │ │ ├── adams
│ │ │ ├── andyc
│ │ │ ├── anil
│ │ │ ├── ann
│ │ │ ├── anthony
│ │ │ ├── bahrtdan
│ │ │ ├── batie
│ │ │ ├── bedmark
│ │ │ ├── ben
│ │ │ ├── brian
│ │ │ ├── cameron
│ │ │ ├── chedley
│ │ │ ├── cw
│ │ │ ├── davidl
│ │ │ ├── dgr
│ │ │ ├── fenger
│ │ │ ├── fndo
│ │ │ ├── gilad
│ │ │ ├── griff
│ │ │ ├── jdh
│ │ │ ├── jlitvin
│ │ │ ├── lesane
│ │ │ ├── linda
│ │ │ ├── martin
│ │ │ ├── narendar
│ │ │ ├── nate
│ │ │ ├── nbs
│ │ │ ├── pate
│ │ │ ├── pats
│ │ │ ├── paul
│ │ │ ├── petern
│ │ │ ├── reh
│ │ │ ├── ritchie
│ │ │ ├── rkl
│ │ │ ├── rowe
│ │ │ ├── rpartha
│ │ │ ├── seckin
│ │ │ ├── shanon
│ │ │ ├── sjg
│ │ │ ├── smithrd
│ │ │ ├── sudji
│ │ │ ├── taymoor
│ │ │ ├── tim
│ │ │ ├── tw
│ │ │ ├── vrs
│ │ │ ├── wilde
│ │ │ └── wmc
│ │ ├── intellinet
│ │ │ └── dav
│ │ ├── interaccess
│ │ │ └── levinthal
│ │ ├── interverse
│ │ │ └── simona
│ │ ├── io
│ │ │ └── eighner
│ │ ├── ivc
│ │ │ ├── klassa
│ │ │ └── miner
│ │ ├── joimail
│ │ │ └── fridaystory
│ │ ├── kahealani
│ │ │ ├── angela
│ │ │ └── angela_kahealani
│ │ ├── kodak
│ │ │ └── kau1
│ │ │ └── davidp
│ │ ├── legato
│ │ │ └── cohrs
│ │ ├── lonewolf
│ │ │ └── dvk
│ │ ├── loral
│ │ │ └── globalstar
│ │ │ └── rgm
│ │ ├── lycos
│ │ │ └── commander_keen0
│ │ ├── magi
│ │ │ └── jello
│ │ ├── mail
│ │ │ └── lars_huttar
│ │ ├── mail-archive
│ │ │ └── archive
│ │ ├── mailzone
│ │ │ └── nanako3
│ │ ├── matrox
│ │ │ └── julian.dunn
│ │ ├── mentorg
│ │ │ └── wv
│ │ │ └── hender
│ │ ├── merl
│ │ │ └── kooper
│ │ ├── microsoft
│ │ │ ├── billg
│ │ │ └── steveballmer
│ │ ├── mil3
│ │ │ └── gcamp
│ │ ├── mindspring
│ │ │ └── bentemko
│ │ ├── mips
│ │ │ ├── mash
│ │ │ └── rex
│ │ ├── miranova
│ │ │ └── steve
│ │ ├── misty
│ │ │ └── cygnus
│ │ ├── mobliz
│ │ │ └── andreas.heckwolf
│ │ ├── morgan
│ │ │ └── fid
│ │ │ └── davel
│ │ ├── mot
│ │ │ └── cdx
│ │ │ ├── davidb
│ │ │ ├── delute
│ │ │ ├── jmacleod
│ │ │ ├── johnc
│ │ │ ├── krys
│ │ │ ├── ljuno
│ │ │ ├── paris
│ │ │ ├── pete
│ │ │ ├── stephang
│ │ │ └── ttaylor
│ │ ├── msn
│ │ │ ├── soteric2
│ │ │ └── thorup
│ │ ├── mtolive
│ │ │ └── medined
│ │ ├── myzoe
│ │ │ └── rgrob
│ │ ├── n99
│ │ │ └── lee
│ │ ├── natinst
│ │ │ └── falcon
│ │ │ └── dean
│ │ ├── needmachine
│ │ │ └── klown
│ │ ├── netaxs
│ │ │ └── edoig
│ │ ├── netcom
│ │ │ ├── bbrace
│ │ │ ├── boutell
│ │ │ ├── jef
│ │ │ ├── jsteele
│ │ │ ├── phb
│ │ │ └── rmenke
│ │ ├── netheaven
│ │ │ └── schnibco
│ │ ├── newhouse
│ │ │ └── bccaputo
│ │ ├── newt
│ │ │ └── wohler
│ │ ├── next
│ │ │ └── kresten_thorup
│ │ ├── nmti
│ │ │ └── peter
│ │ ├── nortelnetworks
│ │ │ └── ronyoung
│ │ ├── ntakpe
│ │ │ └── ntakpe
│ │ ├── nynexst
│ │ │ └── march
│ │ ├── oracle
│ │ │ ├── dr.volker.zell
│ │ │ └── us
│ │ │ └── mwarren
│ │ ├── oresoft
│ │ │ └── bob
│ │ ├── panix
│ │ │ ├── neslon
│ │ │ └── phs
│ │ ├── park-avenue
│ │ │ └── schnibco
│ │ ├── pcnet
│ │ │ └── stenor
│ │ ├── philips
│ │ │ └── philabs
│ │ │ └── sud
│ │ ├── pinch
│ │ │ └── pinch
│ │ ├── pipeline
│ │ │ └── gandalf
│ │ ├── pncbank
│ │ │ └── jay.tortona
│ │ ├── pobox
│ │ │ ├── bhyde
│ │ │ ├── gedau
│ │ │ ├── gitster
│ │ │ ├── jeff.covey
│ │ │ ├── jthilo
│ │ │ ├── pudge
│ │ │ └── r.j.corfield
│ │ ├── poulson
│ │ │ └── jrp
│ │ ├── primenet
│ │ │ ├── blunote
│ │ │ └── markb
│ │ ├── ptc
│ │ │ └── anatoli
│ │ ├── pwj
│ │ │ └── cofrec
│ │ ├── qns
│ │ │ └── brian
│ │ ├── rain
│ │ │ ├── batie
│ │ │ ├── neighorn
│ │ │ └── scn
│ │ │ └── qiclab
│ │ │ └── neighorn
│ │ ├── rapidcity
│ │ │ └── djski
│ │ ├── rcn
│ │ │ └── david.abrahams
│ │ ├── reed
│ │ │ └── dpreed
│ │ ├── resrocket
│ │ │ └── halvx2
│ │ ├── rga
│ │ │ └── oktay
│ │ ├── rubberducky
│ │ │ └── asolovay
│ │ ├── sap
│ │ │ └── torsten.leidig
│ │ ├── sequent
│ │ │ ├── aviator
│ │ │ └── bbrown
│ │ ├── sgi
│ │ │ ├── engr
│ │ │ │ └── keves
│ │ │ └── rmartin
│ │ ├── sgvwater
│ │ │ └── ssilva
│ │ ├── sirius
│ │ │ └── airborne
│ │ ├── sosi
│ │ │ └── compass
│ │ │ └── pat
│ │ ├── spath
│ │ │ └── nospamjim
│ │ ├── sprint
│ │ │ └── gb
│ │ │ └── quakereurope
│ │ │ └── stuart.ewen
│ │ ├── stepx
│ │ │ └── msontheimer
│ │ ├── sterling
│ │ │ └── alan_edmonds
│ │ ├── sun
│ │ │ ├── aus
│ │ │ │ ├── andrew
│ │ │ │ ├── bob
│ │ │ │ ├── colinb
│ │ │ │ ├── dennis
│ │ │ │ ├── eddie
│ │ │ │ ├── geo
│ │ │ │ ├── gjl
│ │ │ │ ├── gjs
│ │ │ │ ├── greg
│ │ │ │ ├── johnn
│ │ │ │ ├── mike
│ │ │ │ ├── noel
│ │ │ │ ├── pauline
│ │ │ │ ├── paulr
│ │ │ │ ├── rex
│ │ │ │ ├── richb
│ │ │ │ ├── roger
│ │ │ │ ├── simon
│ │ │ │ ├── sue
│ │ │ │ └── yo
│ │ │ ├── corp
│ │ │ │ └── rohit
│ │ │ ├── east
│ │ │ │ └── rkeene
│ │ │ ├── eng
│ │ │ │ ├── allan
│ │ │ │ ├── bcallaghan
│ │ │ │ ├── bigmo%laidbak
│ │ │ │ ├── blyon
│ │ │ │ ├── bmartinson
│ │ │ │ ├── brent.welch
│ │ │ │ ├── carlmeyer
│ │ │ │ ├── chessin
│ │ │ │ ├── christian.callsen
│ │ │ │ ├── clara
│ │ │ │ ├── cmcmanis
│ │ │ │ ├── cramer
│ │ │ │ ├── ctierney
│ │ │ │ ├── daver
│ │ │ │ ├── dpy
│ │ │ │ ├── drach
│ │ │ │ ├── dshr
│ │ │ │ ├── elamb
│ │ │ │ ├── epg
│ │ │ │ ├── gilligan
│ │ │ │ ├── gingell
│ │ │ │ ├── glenn
│ │ │ │ ├── glo
│ │ │ │ ├── hkchu
│ │ │ │ ├── hvr
│ │ │ │ ├── jback
│ │ │ │ ├── jkepecs
│ │ │ │ ├── jlhong
│ │ │ │ ├── jre
│ │ │ │ ├── jwh
│ │ │ │ ├── kas
│ │ │ │ ├── klimbal
│ │ │ │ ├── landauer
│ │ │ │ ├── lemke
│ │ │ │ ├── livesey
│ │ │ │ ├── marks
│ │ │ │ ├── martyi
│ │ │ │ ├── megatest
│ │ │ │ ├── mjk
│ │ │ │ ├── mlitster
│ │ │ │ ├── mojo
│ │ │ │ ├── muchnick
│ │ │ │ ├── navab
│ │ │ │ ├── nn
│ │ │ │ ├── npg
│ │ │ │ ├── owen
│ │ │ │ ├── path
│ │ │ │ ├── patl
│ │ │ │ ├── pete
│ │ │ │ ├── peter
│ │ │ │ ├── psaeli
│ │ │ │ ├── ps%laidbak
│ │ │ │ ├── rheli
│ │ │ │ ├── rifrig
│ │ │ │ ├── robrien
│ │ │ │ ├── rprobst
│ │ │ │ ├── sahnger
│ │ │ │ ├── scout
│ │ │ │ ├── sena
│ │ │ │ ├── sgw
│ │ │ │ ├── shannon
│ │ │ │ ├── shirriff
│ │ │ │ ├── smenter
│ │ │ │ ├── smessino
│ │ │ │ ├── srk
│ │ │ │ ├── stevea%laidbak
│ │ │ │ ├── steved
│ │ │ │ ├── stoltz
│ │ │ │ ├── sxn
│ │ │ │ ├── tadd
│ │ │ │ ├── tien
│ │ │ │ ├── tomk
│ │ │ │ ├── vipin
│ │ │ │ ├── wgifford
│ │ │ │ ├── wtalmont
│ │ │ │ ├── yoonkim
│ │ │ │ └── zittin
│ │ │ ├── mark.warren
│ │ │ ├── neighorn
│ │ │ ├── patl
│ │ │ ├── rb-archive-server
│ │ │ └── rich.burridge
│ │ ├── sunflower
│ │ │ └── timnevels
│ │ ├── sunquest
│ │ │ └── steve
│ │ ├── swissbank
│ │ │ └── vili
│ │ │ └── ben
│ │ ├── tao-group
│ │ │ └── dg
│ │ ├── tek
│ │ │ ├── errolc
│ │ │ ├── janee
│ │ │ ├── jay
│ │ │ ├── johnt
│ │ │ ├── kathyv
│ │ │ ├── ken
│ │ │ ├── michaele
│ │ │ ├── peterm
│ │ │ ├── richl
│ │ │ ├── russ
│ │ │ └── traveller-request
│ │ ├── teleport
│ │ │ ├── timlauer
│ │ │ └── txchange
│ │ ├── thams
│ │ │ └── thams
│ │ ├── thepentagon
│ │ │ └── wilms
│ │ ├── thewild
│ │ │ ├── klsmith
│ │ │ ├── swood
│ │ │ └── webster
│ │ ├── thiemeworks
│ │ │ └── rthieme
│ │ ├── think
│ │ │ └── sue
│ │ ├── thyrsus
│ │ │ └── esr
│ │ ├── ti
│ │ │ ├── india
│ │ │ │ └── ganeshs
│ │ │ └── tide
│ │ │ └── ntakpe
│ │ ├── tmn
│ │ │ └── cbury
│ │ ├── trading
│ │ │ └── pschmidt
│ │ ├── tssi
│ │ │ └── nolan
│ │ ├── ubuntu
│ │ │ └── kjcole
│ │ ├── unisys
│ │ │ └── cdn
│ │ │ └── wendell.mackenzie
│ │ ├── ups
│ │ │ └── roadnet
│ │ │ └── pmj
│ │ ├── vertex
│ │ │ └── robmoore
│ │ ├── voyagerco
│ │ │ └── laurie_anderson
│ │ ├── vresp
│ │ │ └── mail
│ │ │ └── concentrate_media_ann_arbor
│ │ ├── wavefront
│ │ │ ├── matthew_baron
│ │ │ └── mbaron
│ │ ├── well
│ │ │ └── hlr
│ │ ├── whiteice
│ │ │ └── jowazzoo
│ │ ├── withnall
│ │ │ └── kevin
│ │ ├── wolfram
│ │ │ └── s.wolfram
│ │ ├── world
│ │ │ └── bobleigh
│ │ ├── x42
│ │ │ └── magnus_bodin
│ │ ├── xerox
│ │ │ └── parc
│ │ │ └── nichols
│ │ ├── xmission
│ │ │ └── jamie
│ │ ├── xnet
│ │ │ └── dav
│ │ ├── yahoo
│ │ │ ├── jay
│ │ │ ├── misssstiff
│ │ │ ├── mmaug
│ │ │ └── remmaw13
│ │ ├── yahoogroups
│ │ │ ├── odinusers
│ │ │ ├── steiner
│ │ │ └── vshnu
│ │ ├── youpy
│ │ │ └── yuta
│ │ └── z-code
│ │ └── schwa
│ ├── cz
│ │ └── upol
│ │ └── olecom
│ ├── de
│ │ ├── bigfoot
│ │ │ └── baaden
│ │ ├── delta-ii
│ │ │ └── n.koch
│ │ ├── denx
│ │ │ └── dzu
│ │ ├── detemobil
│ │ │ └── fessel
│ │ ├── esperanto
│ │ │ └── paul.ebermann
│ │ ├── fhg
│ │ │ └── igd
│ │ │ ├── dohrmann
│ │ │ └── wkresse
│ │ ├── fz-juelich
│ │ │ ├── ipv-team
│ │ │ └── t.bronger
│ │ ├── gmx
│ │ │ └── paul-ebermann
│ │ ├── messalina
│ │ │ └── alfred-k.mucha
│ │ ├── mpg
│ │ │ ├── mpe-garching
│ │ │ │ └── ach
│ │ │ └── mpifr-bonn
│ │ │ ├── souva
│ │ │ └── u502sou
│ │ ├── muc
│ │ │ └── michael
│ │ ├── noris
│ │ │ └── heiner
│ │ ├── ping
│ │ │ ├── oskar
│ │ │ └── sven
│ │ ├── quantum
│ │ │ └── fessel
│ │ ├── rhein
│ │ │ └── oink
│ │ │ └── is
│ │ ├── rwth-aachen
│ │ │ ├── baumeist
│ │ │ └── physik
│ │ │ └── bronger
│ │ ├── smplinux
│ │ │ ├── baaden
│ │ │ └── marc
│ │ ├── sni
│ │ │ └── mch
│ │ │ └── martin.kraemer
│ │ ├── tum
│ │ │ ├── fs
│ │ │ │ └── phobos
│ │ │ │ └── simon.richter
│ │ │ └── richtesi
│ │ ├── tu-muenchen
│ │ │ ├── arg
│ │ │ ├── balder
│ │ │ ├── bonk
│ │ │ ├── borghoff
│ │ │ ├── brr
│ │ │ ├── bunke
│ │ │ ├── eberlw
│ │ │ ├── fachschaften
│ │ │ │ └── phobos
│ │ │ │ └── simon.richter
│ │ │ ├── gemkow
│ │ │ ├── huberw
│ │ │ ├── huettlr
│ │ │ ├── knott
│ │ │ ├── kozlowsk
│ │ │ ├── liebla
│ │ │ ├── neumann
│ │ │ ├── pak
│ │ │ ├── pflaum
│ │ │ ├── redfern
│ │ │ ├── richtesi
│ │ │ ├── riethmay
│ │ │ ├── roeschke
│ │ │ ├── ros
│ │ │ ├── schlicht
│ │ │ ├── schneidm
│ │ │ ├── stumpf
│ │ │ ├── teege
│ │ │ ├── veit
│ │ │ ├── vojik
│ │ │ ├── wagnermi
│ │ │ ├── zenger
│ │ │ └── zimmer
│ │ ├── uni-bielefeld
│ │ │ ├── bfox
│ │ │ ├── chet
│ │ │ ├── dietmar.heinrichs
│ │ │ ├── eric
│ │ │ ├── harald.picard
│ │ │ ├── hugh
│ │ │ ├── hyc
│ │ │ ├── lars.koeller
│ │ │ ├── mason
│ │ │ ├── mtr
│ │ │ ├── roland
│ │ │ ├── rsalz
│ │ │ └── sef
│ │ ├── uni-bonn
│ │ │ └── astro
│ │ │ └── souva
│ │ ├── uni-hannover
│ │ │ └── schermei
│ │ ├── uni-heidelberg
│ │ │ └── max.neunhoeffer
│ │ ├── uni-muenchen
│ │ │ ├── cbaur
│ │ │ ├── hofer
│ │ │ ├── liebl
│ │ │ ├── mueck
│ │ │ ├── ottl
│ │ │ ├── prawiro
│ │ │ └── stabl
│ │ ├── uni-sb
│ │ │ ├── bdvbsk
│ │ │ ├── ch16hcmz
│ │ │ └── stkra
│ │ ├── uni-stuttgart
│ │ │ └── mathematik
│ │ │ └── leithoml
│ │ ├── web
│ │ │ └── canel-bothe
│ │ ├── zaengerlein
│ │ │ └── goeran
│ │ └── zew
│ │ └── robo
│ ├── dk
│ │ ├── aau
│ │ │ └── daimi
│ │ │ └── kresten
│ │ ├── auc
│ │ │ ├── aub
│ │ │ │ ├── herring
│ │ │ │ └── moonboot
│ │ │ ├── control
│ │ │ │ └── jakob
│ │ │ ├── cpk
│ │ │ │ └── bai
│ │ │ ├── iesd
│ │ │ │ ├── aaen
│ │ │ │ ├── aakmann
│ │ │ │ ├── aan
│ │ │ │ ├── abraham
│ │ │ │ ├── abu
│ │ │ │ ├── ag
│ │ │ │ ├── agf
│ │ │ │ ├── ajes
│ │ │ │ ├── akh
│ │ │ │ ├── ali
│ │ │ │ ├── alma
│ │ │ │ ├── amanda
│ │ │ │ ├── anders
│ │ │ │ ├── andersen
│ │ │ │ ├── andre
│ │ │ │ ├── anghe1
│ │ │ │ ├── annai
│ │ │ │ ├── apolo
│ │ │ │ ├── arent
│ │ │ │ ├── arleth
│ │ │ │ ├── arnie
│ │ │ │ ├── artemis
│ │ │ │ ├── ase
│ │ │ │ ├── ask
│ │ │ │ ├── asmus
│ │ │ │ ├── assnah
│ │ │ │ ├── astrid
│ │ │ │ ├── atd
│ │ │ │ ├── aziz
│ │ │ │ ├── b0rjeson
│ │ │ │ ├── baal
│ │ │ │ ├── bagi
│ │ │ │ ├── bai
│ │ │ │ ├── bak
│ │ │ │ ├── bang
│ │ │ │ ├── bangsx
│ │ │ │ ├── bangsy
│ │ │ │ ├── bateman
│ │ │ │ ├── batman
│ │ │ │ ├── bbk
│ │ │ │ ├── bech
│ │ │ │ ├── behrmann
│ │ │ │ ├── bermann
│ │ │ │ ├── betty
│ │ │ │ ├── biilmann
│ │ │ │ ├── billra
│ │ │ │ ├── birthe
│ │ │ │ ├── bisg
│ │ │ │ ├── bisgaard
│ │ │ │ ├── bjarne
│ │ │ │ ├── bjens
│ │ │ │ ├── bkirk
│ │ │ │ ├── blixa
│ │ │ │ ├── bljensen
│ │ │ │ ├── bn
│ │ │ │ ├── bnielsen
│ │ │ │ ├── boe
│ │ │ │ ├── boehlen
│ │ │ │ ├── boel
│ │ │ │ ├── bom
│ │ │ │ ├── borup
│ │ │ │ ├── bossen
│ │ │ │ ├── bp
│ │ │ │ ├── br
│ │ │ │ ├── braa
│ │ │ │ ├── brahe
│ │ │ │ ├── brander
│ │ │ │ ├── brandt
│ │ │ │ ├── brian
│ │ │ │ ├── briee
│ │ │ │ ├── broe
│ │ │ │ ├── brun
│ │ │ │ ├── brunsborg
│ │ │ │ ├── bryde
│ │ │ │ ├── buch
│ │ │ │ ├── busch
│ │ │ │ ├── cairo
│ │ │ │ ├── calle
│ │ │ │ ├── canders
│ │ │ │ ├── car
│ │ │ │ ├── carnie
│ │ │ │ ├── caroe
│ │ │ │ ├── carsten
│ │ │ │ ├── casper
│ │ │ │ ├── cbp
│ │ │ │ ├── cheng
│ │ │ │ ├── chilli
│ │ │ │ ├── chris
│ │ │ │ ├── cineman
│ │ │ │ ├── cjepsen
│ │ │ │ ├── claus
│ │ │ │ ├── coacho
│ │ │ │ ├── cowes
│ │ │ │ ├── crash
│ │ │ │ ├── csj
│ │ │ │ ├── cthom
│ │ │ │ ├── cuong
│ │ │ │ ├── dall
│ │ │ │ ├── dalsten
│ │ │ │ ├── dalum
│ │ │ │ ├── damborg
│ │ │ │ ├── damse
│ │ │ │ ├── dannyboy
│ │ │ │ ├── daovt
│ │ │ │ ├── dapp
│ │ │ │ ├── dave
│ │ │ │ ├── davidsen
│ │ │ │ ├── degn
│ │ │ │ ├── derek
│ │ │ │ ├── dethlef
│ │ │ │ ├── dg
│ │ │ │ ├── ditlev
│ │ │ │ ├── dittmer
│ │ │ │ ├── dominic
│ │ │ │ ├── don
│ │ │ │ ├── donald
│ │ │ │ ├── doom
│ │ │ │ ├── dorf
│ │ │ │ ├── dorte
│ │ │ │ ├── dresling
│ │ │ │ ├── druuna
│ │ │ │ ├── dubois
│ │ │ │ ├── due
│ │ │ │ ├── dunadain
│ │ │ │ ├── dux
│ │ │ │ ├── eagle
│ │ │ │ ├── eej
│ │ │ │ ├── efa
│ │ │ │ ├── egede
│ │ │ │ ├── eje
│ │ │ │ ├── ejersbo
│ │ │ │ ├── ejnar
│ │ │ │ ├── elwood
│ │ │ │ ├── emil
│ │ │ │ ├── eoe
│ │ │ │ ├── erasmus
│ │ │ │ ├── erik
│ │ │ │ ├── erikj
│ │ │ │ ├── esben
│ │ │ │ ├── eslava
│ │ │ │ ├── evs
│ │ │ │ ├── fabrin
│ │ │ │ ├── fajstrup
│ │ │ │ ├── fegge
│ │ │ │ ├── felblade
│ │ │ │ ├── fie
│ │ │ │ ├── finne
│ │ │ │ ├── fischer
│ │ │ │ ├── fj
│ │ │ │ ├── fjord
│ │ │ │ ├── fl
│ │ │ │ ├── fmtmat
│ │ │ │ ├── fnie
│ │ │ │ ├── folmer
│ │ │ │ ├── forman
│ │ │ │ ├── frandsen
│ │ │ │ ├── frank
│ │ │ │ ├── frederik
│ │ │ │ ├── fristrup
│ │ │ │ ├── from
│ │ │ │ ├── frost
│ │ │ │ ├── fus
│ │ │ │ ├── futkarl
│ │ │ │ ├── fvj
│ │ │ │ ├── gandalf
│ │ │ │ ├── geil
│ │ │ │ ├── gerda
│ │ │ │ ├── gillette
│ │ │ │ ├── gilling
│ │ │ │ ├── gisli
│ │ │ │ ├── gitte
│ │ │ │ ├── gobe
│ │ │ │ ├── godamb
│ │ │ │ ├── godout
│ │ │ │ ├── goofy
│ │ │ │ ├── goul
│ │ │ │ ├── gram
│ │ │ │ ├── gramkow
│ │ │ │ ├── gregori
│ │ │ │ ├── greve
│ │ │ │ ├── griffin
│ │ │ │ ├── gross
│ │ │ │ ├── grubbe
│ │ │ │ ├── gth
│ │ │ │ ├── gubbi
│ │ │ │ ├── guffy
│ │ │ │ ├── gunther
│ │ │ │ ├── guttorm
│ │ │ │ ├── habl
│ │ │ │ ├── hagen
│ │ │ │ ├── hagl
│ │ │ │ ├── hancock
│ │ │ │ ├── hanne
│ │ │ │ ├── hans
│ │ │ │ ├── hans1
│ │ │ │ ├── hans2
│ │ │ │ ├── hanslyn
│ │ │ │ ├── hansold
│ │ │ │ ├── haugaard
│ │ │ │ ├── have
│ │ │ │ ├── hawk
│ │ │ │ ├── hede
│ │ │ │ ├── hedegard
│ │ │ │ ├── hedehus
│ │ │ │ ├── hega
│ │ │ │ ├── heidi
│ │ │ │ ├── hejsel
│ │ │ │ ├── heka
│ │ │ │ ├── helge
│ │ │ │ ├── helle
│ │ │ │ ├── hendrix
│ │ │ │ ├── henrik
│ │ │ │ ├── henrikib
│ │ │ │ ├── henry
│ │ │ │ ├── herring
│ │ │ │ ├── herskind
│ │ │ │ ├── hess
│ │ │ │ ├── hest
│ │ │ │ ├── hgork
│ │ │ │ ├── hiklu
│ │ │ │ ├── hilleke
│ │ │ │ ├── hippo
│ │ │ │ ├── hjd
│ │ │ │ ├── hjerrild
│ │ │ │ ├── hjl
│ │ │ │ ├── hlj
│ │ │ │ ├── ho
│ │ │ │ ├── hobitt
│ │ │ │ ├── hoegh
│ │ │ │ ├── hoehle
│ │ │ │ ├── hoei
│ │ │ │ ├── hoejholt
│ │ │ │ ├── holdt
│ │ │ │ ├── hordur
│ │ │ │ ├── hostrup
│ │ │ │ ├── hove
│ │ │ │ ├── htk
│ │ │ │ ├── hugger
│ │ │ │ ├── hundborg
│ │ │ │ ├── husfeldt
│ │ │ │ ├── hybris2
│ │ │ │ ├── iakob
│ │ │ │ ├── iben
│ │ │ │ ├── ibrene
│ │ │ │ ├── illum
│ │ │ │ ├── infinity
│ │ │ │ ├── inge
│ │ │ │ ├── ingemann
│ │ │ │ ├── ingolf
│ │ │ │ ├── ingvar
│ │ │ │ ├── ivan
│ │ │ │ ├── iver
│ │ │ │ ├── iversen
│ │ │ │ ├── iznogood
│ │ │ │ ├── jacob
│ │ │ │ ├── jake
│ │ │ │ ├── jakobus
│ │ │ │ ├── jane
│ │ │ │ ├── janne
│ │ │ │ ├── jans
│ │ │ │ ├── janum
│ │ │ │ ├── jarek
│ │ │ │ ├── jarl
│ │ │ │ ├── jastrup
│ │ │ │ ├── jbadstue
│ │ │ │ ├── jbc
│ │ │ │ ├── jbs
│ │ │ │ ├── jcg
│ │ │ │ ├── jean
│ │ │ │ ├── jeanette
│ │ │ │ ├── jeannet
│ │ │ │ ├── jeannet2
│ │ │ │ ├── jell
│ │ │ │ ├── jelling
│ │ │ │ ├── jep
│ │ │ │ ├── jepp
│ │ │ │ ├── jeppe
│ │ │ │ ├── jepsen
│ │ │ │ ├── jesfisch
│ │ │ │ ├── jesper
│ │ │ │ ├── jette
│ │ │ │ ├── jhb
│ │ │ │ ├── jim
│ │ │ │ ├── jimdance
│ │ │ │ ├── jjes
│ │ │ │ ├── jjk
│ │ │ │ ├── jln
│ │ │ │ ├── jm
│ │ │ │ ├── jmp
│ │ │ │ ├── john
│ │ │ │ ├── john1vip
│ │ │ │ ├── john2vip
│ │ │ │ ├── john7doe
│ │ │ │ ├── johnson
│ │ │ │ ├── johs
│ │ │ │ ├── joker
│ │ │ │ ├── jonne
│ │ │ │ ├── jowett
│ │ │ │ ├── jph
│ │ │ │ ├── jpp
│ │ │ │ ├── jskov
│ │ │ │ ├── jtb
│ │ │ │ ├── jul
│ │ │ │ ├── juul
│ │ │ │ ├── jvenable
│ │ │ │ ├── ka
│ │ │ │ ├── kaas
│ │ │ │ ├── kaj
│ │ │ │ ├── kajhoej
│ │ │ │ ├── kaliocha
│ │ │ │ ├── kalu93
│ │ │ │ ├── karin
│ │ │ │ ├── kaspar
│ │ │ │ ├── kasper
│ │ │ │ ├── kdc
│ │ │ │ ├── kdn
│ │ │ │ ├── ken
│ │ │ │ ├── kfa
│ │ │ │ ├── kgl
│ │ │ │ ├── kgo
│ │ │ │ ├── killroy
│ │ │ │ ├── kip
│ │ │ │ ├── kirstine
│ │ │ │ ├── kjaer
│ │ │ │ ├── kkb
│ │ │ │ ├── kkw
│ │ │ │ ├── klein
│ │ │ │ ├── kleist
│ │ │ │ ├── klsoren
│ │ │ │ ├── kmp
│ │ │ │ ├── knud
│ │ │ │ ├── knudsen
│ │ │ │ ├── kock
│ │ │ │ ├── kofod
│ │ │ │ ├── kolind
│ │ │ │ ├── kondrup
│ │ │ │ ├── kp
│ │ │ │ ├── krab
│ │ │ │ ├── kram
│ │ │ │ ├── kris
│ │ │ │ ├── krogholm
│ │ │ │ ├── krogner
│ │ │ │ ├── kronborg
│ │ │ │ ├── kruse
│ │ │ │ ├── kryger
│ │ │ │ ├── kurt
│ │ │ │ ├── kveiborg
│ │ │ │ ├── kwatt
│ │ │ │ ├── labben
│ │ │ │ ├── lafrance
│ │ │ │ ├── lagune
│ │ │ │ ├── lai
│ │ │ │ ├── lange
│ │ │ │ ├── lanie
│ │ │ │ ├── lars
│ │ │ │ ├── larsa
│ │ │ │ ├── larsb
│ │ │ │ ├── larsm
│ │ │ │ ├── lauf
│ │ │ │ ├── lb
│ │ │ │ ├── lbn
│ │ │ │ ├── lda
│ │ │ │ ├── leif
│ │ │ │ ├── lene
│ │ │ │ ├── lenem
│ │ │ │ ├── lennarth
│ │ │ │ ├── leonard
│ │ │ │ ├── levi
│ │ │ │ ├── levis
│ │ │ │ ├── lf
│ │ │ │ ├── lgb
│ │ │ │ ├── lhh
│ │ │ │ ├── liang
│ │ │ │ ├── lie
│ │ │ │ ├── lind
│ │ │ │ ├── lindorm
│ │ │ │ ├── lisa
│ │ │ │ ├── lisbeth
│ │ │ │ ├── liuxin
│ │ │ │ ├── lobi
│ │ │ │ ├── loenvig
│ │ │ │ ├── lohmann
│ │ │ │ ├── lop
│ │ │ │ ├── lordcamp
│ │ │ │ ├── lotte
│ │ │ │ ├── luca
│ │ │ │ ├── lucifer
│ │ │ │ ├── luk
│ │ │ │ ├── lunau
│ │ │ │ ├── lund
│ │ │ │ ├── lupus
│ │ │ │ ├── lydersen
│ │ │ │ ├── lykke
│ │ │ │ ├── lykken
│ │ │ │ ├── mac
│ │ │ │ ├── madsboll
│ │ │ │ ├── madsen
│ │ │ │ ├── magnum
│ │ │ │ ├── magnus
│ │ │ │ ├── mahans
│ │ │ │ ├── maja
│ │ │ │ ├── majbritt
│ │ │ │ ├── majland
│ │ │ │ ├── malene
│ │ │ │ ├── malik
│ │ │ │ ├── mandrup
│ │ │ │ ├── manstrup
│ │ │ │ ├── markos
│ │ │ │ ├── markus
│ │ │ │ ├── marsvin
│ │ │ │ ├── martindp
│ │ │ │ ├── mathi
│ │ │ │ ├── mathness
│ │ │ │ ├── maul
│ │ │ │ ├── max
│ │ │ │ ├── maze
│ │ │ │ ├── mazyar
│ │ │ │ ├── mbh
│ │ │ │ ├── mbl
│ │ │ │ ├── mbo
│ │ │ │ ├── melchior
│ │ │ │ ├── memsi
│ │ │ │ ├── mette
│ │ │ │ ├── mettell
│ │ │ │ ├── mi
│ │ │ │ ├── michel
│ │ │ │ ├── mickey
│ │ │ │ ├── mikro
│ │ │ │ ├── milland
│ │ │ │ ├── mille
│ │ │ │ ├── ming
│ │ │ │ ├── minicab
│ │ │ │ ├── mixxel
│ │ │ │ ├── mmjsas
│ │ │ │ ├── mnielsen
│ │ │ │ ├── mns
│ │ │ │ ├── moeller
│ │ │ │ ├── moge
│ │ │ │ ├── mol
│ │ │ │ ├── molz
│ │ │ │ ├── monica
│ │ │ │ ├── monster
│ │ │ │ ├── moonboot
│ │ │ │ ├── morrison
│ │ │ │ ├── morsen
│ │ │ │ ├── morten
│ │ │ │ ├── motorola
│ │ │ │ ├── mrclever
│ │ │ │ ├── mt
│ │ │ │ ├── munter
│ │ │ │ ├── mylle
│ │ │ │ ├── myltoft
│ │ │ │ ├── nco
│ │ │ │ ├── nesral
│ │ │ │ ├── nic
│ │ │ │ ├── nieder
│ │ │ │ ├── nonjohn1
│ │ │ │ ├── nordborg
│ │ │ │ ├── norden
│ │ │ │ ├── norman
│ │ │ │ ├── normark
│ │ │ │ ├── notwen
│ │ │ │ ├── nowack
│ │ │ │ ├── nr92
│ │ │ │ ├── nrs
│ │ │ │ ├── ntuns
│ │ │ │ ├── nwp
│ │ │ │ ├── nybo
│ │ │ │ ├── nyrup
│ │ │ │ ├── obel
│ │ │ │ ├── odin
│ │ │ │ ├── odmar
│ │ │ │ ├── ohj
│ │ │ │ ├── olav
│ │ │ │ ├── ole
│ │ │ │ ├── olemik
│ │ │ │ ├── olsson
│ │ │ │ ├── opper
│ │ │ │ ├── oriad
│ │ │ │ ├── orion
│ │ │ │ ├── osk
│ │ │ │ ├── osvald
│ │ │ │ ├── overgard
│ │ │ │ ├── ozol
│ │ │ │ ├── palle
│ │ │ │ ├── pan
│ │ │ │ ├── parbaek
│ │ │ │ ├── paw
│ │ │ │ ├── pbond
│ │ │ │ ├── pdv
│ │ │ │ ├── pehrson
│ │ │ │ ├── per
│ │ │ │ ├── pera
│ │ │ │ ├── pernl
│ │ │ │ ├── peterb
│ │ │ │ ├── peterc
│ │ │ │ ├── phd
│ │ │ │ ├── picco
│ │ │ │ ├── pj
│ │ │ │ ├── pkj
│ │ │ │ ├── pl
│ │ │ │ ├── pluto
│ │ │ │ ├── pn825
│ │ │ │ ├── pnielsen
│ │ │ │ ├── popboy
│ │ │ │ ├── pra
│ │ │ │ ├── psl
│ │ │ │ ├── quark
│ │ │ │ ├── quinton
│ │ │ │ ├── qvist
│ │ │ │ ├── raistlin
│ │ │ │ ├── rask
│ │ │ │ ├── rasser
│ │ │ │ ├── rasta
│ │ │ │ ├── raussen
│ │ │ │ ├── ravn
│ │ │ │ ├── rbo
│ │ │ │ ├── reisman
│ │ │ │ ├── rene
│ │ │ │ ├── rex
│ │ │ │ ├── rhod
│ │ │ │ ├── rhod2
│ │ │ │ ├── ric
│ │ │ │ ├── richard
│ │ │ │ ├── rie
│ │ │ │ ├── riis
│ │ │ │ ├── rikke
│ │ │ │ ├── riksom
│ │ │ │ ├── rjh
│ │ │ │ ├── roar
│ │ │ │ ├── robin
│ │ │ │ ├── rolf
│ │ │ │ ├── romulus
│ │ │ │ ├── ronnow
│ │ │ │ ├── rrr
│ │ │ │ ├── rune
│ │ │ │ ├── runholt
│ │ │ │ ├── rytter
│ │ │ │ ├── s0ren
│ │ │ │ ├── salmon
│ │ │ │ ├── sam
│ │ │ │ ├── sand
│ │ │ │ ├── sanne
│ │ │ │ ├── saramwm
│ │ │ │ ├── sasha
│ │ │ │ ├── saturn
│ │ │ │ ├── sauber
│ │ │ │ ├── saxo
│ │ │ │ ├── sb
│ │ │ │ ├── sbak
│ │ │ │ ├── sbang
│ │ │ │ ├── schultz
│ │ │ │ ├── sejrsen
│ │ │ │ ├── sfje
│ │ │ │ ├── shaggy
│ │ │ │ ├── shark
│ │ │ │ ├── shuffle
│ │ │ │ ├── sidewind
│ │ │ │ ├── sigurd
│ │ │ │ ├── simonsen
│ │ │ │ ├── sipline
│ │ │ │ ├── siri
│ │ │ │ ├── ska
│ │ │ │ ├── skj0th
│ │ │ │ ├── sks
│ │ │ │ ├── skyt
│ │ │ │ ├── skyum
│ │ │ │ ├── slb
│ │ │ │ ├── sletten
│ │ │ │ ├── slonik
│ │ │ │ ├── sloth
│ │ │ │ ├── smed
│ │ │ │ ├── socrates
│ │ │ │ ├── sofus
│ │ │ │ ├── soj
│ │ │ │ ├── sokol
│ │ │ │ ├── sorenh
│ │ │ │ ├── squash
│ │ │ │ ├── squay
│ │ │ │ ├── stanny
│ │ │ │ ├── staun
│ │ │ │ ├── steen
│ │ │ │ ├── steffan
│ │ │ │ ├── steffen
│ │ │ │ ├── steiner
│ │ │ │ ├── stig
│ │ │ │ ├── stigaard
│ │ │ │ ├── stine
│ │ │ │ ├── stoffer
│ │ │ │ ├── strategy
│ │ │ │ ├── strick
│ │ │ │ ├── stroem
│ │ │ │ ├── sulaco
│ │ │ │ ├── sunesen
│ │ │ │ ├── sung
│ │ │ │ ├── sunkhc
│ │ │ │ ├── susanne
│ │ │ │ ├── susim
│ │ │ │ ├── svante
│ │ │ │ ├── svend
│ │ │ │ ├── sybil
│ │ │ │ ├── sylle
│ │ │ │ ├── tac
│ │ │ │ ├── tam
│ │ │ │ ├── tbrun
│ │ │ │ ├── terp
│ │ │ │ ├── th
│ │ │ │ ├── thchr
│ │ │ │ ├── thh
│ │ │ │ ├── thiesson
│ │ │ │ ├── thl
│ │ │ │ ├── thomas
│ │ │ │ ├── thoning
│ │ │ │ ├── thor
│ │ │ │ ├── thorn
│ │ │ │ ├── thorsten
│ │ │ │ ├── tine
│ │ │ │ ├── tinggard
│ │ │ │ ├── tiphede
│ │ │ │ ├── tjh
│ │ │ │ ├── tk
│ │ │ │ ├── tm
│ │ │ │ ├── tmh
│ │ │ │ ├── tolboel
│ │ │ │ ├── tom
│ │ │ │ ├── toms
│ │ │ │ ├── topp
│ │ │ │ ├── torben
│ │ │ │ ├── torp
│ │ │ │ ├── traf
│ │ │ │ ├── tranholm
│ │ │ │ ├── trine
│ │ │ │ ├── trjensen
│ │ │ │ ├── troels
│ │ │ │ ├── tv
│ │ │ │ ├── tworm
│ │ │ │ ├── uggerly
│ │ │ │ ├── ugr
│ │ │ │ ├── uh
│ │ │ │ ├── uk
│ │ │ │ ├── uld
│ │ │ │ ├── ulla
│ │ │ │ ├── unicorn
│ │ │ │ ├── urias
│ │ │ │ ├── valeur
│ │ │ │ ├── varnaes
│ │ │ │ ├── vase
│ │ │ │ ├── vathanan
│ │ │ │ ├── viking
│ │ │ │ ├── villesen
│ │ │ │ ├── vinstrup
│ │ │ │ ├── vinter
│ │ │ │ ├── viola
│ │ │ │ ├── visti
│ │ │ │ ├── vivi
│ │ │ │ ├── voop
│ │ │ │ ├── wap
│ │ │ │ ├── weile
│ │ │ │ ├── weise
│ │ │ │ ├── welander
│ │ │ │ ├── west
│ │ │ │ ├── wilken
│ │ │ │ ├── winther
│ │ │ │ ├── wulff
│ │ │ │ ├── yogi
│ │ │ │ ├── zennaro
│ │ │ │ ├── zeuthen
│ │ │ │ ├── zip
│ │ │ │ ├── zoffy
│ │ │ │ └── zulu
│ │ │ └── karthy
│ │ ├── benny
│ │ │ └── thomsen
│ │ ├── dannet
│ │ │ └── jec
│ │ ├── dannug
│ │ │ ├── karthy
│ │ │ └── oriad
│ │ ├── dknet
│ │ │ └── login
│ │ │ ├── mortenf
│ │ │ └── pho
│ │ ├── fls
│ │ │ └── data
│ │ │ └── kvj
│ │ ├── hugin
│ │ │ ├── abraham
│ │ │ ├── fischer
│ │ │ ├── fj
│ │ │ └── lbn
│ │ ├── idp
│ │ │ └── jab
│ │ ├── kvl
│ │ │ ├── dina
│ │ │ │ ├── abraham
│ │ │ │ ├── ark
│ │ │ │ ├── fischer
│ │ │ │ ├── jenserik
│ │ │ │ └── ruth
│ │ │ └── maguhos
│ │ ├── min
│ │ │ └── dmi
│ │ │ └── ulla
│ │ ├── nbi
│ │ │ └── dchialvo
│ │ ├── netman
│ │ │ └── pho
│ │ ├── roskildees
│ │ │ └── anders
│ │ ├── ruc
│ │ │ └── gnalle
│ │ └── sirius
│ │ └── hmj
│ ├── edu
│ │ ├── antioch
│ │ │ └── michael
│ │ ├── arizona
│ │ │ ├── conner
│ │ │ └── physics
│ │ │ └── hart
│ │ ├── berkeley
│ │ │ ├── appel
│ │ │ ├── icsi
│ │ │ │ ├── banerjea
│ │ │ │ ├── ferrari
│ │ │ │ ├── fosler
│ │ │ │ ├── gusella
│ │ │ │ ├── jfeldman
│ │ │ │ ├── jsegal
│ │ │ │ ├── keshav
│ │ │ │ ├── nina
│ │ │ │ ├── ramon
│ │ │ │ ├── randall
│ │ │ │ ├── timothyc
│ │ │ │ └── wooters
│ │ │ ├── jsnell
│ │ │ ├── jucdrewc
│ │ │ ├── ocf
│ │ │ │ └── drewcap
│ │ │ ├── phelps
│ │ │ ├── shirriff
│ │ │ └── stolcke
│ │ ├── bloomu
│ │ │ └── planetx
│ │ │ └── jlmack
│ │ ├── bradley
│ │ │ └── brad
│ │ ├── brandeis
│ │ │ └── love
│ │ ├── brown
│ │ │ ├── iris
│ │ │ │ └── var
│ │ │ └── richard_goerwitz
│ │ ├── bu
│ │ │ ├── info-futures-request
│ │ │ └── rajwi
│ │ ├── calpoly
│ │ │ └── rcgreenw
│ │ ├── caltech
│ │ │ └── evgueny
│ │ ├── clarkson
│ │ │ └── deuelpm
│ │ ├── clemson
│ │ │ ├── jdrente
│ │ │ ├── jraglin
│ │ │ └── roofus
│ │ ├── cmu
│ │ │ ├── andrew
│ │ │ │ ├── dm9m
│ │ │ │ ├── info-andrew-request
│ │ │ │ ├── kgb+
│ │ │ │ └── ry23
│ │ │ ├── burt+
│ │ │ ├── ch4a
│ │ │ ├── cs
│ │ │ │ └── mjw
│ │ │ ├── hcs
│ │ │ ├── jesse
│ │ │ ├── knightster+
│ │ │ ├── ma2n
│ │ │ ├── maverick+
│ │ │ ├── ml-connectionists-request
│ │ │ ├── mwm
│ │ │ ├── rahuls
│ │ │ ├── sal
│ │ │ └── witbrock
│ │ ├── colorado
│ │ │ └── danq
│ │ ├── columbia
│ │ │ ├── cs
│ │ │ │ └── bm
│ │ │ ├── ezk
│ │ │ ├── peller
│ │ │ └── rjs51
│ │ ├── cornell
│ │ │ ├── cs
│ │ │ │ ├── dean
│ │ │ │ └── kolla
│ │ │ └── graphics
│ │ │ └── shirley
│ │ ├── csuhayward
│ │ │ └── mcs
│ │ │ └── cheuk
│ │ ├── dartmouth
│ │ │ ├── cs
│ │ │ │ └── barn
│ │ │ └── henle
│ │ ├── du
│ │ │ └── cs
│ │ │ ├── cahall
│ │ │ └── mgelman
│ │ ├── duke
│ │ │ ├── dm
│ │ │ └── jfurr
│ │ ├── emory
│ │ │ └── cfs
│ │ ├── fsu
│ │ │ └── faciane
│ │ ├── gallaudet
│ │ │ ├── kevin.cole
│ │ │ └── kjcole
│ │ ├── hampshire
│ │ │ └── alcf93
│ │ ├── harvard
│ │ │ └── head-cfa
│ │ │ └── juda
│ │ ├── hmc
│ │ │ └── tkelly
│ │ ├── iastate
│ │ │ └── viking
│ │ ├── imsa
│ │ │ └── gdf
│ │ ├── indiana
│ │ │ ├── abadia
│ │ │ ├── abalone
│ │ │ ├── abat
│ │ │ ├── abdulras
│ │ │ ├── abratche
│ │ │ ├── abrinson
│ │ │ ├── achandra
│ │ │ ├── adamlear
│ │ │ ├── adillon
│ │ │ ├── adippel
│ │ │ ├── aerwin
│ │ │ ├── ahcollin
│ │ │ ├── ahosey
│ │ │ ├── ajc
│ │ │ ├── ajcbik
│ │ │ ├── akaushik
│ │ │ ├── akhosla
│ │ │ ├── akinley
│ │ │ ├── amehdi
│ │ │ ├── ameiss
│ │ │ ├── anramakr
│ │ │ ├── anurag
│ │ │ ├── apadte
│ │ │ ├── apansare
│ │ │ ├── apvargo
│ │ │ ├── aramakri
│ │ │ ├── arossi
│ │ │ ├── arumelt
│ │ │ ├── asasthan
│ │ │ ├── asengupt
│ │ │ ├── aslom
│ │ │ ├── astone
│ │ │ ├── avigdor
│ │ │ ├── awooldri
│ │ │ ├── barwise
│ │ │ ├── bastos
│ │ │ ├── bbiebuyc
│ │ │ ├── bbroshea
│ │ │ ├── bcsmith
│ │ │ ├── beckman
│ │ │ ├── bellj
│ │ │ ├── besteval
│ │ │ ├── beyster
│ │ │ ├── bfreeman
│ │ │ ├── bguinn
│ │ │ ├── bhimebau
│ │ │ ├── bill
│ │ │ ├── bkoehler
│ │ │ ├── blank
│ │ │ ├── blimansu
│ │ │ ├── bnorth
│ │ │ ├── bodom
│ │ │ ├── bpenrod
│ │ │ ├── bpisupat
│ │ │ ├── bramley
│ │ │ ├── brbothwe
│ │ │ ├── brotting
│ │ │ ├── bruggema
│ │ │ ├── btemko
│ │ │ ├── burger
│ │ │ ├── cbaray
│ │ │ ├── cbertott
│ │ │ ├── cbrenner
│ │ │ ├── ccheah
│ │ │ ├── cfischer
│ │ │ ├── chalmers
│ │ │ ├── chaynes
│ │ │ ├── chichou
│ │ │ ├── choppell
│ │ │ ├── chrreed
│ │ │ ├── clake
│ │ │ ├── cmhess
│ │ │ ├── cmw
│ │ │ ├── conacyt_manager
│ │ │ ├── connelly
│ │ │ ├── conner
│ │ │ ├── cordavis
│ │ │ ├── cpearl
│ │ │ ├── cs
│ │ │ │ └── knownspace
│ │ │ ├── cseval
│ │ │ ├── cshepher
│ │ │ ├── cssurv
│ │ │ ├── cychen
│ │ │ ├── cyliax
│ │ │ ├── dabaltag
│ │ │ ├── damico
│ │ │ ├── danlip
│ │ │ ├── dapena
│ │ │ ├── davwils
│ │ │ ├── dawar
│ │ │ ├── dbraun
│ │ │ ├── dcahill
│ │ │ ├── dchild
│ │ │ ├── deby
│ │ │ ├── dech
│ │ │ ├── deck
│ │ │ ├── dedaimia
│ │ │ ├── dee
│ │ │ ├── dehle
│ │ │ ├── dfried
│ │ │ ├── dgroth
│ │ │ ├── dgulbran
│ │ │ ├── dhjoseph
│ │ │ ├── diaz
│ │ │ ├── dmath
│ │ │ ├── dmcdeavi
│ │ │ ├── dmeadows
│ │ │ ├── dmfelker
│ │ │ ├── dmiguse
│ │ │ ├── dmoffatt
│ │ │ ├── doyu
│ │ │ ├── dpmehta
│ │ │ ├── drepin
│ │ │ ├── dsivaram
│ │ │ ├── dswise
│ │ │ ├── dughof
│ │ │ ├── dunn
│ │ │ ├── dviswana
│ │ │ ├── ebyon
│ │ │ ├── ecolunga
│ │ │ ├── edrbtsn
│ │ │ ├── efreeman
│ │ │ ├── ehilsdal
│ │ │ ├── ejohnson
│ │ │ ├── ekisling
│ │ │ ├── elyk
│ │ │ ├── emessig
│ │ │ ├── emizukam
│ │ │ ├── england
│ │ │ ├── eseitz
│ │ │ ├── esiemers
│ │ │ ├── eweingar
│ │ │ ├── ewernert
│ │ │ ├── faces-request
│ │ │ ├── falmonte
│ │ │ ├── fcummins
│ │ │ ├── fee
│ │ │ ├── feliu
│ │ │ ├── fil
│ │ │ ├── flash
│ │ │ ├── fleisher
│ │ │ ├── florin
│ │ │ ├── franke
│ │ │ ├── gandhim
│ │ │ ├── gannon
│ │ │ ├── gaparker
│ │ │ ├── gasser
│ │ │ ├── gcf
│ │ │ ├── ggomezes
│ │ │ ├── gharmon
│ │ │ ├── ghormann
│ │ │ ├── goldy
│ │ │ ├── grangera
│ │ │ ├── gtall
│ │ │ ├── gvogl
│ │ │ ├── habrudan
│ │ │ ├── hanson
│ │ │ ├── hchen
│ │ │ ├── heckb
│ │ │ ├── helga
│ │ │ ├── hfoundal
│ │ │ ├── hkong
│ │ │ ├── hma
│ │ │ ├── hqasem
│ │ │ ├── hqian
│ │ │ ├── hshei
│ │ │ ├── hughes
│ │ │ ├── icculus
│ │ │ ├── irogers
│ │ │ ├── iueval
│ │ │ ├── jaopensh
│ │ │ ├── jaskessl
│ │ │ ├── jbalasub
│ │ │ ├── jbandhol
│ │ │ ├── jbao
│ │ │ ├── jblue
│ │ │ ├── jbourgui
│ │ │ ├── jdardon
│ │ │ ├── jdymsh
│ │ │ ├── jeffjohn
│ │ │ ├── jeremy
│ │ │ ├── jeschke
│ │ │ ├── jestandi
│ │ │ ├── jev
│ │ │ ├── jewcook
│ │ │ ├── jfricks
│ │ │ ├── jgriffit
│ │ │ ├── jgroppe
│ │ │ ├── jhathawa
│ │ │ ├── jison
│ │ │ ├── jkasberg
│ │ │ ├── jkonrath
│ │ │ ├── jla
│ │ │ ├── jlau
│ │ │ ├── jmercer
│ │ │ ├── jnewkir
│ │ │ ├── jodgibso
│ │ │ ├── jonhall
│ │ │ ├── jpf
│ │ │ ├── jrossie
│ │ │ ├── jsobel
│ │ │ ├── jtillots
│ │ │ ├── julia
│ │ │ ├── jwalgenb
│ │ │ ├── jwhitmer
│ │ │ ├── jwmills
│ │ │ ├── jysuh
│ │ │ ├── jyuan
│ │ │ ├── kaipaine
│ │ │ ├── kalhoqan
│ │ │ ├── katy
│ │ │ ├── kbodine
│ │ │ ├── keanders
│ │ │ ├── keller
│ │ │ ├── kemillik
│ │ │ ├── kenaschm
│ │ │ ├── kfekete
│ │ │ ├── kfisler
│ │ │ ├── kfung
│ │ │ ├── kgalvin
│ │ │ ├── kganesh
│ │ │ ├── kinzler
│ │ │ ├── kklipsch
│ │ │ ├── kksiazek
│ │ │ ├── kmody
│ │ │ ├── kmukhopa
│ │ │ ├── krawling
│ │ │ ├── kruschke
│ │ │ ├── ksharma
│ │ │ ├── ksiek
│ │ │ ├── kstumpf
│ │ │ ├── kwdesch
│ │ │ ├── kxue
│ │ │ ├── lc6
│ │ │ ├── leake
│ │ │ ├── leighg
│ │ │ ├── leivant
│ │ │ ├── leslie
│ │ │ ├── lhofhans
│ │ │ ├── likes
│ │ │ ├── linda
│ │ │ ├── liu
│ │ │ ├── ljheidel
│ │ │ ├── loconnor
│ │ │ ├── louis
│ │ │ ├── lsm
│ │ │ ├── lums
│ │ │ ├── lusnyde
│ │ │ ├── lvaughn
│ │ │ ├── lvinke
│ │ │ ├── lwm
│ │ │ ├── marek
│ │ │ ├── marmantr
│ │ │ ├── mauellis
│ │ │ ├── mayer
│ │ │ ├── mcauley
│ │ │ ├── mcgrawg
│ │ │ ├── mchui
│ │ │ ├── mclemens
│ │ │ ├── mcmullen
│ │ │ ├── mcrobbie
│ │ │ ├── mduttara
│ │ │ ├── meeden
│ │ │ ├── melfar
│ │ │ ├── menzel
│ │ │ ├── mfairuzo
│ │ │ ├── mgovinda
│ │ │ ├── mheitz
│ │ │ ├── mikes
│ │ │ ├── milevin
│ │ │ ├── mitja
│ │ │ ├── mjain
│ │ │ ├── mjenning
│ │ │ ├── mleone
│ │ │ ├── mongin
│ │ │ ├── mscheutz
│ │ │ ├── mtruelov
│ │ │ ├── mtuna
│ │ │ ├── mvanheyn
│ │ │ ├── mwand
│ │ │ ├── mwillow
│ │ │ ├── napi
│ │ │ ├── nat
│ │ │ ├── nhawkins
│ │ │ ├── nienart
│ │ │ ├── nlg
│ │ │ ├── nsundare
│ │ │ ├── nswoboda
│ │ │ ├── oleykin
│ │ │ ├── oracle
│ │ │ ├── oracle-request
│ │ │ ├── owaddell
│ │ │ ├── papapado
│ │ │ ├── pazos
│ │ │ ├── pbedapud
│ │ │ ├── pbohanno
│ │ │ ├── pcberg
│ │ │ ├── pedrake
│ │ │ ├── picons-admin
│ │ │ ├── pierce
│ │ │ ├── pisoni
│ │ │ ├── pkehle
│ │ │ ├── pkienzle
│ │ │ ├── plale
│ │ │ ├── port
│ │ │ ├── prosser
│ │ │ ├── psaxena
│ │ │ ├── pwang
│ │ │ ├── pwhastin
│ │ │ ├── pwp
│ │ │ ├── raja
│ │ │ ├── ranantha
│ │ │ ├── rathk
│ │ │ ├── rawlins
│ │ │ ├── rdlebeau
│ │ │ ├── rehling
│ │ │ ├── rfulcher
│ │ │ ├── ribowers
│ │ │ ├── riecke
│ │ │ ├── rkamath
│ │ │ ├── rmai
│ │ │ ├── robh
│ │ │ ├── rosa
│ │ │ ├── royle
│ │ │ ├── rscherle
│ │ │ ├── rsharma
│ │ │ ├── rsoni
│ │ │ ├── rstreato
│ │ │ ├── rudesai
│ │ │ ├── rvenkata
│ │ │ ├── rynersw
│ │ │ ├── sabry
│ │ │ ├── sah
│ │ │ ├── sahayman
│ │ │ ├── sakumar
│ │ │ ├── sam
│ │ │ ├── sbalasub
│ │ │ ├── scamargo
│ │ │ ├── schisham
│ │ │ ├── schunk
│ │ │ ├── scotth
│ │ │ ├── sdiwan
│ │ │ ├── sfox
│ │ │ ├── sfranzit
│ │ │ ├── sganz
│ │ │ ├── sgugel
│ │ │ ├── shanna
│ │ │ ├── shaynes
│ │ │ ├── shei
│ │ │ ├── shirley
│ │ │ ├── sholmes
│ │ │ ├── shomeyer
│ │ │ ├── shutton
│ │ │ ├── shyde
│ │ │ ├── sithakur
│ │ │ ├── sithiaga
│ │ │ ├── sjohnson
│ │ │ ├── smweathe
│ │ │ ├── springer
│ │ │ ├── spullela
│ │ │ ├── srikrish
│ │ │ ├── srmohan
│ │ │ ├── ssankara
│ │ │ ├── sschmidt
│ │ │ ├── ssquier
│ │ │ ├── ssriniva
│ │ │ ├── sthughes
│ │ │ ├── stiquito
│ │ │ ├── stoller
│ │ │ ├── suharper
│ │ │ ├── sveluvol
│ │ │ ├── sviswana
│ │ │ ├── svlas
│ │ │ ├── syyang
│ │ │ ├── tagreen
│ │ │ ├── tdsand
│ │ │ ├── thanselm
│ │ │ ├── thaon
│ │ │ ├── thelene
│ │ │ ├── thng
│ │ │ ├── thoang
│ │ │ ├── tj
│ │ │ ├── tkeahey
│ │ │ ├── tmcclint
│ │ │ ├── tomarsha
│ │ │ ├── tonlwalk
│ │ │ ├── tpaegle
│ │ │ ├── tracey
│ │ │ ├── trhall
│ │ │ ├── trosenth
│ │ │ ├── ttricker
│ │ │ ├── vdukle
│ │ │ ├── vgucht
│ │ │ ├── violett
│ │ │ ├── vsh
│ │ │ ├── vsubrama
│ │ │ ├── vvaidyan
│ │ │ ├── wagle
│ │ │ ├── wcai
│ │ │ ├── wcwang
│ │ │ ├── wdueber
│ │ │ ├── wihu
│ │ │ ├── willie
│ │ │ ├── winkel
│ │ │ ├── wmperry
│ │ │ ├── wollowsk
│ │ │ ├── xczheng
│ │ │ ├── xwei
│ │ │ ├── yang
│ │ │ ├── yezhu
│ │ │ ├── yhlin
│ │ │ ├── ysimmhan
│ │ │ ├── yuczhang
│ │ │ ├── yuhuang
│ │ │ ├── yuzheng
│ │ │ ├── yyip
│ │ │ ├── zbir
│ │ │ ├── zeyu
│ │ │ └── zhdong
│ │ ├── isunet
│ │ │ └── isu
│ │ │ └── digests
│ │ ├── iupui
│ │ │ ├── dlbewley
│ │ │ └── rraje
│ │ ├── jhu
│ │ │ └── cs
│ │ │ └── arromdee
│ │ ├── ksu
│ │ │ ├── spectre
│ │ │ └── strat
│ │ ├── ku
│ │ │ └── james
│ │ ├── mit
│ │ │ ├── ai
│ │ │ │ ├── mycroft
│ │ │ │ └── tmb
│ │ │ ├── athena
│ │ │ │ └── boyfloyd
│ │ │ ├── dks
│ │ │ ├── dmaze
│ │ │ ├── ert
│ │ │ ├── gaffa
│ │ │ │ └── love-hounds-request
│ │ │ ├── lstein
│ │ │ ├── media
│ │ │ │ └── damon
│ │ │ ├── misha
│ │ │ ├── sahai
│ │ │ ├── sangam-request
│ │ │ ├── shabby
│ │ │ ├── sobolev
│ │ │ │ ├── alidina
│ │ │ │ ├── don
│ │ │ │ ├── elfadel
│ │ │ │ ├── ig
│ │ │ │ ├── jphill
│ │ │ │ ├── lms
│ │ │ │ ├── matt
│ │ │ │ ├── tomorrow
│ │ │ │ ├── umminger
│ │ │ │ ├── vishal
│ │ │ │ └── yie
│ │ │ ├── swick
│ │ │ └── tytso
│ │ ├── montclair
│ │ │ └── garcia
│ │ ├── ncsu
│ │ │ └── patel
│ │ ├── nd
│ │ │ └── jmowry
│ │ ├── neu
│ │ │ ├── johan
│ │ │ ├── mwand
│ │ │ └── steck
│ │ ├── nodak
│ │ │ └── ndsu
│ │ │ └── nem
│ │ ├── northeastern
│ │ │ └── ccs
│ │ │ └── django
│ │ ├── northwestern
│ │ │ └── marek
│ │ ├── nwu
│ │ │ ├── kelvink
│ │ │ └── s-rude
│ │ ├── oakland
│ │ │ ├── apharcha
│ │ │ ├── jjhoxsey
│ │ │ └── swood
│ │ ├── okstate
│ │ │ └── math
│ │ │ └── russ
│ │ ├── olemiss
│ │ │ ├── cajames
│ │ │ ├── mgdross
│ │ │ └── rpmcclel
│ │ ├── oregonstate
│ │ │ └── jklymak
│ │ ├── orst
│ │ │ ├── cs
│ │ │ │ └── rat
│ │ │ └── fsl
│ │ │ └── rose
│ │ ├── pitt
│ │ │ └── mapst57
│ │ ├── princeton
│ │ │ └── bccaputo
│ │ ├── psc
│ │ │ ├── grant
│ │ │ └── ksulliva
│ │ ├── psu
│ │ │ ├── anirudh
│ │ │ ├── anirudh-modi
│ │ │ ├── avm105
│ │ │ ├── modi
│ │ │ └── preeti
│ │ ├── purdue
│ │ │ ├── ecn
│ │ │ │ └── taylor
│ │ │ ├── jtk
│ │ │ ├── meuserj
│ │ │ └── spaf
│ │ ├── rice
│ │ │ ├── ert
│ │ │ └── robby
│ │ ├── rockefeller
│ │ │ └── dante
│ │ ├── rutgers
│ │ │ └── wosall
│ │ ├── santafe
│ │ │ ├── cgl
│ │ │ ├── dchialvo
│ │ │ └── mm
│ │ ├── slu
│ │ │ └── slytj
│ │ ├── stanford
│ │ │ ├── fergerson
│ │ │ ├── golnas
│ │ │ ├── jfd
│ │ │ └── mark.warren
│ │ ├── syr
│ │ │ ├── jdpeek
│ │ │ └── remek
│ │ ├── temple
│ │ │ └── svaradar
│ │ ├── tmc
│ │ │ ├── bcm
│ │ │ │ ├── cperson
│ │ │ │ ├── dirac
│ │ │ │ │ └── chrisp
│ │ │ │ └── rd691523
│ │ │ └── uth
│ │ │ └── snewton
│ │ ├── uab
│ │ │ └── cmencott
│ │ ├── uark
│ │ │ └── engr
│ │ │ └── sr03
│ │ ├── ucar
│ │ │ ├── ncar
│ │ │ │ └── ilana
│ │ │ └── strandwg
│ │ ├── ucdavis
│ │ │ ├── arons
│ │ │ ├── ece
│ │ │ │ └── brownj
│ │ │ └── wjhardaker
│ │ ├── ucf
│ │ │ └── cc
│ │ │ ├── bms28841
│ │ │ └── dtd
│ │ ├── ucla
│ │ │ ├── alife
│ │ │ └── cz
│ │ ├── ucsb
│ │ │ └── cs
│ │ │ └── jerry
│ │ ├── ucsd
│ │ │ ├── gobbel
│ │ │ └── jbowen
│ │ ├── udel
│ │ │ ├── christie
│ │ │ └── me
│ │ │ └── sunq
│ │ ├── uic
│ │ │ └── eecs
│ │ │ └── evans
│ │ │ └── beu
│ │ ├── uiuc
│ │ │ ├── akapadia
│ │ │ ├── banister
│ │ │ └── cs
│ │ │ ├── pakin
│ │ │ └── rabideau
│ │ ├── ukans
│ │ │ └── cc
│ │ │ └── sstrawn
│ │ ├── umd
│ │ │ ├── dorm
│ │ │ │ └── shiloh
│ │ │ ├── laser-lovers
│ │ │ ├── sheurich
│ │ │ └── woque
│ │ ├── umich
│ │ │ ├── abelaire
│ │ │ ├── abraun
│ │ │ ├── acyr
│ │ │ ├── agjesdal
│ │ │ ├── ambyrb
│ │ │ ├── animania
│ │ │ ├── armasu
│ │ │ ├── awgarcia
│ │ │ ├── bawa
│ │ │ ├── bbrady
│ │ │ ├── bdulrich
│ │ │ ├── boluytm
│ │ │ ├── borsap
│ │ │ ├── brfi
│ │ │ ├── caseyj
│ │ │ ├── cdoch
│ │ │ ├── cheath
│ │ │ ├── chifung
│ │ │ ├── chiumei
│ │ │ ├── ckharris
│ │ │ ├── cmbds
│ │ │ ├── cmbs
│ │ │ ├── coverley
│ │ │ ├── csfillmo
│ │ │ ├── cwpai
│ │ │ ├── cychen
│ │ │ ├── czh
│ │ │ ├── dankim
│ │ │ ├── dannance
│ │ │ ├── djmoore
│ │ │ ├── dwe
│ │ │ ├── elaines
│ │ │ ├── feifeiw
│ │ │ ├── ferrisdp
│ │ │ ├── ggentes
│ │ │ ├── guildh
│ │ │ ├── hermanch
│ │ │ ├── hicksl
│ │ │ ├── hmrc
│ │ │ ├── hmrc-webhra
│ │ │ ├── hoishi
│ │ │ ├── honey
│ │ │ ├── icpsr
│ │ │ │ └── nelson
│ │ │ ├── irish.guard
│ │ │ ├── jbasten
│ │ │ ├── jbroder
│ │ │ ├── jeffhoro
│ │ │ ├── jerschat
│ │ │ ├── jili
│ │ │ ├── jlindema
│ │ │ ├── katarina
│ │ │ ├── kcchung
│ │ │ ├── kdrake
│ │ │ ├── kebwink
│ │ │ ├── khowitt
│ │ │ ├── kinzler
│ │ │ ├── kmcrocke
│ │ │ ├── kuku
│ │ │ ├── kuntzlem
│ │ │ ├── kylelj
│ │ │ ├── lalithan
│ │ │ ├── lingzhic
│ │ │ ├── louisyen
│ │ │ ├── lourdes
│ │ │ ├── lsomers
│ │ │ ├── maryfran
│ │ │ ├── marysc
│ │ │ ├── mclaughh
│ │ │ ├── melser
│ │ │ ├── m-flicks-prez
│ │ │ ├── mgross
│ │ │ ├── mmarzec
│ │ │ ├── modonnell
│ │ │ ├── modpop
│ │ │ ├── newsfromitd
│ │ │ ├── pampu
│ │ │ ├── patvanv
│ │ │ ├── pcao
│ │ │ ├── peisach
│ │ │ ├── pingw
│ │ │ ├── pmaloy
│ │ │ ├── pmaterka
│ │ │ ├── rangulo
│ │ │ ├── ritafaud
│ │ │ ├── rlrath
│ │ │ ├── rlriolo
│ │ │ ├── rseidler
│ │ │ ├── sehagen
│ │ │ ├── shcb
│ │ │ ├── shu
│ │ │ ├── skovacs
│ │ │ ├── smusich
│ │ │ ├── sterlink
│ │ │ ├── streak
│ │ │ ├── sudhas
│ │ │ ├── thinhl
│ │ │ ├── tilemnin
│ │ │ ├── tmccalis
│ │ │ ├── tmmurphy
│ │ │ ├── traceyba
│ │ │ ├── trgeorge
│ │ │ ├── tsuter
│ │ │ ├── twod
│ │ │ ├── ulrichd
│ │ │ ├── vkass
│ │ │ ├── wayneaw
│ │ │ ├── weizhou
│ │ │ ├── wolfer
│ │ │ ├── wrightdw
│ │ │ ├── wwangsa
│ │ │ ├── ximwang
│ │ │ ├── xingyu
│ │ │ ├── xli
│ │ │ ├── yanl
│ │ │ ├── yili
│ │ │ └── yuanfu
│ │ ├── umkc
│ │ │ └── smuppala
│ │ ├── umn
│ │ │ ├── edh
│ │ │ ├── epi
│ │ │ │ └── mbmiller
│ │ │ └── math
│ │ │ └── eric
│ │ ├── umr
│ │ │ └── rmelvin
│ │ ├── uncg
│ │ │ └── a_loschk
│ │ ├── unl
│ │ │ ├── cse
│ │ │ │ └── poliver
│ │ │ └── lcharbon
│ │ ├── unlv
│ │ │ └── cs
│ │ │ └── greg
│ │ ├── unm
│ │ │ └── cs
│ │ │ └── karthik
│ │ ├── uoregon
│ │ │ └── jqj
│ │ ├── upenn
│ │ │ ├── jkinner
│ │ │ └── terhania
│ │ ├── usc
│ │ │ ├── anair
│ │ │ ├── cheukho
│ │ │ ├── mcooper
│ │ │ └── msafonov
│ │ ├── uscolo
│ │ │ ├── an0587na
│ │ │ └── kr0596st
│ │ ├── usu
│ │ │ └── jerry.james
│ │ ├── utc
│ │ │ └── ieee
│ │ ├── utexas
│ │ │ └── cc
│ │ │ └── spurgeon
│ │ ├── uu
│ │ │ └── jwilms
│ │ ├── uvm
│ │ │ ├── cblaise
│ │ │ ├── jkovacs
│ │ │ └── maustin
│ │ ├── uwec
│ │ │ └── cs
│ │ │ └── tanner
│ │ ├── uww
│ │ │ └── uwwvax
│ │ │ └── aksd
│ │ ├── vcu
│ │ │ └── titan
│ │ │ └── a81831aj
│ │ ├── virginia
│ │ │ └── perl-users-request
│ │ ├── vt
│ │ │ └── tjanouse
│ │ ├── washington
│ │ │ └── u
│ │ │ └── f
│ │ ├── wellesley
│ │ │ └── mchevalier
│ │ ├── wheaton
│ │ │ └── mstewart
│ │ ├── whitman
│ │ │ └── hedgesaj
│ │ ├── wisc
│ │ │ ├── cs
│ │ │ │ └── dave
│ │ │ ├── physics
│ │ │ │ └── sprott
│ │ │ ├── ssec
│ │ │ │ └── dws
│ │ │ └── waisman
│ │ │ └── colantonio
│ │ ├── wustl
│ │ │ ├── cec
│ │ │ │ └── grayson
│ │ │ └── msh210
│ │ └── yale
│ │ ├── pai
│ │ └── pai-satish
│ ├── ee
│ │ └── harju
│ │ └── puhh
│ │ └── henri
│ ├── es
│ │ ├── arrakis
│ │ │ └── melkati
│ │ ├── csic
│ │ │ ├── cibmv5j
│ │ │ └── jpf
│ │ ├── fundesco
│ │ │ └── martinez
│ │ ├── iac
│ │ │ └── ing-slo
│ │ │ └── nom
│ │ ├── teclata
│ │ │ ├── ana
│ │ │ └── terry
│ │ ├── uab
│ │ │ └── cc
│ │ │ ├── ecar0
│ │ │ └── ecar1
│ │ └── unican
│ │ └── ifca
│ │ └── isidro_gonzalez
│ ├── fi
│ │ ├── abo
│ │ │ └── bdonner
│ │ ├── hut
│ │ │ └── jkangash
│ │ ├── iki
│ │ │ ├── jks
│ │ │ ├── koljande
│ │ │ └── turtiain
│ │ ├── jyu
│ │ │ └── juhtolv
│ │ ├── lut
│ │ │ └── pukki
│ │ └── tut
│ │ └── ton
│ │ └── ed
│ ├── fm
│ │ └── fastmail
│ │ └── zoomie
│ ├── fr
│ │ ├── bull
│ │ │ └── frec
│ │ │ └── b.vizy
│ │ ├── ccv
│ │ │ └── jalb
│ │ ├── chorus
│ │ │ └── bp
│ │ ├── cnam
│ │ │ └── amann
│ │ ├── edf
│ │ │ ├── christine.mainguenaud
│ │ │ ├── espert
│ │ │ ├── philippe.futtersack
│ │ │ └── sylvain.langlois
│ │ ├── ens-lyon
│ │ │ └── florent.becker
│ │ ├── enst
│ │ │ ├── glazman
│ │ │ ├── philipp
│ │ │ └── verna
│ │ ├── epita
│ │ │ └── didier
│ │ ├── esiee
│ │ │ └── brenacp
│ │ ├── eurecom
│ │ │ └── kangasha
│ │ ├── genethon
│ │ │ └── stuart
│ │ ├── grif
│ │ │ ├── aubertel
│ │ │ ├── darmon
│ │ │ ├── donghui
│ │ │ ├── dulauroy
│ │ │ ├── glazman
│ │ │ ├── grifbug
│ │ │ ├── jcp
│ │ │ ├── maria.ohlund
│ │ │ ├── marichal
│ │ │ ├── melese
│ │ │ ├── paoli
│ │ │ ├── puyol
│ │ │ ├── sedilot
│ │ │ ├── stephane
│ │ │ ├── telegone
│ │ │ └── vogel
│ │ ├── inra
│ │ │ └── inapg
│ │ │ ├── david.mauron
│ │ │ ├── dominique.cagnon
│ │ │ ├── martin.rousselot
│ │ │ └── thameur.mhiri
│ │ ├── inria
│ │ │ ├── amann
│ │ │ ├── lehors
│ │ │ └── sophia
│ │ │ └── thierry.turletti
│ │ ├── insa-lyon
│ │ │ └── ifhamy
│ │ │ └── mroussel
│ │ ├── irisa
│ │ │ └── hugues.leroy
│ │ ├── loria
│ │ │ └── rossi
│ │ ├── u-bordeaux
│ │ │ ├── enserb
│ │ │ │ └── nguyen
│ │ │ └── labri
│ │ │ └── corsini
│ │ └── u-strasbg
│ │ ├── baaden
│ │ └── marc
│ ├── gov
│ │ ├── ed
│ │ │ └── charles_bury
│ │ ├── fnal
│ │ │ ├── andylego
│ │ │ └── crawdad
│ │ ├── frb
│ │ │ └── m1ete99
│ │ ├── house
│ │ │ └── hr
│ │ │ └── georgia6
│ │ ├── lbl
│ │ │ ├── clarsen
│ │ │ └── rdonahue
│ │ ├── nasa
│ │ │ ├── arc
│ │ │ │ ├── kevin
│ │ │ │ └── whitney
│ │ │ ├── jpl
│ │ │ │ ├── jon.ericson
│ │ │ │ └── urban
│ │ │ ├── jsc
│ │ │ │ ├── horn
│ │ │ │ └── poirot
│ │ │ ├── larc
│ │ │ │ └── jentink
│ │ │ └── lerc
│ │ │ └── drich
│ │ ├── nist
│ │ │ └── cme
│ │ │ ├── clark
│ │ │ ├── kay
│ │ │ ├── klm
│ │ │ ├── libes
│ │ │ ├── paisley
│ │ │ └── ressler
│ │ ├── senate
│ │ │ └── kennedy
│ │ │ └── senator
│ │ ├── ssc
│ │ │ └── bear
│ │ │ └── dmathies
│ │ └── whitehouse
│ │ ├── clinton
│ │ ├── gore
│ │ ├── president
│ │ └── vice-president
│ ├── hr
│ │ └── srce
│ │ ├── dave
│ │ └── hniksic
│ ├── hu
│ │ ├── elte
│ │ │ ├── errge
│ │ │ └── lorentey
│ │ └── risko
│ │ ├── gergely
│ │ └── risko
│ ├── il
│ │ ├── ac
│ │ │ └── technion
│ │ │ ├── cs
│ │ │ │ ├── ayali
│ │ │ │ ├── eckel
│ │ │ │ └── tyuri
│ │ │ └── massi
│ │ └── co
│ │ ├── compugen
│ │ │ └── ariels
│ │ ├── netmanage
│ │ │ └── michaelk
│ │ └── ornet
│ │ └── ricky
│ ├── in
│ │ ├── ernet
│ │ │ ├── anirudh
│ │ │ └── preeti
│ │ └── net
│ │ └── vsnl
│ │ └── neethu
│ ├── info
│ │ └── ahlberg
│ │ └── michael
│ ├── it
│ │ ├── tin
│ │ │ ├── davide_pezzi
│ │ │ └── ik5bcu
│ │ └── univaq
│ │ └── smaq20
│ │ └── rocco
│ ├── jp
│ │ ├── ac
│ │ │ └── saitama-u
│ │ │ └── ics
│ │ │ └── cit
│ │ │ └── far
│ │ ├── co
│ │ │ └── orangesoft
│ │ │ └── seiya
│ │ └── go
│ │ └── etl
│ │ └── schermei
│ ├── lt
│ │ └── osf
│ │ └── pub
│ │ └── satkausk
│ ├── mil
│ │ └── navy
│ │ └── gadistr
│ ├── net
│ │ ├── 4dv
│ │ │ └── ruhl
│ │ ├── abreau
│ │ │ ├── jabr
│ │ │ └── john
│ │ ├── airmail
│ │ │ ├── dougd
│ │ │ ├── duh
│ │ │ └── mrbill
│ │ ├── america
│ │ │ └── bancroft
│ │ ├── aol
│ │ │ └── knowlesb
│ │ ├── apk
│ │ │ └── rmh
│ │ ├── attglobal
│ │ │ └── chusty
│ │ ├── bcpl
│ │ │ └── jspath
│ │ ├── capital
│ │ │ └── schnibco
│ │ ├── ccccom
│ │ │ └── tbathe
│ │ ├── cencom
│ │ │ └── schnibco
│ │ ├── cheta
│ │ │ └── gelman
│ │ ├── clari
│ │ │ └── brad
│ │ ├── cloud9
│ │ │ └── angel
│ │ ├── club
│ │ │ └── rick
│ │ ├── comcast
│ │ │ ├── crazywisdom
│ │ │ └── marilynedington
│ │ ├── cox
│ │ │ ├── dcp1990
│ │ │ └── junkio
│ │ ├── dandy
│ │ │ └── rrowan
│ │ ├── detour
│ │ │ └── damion
│ │ │ └── root
│ │ ├── earthling
│ │ │ └── d-range
│ │ ├── earthlink
│ │ │ ├── begemot
│ │ │ └── twideman
│ │ ├── easynet
│ │ │ └── ch
│ │ │ └── viktor.steinmann
│ │ ├── faupelpc
│ │ │ └── jfraser
│ │ ├── fcs
│ │ │ └── bo
│ │ ├── flying-rhenquest
│ │ │ └── greyfox
│ │ ├── frontiercomm
│ │ │ └── crazyhay
│ │ ├── gate
│ │ │ └── flshgmby
│ │ ├── gil
│ │ │ └── maria
│ │ ├── gim
│ │ │ └── cbury
│ │ ├── globetrotter
│ │ │ └── p.galbraith
│ │ ├── gti
│ │ │ └── broidoj
│ │ ├── hardakers
│ │ │ └── wes
│ │ ├── hiwaay
│ │ │ └── gbacon
│ │ ├── hk
│ │ │ ├── enzo
│ │ │ └── prs
│ │ ├── hooked
│ │ │ └── alozoya
│ │ ├── ibm
│ │ │ ├── chusty
│ │ │ ├── danidc
│ │ │ ├── rcgreen
│ │ │ └── weismer
│ │ ├── idt
│ │ │ ├── clint
│ │ │ └── sirerick
│ │ ├── ih2000
│ │ │ └── taxform
│ │ ├── indy
│ │ │ └── sweeper
│ │ ├── inland
│ │ │ └── base194
│ │ ├── intergrafix
│ │ │ └── admin
│ │ ├── ipv5
│ │ │ ├── frankye
│ │ │ └── listsucker
│ │ ├── isunet
│ │ │ └── isu
│ │ │ └── mwm
│ │ ├── izzy
│ │ │ └── pfc
│ │ ├── learningstone
│ │ │ └── psqt
│ │ ├── lia
│ │ │ └── sec
│ │ │ └── gaijin
│ │ ├── livenet
│ │ │ └── cobra
│ │ │ └── webmastercob
│ │ ├── mailhost
│ │ │ └── mortenf
│ │ ├── majakari
│ │ │ ├── edvard
│ │ │ ├── edvard+news
│ │ │ └── edvard+web
│ │ ├── mcs
│ │ │ └── jvwater
│ │ ├── meulie
│ │ │ └── evert
│ │ ├── mind
│ │ │ ├── bpetitt
│ │ │ ├── pcs
│ │ │ └── vpetitt
│ │ ├── mindcrime
│ │ │ └── killedbythoughts
│ │ ├── moolenaar
│ │ │ └── bram
│ │ ├── negia
│ │ │ └── bucket
│ │ ├── netgate
│ │ │ └── mithril
│ │ ├── nyx
│ │ │ └── jtwickel
│ │ ├── ohnopublishing
│ │ │ └── ohnobinki
│ │ ├── one
│ │ │ └── marek
│ │ ├── onramp
│ │ │ └── aannette
│ │ ├── optonline
│ │ │ └── sniffnoy
│ │ ├── pediddle
│ │ │ └── pediddle
│ │ ├── pgh
│ │ │ └── gandalf
│ │ ├── power
│ │ │ └── scooley
│ │ ├── rmi
│ │ │ └── tph
│ │ ├── robla
│ │ │ └── robla
│ │ ├── royal
│ │ │ └── evert
│ │ ├── rumble
│ │ │ └── simon
│ │ ├── saugus
│ │ │ └── eric
│ │ ├── schneelocke
│ │ │ └── schnee
│ │ ├── scott
│ │ │ └── halsted
│ │ ├── sf
│ │ │ └── users
│ │ │ └── jasxun
│ │ ├── shore
│ │ │ └── wildcard
│ │ ├── sid
│ │ │ └── alexx.muller
│ │ ├── softeyes
│ │ │ └── joerg.wittenberger
│ │ ├── sourceforge
│ │ │ ├── drv
│ │ │ ├── jasxun
│ │ │ └── lists
│ │ │ └── penguicon-general
│ │ ├── speakeasy
│ │ │ └── bicidoc
│ │ ├── suberic
│ │ │ └── kevin
│ │ ├── suburbia
│ │ │ └── clyde
│ │ ├── superlink
│ │ │ └── degruyl
│ │ ├── theplanet
│ │ │ └── ian
│ │ ├── tln
│ │ │ └── mattdm
│ │ ├── tns
│ │ │ └── duggy
│ │ ├── usa
│ │ │ ├── aarongrandy
│ │ │ ├── anonemoose
│ │ │ └── r.k.moore
│ │ ├── uu
│ │ │ ├── afrey
│ │ │ ├── asp
│ │ │ ├── bfrey
│ │ │ ├── chedlia
│ │ │ ├── jeannie
│ │ │ ├── lori
│ │ │ ├── rick
│ │ │ └── tale
│ │ ├── verizon
│ │ │ └── ronyoung
│ │ ├── webqueen
│ │ │ └── solaz
│ │ ├── who
│ │ │ └── em
│ │ ├── xanadu
│ │ │ └── ted
│ │ ├── zer0db
│ │ │ └── bm
│ │ └── zilker
│ │ └── marquard
│ ├── nl
│ │ ├── chello
│ │ │ └── hbrouwer4
│ │ ├── cwi
│ │ │ ├── jeroen.hendrix
│ │ │ ├── leon
│ │ │ └── steven
│ │ ├── euronet
│ │ │ └── jsmits
│ │ ├── gravity
│ │ │ └── brainy
│ │ ├── kub
│ │ │ └── maarten.vanwijk
│ │ ├── kun
│ │ │ ├── cs
│ │ │ │ └── jesseh
│ │ │ └── sci
│ │ │ └── wiggerma
│ │ ├── ruu
│ │ │ ├── fi
│ │ │ │ └── ftu
│ │ │ └── phil
│ │ │ └── freek.wiedijk
│ │ ├── tudelft
│ │ │ └── j.j.degraaff
│ │ ├── tue
│ │ │ ├── ele
│ │ │ │ └── eeb
│ │ │ │ └── heiniw
│ │ │ └── win
│ │ │ └── debra
│ │ ├── utwente
│ │ │ ├── axel.belinfante
│ │ │ └── skow
│ │ ├── uu
│ │ │ ├── fi
│ │ │ │ └── ftu
│ │ │ └── phil
│ │ │ └── freek.wiedijk
│ │ ├── uva
│ │ │ └── wins
│ │ │ └── leon
│ │ └── xs4all
│ │ ├── graaff
│ │ ├── hansie
│ │ ├── matthijsln
│ │ ├── rdingem
│ │ ├── rpdeboer
│ │ └── sculptro
│ ├── no
│ │ ├── capucci
│ │ │ └── tore
│ │ ├── grimstveit
│ │ │ └── jakob
│ │ ├── hia
│ │ │ └── rmeier
│ │ ├── hist
│ │ │ └── tihlde
│ │ │ └── arneh
│ │ ├── nki
│ │ │ └── msgate
│ │ │ └── rungok
│ │ ├── online
│ │ │ ├── kellings
│ │ │ └── meulie
│ │ ├── optimasystemer
│ │ │ └── frode.halvorsen
│ │ ├── oslonett
│ │ │ ├── rungok
│ │ │ └── stok
│ │ ├── powertech
│ │ │ └── ucunlim
│ │ ├── sn
│ │ │ └── stok
│ │ ├── stentofon
│ │ │ └── frode
│ │ ├── uib
│ │ │ └── fi
│ │ │ └── lajo
│ │ ├── uio
│ │ │ ├── ifi
│ │ │ │ ├── henrikso
│ │ │ │ ├── larsi
│ │ │ │ ├── oka
│ │ │ │ └── stanisls
│ │ │ └── sturles
│ │ ├── unik
│ │ │ └── jfnass
│ │ └── unit
│ │ └── idt
│ │ └── berntep
│ ├── nu
│ │ ├── kanga
│ │ │ └── claw
│ │ └── tek
│ │ └── g.russell
│ ├── nz
│ │ ├── ac
│ │ │ ├── auckland
│ │ │ │ └── cs
│ │ │ │ └── jas
│ │ │ └── vuw
│ │ │ └── comp
│ │ │ └── duncan
│ │ ├── co
│ │ │ ├── iconz
│ │ │ │ └── crump
│ │ │ └── xtra
│ │ │ └── hoffmann.nicola
│ │ └── govt
│ │ └── natlib
│ │ └── dean
│ ├── org
│ │ ├── 3e
│ │ │ └── dmd
│ │ ├── acm
│ │ │ ├── lschumacher
│ │ │ ├── psl
│ │ │ └── winikoff
│ │ ├── air
│ │ │ └── enzo
│ │ ├── ampr
│ │ │ └── n2idf
│ │ │ └── rylos
│ │ │ └── dave
│ │ ├── atdot
│ │ │ └── thristian
│ │ ├── blu
│ │ │ └── jabr
│ │ ├── bodin
│ │ │ └── magnus
│ │ ├── capaccess
│ │ │ └── cbury
│ │ ├── ccraig
│ │ │ └── ccraig
│ │ ├── chromium
│ │ │ └── davidbarr
│ │ ├── church-holy-cross
│ │ │ └── webmaster
│ │ ├── computer
│ │ │ └── conner
│ │ ├── crocodile
│ │ │ └── lord
│ │ ├── cshl
│ │ │ └── bayern
│ │ ├── dairiki
│ │ │ └── dairiki
│ │ ├── debian
│ │ │ └── hakan
│ │ ├── degraaff
│ │ │ └── hans
│ │ ├── dtd
│ │ │ └── shaw
│ │ ├── dyndns
│ │ │ └── latakia
│ │ │ └── ruhl
│ │ ├── ectoplasm
│ │ │ └── gozer
│ │ ├── eff
│ │ │ └── barlow
│ │ ├── esperanto
│ │ │ └── martin
│ │ ├── freedesktop
│ │ │ └── josh
│ │ ├── gmane
│ │ │ ├── admin
│ │ │ └── gmf-faces
│ │ ├── gnu
│ │ │ ├── dak
│ │ │ ├── mwolson
│ │ │ └── rms
│ │ ├── gnu-rox
│ │ │ └── zedek
│ │ ├── grey17
│ │ │ └── shabby
│ │ ├── grfn
│ │ │ └── rooks
│ │ ├── haygood
│ │ │ ├── bill
│ │ │ └── cocoa
│ │ ├── hedbor
│ │ │ └── david
│ │ ├── interreality
│ │ │ └── reed
│ │ ├── jwz
│ │ │ └── jwz
│ │ ├── linuxfromscratch
│ │ │ ├── elinks-dev
│ │ │ ├── elinks-users
│ │ │ ├── links-list
│ │ │ └── listar
│ │ ├── mi
│ │ │ ├── chad
│ │ │ └── dojo
│ │ │ └── mjo
│ │ ├── ml
│ │ │ ├── dyn
│ │ │ │ └── timdawe
│ │ │ │ └── tim
│ │ │ └── home
│ │ │ └── ellingsen
│ │ │ └── kellings
│ │ ├── mullnet
│ │ │ └── mulligan
│ │ ├── ncne
│ │ │ └── grant
│ │ ├── nelefa
│ │ │ └── deeds
│ │ ├── netlabs
│ │ │ └── odin-user
│ │ ├── osf
│ │ │ ├── alix
│ │ │ ├── birk
│ │ │ ├── gm
│ │ │ ├── hartman
│ │ │ ├── hermi
│ │ │ ├── jeffreyh
│ │ │ ├── john
│ │ │ ├── lab
│ │ │ ├── loverso
│ │ │ ├── marcus
│ │ │ ├── nolting
│ │ │ └── peter
│ │ ├── pcusa
│ │ │ ├── cajames
│ │ │ └── lhagen
│ │ ├── pole
│ │ │ └── north
│ │ │ └── santa
│ │ ├── priory
│ │ │ └── colin_mulligan
│ │ ├── pun
│ │ │ └── jrp
│ │ ├── rand
│ │ │ └── esperanto-request
│ │ ├── ridleyfamily
│ │ │ └── dan
│ │ ├── river
│ │ │ └── jef
│ │ ├── spoonfork
│ │ │ └── james0407
│ │ ├── thunk
│ │ │ └── tytso
│ │ ├── ties
│ │ │ └── michael
│ │ ├── urmane
│ │ │ └── urmane
│ │ ├── wall
│ │ │ └── larry
│ │ ├── wiersma
│ │ │ └── arjen
│ │ └── xemacs
│ │ └── didier
│ ├── ph
│ │ └── net
│ │ └── free
│ │ └── sacha
│ ├── pl
│ │ ├── edu
│ │ │ └── pk
│ │ │ └── marcin
│ │ ├── gazeta
│ │ │ └── wazow
│ │ ├── wp
│ │ │ └── kostoo
│ │ └── wroc
│ │ └── uni
│ │ └── ii
│ │ ├── nthx
│ │ └── tomasz.nazar
│ ├── pt
│ │ └── oninet
│ │ └── raphael
│ ├── ru
│ │ ├── pu
│ │ │ └── stud
│ │ │ └── alexey
│ │ └── rssi
│ │ └── iki
│ │ └── sik
│ ├── se
│ │ ├── algonet
│ │ │ └── roger-li
│ │ ├── chalmers
│ │ │ ├── cs
│ │ │ │ └── martinw
│ │ │ ├── engstrom
│ │ │ ├── ios
│ │ │ │ └── weimar
│ │ │ ├── md1wis
│ │ │ ├── md2jakob
│ │ │ ├── md2perpe
│ │ │ └── wistrand
│ │ ├── contactor
│ │ │ └── per.lundholm
│ │ ├── diplomacy
│ │ │ ├── bjorn.lindstrom
│ │ │ └── bkhl
│ │ ├── elektrubadur
│ │ │ └── bkhl
│ │ ├── foa
│ │ │ └── chj
│ │ ├── his
│ │ │ └── ida
│ │ │ └── dv3alefo
│ │ ├── hj
│ │ │ └── da97olda
│ │ ├── idonex
│ │ │ └── david
│ │ ├── katedral
│ │ │ └── henrik
│ │ ├── kth
│ │ │ ├── e
│ │ │ │ ├── e97_fgi
│ │ │ │ └── e97_pst
│ │ │ ├── e92_ubj
│ │ │ └── max
│ │ ├── liu
│ │ │ ├── ctrl-c
│ │ │ │ └── daniel
│ │ │ ├── d93danho
│ │ │ ├── ida
│ │ │ │ ├── gerje
│ │ │ │ ├── juhta
│ │ │ │ └── steka
│ │ │ └── lysator
│ │ │ ├── dp
│ │ │ └── neotron
│ │ ├── lth
│ │ │ ├── anders.magnusson
│ │ │ ├── df
│ │ │ │ └── petersv
│ │ │ ├── efd
│ │ │ │ └── d91sl
│ │ │ ├── lena.stromberg
│ │ │ └── maths
│ │ │ └── nco
│ │ ├── lu
│ │ │ ├── anders
│ │ │ ├── bjorn
│ │ │ └── hakan
│ │ ├── luth
│ │ │ ├── cdt
│ │ │ │ └── aer
│ │ │ └── ludd
│ │ │ └── max
│ │ ├── sics
│ │ │ ├── alf
│ │ │ ├── andrzej
│ │ │ ├── anette
│ │ │ ├── annalena
│ │ │ ├── anneli
│ │ │ ├── annika
│ │ │ ├── backlund
│ │ │ ├── bengta
│ │ │ ├── birgitta
│ │ │ ├── bjorn
│ │ │ ├── bjornl
│ │ │ ├── bogdan
│ │ │ ├── boortz
│ │ │ ├── d85-omc
│ │ │ ├── dan
│ │ │ ├── fredrik
│ │ │ ├── hag
│ │ │ ├── hans
│ │ │ ├── janusz
│ │ │ ├── jw
│ │ │ ├── klasorsv
│ │ │ ├── klemets
│ │ │ ├── landin
│ │ │ ├── lef
│ │ │ ├── lhe
│ │ │ ├── lje
│ │ │ ├── manny
│ │ │ ├── marianne
│ │ │ ├── martin
│ │ │ ├── matsb
│ │ │ ├── matsc
│ │ │ ├── mikael
│ │ │ ├── mn
│ │ │ ├── monica
│ │ │ ├── ollef
│ │ │ ├── olleo
│ │ │ ├── olof
│ │ │ ├── orc
│ │ │ ├── per
│ │ │ ├── peter
│ │ │ ├── piak
│ │ │ ├── roland
│ │ │ ├── rune
│ │ │ ├── san
│ │ │ ├── seif
│ │ │ ├── sirpa
│ │ │ ├── torkel
│ │ │ ├── vicki
│ │ │ └── wu
│ │ ├── swipnet
│ │ │ └── dp
│ │ ├── trab
│ │ │ └── lulea
│ │ │ └── henrik
│ │ ├── uu
│ │ │ └── lingfil
│ │ │ └── bkhl
│ │ └── xkom
│ │ └── tommy
│ ├── sg
│ │ ├── com
│ │ │ └── singnet
│ │ │ └── chlim
│ │ └── nus
│ │ └── art50504
│ ├── si
│ │ ├── hermes
│ │ │ └── branko.cibej
│ │ └── ijs
│ │ └── arso
│ ├── th
│ │ └── co
│ │ └── ar
│ │ └── bousa
│ ├── uk
│ │ ├── ac
│ │ │ ├── cam
│ │ │ │ ├── cah17
│ │ │ │ ├── djh59
│ │ │ │ ├── markus.kuhn
│ │ │ │ ├── rjc1008
│ │ │ │ └── tjat2
│ │ │ ├── city
│ │ │ │ └── sunil
│ │ │ ├── durham
│ │ │ │ └── a.p.jones
│ │ │ ├── ed
│ │ │ │ ├── cogsci
│ │ │ │ │ └── tkld
│ │ │ │ └── kevin.davidson
│ │ │ ├── edinburgh
│ │ │ │ └── jaspert
│ │ │ ├── gla
│ │ │ │ └── aero
│ │ │ │ └── billm
│ │ │ ├── ic
│ │ │ │ └── m.hampson
│ │ │ ├── lboro
│ │ │ │ └── eliwp
│ │ │ ├── leeds
│ │ │ │ └── een5xh
│ │ │ ├── napier
│ │ │ │ └── dcs
│ │ │ │ ├── gor
│ │ │ │ └── g.russell
│ │ │ ├── newcastle
│ │ │ │ └── lindsay.marshall
│ │ │ ├── ox
│ │ │ │ └── biop
│ │ │ │ └── baaden
│ │ │ ├── qmw
│ │ │ │ └── pd
│ │ │ ├── sheffield
│ │ │ │ └── p.riocreux
│ │ │ ├── soton
│ │ │ │ ├── agt
│ │ │ │ ├── at
│ │ │ │ └── nmg97r
│ │ │ ├── southampton
│ │ │ │ ├── cjd92
│ │ │ │ └── etj90
│ │ │ ├── st-and
│ │ │ │ └── dcs
│ │ │ │ ├── cjc
│ │ │ │ ├── ijm
│ │ │ │ ├── sab
│ │ │ │ └── smr
│ │ │ ├── strath
│ │ │ │ └── jim
│ │ │ ├── ukc
│ │ │ │ ├── mh
│ │ │ │ └── pc
│ │ │ ├── warwick
│ │ │ │ ├── cheesey
│ │ │ │ ├── cudae
│ │ │ │ ├── cuden
│ │ │ │ ├── cudep
│ │ │ │ ├── cudma
│ │ │ │ ├── lyaad
│ │ │ │ ├── salim
│ │ │ │ └── vato
│ │ │ ├── westminster
│ │ │ │ └── clemenr
│ │ │ └── york
│ │ │ └── sp106
│ │ ├── co
│ │ │ ├── blueyonder
│ │ │ │ └── dhemming
│ │ │ ├── bogo
│ │ │ │ └── kai
│ │ │ ├── bt
│ │ │ │ └── syntegra
│ │ │ │ └── neil.walker
│ │ │ ├── cegelecproj
│ │ │ │ └── steve
│ │ │ ├── datagate
│ │ │ │ └── pierre
│ │ │ ├── demon
│ │ │ │ ├── anam
│ │ │ │ │ └── chris
│ │ │ │ ├── dellylix
│ │ │ │ │ ├── kdell
│ │ │ │ │ ├── sdell
│ │ │ │ │ └── tina.dell
│ │ │ │ └── duketastrophy
│ │ │ │ ├── gng
│ │ │ │ └── graham
│ │ │ ├── eucad
│ │ │ │ └── davidc
│ │ │ ├── f9
│ │ │ │ └── john
│ │ │ ├── fdc
│ │ │ │ └── iand
│ │ │ ├── freeserve
│ │ │ │ └── winskill
│ │ │ │ └── richard
│ │ │ ├── gec-epl
│ │ │ │ └── steve
│ │ │ ├── icl
│ │ │ │ └── wg
│ │ │ │ └── arabel
│ │ │ ├── postmaster
│ │ │ │ └── neilwalker
│ │ │ ├── retrospec
│ │ │ │ ├── chris
│ │ │ │ ├── graham
│ │ │ │ ├── jeff
│ │ │ │ ├── john
│ │ │ │ ├── neil
│ │ │ │ ├── pierre
│ │ │ │ └── tero
│ │ │ ├── runecraft
│ │ │ │ └── andyn
│ │ │ └── waverider
│ │ │ └── surfbaud
│ │ ├── net
│ │ │ └── u
│ │ │ └── matthew
│ │ └── org
│ │ ├── thurman
│ │ │ ├── andrew
│ │ │ ├── thomas
│ │ │ └── tjat2
│ │ └── welcometowakefield
│ │ └── wtwjgc
│ ├── us
│ │ ├── aaronjangel
│ │ │ └── thatoneguy
│ │ ├── in
│ │ │ └── bloomington
│ │ │ └── flaubert
│ │ │ └── lisa
│ │ ├── ma
│ │ │ └── southborough
│ │ │ └── loverso
│ │ │ ├── john
│ │ │ └── sue
│ │ ├── nj
│ │ │ └── chatham
│ │ │ └── pc
│ │ │ └── edguy
│ │ ├── pa
│ │ │ └── pgh
│ │ │ └── sullivan
│ │ │ └── kevin
│ │ └── va
│ │ └── cc
│ │ └── nv
│ │ └── ehalbert
│ ├── va
│ │ └── vatican
│ │ ├── benedettoxvi
│ │ └── benedictxvi
│ ├── ws
│ │ └── calmar
│ │ └── calmar
│ └── za
│ └── co
│ ├── cyberserv
│ │ ├── cheeky
│ │ └── wbosch
│ └── mweb
│ ├── galaxy
│ └── mwsny001
├── pidgin-twitter
├── pitivi
│ ├── audiopresets
│ ├── pixmaps
│ │ ├── effects
│ │ └── transitions
│ ├── renderpresets
│ ├── ui
│ └── videopresets
├── pixmaps
│ ├── caja
│ ├── dvd95
│ ├── evolution-data-server
│ ├── exo-1
│ ├── faces
│ ├── GNUstep
│ ├── guake
│ ├── mate-accessx-status-applet
│ ├── mate-cpufreq-applet
│ ├── mate-stickynotes
│ ├── pidgin
│ │ ├── animations
│ │ │ └── 16
│ │ ├── buttons
│ │ ├── dialogs
│ │ │ ├── 16
│ │ │ ├── 64
│ │ │ └── scalable
│ │ ├── emblems
│ │ │ ├── 16
│ │ │ └── scalable
│ │ ├── emotes
│ │ │ ├── burger
│ │ │ ├── crystalgaim
│ │ │ ├── default
│ │ │ ├── dmogdotorg
│ │ │ ├── feltip24
│ │ │ ├── feltipretouched
│ │ │ ├── gaim-summer-daze-emoticons
│ │ │ ├── HandmadeSmiles
│ │ │ ├── inbob
│ │ │ ├── kitties
│ │ │ ├── maya
│ │ │ ├── nis
│ │ │ ├── none
│ │ │ ├── QIP-pidgin
│ │ │ ├── rvp
│ │ │ ├── small
│ │ │ └── smallsmiles
│ │ ├── guifications
│ │ │ ├── conf
│ │ │ └── themes
│ │ │ ├── default
│ │ │ ├── mini
│ │ │ └── Penguins
│ │ ├── protocols
│ │ │ ├── 16
│ │ │ ├── 22
│ │ │ ├── 24
│ │ │ ├── 32
│ │ │ ├── 48
│ │ │ └── scalable
│ │ ├── status
│ │ │ ├── 11
│ │ │ │ └── rtl
│ │ │ ├── 16
│ │ │ │ └── rtl
│ │ │ ├── 22
│ │ │ │ └── rtl
│ │ │ ├── 32
│ │ │ │ └── rtl
│ │ │ └── 48
│ │ │ └── rtl
│ │ ├── toolbar
│ │ │ ├── 11
│ │ │ ├── 16
│ │ │ ├── 22
│ │ │ ├── 32
│ │ │ └── 48
│ │ └── tray
│ │ ├── 16
│ │ ├── hicolor
│ │ │ ├── 16x16
│ │ │ │ └── status
│ │ │ ├── 22x22
│ │ │ │ └── status
│ │ │ ├── 32x32
│ │ │ │ └── status
│ │ │ └── 48x48
│ │ │ └── status
│ │ ├── Mint-X
│ │ │ └── status
│ │ │ ├── 16
│ │ │ ├── 22
│ │ │ ├── 32
│ │ │ └── 48
│ │ └── Mint-X-Dark
│ │ └── status
│ │ ├── 16
│ │ ├── 22
│ │ ├── 32
│ │ └── 48
│ ├── pidgin-encryption
│ ├── splash
│ ├── Thunar
│ ├── uget
│ ├── wbar
│ ├── xarchiver
│ ├── xcfa
│ ├── xfce4-mixer
│ └── xfdesktop
├── pkgconfig
├── plank
│ └── themes
│ ├── Default
│ ├── Matte
│ └── Transparent
├── playonlinux
│ ├── bash
│ │ └── expert
│ ├── bin
│ ├── etc
│ │ ├── install
│ │ ├── onglet
│ │ └── setups
│ │ ├── autorun
│ │ ├── default
│ │ ├── delete
│ │ ├── exec
│ │ ├── fonts
│ │ ├── update
│ │ └── wineserver
│ ├── lang
│ │ ├── locale
│ │ │ ├── ar
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ast
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bg
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bs
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ca
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── cs
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── da
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── de
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── el
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── en_GB
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── es
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── et
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fi
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── gl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── he
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hi
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hu
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── id
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── it
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ja
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── jv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ko
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── lt
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ms
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nb
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── oc
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pt
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pt_BR
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ro
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ru
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── si
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sk
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sr@latin
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── te
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── th
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── tr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── uk
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── zh_CN
│ │ │ │ └── LC_MESSAGES
│ │ │ └── zh_TW
│ │ │ └── LC_MESSAGES
│ │ └── po
│ ├── lib
│ ├── plugins
│ ├── python
│ │ └── lib
│ ├── resources
│ │ ├── images
│ │ │ ├── configure
│ │ │ ├── emotes
│ │ │ ├── icones
│ │ │ ├── install
│ │ │ │ └── 32
│ │ │ ├── menu
│ │ │ ├── setups
│ │ │ │ ├── autorun
│ │ │ │ ├── default
│ │ │ │ ├── delete
│ │ │ │ ├── exec
│ │ │ │ ├── fonts
│ │ │ │ ├── update
│ │ │ │ ├── wait
│ │ │ │ └── wineserver
│ │ │ └── toolbar
│ │ │ └── 48
│ │ └── sounds
│ ├── src
│ └── tests
│ ├── bash
│ └── python
├── pluma
│ ├── icons
│ ├── plugins
│ │ ├── docinfo
│ │ ├── filebrowser
│ │ ├── modelines
│ │ ├── sort
│ │ ├── spell
│ │ ├── taglist
│ │ └── time
│ └── ui
├── plymouth-manager
│ ├── data
│ │ ├── config_file
│ │ ├── icons
│ │ ├── themes_preview
│ │ └── ui
│ ├── doc
│ └── src
├── pnm2ppa
├── po-debconf
│ └── templates
├── polkit-1
│ ├── actions
│ └── rules.d
├── poppler
│ ├── cidToUnicode
│ ├── cMap
│ │ ├── Adobe-CNS1
│ │ ├── Adobe-GB1
│ │ ├── Adobe-Japan1
│ │ ├── Adobe-Japan2
│ │ └── Adobe-Korea1
│ ├── nameToUnicode
│ └── unicodeMap
├── postfix
├── ppd
│ ├── cupsfilters
│ ├── custom
│ └── hplip
│ └── HP
├── ppp
├── projectM
│ ├── presets
│ └── shaders
├── pulseaudio
│ └── alsa-mixer
│ ├── paths
│ └── profile-sets
├── pulseaudio-equalizer
│ └── presets
├── puredata
│ └── doc
│ ├── 5.reference
│ └── 7.stuff
│ ├── soundfile-tools
│ ├── synth
│ └── tools
├── purple
│ ├── ca-certs
│ └── openfetion
├── pycentral-data
├── pygobject
│ └── 2.0
│ └── defs
├── pygtk
│ └── 2.0
│ └── defs
├── pyicqt
│ ├── data
│ │ └── www
│ │ ├── css
│ │ └── images
│ └── src
│ ├── chardet_utf
│ ├── langs
│ ├── legacy
│ │ └── services
│ ├── services
│ ├── tlib
│ ├── web
│ └── xdb
├── pyshared
│ ├── AptUrl
│ │ └── gtk
│ ├── django_pipeline-1.2.2.1.egg-info
│ ├── dockbarx
│ ├── dockmanager
│ ├── guake
│ ├── keybinder
│ ├── libmimms
│ ├── matplotlib
│ │ ├── backends
│ │ │ ├── qt4_editor
│ │ │ └── web_backend
│ │ │ ├── css
│ │ │ └── jquery
│ │ │ ├── css
│ │ │ │ └── themes
│ │ │ │ └── base
│ │ │ │ └── images
│ │ │ └── js
│ │ ├── compat
│ │ ├── delaunay
│ │ ├── projections
│ │ ├── sphinxext
│ │ ├── testing
│ │ │ └── jpl_units
│ │ ├── tests
│ │ └── tri
│ ├── matplotlib-1.3.1.egg-info
│ ├── mpl_toolkits
│ │ ├── axes_grid
│ │ ├── axes_grid1
│ │ ├── axisartist
│ │ └── mplot3d
│ ├── museek
│ ├── openshot
│ │ ├── blender
│ │ │ ├── blend
│ │ │ ├── earth
│ │ │ ├── icons
│ │ │ └── scripts
│ │ ├── classes
│ │ ├── effects
│ │ │ └── icons
│ │ │ ├── medium
│ │ │ └── small
│ │ ├── export_presets
│ │ ├── images
│ │ ├── language
│ │ ├── locale
│ │ │ ├── ady
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ar
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ast
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bg
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── bs
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ca
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ca@valencia
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── cs
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── cy
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── da
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── de
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── el
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── en_AU
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── en_CA
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── en_GB
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── eo
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── es
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── et
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── eu
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fa
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fi
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fil
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fo
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── fy
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── gaa
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── gl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── he
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hi
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hu
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── hy
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── id
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── is
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── it
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ja
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── jv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ka
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── kn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ko
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ky
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── la
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── lt
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── lv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ms
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nb
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ne
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── nn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── oc
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── OpenShot
│ │ │ ├── pa
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pt
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── pt_BR
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ro
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ru
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── shn
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── si
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sk
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sl
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── sv
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ta
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── te
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── th
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── tr
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── ug
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── uk
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── uz
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── vi
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── zh_CN
│ │ │ │ └── LC_MESSAGES
│ │ │ ├── zh_HK
│ │ │ │ └── LC_MESSAGES
│ │ │ └── zh_TW
│ │ │ └── LC_MESSAGES
│ │ ├── profiles
│ │ ├── themes
│ │ │ ├── blue_flat
│ │ │ │ └── icons
│ │ │ ├── blue_flat_slim
│ │ │ │ └── icons
│ │ │ ├── blue_glass
│ │ │ │ └── icons
│ │ │ ├── elementary
│ │ │ │ └── icons
│ │ │ ├── fresh
│ │ │ │ └── icons
│ │ │ ├── fresher
│ │ │ │ └── icons
│ │ │ ├── holo
│ │ │ │ └── icons
│ │ │ ├── simple
│ │ │ │ └── icons
│ │ │ └── tango
│ │ │ └── icons
│ │ ├── titles
│ │ │ ├── 16_9
│ │ │ └── 4_3
│ │ ├── transitions
│ │ │ └── icons
│ │ │ ├── medium
│ │ │ └── small
│ │ ├── uploads
│ │ │ ├── logos
│ │ │ ├── vimeo
│ │ │ │ ├── httplib2
│ │ │ │ ├── httplib2wrap
│ │ │ │ └── oauth2
│ │ │ │ └── clients
│ │ │ └── youtube
│ │ │ ├── atom
│ │ │ └── gdata
│ │ │ ├── geo
│ │ │ ├── media
│ │ │ ├── oauth
│ │ │ ├── opensearch
│ │ │ ├── tlslite
│ │ │ │ ├── integration
│ │ │ │ └── utils
│ │ │ └── youtube
│ │ └── windows
│ │ └── ui
│ │ └── icons
│ ├── parted
│ ├── pipeline
│ │ ├── compilers
│ │ ├── compressors
│ │ ├── conf
│ │ ├── templates
│ │ │ └── pipeline
│ │ └── templatetags
│ ├── pyalsa
│ ├── pyalsa-1.0.26.egg-info
│ ├── pyxine
│ ├── radare
│ ├── urlscan
│ ├── Xlib
│ │ ├── ext
│ │ ├── keysymdef
│ │ ├── protocol
│ │ ├── support
│ │ └── xobject
│ ├── xmms2tray
│ └── yapps
├── pyshared-data
├── python
│ ├── debpython
│ ├── dist
│ ├── ns
│ └── runtime.d
├── python3
│ ├── debpython
│ │ └── __pycache__
│ ├── dist
│ ├── __pycache__
│ └── runtime.d
├── python-apt
│ └── templates
├── python-support
│ └── private
├── python-wxgtk2.8
│ └── XRCed
│ └── plugins
│ └── bitmaps
├── qastools
│ ├── l10n
│ └── widgets
├── qt4
│ ├── bin
│ ├── doc
│ │ └── html
│ ├── include -> ../../include/qt4
│ ├── mkspecs
│ │ ├── aix-g++
│ │ ├── aix-g++-64
│ │ ├── aix-xlc
│ │ ├── aix-xlc-64
│ │ ├── blackberry-armv7le-qcc
│ │ ├── blackberry-playbook-armv7le-qcc
│ │ ├── blackberry-playbook-x86-qcc
│ │ ├── blackberry-x86-qcc
│ │ ├── common
│ │ │ ├── aix
│ │ │ ├── c89
│ │ │ ├── integrity
│ │ │ ├── ios
│ │ │ │ ├── GLES
│ │ │ │ └── GLES2
│ │ │ ├── mac
│ │ │ ├── posix
│ │ │ ├── qnx
│ │ │ ├── symbian
│ │ │ │ ├── header-wrappers
│ │ │ │ └── stl-off
│ │ │ └── wince
│ │ ├── cygwin-g++
│ │ ├── darwin-g++
│ │ ├── default -> linux-g++-64
│ │ ├── features
│ │ │ ├── mac
│ │ │ ├── symbian
│ │ │ ├── unix
│ │ │ └── win32
│ │ ├── freebsd-g++
│ │ ├── freebsd-g++46
│ │ ├── freebsd-icc
│ │ ├── glibc-g++
│ │ ├── hpux-acc
│ │ ├── hpux-acc-64
│ │ ├── hpux-acc-o64
│ │ ├── hpux-g++
│ │ ├── hpux-g++-64
│ │ ├── hpuxi-acc-32
│ │ ├── hpuxi-acc-64
│ │ ├── hpuxi-g++-64
│ │ ├── hurd-g++
│ │ ├── irix-cc
│ │ ├── irix-cc-64
│ │ ├── irix-g++
│ │ ├── irix-g++-64
│ │ ├── linux-arm-gnueabi-g++
│ │ ├── linux-cxx
│ │ ├── linux-ecc-64
│ │ ├── linux-g++
│ │ ├── linux-g++-32
│ │ ├── linux-g++-64
│ │ ├── linux-g++-aarch64
│ │ ├── linux-g++-maemo
│ │ ├── linux-icc
│ │ ├── linux-icc-32
│ │ ├── linux-icc-64
│ │ ├── linux-kcc
│ │ ├── linux-llvm
│ │ ├── linux-lsb-g++
│ │ ├── linux-pgcc
│ │ ├── lynxos-g++
│ │ ├── macx-g++
│ │ ├── macx-g++40
│ │ ├── macx-g++42
│ │ ├── macx-icc
│ │ ├── macx-llvm
│ │ ├── macx-pbuilder
│ │ ├── macx-xcode
│ │ ├── macx-xlc
│ │ ├── modules
│ │ ├── netbsd-g++
│ │ ├── openbsd-g++
│ │ ├── qnx-armv7le-qcc
│ │ ├── qnx-x86-qcc
│ │ ├── qws
│ │ │ ├── freebsd-generic-g++
│ │ │ ├── integrity-arm-cxarm
│ │ │ ├── integrity-ppc-cxppc
│ │ │ ├── integrity-x86-cx86
│ │ │ ├── linux-arm-g++
│ │ │ ├── linux-arm-gnueabi-g++
│ │ │ ├── linux-armv6-g++
│ │ │ ├── linux-avr32-g++
│ │ │ ├── linux-cellon-g++
│ │ │ ├── linux-dm7000-g++
│ │ │ ├── linux-dm800-g++
│ │ │ ├── linux-generic-g++
│ │ │ ├── linux-generic-g++-32
│ │ │ ├── linux-ipaq-g++
│ │ │ ├── linux-lsb-g++
│ │ │ ├── linux-mips-g++
│ │ │ ├── linux-nacl-g++
│ │ │ ├── linux-powerpc-g++
│ │ │ ├── linux-sh4al-g++
│ │ │ ├── linux-sharp-g++
│ │ │ ├── linux-sh-g++
│ │ │ ├── linux-x86_64-g++
│ │ │ ├── linux-x86-g++
│ │ │ ├── linux-zylonite-g++
│ │ │ ├── macx-generic-g++
│ │ │ ├── macx-nacl-g++
│ │ │ ├── qnx-arm-g++
│ │ │ ├── qnx-armv7-g++
│ │ │ ├── qnx-generic-g++
│ │ │ ├── qnx-i386-g++
│ │ │ ├── qnx-ppc-g++
│ │ │ └── solaris-generic-g++
│ │ ├── sco-cc
│ │ ├── sco-g++
│ │ ├── solaris-cc
│ │ ├── solaris-cc-64
│ │ ├── solaris-cc-64-stlport
│ │ ├── solaris-cc-stlport
│ │ ├── solaris-g++
│ │ ├── solaris-g++-64
│ │ ├── symbian-abld
│ │ ├── symbian-armcc
│ │ │ └── features
│ │ ├── symbian-gcce
│ │ │ └── features
│ │ ├── symbian-sbsv2
│ │ │ └── flm
│ │ │ └── qt
│ │ ├── tru64-cxx
│ │ ├── tru64-g++
│ │ ├── unixware-cc
│ │ ├── unixware-g++
│ │ ├── unsupported
│ │ │ ├── linux-armcc
│ │ │ ├── linux-clang
│ │ │ ├── linux-host-g++
│ │ │ ├── linux-scratchbox2-g++
│ │ │ ├── macx-clang
│ │ │ ├── macx-iosdevice-clang
│ │ │ ├── macx-iosdevice-clang-legacy
│ │ │ ├── macx-iosdevice-g++
│ │ │ ├── macx-iosdevice-g++-legacy
│ │ │ ├── macx-iosdevice-llvm
│ │ │ ├── macx-iosdevice-llvm-legacy
│ │ │ ├── macx-iossimulator-clang
│ │ │ ├── macx-iossimulator-clang-legacy
│ │ │ ├── macx-iossimulator-g++
│ │ │ ├── macx-iossimulator-g++-legacy
│ │ │ ├── macx-iossimulator-llvm
│ │ │ ├── macx-iossimulator-llvm-legacy
│ │ │ ├── qnx-X11-g++
│ │ │ ├── qws
│ │ │ │ ├── integrity-x86-cx86
│ │ │ │ ├── linux-x86-openkode-g++
│ │ │ │ └── qnx-641
│ │ │ ├── vxworks-ppc-dcc
│ │ │ ├── vxworks-ppc-g++
│ │ │ ├── vxworks-simpentium-dcc
│ │ │ ├── vxworks-simpentium-g++
│ │ │ ├── win32-g++-4.6-cross
│ │ │ └── win32-g++-cross
│ │ ├── win32-borland
│ │ ├── win32-g++
│ │ ├── win32-g++-4.6
│ │ ├── win32-icc
│ │ ├── win32-msvc2003
│ │ ├── win32-msvc2005
│ │ ├── win32-msvc2008
│ │ ├── win32-msvc2010
│ │ ├── win32-msvc2012
│ │ ├── wince50standard-armv4i-msvc2005
│ │ ├── wince50standard-armv4i-msvc2008
│ │ ├── wince50standard-mipsii-msvc2005
│ │ ├── wince50standard-mipsii-msvc2008
│ │ ├── wince50standard-mipsiv-msvc2005
│ │ ├── wince50standard-mipsiv-msvc2008
│ │ ├── wince50standard-sh4-msvc2005
│ │ ├── wince50standard-sh4-msvc2008
│ │ ├── wince50standard-x86-msvc2005
│ │ ├── wince50standard-x86-msvc2008
│ │ ├── wince60standard-armv4i-msvc2005
│ │ ├── wince60standard-x86-msvc2005
│ │ ├── wince70embedded-armv4i-msvc2008
│ │ ├── wince70embedded-x86-msvc2008
│ │ ├── wincewm50pocket-msvc2005
│ │ ├── wincewm50pocket-msvc2008
│ │ ├── wincewm50smart-msvc2005
│ │ ├── wincewm50smart-msvc2008
│ │ ├── wincewm60professional-msvc2005
│ │ ├── wincewm60professional-msvc2008
│ │ ├── wincewm60standard-msvc2005
│ │ ├── wincewm60standard-msvc2008
│ │ ├── wincewm65professional-msvc2005
│ │ └── wincewm65professional-msvc2008
│ ├── phrasebooks
│ ├── plugins -> ../../lib/qt4/plugins
│ └── translations
├── qt5
│ └── doc
│ └── global
│ ├── externalsites
│ └── template
│ ├── images
│ └── style
├── qtchooser
├── qutim
│ └── languages
│ ├── bg_BG
│ ├── cs_CZ
│ ├── de_DE
│ ├── ru
│ └── uk_UA
├── radare
│ ├── gradare
│ │ ├── Config
│ │ ├── Debugger
│ │ ├── Disassembly
│ │ ├── Flags
│ │ ├── Hacks
│ │ ├── Movement
│ │ ├── Search
│ │ └── Visual
│ └── magic
├── razor
│ ├── graphics
│ ├── razor-autosuspend
│ ├── razor-config
│ ├── razor-config-autosuspend
│ ├── razor-config-globalkeyshortcuts
│ ├── razor-config-notificationd
│ ├── razor-config-session
│ ├── razor-confupdate
│ ├── razor-desktop
│ │ ├── analogclock
│ │ ├── helloworld
│ │ ├── iconview
│ │ ├── notepad
│ │ └── razor-config-desktop
│ ├── razor-notificationd
│ ├── razor-openssh-askpass
│ ├── razor-panel
│ │ ├── clock
│ │ ├── cpuload
│ │ ├── desktopswitch
│ │ ├── mainmenu
│ │ ├── mount
│ │ ├── networkmonitor
│ │ ├── panelvolume
│ │ ├── quicklaunch
│ │ ├── screensaver
│ │ ├── sensors
│ │ ├── showdesktop
│ │ └── taskbar
│ ├── razor-policykit-agent
│ ├── razor-power
│ ├── razor-runner
│ ├── razor-session
│ └── themes
│ ├── ambiance
│ │ ├── razor-lightdm-greeter
│ │ ├── razor-notificationd
│ │ ├── razor-power
│ │ └── razor-runner
│ ├── a-mego
│ │ ├── razor-lightdm-greeter
│ │ ├── razor-notificationd
│ │ ├── razor-power
│ │ └── razor-runner
│ ├── green
│ │ ├── razor-lightdm-greeter
│ │ ├── razor-power
│ │ └── razor-runner
│ └── light
│ ├── razor-lightdm-greeter
│ ├── razor-power
│ └── razor-runner
├── readline
├── recovery-mode -> /lib/recovery-mode
├── reportbug
│ └── php5
├── rsyslog
├── sabily-gdm-themes
├── samba
│ ├── codepages
│ └── setup
│ ├── ad-schema
│ └── display-specifiers
├── scim
│ ├── Anthy
│ │ └── style
│ ├── icons
│ └── tables
├── screen-resolution-extra
│ └── __pycache__
├── scummvm-tools
├── session-migration
│ └── scripts
├── sgml
│ ├── declaration
│ ├── docbook
│ │ ├── dtd
│ │ │ ├── 2.4.1
│ │ │ ├── 3.0
│ │ │ ├── 3.1
│ │ │ ├── 4.0
│ │ │ ├── 4.1
│ │ │ ├── 4.2
│ │ │ ├── 4.3
│ │ │ ├── 4.4
│ │ │ ├── 4.5
│ │ │ └── xml
│ │ │ ├── 4 -> 4.5
│ │ │ ├── 4.0 -> ../../../../xml/docbook/schema/dtd/4.0
│ │ │ ├── 4.1 -> 4.1.2
│ │ │ ├── 4.1.2 -> ../../../../xml/docbook/schema/dtd/4.1.2
│ │ │ ├── 4.2 -> ../../../../xml/docbook/schema/dtd/4.2
│ │ │ ├── 4.3 -> ../../../../xml/docbook/schema/dtd/4.3
│ │ │ ├── 4.4 -> ../../../../xml/docbook/schema/dtd/4.4
│ │ │ └── 4.5 -> ../../../../xml/docbook/schema/dtd/4.5
│ │ └── stylesheet
│ │ ├── dsssl
│ │ │ └── modular
│ │ │ ├── common
│ │ │ ├── dtds
│ │ │ │ ├── dbdsssl
│ │ │ │ ├── html
│ │ │ │ ├── imagelib
│ │ │ │ └── olink
│ │ │ ├── frames
│ │ │ ├── html
│ │ │ ├── images
│ │ │ │ └── callouts
│ │ │ ├── lib
│ │ │ ├── olink
│ │ │ └── print
│ │ └── xsl
│ │ ├── docbook-xsl -> ../../../../xml/docbook/stylesheet/docbook-xsl
│ │ └── nwalsh -> ../../../../xml/docbook/stylesheet/docbook-xsl
│ ├── dtd
│ │ └── xml-core
│ ├── entities
│ │ ├── ArborText
│ │ ├── Hewlett-Packard
│ │ ├── sgml-iso-entities-8879.1986
│ │ ├── sgml-iso-entities-9573-13.1991
│ │ └── xml-iso-entities-8879.1986 -> ../../xml/entities/xml-iso-entities-8879.1986
│ ├── festival
│ ├── gconf
│ ├── gtk-doc
│ ├── html
│ │ ├── dtd
│ │ │ ├── 4.0
│ │ │ ├── 4.01
│ │ │ └── iso-15445
│ │ └── entities
│ ├── jade
│ ├── metacity-common
│ ├── misc
│ ├── sp
│ │ └── unicode
│ ├── stylesheet
│ ├── transpec
│ └── X11
│ └── dbs
├── sgml-base
├── sgml-data
├── shutter
│ └── resources
│ ├── conf
│ ├── credits
│ ├── icons
│ │ └── drawing_tool
│ │ ├── cursor
│ │ └── objects
│ │ ├── Cursors
│ │ ├── Forms
│ │ │ └── Callouts
│ │ └── Tango icon library
│ │ ├── Actions
│ │ ├── Apps
│ │ ├── Categories
│ │ ├── Devices
│ │ ├── Emblems
│ │ ├── Emotes
│ │ ├── MimeTypes
│ │ ├── Places
│ │ └── Status
│ ├── license
│ ├── po
│ │ ├── shutter
│ │ ├── shutter-plugins
│ │ └── shutter-upload-plugins
│ └── system
│ ├── plugins
│ │ ├── perl
│ │ │ ├── spbardistortion
│ │ │ ├── spnegate
│ │ │ ├── sppolaroid
│ │ │ ├── spresize
│ │ │ ├── spsepia
│ │ │ ├── spshadow
│ │ │ └── spwatermark
│ │ └── shell
│ │ ├── spgrayscale
│ │ ├── spoffset
│ │ ├── spraise
│ │ ├── spsoftedges
│ │ ├── spsunk
│ │ ├── sptornedpaper
│ │ └── sptrim
│ └── upload_plugins
│ └── upload
├── simdock
├── simple-scan
│ └── icons
│ └── hicolor
│ ├── 16x16
│ │ └── actions
│ ├── 22x22
│ │ └── actions
│ ├── 24x24
│ │ └── actions
│ ├── 32x32
│ │ └── actions
│ ├── 48x48
│ │ └── actions
│ └── scalable
│ └── actions
├── simplescreenrecorder
│ ├── output-profiles
│ └── translations
├── sip
│ └── PyQt5
│ ├── QAxContainer
│ ├── _QOpenGLFunctions_2_0
│ ├── _QOpenGLFunctions_ES2
│ ├── QtBluetooth
│ ├── QtCore
│ ├── QtDBus
│ ├── QtDesigner
│ ├── QtGui
│ ├── QtHelp
│ ├── QtMacExtras
│ ├── QtMultimedia
│ ├── QtMultimediaWidgets
│ ├── QtNetwork
│ ├── QtOpenGL
│ ├── QtPositioning
│ ├── QtPrintSupport
│ ├── QtQml
│ ├── QtQuick
│ ├── QtSensors
│ ├── QtSerialPort
│ ├── QtSql
│ ├── QtSvg
│ ├── QtTest
│ ├── QtWebKit
│ ├── QtWebKitWidgets
│ ├── QtWidgets
│ ├── QtWinExtras
│ ├── QtX11Extras
│ └── QtXmlPatterns
├── skype
│ ├── avatars
│ ├── lang
│ └── sounds
├── smplayer
│ ├── shortcuts
│ ├── themes
│ │ ├── blackPanther-Light
│ │ ├── blackPanther-Real
│ │ ├── blackPanther-VistaLike
│ │ ├── Gartoon
│ │ ├── Gnome
│ │ ├── Noia
│ │ ├── Nuvola
│ │ ├── Oxygen
│ │ ├── Oxygen-Air
│ │ ├── Oxygen-Refit
│ │ ├── Silk
│ │ └── Tango
│ └── translations
├── snmp
│ ├── mib2c-data
│ └── mibs
├── software-center
│ └── softwarecenter
│ └── distro
├── sonata
├── soprano
│ ├── plugins
│ └── rules
├── sounds -> /media/Compartido/.Linux/usr/share/sounds
├── speech-dispatcher
│ └── conf
│ ├── clients
│ └── modules
├── ssl-cert
├── strigi
│ └── fieldproperties
├── subversion
│ └── hook-scripts
│ └── mailer
├── svgpage
├── synaptic
│ ├── gtkbuilder
│ ├── html
│ │ └── figures
│ └── pixmaps
├── syslinux
│ └── themes
│ └── linuxmint-xfce
│ └── isolinux-live
├── system-config-printer
│ ├── icons
│ ├── troubleshoot
│ ├── ui
│ └── xml
├── system-tools-backends-2.0
│ ├── files
│ └── scripts
│ ├── Init
│ ├── Network
│ ├── Shares
│ ├── Time
│ ├── Users
│ └── Utils
├── sysv-rc
├── tabset
├── task
│ └── i18n
├── tcltk
│ ├── tcl8.5
│ │ ├── encoding
│ │ ├── http1.0
│ │ ├── msgs
│ │ ├── opt0.4
│ │ └── tcl8
│ │ └── platform
│ ├── tcl8.6
│ │ ├── encoding
│ │ ├── http1.0
│ │ ├── msgs
│ │ ├── opt0.4
│ │ └── tcl8
│ │ └── platform
│ ├── tk8.5
│ │ ├── images
│ │ ├── msgs
│ │ └── ttk
│ └── tk8.6
│ ├── images
│ ├── msgs
│ └── ttk
├── terminfo
│ ├── 1
│ ├── 2
│ ├── 3
│ ├── 4
│ ├── 5
│ ├── 6
│ ├── 7
│ ├── 8
│ ├── 9
│ ├── a
│ ├── A
│ ├── b
│ ├── c
│ ├── d
│ ├── e
│ ├── E
│ ├── f
│ ├── g
│ ├── h
│ ├── i
│ ├── j
│ ├── k
│ ├── l
│ ├── L
│ ├── m
│ ├── M
│ ├── n
│ ├── N
│ ├── o
│ ├── p
│ ├── P
│ ├── q
│ ├── Q
│ ├── r
│ ├── s
│ ├── t
│ ├── u
│ ├── v
│ ├── w
│ ├── x
│ ├── X
│ └── z
├── tex-common
├── texlive
│ ├── debian
│ ├── readme-html.dir
│ ├── readme-txt.dir
│ ├── texmf-dist
│ │ ├── bibtex
│ │ │ ├── bib
│ │ │ │ ├── base
│ │ │ │ └── oberdiek
│ │ │ └── bst
│ │ │ ├── amscls
│ │ │ ├── babelbib
│ │ │ ├── base
│ │ │ └── natbib
│ │ ├── doc -> ../../doc/texlive-doc
│ │ ├── dvipdfmx
│ │ ├── dvips
│ │ │ ├── base
│ │ │ ├── config
│ │ │ ├── gsftopk
│ │ │ ├── pspicture
│ │ │ ├── tetex
│ │ │ └── xdvi
│ │ ├── fonts
│ │ │ ├── afm
│ │ │ │ ├── hoekwater
│ │ │ │ │ └── mflogo
│ │ │ │ └── public
│ │ │ │ └── amsfonts
│ │ │ │ ├── cm
│ │ │ │ ├── cmextra
│ │ │ │ ├── cyrillic
│ │ │ │ ├── euler
│ │ │ │ ├── latxfont
│ │ │ │ └── symbols
│ │ │ ├── cmap
│ │ │ │ └── dvipdfmx
│ │ │ ├── enc
│ │ │ │ └── dvips
│ │ │ │ ├── base
│ │ │ │ └── tetex
│ │ │ ├── map
│ │ │ │ ├── dvipdfmx
│ │ │ │ │ └── updmap
│ │ │ │ ├── dvips
│ │ │ │ │ ├── amsfonts
│ │ │ │ │ ├── cm
│ │ │ │ │ ├── mflogo
│ │ │ │ │ ├── pslatex
│ │ │ │ │ ├── psnfss
│ │ │ │ │ ├── tetex
│ │ │ │ │ └── updmap
│ │ │ │ ├── glyphlist
│ │ │ │ └── pdftex
│ │ │ │ └── updmap
│ │ │ ├── pk
│ │ │ │ └── ljfour
│ │ │ │ └── public
│ │ │ │ └── cm
│ │ │ │ └── dpi600
│ │ │ ├── source
│ │ │ │ └── public
│ │ │ │ ├── amsfonts
│ │ │ │ │ ├── cmextra
│ │ │ │ │ ├── cyrillic
│ │ │ │ │ ├── dummy
│ │ │ │ │ └── symbols
│ │ │ │ ├── cm
│ │ │ │ ├── etex
│ │ │ │ ├── knuth-lib
│ │ │ │ ├── knuth-local
│ │ │ │ ├── latex-fonts
│ │ │ │ └── mflogo
│ │ │ ├── tfm
│ │ │ │ └── public
│ │ │ │ ├── ae
│ │ │ │ ├── amsfonts
│ │ │ │ │ ├── cmextra
│ │ │ │ │ ├── cyrillic
│ │ │ │ │ ├── dummy
│ │ │ │ │ ├── euler
│ │ │ │ │ └── symbols
│ │ │ │ ├── cm
│ │ │ │ ├── etex
│ │ │ │ ├── knuth-lib
│ │ │ │ ├── knuth-local
│ │ │ │ ├── latex-fonts
│ │ │ │ ├── mflogo
│ │ │ │ └── pslatex
│ │ │ ├── type1
│ │ │ │ ├── hoekwater
│ │ │ │ │ └── mflogo
│ │ │ │ └── public
│ │ │ │ └── amsfonts
│ │ │ │ ├── cm
│ │ │ │ ├── cmextra
│ │ │ │ ├── cyrillic
│ │ │ │ ├── euler
│ │ │ │ ├── latxfont
│ │ │ │ └── symbols
│ │ │ └── vf
│ │ │ └── public
│ │ │ ├── ae
│ │ │ └── pslatex
│ │ ├── makeindex
│ │ │ ├── babel
│ │ │ ├── base
│ │ │ ├── latex
│ │ │ └── plain
│ │ ├── metafont
│ │ │ ├── base
│ │ │ ├── config
│ │ │ └── misc
│ │ ├── mft
│ │ │ ├── base
│ │ │ └── knuth-local
│ │ ├── omega
│ │ │ ├── ocp
│ │ │ │ └── misc
│ │ │ └── otp
│ │ │ └── misc
│ │ ├── scripts
│ │ │ ├── context
│ │ │ │ ├── perl
│ │ │ │ └── stubs
│ │ │ │ └── mswin
│ │ │ ├── lua-alt-getopt
│ │ │ ├── oberdiek
│ │ │ ├── simpdftex
│ │ │ ├── texdoc
│ │ │ ├── texdoctk
│ │ │ └── texlive
│ │ │ └── var
│ │ ├── tex
│ │ │ ├── context
│ │ │ │ └── base
│ │ │ ├── generic
│ │ │ │ ├── babel
│ │ │ │ ├── babel-english
│ │ │ │ ├── bibtex
│ │ │ │ ├── config
│ │ │ │ ├── context
│ │ │ │ │ └── mptopdf
│ │ │ │ ├── dvips
│ │ │ │ ├── enctex
│ │ │ │ ├── hyphen
│ │ │ │ ├── hyph-utf8
│ │ │ │ │ ├── conversions
│ │ │ │ │ ├── loadhyph
│ │ │ │ │ └── patterns
│ │ │ │ │ ├── ptex
│ │ │ │ │ ├── quote
│ │ │ │ │ ├── tex
│ │ │ │ │ ├── tex-8bit
│ │ │ │ │ └── txt
│ │ │ │ ├── ifxetex
│ │ │ │ ├── misc
│ │ │ │ ├── oberdiek
│ │ │ │ └── pdftex
│ │ │ ├── latex
│ │ │ │ ├── ae
│ │ │ │ ├── amscls
│ │ │ │ ├── amsfonts
│ │ │ │ ├── amsmath
│ │ │ │ ├── babelbib
│ │ │ │ ├── base
│ │ │ │ ├── carlisle
│ │ │ │ ├── colortbl
│ │ │ │ ├── dvipdfmx-def
│ │ │ │ ├── etex-pkg
│ │ │ │ ├── fancyhdr
│ │ │ │ ├── fix2col
│ │ │ │ ├── geometry
│ │ │ │ ├── graphics
│ │ │ │ ├── hyperref
│ │ │ │ ├── latexconfig
│ │ │ │ ├── ltxmisc
│ │ │ │ ├── mflogo
│ │ │ │ ├── mfnfss
│ │ │ │ ├── natbib
│ │ │ │ ├── oberdiek
│ │ │ │ ├── pdftex-def
│ │ │ │ ├── pslatex
│ │ │ │ ├── psnfss
│ │ │ │ ├── pspicture
│ │ │ │ └── tools
│ │ │ ├── luatex
│ │ │ │ └── hyph-utf8
│ │ │ └── plain
│ │ │ ├── amsfonts
│ │ │ ├── base
│ │ │ ├── config
│ │ │ ├── etex
│ │ │ └── misc
│ │ ├── texconfig
│ │ │ ├── g
│ │ │ ├── v
│ │ │ └── x
│ │ ├── texdoc
│ │ ├── texdoctk
│ │ ├── web2c
│ │ └── xdvi
│ │ └── pixmap
│ └── tlpkg
│ ├── installer
│ ├── TeXLive
│ └── tlpostcode
├── texmf
│ ├── doc
│ │ └── luatex
│ │ └── base
│ └── web2c
├── themes -> /media/Compartido/.Linux/usr/share/themes
├── thumbnailers
├── Thunar
│ └── sendto
├── tint2
├── tomboy
│ └── icons
│ └── hicolor
│ ├── 16x16
│ │ ├── actions
│ │ ├── places
│ │ └── status
│ ├── 22x22
│ │ ├── actions
│ │ └── places
│ ├── 24x24
│ │ ├── actions
│ │ └── places
│ ├── 48x48
│ │ └── actions
│ └── scalable
│ └── actions
├── totem
├── transmageddon
│ ├── appdata
│ ├── presets
│ ├── profiles
│ └── __pycache__
├── tuxtype
│ ├── im
│ ├── images
│ │ ├── backgrounds
│ │ ├── cities
│ │ ├── comets
│ │ ├── hands
│ │ ├── icons
│ │ ├── keyboard
│ │ ├── menu
│ │ ├── status
│ │ └── tux
│ ├── scripts
│ ├── sounds
│ ├── themes
│ │ ├── armenian
│ │ │ └── images
│ │ ├── assamese
│ │ │ └── words
│ │ ├── bokmal
│ │ │ ├── images
│ │ │ │ └── status
│ │ │ └── words
│ │ ├── brazilian-portuguese
│ │ │ ├── images
│ │ │ └── words
│ │ ├── bulgarian
│ │ │ ├── scripts
│ │ │ └── words
│ │ ├── catalan
│ │ │ └── words
│ │ ├── czech
│ │ │ └── words
│ │ ├── dansk
│ │ │ ├── sounds
│ │ │ └── words
│ │ ├── deutsch
│ │ │ └── words
│ │ ├── espanol
│ │ │ ├── images
│ │ │ └── words
│ │ ├── euskara
│ │ │ ├── images
│ │ │ └── words
│ │ ├── french
│ │ │ ├── scripts
│ │ │ └── words
│ │ ├── greek
│ │ │ └── words
│ │ ├── gujarati
│ │ │ └── words
│ │ ├── hindi
│ │ │ └── words
│ │ ├── italian
│ │ │ ├── images
│ │ │ └── words
│ │ ├── jamaican
│ │ │ ├── images
│ │ │ └── words
│ │ ├── kannada
│ │ │ └── words
│ │ ├── lithuanian
│ │ │ ├── images
│ │ │ │ └── status
│ │ │ ├── sounds
│ │ │ └── words
│ │ ├── malayalam
│ │ │ ├── images
│ │ │ │ ├── keyboard
│ │ │ │ └── status
│ │ │ ├── scripts
│ │ │ └── words
│ │ ├── nederlands
│ │ │ └── words
│ │ ├── nepali
│ │ │ └── words
│ │ ├── nynorsk
│ │ │ ├── images
│ │ │ │ └── status
│ │ │ └── words
│ │ ├── oriya
│ │ │ └── words
│ │ ├── punjabi
│ │ │ └── words
│ │ ├── russian
│ │ │ ├── images
│ │ │ │ └── status
│ │ │ └── words
│ │ ├── suomi
│ │ │ └── words
│ │ ├── svenska
│ │ │ └── words
│ │ ├── swahili
│ │ │ └── words
│ │ ├── tamil
│ │ │ └── words
│ │ ├── telugu
│ │ │ └── words
│ │ └── wolof
│ │ ├── images
│ │ └── words
│ └── words
├── ubuntu-drivers-common
│ ├── detect
│ │ └── __pycache__
│ └── quirks
├── ubuntu-system-adjustments
│ ├── aptoncd
│ ├── grub
│ ├── java
│ ├── pkexec
│ ├── sound
│ └── yelp
├── ufw
│ ├── iptables
│ └── messages
├── unattended-upgrades
├── uncrustify
├── unicode
│ ├── auxiliary
│ └── extracted
├── unity
│ └── indicators
├── unity-control-center
│ └── keybindings
├── unity-greeter
├── unrtf
├── update-notifier
│ ├── plugins
│ │ └── cache-changed
│ └── upgrader-patches
├── upstart
│ ├── sessions
│ └── xdg
│ └── autostart
├── usb
├── usb_modeswitch
├── v86d
├── vala
│ └── vapi
├── vbam
│ └── ui
├── vdr
│ ├── channels.conf-examples
│ ├── command-hooks
│ ├── groups.d
│ ├── recording-hooks
│ └── shutdown-hooks
├── vdr-plugin-xine
├── veromix
│ ├── common
│ ├── data
│ │ ├── icons
│ │ └── presets
│ ├── dbus-service
│ │ └── pulseaudio
│ └── gtk
│ ├── __pycache__
│ └── veromixcommon -> ../common
├── viber
│ ├── icons
│ ├── imageformats
│ ├── platforms
│ ├── Sound
│ │ ├── DTMF
│ │ ├── Messages
│ │ └── Ringtone
│ └── sqldrivers
├── vim
│ ├── addons
│ │ └── syntax
│ ├── registry
│ ├── vim74
│ │ └── doc
│ └── vimfiles -> /etc/vim
├── virtualbox
├── vlc
│ ├── lua
│ │ └── http
│ │ ├── css
│ │ │ └── ui-lightness
│ │ │ └── images
│ │ ├── dialogs
│ │ │ └── old
│ │ ├── images
│ │ ├── js
│ │ ├── old
│ │ │ ├── images
│ │ │ └── js
│ │ └── requests
│ ├── skins2
│ │ └── fonts
│ └── utils
├── volumeicon
│ ├── gui
│ └── icons
│ ├── Black Gnome
│ ├── Blue Bar
│ ├── tango
│ └── White Gnome
├── vte
│ ├── termcap -> termcap-0.0
│ ├── termcap-0.0
│ └── termcap-2.90
├── w3c-linkchecker
│ ├── docs
│ └── images
│ └── info_icons
├── w3m
├── wallch
│ ├── files
│ └── translations
├── wallpapers
│ └── Elarun
│ └── contents
│ └── images
├── wayland
├── wbar
│ └── glade
├── webkitgtk-1.0
│ ├── images
│ └── resources
│ └── audio
├── webkitgtk-3.0
│ ├── images
│ └── resources
│ └── audio
├── wine
│ └── fonts
├── wine-gecko
│ └── wine-gecko -> /usr/share/wine-gecko
├── winetricks
│ ├── icons
│ │ └── hicolor
│ │ └── scalable
│ │ └── apps
│ └── winetricks -> /usr/share/winetricks
├── wit
├── wnck-sharp
│ └── 2.20
├── wxformbuilder
│ ├── plugins
│ │ ├── additional
│ │ │ ├── icons
│ │ │ └── xml
│ │ ├── common
│ │ │ ├── icons
│ │ │ └── xml
│ │ ├── containers
│ │ │ ├── icons
│ │ │ └── xml
│ │ └── layout
│ │ ├── icons
│ │ └── xml
│ ├── resources
│ │ └── icons
│ └── xml
├── X11
│ ├── locale
│ │ ├── am_ET.UTF-8
│ │ ├── armscii-8
│ │ ├── C
│ │ ├── el_GR.UTF-8
│ │ ├── en_US.UTF-8
│ │ ├── fi_FI.UTF-8
│ │ ├── georgian-academy
│ │ ├── georgian-ps
│ │ ├── ibm-cp1133
│ │ ├── iscii-dev
│ │ ├── isiri-3342
│ │ ├── iso8859-1
│ │ ├── iso8859-10
│ │ ├── iso8859-11
│ │ ├── iso8859-13
│ │ ├── iso8859-14
│ │ ├── iso8859-15
│ │ ├── iso8859-2
│ │ ├── iso8859-3
│ │ ├── iso8859-4
│ │ ├── iso8859-5
│ │ ├── iso8859-6
│ │ ├── iso8859-7
│ │ ├── iso8859-8
│ │ ├── iso8859-9
│ │ ├── iso8859-9e
│ │ ├── ja
│ │ ├── ja.JIS
│ │ ├── ja_JP.UTF-8
│ │ ├── ja.SJIS
│ │ ├── km_KH.UTF-8
│ │ ├── ko
│ │ ├── koi8-c
│ │ ├── koi8-r
│ │ ├── koi8-u
│ │ ├── ko_KR.UTF-8
│ │ ├── microsoft-cp1251
│ │ ├── microsoft-cp1255
│ │ ├── microsoft-cp1256
│ │ ├── mulelao-1
│ │ ├── nokhchi-1
│ │ ├── pt_BR.UTF-8
│ │ ├── ru_RU.UTF-8
│ │ ├── sr_CS.UTF-8
│ │ ├── tatar-cyr
│ │ ├── th_TH
│ │ ├── th_TH.UTF-8
│ │ ├── tscii-0
│ │ ├── vi_VN.tcvn
│ │ ├── vi_VN.viscii
│ │ ├── zh_CN
│ │ ├── zh_CN.gb18030
│ │ ├── zh_CN.gbk
│ │ ├── zh_CN.UTF-8
│ │ ├── zh_HK.big5
│ │ ├── zh_HK.big5hkscs
│ │ ├── zh_HK.UTF-8
│ │ ├── zh_TW
│ │ ├── zh_TW.big5
│ │ └── zh_TW.UTF-8
│ ├── xkb
│ │ ├── compat
│ │ ├── geometry
│ │ │ ├── digital_vndr
│ │ │ └── sgi_vndr
│ │ ├── keycodes
│ │ │ ├── digital_vndr
│ │ │ └── sgi_vndr
│ │ ├── rules
│ │ ├── symbols
│ │ │ ├── digital_vndr
│ │ │ ├── fujitsu_vndr
│ │ │ ├── hp_vndr
│ │ │ ├── macintosh_vndr
│ │ │ ├── nec_vndr
│ │ │ ├── nokia_vndr
│ │ │ ├── sgi_vndr
│ │ │ ├── sharp_vndr
│ │ │ ├── sony_vndr
│ │ │ ├── sun_vndr
│ │ │ └── xfree68_vndr
│ │ └── types
│ └── xorg.conf.d
├── xcfa
│ └── glade
├── xfaces
│ └── images
├── xfce4
│ ├── applications
│ ├── backdrops
│ ├── dev-tools
│ │ └── m4macros
│ ├── doc
│ │ ├── ast
│ │ │ └── images
│ │ └── C
│ │ └── images
│ ├── helpers
│ ├── panel
│ │ └── plugins
│ ├── panel-plugins
│ └── terminal
│ └── colorschemes
├── xfce4-mixer
│ └── icons
│ └── hicolor
│ ├── 16x16
│ │ └── status
│ └── scalable
│ └── status
├── xfce4-notes-plugin
│ ├── gtk-2.0
│ │ └── scrollbars
│ └── pixmaps
├── xfcemint
│ └── xdg-gdm
│ └── xfce4
│ └── xfconf
│ └── xfce-perchannel-xml
├── xfe
│ └── icons
│ ├── blue-theme
│ ├── brown-theme
│ ├── gnomeblue-theme
│ ├── gnome-theme
│ ├── kde-theme
│ ├── tango-theme
│ ├── windows-theme
│ ├── xfce-theme
│ └── xfe-theme
├── xfpt
├── xfractint
│ ├── extra
│ ├── formulas
│ ├── ifs
│ ├── lsystem
│ ├── maps
│ └── pars
├── xfwm4
├── xine
│ └── libxine1
│ └── fonts
├── xine-lib
│ └── fonts
├── xml
│ ├── declaration
│ ├── docbook
│ │ ├── schema
│ │ │ └── dtd
│ │ │ ├── 4 -> 4.5
│ │ │ ├── 4.0
│ │ │ │ └── ent -> ../../../../entities/xml-iso-entities-8879.1986
│ │ │ ├── 4.1 -> 4.1.2
│ │ │ ├── 4.1.2
│ │ │ │ └── ent -> ../../../../entities/xml-iso-entities-8879.1986
│ │ │ ├── 4.2
│ │ │ │ └── ent -> ../../../../entities/xml-iso-entities-8879.1986
│ │ │ ├── 4.3
│ │ │ │ └── ent -> ../../../../entities/xml-iso-entities-8879.1986
│ │ │ ├── 4.4
│ │ │ │ └── ent -> ../../../../entities/xml-iso-entities-8879.1986
│ │ │ └── 4.5
│ │ │ └── ent -> ../../../../entities/xml-iso-entities-8879.1986
│ │ └── stylesheet
│ │ ├── docbook-xsl
│ │ │ ├── assembly
│ │ │ │ └── schema
│ │ │ ├── common
│ │ │ ├── eclipse
│ │ │ ├── epub
│ │ │ ├── epub3
│ │ │ ├── fo
│ │ │ ├── highlighting
│ │ │ ├── html
│ │ │ ├── htmlhelp
│ │ │ ├── images
│ │ │ │ ├── callouts
│ │ │ │ └── colorsvg
│ │ │ ├── javahelp
│ │ │ ├── lib
│ │ │ ├── manpages
│ │ │ ├── profiling
│ │ │ ├── roundtrip
│ │ │ ├── slides
│ │ │ │ ├── common
│ │ │ │ ├── doc
│ │ │ │ ├── fo
│ │ │ │ ├── images
│ │ │ │ │ └── callouts
│ │ │ │ ├── s5
│ │ │ │ │ ├── pix
│ │ │ │ │ └── ui
│ │ │ │ │ └── default
│ │ │ │ ├── schema
│ │ │ │ │ ├── relaxng
│ │ │ │ │ └── xsd
│ │ │ │ ├── slidy
│ │ │ │ │ ├── graphics
│ │ │ │ │ ├── help
│ │ │ │ │ ├── scripts
│ │ │ │ │ └── styles
│ │ │ │ ├── tools
│ │ │ │ └── xhtml
│ │ │ ├── template
│ │ │ ├── website
│ │ │ ├── xhtml
│ │ │ ├── xhtml-1_1
│ │ │ └── xhtml5
│ │ └── nwalsh -> docbook-xsl
│ ├── entities
│ │ └── xml-iso-entities-8879.1986
│ ├── gnustep
│ ├── iso-codes
│ ├── libglade
│ ├── misc
│ ├── qaml
│ ├── schema
│ │ └── xml-core
│ ├── scrollkeeper
│ │ └── dtds
│ └── svg
├── xml-core
├── xmms2
├── xmms2tray
│ └── data
│ └── po
│ └── LC_MESSAGES
│ └── xmms2tray.mo
├── xpra
│ └── icons
├── xscreensaver
│ ├── config
│ └── glade
├── xsessions
├── xubuntu-docs
│ ├── about
│ ├── desktop-guide
│ ├── fi
│ ├── libs
│ │ ├── admon
│ │ ├── images
│ │ └── navig
│ └── pt
├── xvst
│ └── plugins
├── yabause
│ └── yts
├── yasat
│ └── plugins
├── yelp
│ ├── dtd
│ ├── icons
│ │ └── hicolor
│ │ ├── 16x16
│ │ │ └── status
│ │ └── scalable
│ │ ├── actions
│ │ └── status
│ ├── mathjax
│ │ ├── config
│ │ ├── extensions
│ │ │ └── HTML-CSS
│ │ ├── fonts
│ │ │ └── HTML-CSS
│ │ │ └── TeX
│ │ │ └── woff
│ │ └── jax
│ │ ├── element
│ │ │ └── mml
│ │ │ └── optable
│ │ ├── input
│ │ │ └── MathML
│ │ │ └── entities
│ │ └── output
│ │ ├── HTML-CSS
│ │ │ ├── autoload
│ │ │ └── fonts
│ │ │ └── TeX
│ │ │ ├── AMS
│ │ │ │ └── Regular
│ │ │ ├── Caligraphic
│ │ │ │ ├── Bold
│ │ │ │ └── Regular
│ │ │ ├── Fraktur
│ │ │ │ ├── Bold
│ │ │ │ └── Regular
│ │ │ ├── Greek
│ │ │ │ ├── Bold
│ │ │ │ ├── BoldItalic
│ │ │ │ ├── Italic
│ │ │ │ └── Regular
│ │ │ ├── Main
│ │ │ │ ├── Bold
│ │ │ │ ├── Italic
│ │ │ │ └── Regular
│ │ │ ├── Math
│ │ │ │ ├── BoldItalic
│ │ │ │ └── Italic
│ │ │ ├── SansSerif
│ │ │ │ ├── Bold
│ │ │ │ ├── Italic
│ │ │ │ └── Regular
│ │ │ ├── Script
│ │ │ │ └── Regular
│ │ │ ├── Size1
│ │ │ │ └── Regular
│ │ │ ├── Size2
│ │ │ │ └── Regular
│ │ │ ├── Size3
│ │ │ │ └── Regular
│ │ │ ├── Size4
│ │ │ │ └── Regular
│ │ │ └── Typewriter
│ │ │ └── Regular
│ │ └── NativeMML
│ └── xslt
├── yelp-xsl
│ ├── icons
│ │ └── hicolor
│ │ ├── 24x24
│ │ │ └── status
│ │ ├── 48x48
│ │ │ └── status
│ │ ├── scalable
│ │ │ └── status
│ │ └── watermarks
│ ├── js
│ └── xslt
│ ├── common
│ │ └── domains
│ ├── docbook
│ │ ├── common
│ │ └── html
│ └── mallard
│ ├── cache
│ ├── common
│ └── html
├── zeitgeist
│ └── doc
├── zenity
│ └── clothes
├── zoneinfo
│ ├── Africa
│ ├── America
│ │ ├── Argentina
│ │ ├── Indiana
│ │ ├── Kentucky
│ │ └── North_Dakota
│ ├── Antarctica
│ ├── Arctic
│ ├── Asia
│ ├── Atlantic
│ ├── Australia
│ ├── Brazil
│ ├── Canada
│ ├── Chile
│ ├── Etc
│ ├── Europe
│ ├── Indian
│ ├── Mexico
│ ├── Pacific
│ ├── posix
│ │ ├── Africa
│ │ ├── America
│ │ │ ├── Argentina
│ │ │ ├── Indiana
│ │ │ ├── Kentucky
│ │ │ └── North_Dakota
│ │ ├── Antarctica
│ │ ├── Arctic
│ │ ├── Asia
│ │ ├── Atlantic
│ │ ├── Australia
│ │ ├── Brazil
│ │ ├── Canada
│ │ ├── Chile
│ │ ├── Etc
│ │ ├── Europe
│ │ ├── Indian
│ │ ├── Mexico
│ │ ├── Pacific
│ │ ├── SystemV
│ │ └── US
│ ├── right
│ │ ├── Africa
│ │ ├── America
│ │ │ ├── Argentina
│ │ │ ├── Indiana
│ │ │ ├── Kentucky
│ │ │ └── North_Dakota
│ │ ├── Antarctica
│ │ ├── Arctic
│ │ ├── Asia
│ │ ├── Atlantic
│ │ ├── Australia
│ │ ├── Brazil
│ │ ├── Canada
│ │ ├── Chile
│ │ ├── Etc
│ │ ├── Europe
│ │ ├── Indian
│ │ ├── Mexico
│ │ ├── Pacific
│ │ ├── SystemV
│ │ └── US
│ ├── SystemV
│ └── US
└── zsh
└── functions
└── Completion
└── Unix
19014 directories
[ inukaze | 01-08-2014 | 11:00 am ]
[~]$
Offline
Did you manually build any component of Xfce? One of the things we can try is uninstalling that build.
Otherwise...
First, try renaming /usr/etc to see if it helps:
sudo mv /usr/etc /usr/etc.BAK
Then clear your sessions cache on the off-chance there is something there:
Settings Manager >> Session and Startup >> Sessions >> "Clear saved sessions"
...and this time reboot. However, in the logout dialog, make sure you uncheck the "Save session for future logins" ceckbox.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
Ready
and still the same
still i have the duplicates entries. :S
Offline
You dont know if possible the error can be in files like
/etc/xdg/menus/xfce-applications.menu
/usr/share/xfcemint/xfce-applications.menu
/etc/xdg/menus/xfce-settings-manager.menu
???
Offline
You dont know if possible the error can be in files like
/etc/xdg/menus/xfce-applications.menu
/usr/share/xfcemint/xfce-applications.menu
/etc/xdg/menus/xfce-settings-manager.menu???
No. The custom actions are not listed there.
It appears that the uca.xml file is being read twice. Still trying to figure out why.
Can you answer my previous question:
What component of Xfce did you build manually? Or if not built manually, did you install a non-standard version of a component?
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
But the uca.xml files , not appear to have problems
I dont have build manually any component , i has installed all from repositories
Offline
Try this:
mv /usr/share/mint-configuration-xfce/Thunar/uca.xml ~/.config/Thunar
...and log out and back in again.
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
And that not had make any change =/
Offline
This is a tough one. I've downloaded the Mint 17 Live CD and your uca.xml file works fine on the default Mint, so its something that happened after install that is causing the problem.
I'm curious as to how an Xfce development package ended up in your install (its not on the default setup). Can you post back the contents of /var/log/apt/term.log and the results of:
ls /etc/apt/sources.list.d
Please remember to mark your thread [SOLVED] to make it easier for others to find
--- How To Ask For Help | FAQ | Developer Wiki | Community | Contribute ---
Offline
$ cat /var/log/apt/term.log
Log started: 2014-08-01 07:08:40
(Leyendo la base de datos ... 463795 ficheros o directorios instalados actualmente.)
Preparing to unpack .../plank_0.6.1+bzr1050-0ubuntu1~14.04~ricotz1_amd64.deb ...
Unpacking plank (0.6.1+bzr1050-0ubuntu1~14.04~ricotz1) over (0.6.1+bzr1043-0ubuntu1~14.04~ricotz1) ...
Preparing to unpack .../libplank0_0.6.1+bzr1050-0ubuntu1~14.04~ricotz1_amd64.deb ...
Unpacking libplank0:amd64 (0.6.1+bzr1050-0ubuntu1~14.04~ricotz1) over (0.6.1+bzr1043-0ubuntu1~14.04~ricotz1) ...
Preparing to unpack .../libplank-common_0.6.1+bzr1050-0ubuntu1~14.04~ricotz1_all.deb ...
Unpacking libplank-common (0.6.1+bzr1050-0ubuntu1~14.04~ricotz1) over (0.6.1+bzr1043-0ubuntu1~14.04~ricotz1) ...
Preparing to unpack .../accountsservice_0.6.35-0ubuntu7.1_amd64.deb ...
Unpacking accountsservice (0.6.35-0ubuntu7.1) over (0.6.35-0ubuntu7) ...
Preparing to unpack .../libaccountsservice0_0.6.35-0ubuntu7.1_amd64.deb ...
Unpacking libaccountsservice0:amd64 (0.6.35-0ubuntu7.1) over (0.6.35-0ubuntu7) ...
Preparing to unpack .../python3-gi-cairo_3.12.0-1ubuntu1_amd64.deb ...
Unpacking python3-gi-cairo (3.12.0-1ubuntu1) over (3.12.0-1) ...
Preparing to unpack .../python3-gi_3.12.0-1ubuntu1_amd64.deb ...
Unpacking python3-gi (3.12.0-1ubuntu1) over (3.12.0-1) ...
Preparing to unpack .../gir1.2-accountsservice-1.0_0.6.35-0ubuntu7.1_amd64.deb ...
Unpacking gir1.2-accountsservice-1.0 (0.6.35-0ubuntu7.1) over (0.6.35-0ubuntu7) ...
Preparing to unpack .../libkdeclarative5_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkdeclarative5 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkmediaplayer4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkmediaplayer4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libplasma3_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libplasma3 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkcmutils4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkcmutils4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkdnssd4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkdnssd4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../kdelibs5-plugins_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking kdelibs5-plugins (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkemoticons4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkemoticons4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../kdoctools_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking kdoctools (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libknewstuff3-4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libknewstuff3-4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libknotifyconfig4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libknotifyconfig4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkunitconversion4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkunitconversion4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkhtml5_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkhtml5 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libktexteditor4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libktexteditor4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkde3support4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkde3support4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkdewebkit5_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkdewebkit5 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkparts4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkparts4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../kdelibs-bin_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking kdelibs-bin (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkfile4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkfile4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkio5_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkio5 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libsolid4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libsolid4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libnepomukutils4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libnepomukutils4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libnepomukquery4a_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libnepomukquery4a (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libnepomuk4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libnepomuk4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libthreadweaver4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libthreadweaver4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkrosscore4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkrosscore4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkidletime4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkidletime4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkdeui5_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkdeui5 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkjsembed4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkjsembed4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkjsapi4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkjsapi4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkdesu5_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkdesu5 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkpty4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkpty4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkntlm4_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkntlm4 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libkdecore5_4%3a4.13.2a-0ubuntu0.3_amd64.deb ...
Unpacking libkdecore5 (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../kdelibs5-data_4%3a4.13.2a-0ubuntu0.3_all.deb ...
Unpacking kdelibs5-data (4:4.13.2a-0ubuntu0.3) over (4:4.13.2a-0ubuntu0.2) ...
Preparing to unpack .../libservlet3.0-java_7.0.52-1ubuntu0.1_all.deb ...
Unpacking libservlet3.0-java (7.0.52-1ubuntu0.1) over (7.0.52-1) ...
Preparing to unpack .../python-gi-cairo_3.12.0-1ubuntu1_amd64.deb ...
Unpacking python-gi-cairo (3.12.0-1ubuntu1) over (3.12.0-1) ...
Preparing to unpack .../python-gi_3.12.0-1ubuntu1_amd64.deb ...
Unpacking python-gi (3.12.0-1ubuntu1) over (3.12.0-1) ...
Preparing to unpack .../python-gobject_3.12.0-1ubuntu1_all.deb ...
Unpacking python-gobject (3.12.0-1ubuntu1) over (3.12.0-1) ...
Preparing to unpack .../i-nex_7.2.1+bzr796+20140731~ubuntu14.04.1_amd64.deb ...
Unpacking i-nex (7.2.1+bzr796+20140731~ubuntu14.04.1) over (7.2.1+bzr786+20140729~ubuntu14.04.1) ...
Preparing to unpack .../numix-icon-theme_0.3+146~201407292258~ubuntu14.04.1_all.deb ...
Unpacking numix-icon-theme (0.3+146~201407292258~ubuntu14.04.1) over (0.3+145~201407261817~ubuntu14.04.1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for shared-mime-info (1.2-0ubuntu3) ...
Unknown media type in type 'all/all'
Unknown media type in type 'all/allfiles'
Unknown media type in type 'uri/mms'
Unknown media type in type 'uri/mmst'
Unknown media type in type 'uri/mmsu'
Unknown media type in type 'uri/pnm'
Unknown media type in type 'uri/rtspt'
Unknown media type in type 'uri/rtspu'
Processing triggers for menu (2.1.46ubuntu1) ...
Configurando libplank-common (0.6.1+bzr1050-0ubuntu1~14.04~ricotz1) ...
Configurando libplank0:amd64 (0.6.1+bzr1050-0ubuntu1~14.04~ricotz1) ...
Configurando plank (0.6.1+bzr1050-0ubuntu1~14.04~ricotz1) ...
Configurando libaccountsservice0:amd64 (0.6.35-0ubuntu7.1) ...
Configurando accountsservice (0.6.35-0ubuntu7.1) ...
Configurando python3-gi (3.12.0-1ubuntu1) ...
Configurando python3-gi-cairo (3.12.0-1ubuntu1) ...
Configurando gir1.2-accountsservice-1.0 (0.6.35-0ubuntu7.1) ...
Configurando libkdecore5 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkdeui5 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkdeclarative5 (4:4.13.2a-0ubuntu0.3) ...
Configurando libnepomuk4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libsolid4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkio5 (4:4.13.2a-0ubuntu0.3) ...
Configurando libnepomukquery4a (4:4.13.2a-0ubuntu0.3) ...
Configurando libnepomukutils4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkparts4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkmediaplayer4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkcmutils4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkdewebkit5 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkdnssd4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libknewstuff3-4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libthreadweaver4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libplasma3 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkpty4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkde3support4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkemoticons4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkfile4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkjsapi4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libktexteditor4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkhtml5 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkjsembed4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkntlm4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkrosscore4 (4:4.13.2a-0ubuntu0.3) ...
Configurando kdelibs5-data (4:4.13.2a-0ubuntu0.3) ...
Configurando kdoctools (4:4.13.2a-0ubuntu0.3) ...
Configurando kdelibs-bin (4:4.13.2a-0ubuntu0.3) ...
Configurando kdelibs5-plugins (4:4.13.2a-0ubuntu0.3) ...
Configurando libknotifyconfig4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkunitconversion4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkidletime4 (4:4.13.2a-0ubuntu0.3) ...
Configurando libkdesu5 (4:4.13.2a-0ubuntu0.3) ...
Configurando libservlet3.0-java (7.0.52-1ubuntu0.1) ...
Configurando python-gi (3.12.0-1ubuntu1) ...
Configurando python-gi-cairo (3.12.0-1ubuntu1) ...
Configurando python-gobject (3.12.0-1ubuntu1) ...
Configurando i-nex (7.2.1+bzr796+20140731~ubuntu14.04.1) ...
Configurando numix-icon-theme (0.3+146~201407292258~ubuntu14.04.1) ...
gtk-update-icon-cache: Cache file created successfully.
Processing triggers for libc-bin (2.19-0ubuntu6) ...
/sbin/ldconfig.real: /usr/lib/libmpg123.so.0 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgnutls-openssl.so.26 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgnutls.so.26 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libjpeg.so.8 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libz.so.1 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libltdl.so.7 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libjpeg.so.62 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libtasn1.so.3 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/liblcms.so.1 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgcrypt.so.11 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgnutls-extra.so.26 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgpg-error.so.0 is not a symbolic link
Processing triggers for menu (2.1.46ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Log ended: 2014-08-01 07:11:30
Log started: 2014-08-01 07:16:06
(Leyendo la base de datos ... 463795 ficheros o directorios instalados actualmente.)
Preparing to unpack .../libegl1-mesa-dev_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libegl1-mesa-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libegl1-mesa-drivers_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libegl1-mesa-drivers:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libwayland-egl1-mesa_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libwayland-egl1-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libegl1-mesa_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
De-configuring libegl1-mesa:i386 (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Unpacking libegl1-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libegl1-mesa_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_i386.deb ...
Unpacking libegl1-mesa:i386 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libgl1-mesa-dev_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libgl1-mesa-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../mesa-common-dev_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking mesa-common-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libgl1-mesa-glx_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_i386.deb ...
De-configuring libgl1-mesa-glx:amd64 (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Unpacking libgl1-mesa-glx:i386 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libgl1-mesa-glx_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libgl1-mesa-glx:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Seleccionando el paquete libxcb-dri3-0:i386 previamente no seleccionado.
Preparing to unpack .../libxcb-dri3-0_1.10-2ubuntu1_i386.deb ...
Unpacking libxcb-dri3-0:i386 (1.10-2ubuntu1) ...
Seleccionando el paquete libxcb-present0:i386 previamente no seleccionado.
Preparing to unpack .../libxcb-present0_1.10-2ubuntu1_i386.deb ...
Unpacking libxcb-present0:i386 (1.10-2ubuntu1) ...
Seleccionando el paquete libxcb-sync1:i386 previamente no seleccionado.
Preparing to unpack .../libxcb-sync1_1.10-2ubuntu1_i386.deb ...
Unpacking libxcb-sync1:i386 (1.10-2ubuntu1) ...
Seleccionando el paquete libxshmfence1:i386 previamente no seleccionado.
Preparing to unpack .../libxshmfence1_1.1-2_i386.deb ...
Unpacking libxshmfence1:i386 (1.1-2) ...
Preparing to unpack .../libosmesa6_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libosmesa6:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libgles2-mesa-dev_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libgles2-mesa-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libgles2-mesa_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
Unpacking libgles2-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libglapi-mesa_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_amd64.deb ...
De-configuring libglapi-mesa:i386 (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Unpacking libglapi-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Preparing to unpack .../libglapi-mesa_10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty_i386.deb ...
Unpacking libglapi-mesa:i386 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) over (10.3.0~git20140618.88b887fa-0ubuntu0ricotz~trusty) ...
Seleccionando el paquete python-singledispatch previamente no seleccionado.
Preparing to unpack .../python-singledispatch_3.4.0.2-1_all.deb ...
Unpacking python-singledispatch (3.4.0.2-1) ...
Preparing to unpack .../python-livestreamer_1.9.0-1~getdeb1_all.deb ...
Unpacking python-livestreamer (1.9.0-1~getdeb1) over (1.8.2-1~getdeb1) ...
Seleccionando el paquete dockbarx-applet-battery-status previamente no seleccionado.
Preparing to unpack .../dockbarx-applet-battery-status_0.91.4-1~webupd8~trusty0_all.deb ...
Unpacking dockbarx-applet-battery-status (0.91.4-1~webupd8~trusty0) ...
Preparing to unpack .../dockbarx-applet-all_0.91.4-1~webupd8~trusty0_all.deb ...
Unpacking dockbarx-applet-all (0.91.4-1~webupd8~trusty0) over (0.90.3-2~webupd8~trusty) ...
Configurando libegl1-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
/sbin/ldconfig.real: /usr/lib/libmpg123.so.0 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-openssl.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.8 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libz.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libltdl.so.7 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.62 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libtasn1.so.3 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/liblcms.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgcrypt.so.11 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-extra.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgpg-error.so.0 no es un enlace simbólico
Configurando libegl1-mesa:i386 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
/sbin/ldconfig.real: /usr/lib/libmpg123.so.0 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-openssl.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.8 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libz.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libltdl.so.7 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.62 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libtasn1.so.3 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/liblcms.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgcrypt.so.11 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-extra.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgpg-error.so.0 no es un enlace simbólico
Configurando libglapi-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libglapi-mesa:i386 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libwayland-egl1-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libegl1-mesa-drivers:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libegl1-mesa-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando mesa-common-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libgl1-mesa-glx:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
/sbin/ldconfig.real: /usr/lib/libmpg123.so.0 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-openssl.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.8 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libz.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libltdl.so.7 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.62 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libtasn1.so.3 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/liblcms.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgcrypt.so.11 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-extra.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgpg-error.so.0 no es un enlace simbólico
Configurando libxcb-dri3-0:i386 (1.10-2ubuntu1) ...
Configurando libxcb-present0:i386 (1.10-2ubuntu1) ...
Configurando libxcb-sync1:i386 (1.10-2ubuntu1) ...
Configurando libxshmfence1:i386 (1.1-2) ...
Configurando libgl1-mesa-glx:i386 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
/sbin/ldconfig.real: /usr/lib/libmpg123.so.0 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-openssl.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.8 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libz.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libltdl.so.7 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libjpeg.so.62 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libtasn1.so.3 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/liblcms.so.1 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgcrypt.so.11 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgnutls-extra.so.26 no es un enlace simbólico
/sbin/ldconfig.real: /usr/lib/libgpg-error.so.0 no es un enlace simbólico
Configurando libgl1-mesa-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libosmesa6:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libgles2-mesa:amd64 (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando libgles2-mesa-dev (10.3.0~git20140728.1d3e06c2-0ubuntu0sarvatt~trusty) ...
Configurando python-singledispatch (3.4.0.2-1) ...
Configurando python-livestreamer (1.9.0-1~getdeb1) ...
Configurando dockbarx-applet-battery-status (0.91.4-1~webupd8~trusty0) ...
Configurando dockbarx-applet-all (0.91.4-1~webupd8~trusty0) ...
Processing triggers for libc-bin (2.19-0ubuntu6) ...
/sbin/ldconfig.real: /usr/lib/libmpg123.so.0 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgnutls-openssl.so.26 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgnutls.so.26 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libjpeg.so.8 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libz.so.1 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libltdl.so.7 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libjpeg.so.62 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libtasn1.so.3 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/liblcms.so.1 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgcrypt.so.11 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgnutls-extra.so.26 is not a symbolic link
/sbin/ldconfig.real: /usr/lib/libgpg-error.so.0 is not a symbolic link
Log ended: 2014-08-01 07:16:48
Log started: 2014-08-01 07:17:14
Log ended: 2014-08-01 07:17:14
Log started: 2014-08-01 07:55:14
Seleccionando el paquete gconf-defaults-service previamente no seleccionado.
(Leyendo la base de datos ... 463834 ficheros o directorios instalados actualmente.)
Preparing to unpack .../gconf-defaults-service_3.2.6-0ubuntu2_amd64.deb ...
Unpacking gconf-defaults-service (3.2.6-0ubuntu2) ...
Seleccionando el paquete gconf-editor previamente no seleccionado.
Preparing to unpack .../gconf-editor_3.0.1-2ubuntu1_amd64.deb ...
Unpacking gconf-editor (3.0.1-2ubuntu1) ...
Processing triggers for bamfdaemon (0.5.1+14.04.20140409-0ubuntu1) ...
Rebuilding /usr/share/applications/bamf-2.index...
Processing triggers for gnome-menus (3.10.1-0ubuntu2) ...
Processing triggers for desktop-file-utils (0.22-1ubuntu1) ...
Processing triggers for mime-support (3.54ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.13-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Processing triggers for gconf2 (3.2.6-0ubuntu2) ...
Configurando gconf-defaults-service (3.2.6-0ubuntu2) ...
Configurando gconf-editor (3.0.1-2ubuntu1) ...
Log ended: 2014-08-01 07:56:38
Log started: 2014-08-01 10:56:34
Seleccionando el paquete tree previamente no seleccionado.
(Leyendo la base de datos ... 464185 ficheros o directorios instalados actualmente.)
Preparing to unpack .../tree_1.6.0-1_amd64.deb ...
Unpacking tree (1.6.0-1) ...
Processing triggers for man-db (2.6.7.1-1) ...
Configurando tree (1.6.0-1) ...
Log ended: 2014-08-01 10:56:50
ls /etc/apt/sources.list.d
additional-repositories.list nitrux-nitrux-artwork-trusty.list
gambas-team-gambas3-trusty.list n-muench-burg-trusty.list
getdeb.list numix-ppa-trusty.list
glennric-dolphin-emu-trusty.list official-package-repositories.list
google-chrome.list ricotz-docky-trusty.list
i-nex-development-team-daily-trusty.list steam.list
maarten-baert-simplescreenrecorder-trusty.list teejee2008-ppa-trusty.list
nilarimogard-webupd8-trusty.list webupd8team-haguichi-trusty.list
Last edited by inukaze (2014-08-04 13:57:26)
Offline
I got the same problem when I installed plugin thunar media tag
Solution: replace these libs by the old ones: usr/lib/libthunarx-2.so.0.0.0 and libthunarx-2.so.0
Offline
Pages: 1
[ Generated in 0.050 seconds, 7 queries executed - Memory usage: 4.48 MiB (Peak: 5.74 MiB) ]