summaryrefslogtreecommitdiffstats
path: root/IconThemes
diff options
context:
space:
mode:
Diffstat (limited to 'IconThemes')
-rw-r--r--IconThemes/CMakeL10n.txt12
-rw-r--r--IconThemes/CMakeLists.txt9
-rw-r--r--IconThemes/ikons/index.theme84
-rw-r--r--IconThemes/kdeclassic/16x16/actions/window_duplicate.png (renamed from IconThemes/kdeclassic/16x16/apps/window_list.png)bin503 -> 503 bytes
-rw-r--r--IconThemes/kdeclassic/32x32/actions/window_duplicate.png (renamed from IconThemes/kdeclassic/32x32/apps/window_list.png)bin1202 -> 1202 bytes
-rw-r--r--IconThemes/kdeclassic/48x48/actions/window_duplicate.png (renamed from IconThemes/kdeclassic/48x48/apps/window_list.png)bin1824 -> 1824 bytes
-rw-r--r--IconThemes/kdeclassic/index.theme129
-rw-r--r--IconThemes/kids/16x16/actions/window_duplicate.png (renamed from IconThemes/kids/16x16/apps/window_list.png)bin1002 -> 1002 bytes
-rw-r--r--IconThemes/kids/22x22/actions/window_duplicate.png (renamed from IconThemes/kids/22x22/apps/window_list.png)bin1409 -> 1409 bytes
-rw-r--r--IconThemes/kids/32x32/actions/window_duplicate.png (renamed from IconThemes/kids/32x32/apps/window_list.png)bin2693 -> 2693 bytes
-rw-r--r--IconThemes/kids/48x48/actions/window_duplicate.png (renamed from IconThemes/kids/48x48/apps/window_list.png)bin4968 -> 4968 bytes
-rw-r--r--IconThemes/kids/64x64/actions/window_duplicate.png (renamed from IconThemes/kids/64x64/apps/window_list.png)bin7476 -> 7476 bytes
-rw-r--r--IconThemes/kids/index.theme123
-rw-r--r--IconThemes/locolor/16x16/actions/window_duplicate.png (renamed from IconThemes/locolor/16x16/apps/window_list.png)bin192 -> 192 bytes
-rw-r--r--IconThemes/locolor/32x32/actions/window_duplicate.png (renamed from IconThemes/locolor/32x32/apps/window_list.png)bin333 -> 333 bytes
-rw-r--r--IconThemes/locolor/index.theme113
-rw-r--r--IconThemes/slick/16x16/actions/window_duplicate.png (renamed from IconThemes/slick/16x16/apps/window_list.png)bin640 -> 640 bytes
-rw-r--r--IconThemes/slick/22x22/actions/window_duplicate.png (renamed from IconThemes/slick/22x22/apps/window_list.png)bin813 -> 813 bytes
-rw-r--r--IconThemes/slick/32x32/actions/window_duplicate.png (renamed from IconThemes/slick/32x32/apps/window_list.png)bin2230 -> 2230 bytes
-rw-r--r--IconThemes/slick/48x48/actions/window_duplicate.png (renamed from IconThemes/slick/48x48/apps/window_list.png)bin2279 -> 2279 bytes
-rw-r--r--IconThemes/slick/index.theme134
21 files changed, 156 insertions, 448 deletions
diff --git a/IconThemes/CMakeL10n.txt b/IconThemes/CMakeL10n.txt
new file mode 100644
index 00000000..96779f55
--- /dev/null
+++ b/IconThemes/CMakeL10n.txt
@@ -0,0 +1,12 @@
+##### create translation templates ##############
+
+file( GLOB_RECURSE _themes
+ RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
+ ${CMAKE_CURRENT_SOURCE_DIR}/*.theme )
+list( SORT _themes )
+
+tde_l10n_create_template(
+ CATALOG "desktop_files/icon-themes/"
+ SOURCES_DESKTOP ${_themes}
+ DESTINATION "${CMAKE_SOURCE_DIR}/translations"
+)
diff --git a/IconThemes/CMakeLists.txt b/IconThemes/CMakeLists.txt
index 71da83f1..6930f5f3 100644
--- a/IconThemes/CMakeLists.txt
+++ b/IconThemes/CMakeLists.txt
@@ -17,14 +17,17 @@ set(ICON_SIZES 16x16 22x22 32x32 48x48 64x64 128x128 scalable)
set(ICON_SUFFIXES png mng svg svgz)
foreach (theme ${ICON_THEMES})
- install(FILES ${theme}/index.theme DESTINATION ${ICON_INSTALL_DIR}/${theme} )
+ tde_create_translated_desktop(
+ SOURCE ${theme}/index.theme
+ DESTINATION ${ICON_INSTALL_DIR}/${theme}
+ PO_DIR icon-themes
+ )
foreach(size ${ICON_SIZES})
foreach(type ${ICON_TYPES})
foreach(suffix ${ICON_SUFFIXES})
- FILE(GLOB files "${theme}/${size}/${type}/*.${suffix}" )
+ file(GLOB files "${theme}/${size}/${type}/*.${suffix}" )
install(FILES ${files} DESTINATION ${ICON_INSTALL_DIR}/${theme}/${size}/${type}/)
endforeach(suffix ${ICON_SUFFIXES})
endforeach(type ${ICON_TYPES})
endforeach(size ${ICON_SIZES})
endforeach (theme ${ICON_THEMES})
-
diff --git a/IconThemes/ikons/index.theme b/IconThemes/ikons/index.theme
index 6a726376..ed763aba 100644
--- a/IconThemes/ikons/index.theme
+++ b/IconThemes/ikons/index.theme
@@ -1,72 +1,6 @@
[Icon Theme]
Name=iKons
-Name[af]=Ikone
-Name[eo]=Ikonoj
-Name[es]=iKonos
-Name[fo]=teKnmyndir
-Name[hi]=आई-कॉन्स
-Name[nb]=iKoner
-Name[ven]=Dziaikhonu
Comment=iKons Icon Theme by Kristof Borrey (kborrey@skynet.be)
-Comment[bg]=Тема с икони от Kristof Borrey (kborrey@skynet.be)
-Comment[br]=Giz arlun iKons gant Kristof Borrey (kborrey@skynet.be)
-Comment[bs]=iKons tema ikona, napravio: Kristof Borrey (kborrey@skynet.be)
-Comment[ca]=Tema iKons per Kristof Borrey (kborrey@skynet.be)
-Comment[cs]=Motiv ikon iKons od Kristofa Borreyho (kborrey@skynet.be)
-Comment[cy]=Thema Eicon iKons gan Kristof Borrey (kborrey@skynet.be)
-Comment[da]=iKons ikontema ved Kristof Borrey (kborrey@skynet.be)
-Comment[de]=iKons-Symboldesign von Kristof Borrey (kborrey@skynet.be)
-Comment[el]=Θέμα εικονιδίων iKons από τον Kristof Borrey (kborrey@skynet.be)
-Comment[eo]=Etoso Ikonoj de Kristof Borrey (kborrey@skynet.be)
-Comment[es]=Tema iKonos de Kristof Borrey (kborrey@skynet.be)
-Comment[et]=Ikooniteema iKons, autor Kristof Borrey (kborrey@skynet.be)
-Comment[eu]=iKons ikonogaia (egilea: Kristof Borrey)(kborrey@skynet.be)
-Comment[fa]=چهرۀ شمایل iKons توسط کریستوف بوری(kborrey@skynet.be)
-Comment[fi]=iKons kuvaketeema, tehnyt Kristof Borrey (kborrey@skynet.be)
-Comment[fo]=Teknmyndarevni av Kristof Borrey <kborrey@skynet.be>.
-Comment[fr]=iKons Thème d'icônes par Kristof Borrey (kborrey@skynet.be)
-Comment[fy]=iKons piktogramtema troch Kristof Borrey (kborrey@skynet.be)
-Comment[ga]=Téama Deilbhíní iKons le Kristof Borrey (kborrey@skynet.be)
-Comment[gl]=Ícones de Kristof Borrey (kborrey@skynet.be)
-Comment[he]=ערכת סמלים iKons על ידי Kristof Borrey (kborrey@skynet.be)
-Comment[hi]=क्रिस्टॉफ बॉर्री का प्रतीक प्रसंग आई-कॉन्स (kborrey@skynet.be)
-Comment[hu]=Ikontéma, készítette: Kristof Borrey (kborrey@skynet.be)
-Comment[is]=iKons táknmyndaþema eftir Kristof Borrey (kborrey@skynet.be)
-Comment[it]=Tema di icone iKons di Kristof Borrey (kborrey@skynet.be)
-Comment[ja]=Kristof Borrey (kborrey@skynet.be) による iKons アイコンテーマ
-Comment[ka]=პიქტოგრამების თემა ქრისტოფ ბორეისგან (kborrey@skynet.be)
-Comment[lt]=iKons piktogramų tema, daryta Kristof Borrey (kborrey@skynet.be)
-Comment[lv]=iKons Ikonu Tēma no Kristof Borrey (kborrey@skynet.be)
-Comment[mk]=Тема за икони iKons од Kristof Borrey (kborrey@skynet.be)
-Comment[ms]=Tema Ikon iKons oleh Kristof Borrey (kborrey@skynet.be)
-Comment[mt]=Tema ta' ikoni "iKons" ta' Kristof Borrey (kborrey@skynet.be)
-Comment[nb]=iKoner ikontema laget av Kristof Borrey (kborrey@skynet.be)
-Comment[nds]=iKons-Lüttbildmuster vun Kristof Borrey (kborrey@skynet.be)
-Comment[ne]=Kristof Borrey को iKons प्रतिमा विषयवस्तु (kborrey@skynet.be)
-Comment[nl]=iKons pictogramthema door Kristof Borrey (kborrey@skynet.be)
-Comment[nn]=Ikontemaet «iKons» av Kristof Borrey (kborrey@skynet.be)
-Comment[pl]=Motyw ikon "iKons" autorstwa Kristofa Borreya (kborrey@skynet.be)
-Comment[pt]=Temas de Ícones iKons por Kristof Borrey (kborrey@skynet.be)
-Comment[pt_BR]=Tema de Ícones iKons feito por Kristof Borrey (kborrey@skynet.be)
-Comment[ro]=Tematică de iconiţe iKons de Kristof Borrey (kborrey@skynet.be)
-Comment[ru]=Тема со значками от Кристофа Борея (kborrey@skynet.be)
-Comment[sk]=Ikonová téma iKons od Kristofa Borreyho (kborrey@skynet.be)
-Comment[sl]=iKons ikonska tema Kristofa Borreya (kborrey@skynet.be)
-Comment[sr]=iKons тема икона од Kristofа Borreyа (kborrey@skynet.be)
-Comment[sr@Latn]=iKons tema ikona od Kristofa Borreya (kborrey@skynet.be)
-Comment[sv]=Ikontemat iKons av Kristof Borrey (kborrey@skynet.be)
-Comment[ta]=iKons சின்ன பொருள் படைத்தவர் Kristof Borrey (kborrey@skynet.be)
-Comment[tg]=Мавзӯъ бо пиктограммаҳо аз Кристофа Борея (kborrey@skynet.be)
-Comment[th]=ธีมไอคอน iKons โดย Kristof Borrey (kborrey@skynet.be)
-Comment[tr]=İkons Simge Teması (Kristof Borrey)
-Comment[uk]=Тема піктограм iKons від Kristof Borrey (kborrey@skynet.be)
-Comment[uz]=Kristof Borrey (Kristof Borrey) <kborrey@skynet.be> yaratgan iKons nishonchalar mavzusi
-Comment[uz@cyrillic]=Кристоф Боррей (Kristof Borrey) <kborrey@skynet.be> яратган iKons нишончалар мавзуси
-Comment[ven]=Dziaikhonu Aikhonu Thero nga Kristof Borrey (kborrey@skynet.be)
-Comment[vi]=Sắc thái Biểu tượng iKons bởi Kristof Borrey (kborrey@skynet.be)
-Comment[zh_CN]=Kristof Borrey 的 iKon 图标主题 (kborrey@skynet.be)
-Comment[zh_TW]=iKons 圖示佈景 Kristof Borrey (kborrey@skynet.be)
-Comment[zu]=iKons Icon Thimu ngu Kristof Borrey (kborrey@skynet.be)
DisplayDepth=32
Example=exec
LinkOverlay=link
@@ -84,74 +18,92 @@ SmallSizes=16
PanelDefault=32
PanelSizes=16,32,48
Directories=16x16/actions,22x22/actions,16x16/apps,32x32/apps,16x16/devices,32x32/devices,16x16/places,32x32/places,16x16/mimetypes,32x32/mimetypes,32x32/actions,48x48/apps,48x48/devices,48x48/places,48x48/mimetypes,64x64/places,64x64/mimetypes
+
[16x16/actions]
Size=16
Context=Actions
Type=Fixed
+
[22x22/actions]
Size=22
Context=Actions
Type=Fixed
+
[32x32/actions]
Size=32
Context=Actions
Type=Fixed
+
[16x16/apps]
Size=16
Context=Applications
Type=Fixed
+
[16x16/devices]
Size=16
Context=Devices
Type=Fixed
+
[32x32/apps]
Size=32
Context=Applications
Type=Fixed
+
[32x32/devices]
Size=32
Context=Devices
Type=Fixed
+
[16x16/places]
Size=16
Context=Places
Type=Fixed
+
[32x32/places]
Size=32
Context=Places
Type=Fixed
+
[16x16/mimetypes]
Size=16
Context=MimeTypes
Type=Fixed
+
[32x32/mimetypes]
Size=32
Context=MimeTypes
Type=Fixed
+
[48x48/apps]
Size=48
Context=Applications
Type=Fixed
+
[48x48/devices]
Size=48
Context=Devices
Type=Fixed
+
[48x48/places]
Size=48
Context=Places
Type=Fixed
+
[48x48/mimetypes]
Size=48
Context=MimeTypes
Type=Fixed
+
[64x64/mimetypes]
Size=64
Context=MimeTypes
Type=Fixed
+
[64x64/apps]
Size=64
Context=Applications
Type=Fixed
+
[64x64/places]
Size=64
Context=Places
diff --git a/IconThemes/kdeclassic/16x16/apps/window_list.png b/IconThemes/kdeclassic/16x16/actions/window_duplicate.png
index 9c200dd2..9c200dd2 100644
--- a/IconThemes/kdeclassic/16x16/apps/window_list.png
+++ b/IconThemes/kdeclassic/16x16/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kdeclassic/32x32/apps/window_list.png b/IconThemes/kdeclassic/32x32/actions/window_duplicate.png
index b08a789d..b08a789d 100644
--- a/IconThemes/kdeclassic/32x32/apps/window_list.png
+++ b/IconThemes/kdeclassic/32x32/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kdeclassic/48x48/apps/window_list.png b/IconThemes/kdeclassic/48x48/actions/window_duplicate.png
index 9044034b..9044034b 100644
--- a/IconThemes/kdeclassic/48x48/apps/window_list.png
+++ b/IconThemes/kdeclassic/48x48/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kdeclassic/index.theme b/IconThemes/kdeclassic/index.theme
index 92e873a2..416ee73b 100644
--- a/IconThemes/kdeclassic/index.theme
+++ b/IconThemes/kdeclassic/index.theme
@@ -1,112 +1,6 @@
[Icon Theme]
Name=TDE-Classic
-Name[ca]=TDE-Clàssic
-Name[cs]=Klasický
-Name[cy]=Clasurol TDE
-Name[el]=TDE-Κλασικό
-Name[eo]=TDE-Klasika
-Name[es]=TDE-Clásico
-Name[et]=TDE klassikaline
-Name[eu]=TDE-Klasikoa
-Name[fa]=TDE کلاسیک
-Name[fi]=Klassinen TDE
-Name[fy]=TDE-klassyk
-Name[ga]=TDE Clasaiceach
-Name[gl]=TDE-Clásico
-Name[he]=קלסי של TDE
-Name[hi]=केडीई-क्लासिक
-Name[is]=TDE-klassíkt
-Name[it]=TDE classico
-Name[ja]=TDE クラシック
-Name[ka]=კლასიკური
-Name[mk]=TDE-Класик
-Name[ms]=TDE-Klasik
-Name[nb]=TDE-Klassisk
-Name[ne]=केडीई-पुरानो
-Name[nl]=TDE-klassiek
-Name[nn]=Klassisk TDE
-Name[nso]=Maemo a TDE
-Name[pl]=Klasyczny TDE
-Name[pt]=TDE-Clássico
-Name[pt_BR]=TDE Clássico
-Name[ro]=TDE Clasic
-Name[ru]=Классика
-Name[sk]=TDE klasická
-Name[sl]=TDE - Klasično
-Name[sr]=Класични TDE
-Name[sr@Latn]=Klasični TDE
-Name[sv]=TDE klassisk
-Name[ta]=TDE-பழைய
-Name[tg]=Классика
-Name[tr]=Klasik TDE
-Name[uk]=Класичний TDE
-Name[uz]=TDE klassika
-Name[uz@cyrillic]=TDE классика
-Name[ven]=TDE ya tshifhingani tsho fhelaho
-Name[vi]=TDE-Truyền thống
-Name[xh]=TDE-Endala
-Name[zh_CN]=TDE 经典
-Name[zh_TW]=TDE-古典
-Name[zu]=Okwasendulo kwe-TDE
Comment=TDE Classic Icon Theme
-Comment[bg]=Класическата тема с икони за TDE
-Comment[br]=Giz arlun da gustum evit TDE
-Comment[bs]=TDE klasična tema ikona
-Comment[ca]=Tema d'icones TDE clàssic
-Comment[cs]=Klasický motiv ikon TDE
-Comment[cy]=Thema Eicon Clasurol TDE
-Comment[da]=TDE's klassiske ikontema
-Comment[de]=TDE-Classic Symboldesign
-Comment[el]=Κλασικό θέμα εικονιδίων του TDE
-Comment[eo]=TDE-klasika piktogrametoso
-Comment[es]=Tema de iconos TDE clásico
-Comment[et]=TDE klassikaline ikooniteema
-Comment[eu]=TDE-ren ikono gai klasikoa
-Comment[fa]=چهرۀ شمایل TDE کلاسیک
-Comment[fi]=Klassisen TDE:n kuvaketeema
-Comment[fr]=Thème d'icônes TDE Classique
-Comment[fy]=It klassike TDE-piktogramtema
-Comment[ga]=Téama Deilbhíní Clasaiceach TDE
-Comment[gl]=Os ícones clásicos de TDE
-Comment[he]=ערכת סמלים קלסית של TDE
-Comment[hi]=केडीई क्लासिक प्रतीक प्रसंग
-Comment[hu]=Hagyományos TDE-s ikontéma
-Comment[is]=TDE Klassískt táknmyndaþema
-Comment[it]=Il tema di TDE con icone classiche
-Comment[ja]=TDE クラシックアイコンテーマ
-Comment[ka]=TDE პიქტოგრამების კლასიკური თემა
-Comment[lt]=TDE Classic ženkliukų tema
-Comment[mk]=Класична тема за икони во TDE
-Comment[ms]=Tema Ikon Klasik TDE
-Comment[nb]=TDE Klassisk ikontema
-Comment[nds]=Dat klass'sche Lüttbildmuster vun TDE
-Comment[ne]=केडीई पुरानो प्रतिमा विषयवस्तु
-Comment[nl]=Het klassieke TDE-pictogramthema
-Comment[nn]=Klassisk TDE-ikontema
-Comment[nso]=Molaetsa wa Seemedi sa Maemo a TDE
-Comment[pa]=TDE ਟਕਸਾਲੀ ਆਈਕਾਨ ਸਰੂਪ
-Comment[pl]=Klasyczny motyw ikon TDE
-Comment[pt]=Tema de Ícones Clássico do TDE
-Comment[pt_BR]=Temas de Ícones Clássico do TDE
-Comment[ro]=Tematică de iconiţe TDE clasică
-Comment[ru]=Классическая тема значков TDE
-Comment[sk]=Klasická ikonová téma TDE
-Comment[sl]=Tema klasičnih ikon TDE
-Comment[sr]=Класична TDE-ова тема икона
-Comment[sr@Latn]=Klasična TDE-ova tema ikona
-Comment[sv]=Klassiskt TDE-ikontema
-Comment[ta]=TDE பழைய சின்ன பொருள்
-Comment[tg]=Мавзӯъи классикии пиктограммаи TDE
-Comment[tr]=TDE Klasik Simge Teması
-Comment[uk]=Класична тема піктограм TDE
-Comment[uz]=TDE klassik nishonchalar mavzusi
-Comment[uz@cyrillic]=TDE классик нишончалар мавзуси
-Comment[ven]=Thero ya Aikhono ya TDE ya tshifhinga tsho fhelaho
-Comment[vi]=Sắc thái Biểu tượng Truyền thống TDE
-Comment[xh]=Umxholo Wephawu lomfanekiso We TDE Wakudala
-Comment[zh_CN]=TDE 经典图标主题
-Comment[zh_TW]=TDE 古典圖示主題
-Comment[zu]=Ithimu Yophawu lwesithombe se-TDE Yasendulo
DisplayDepth=32
Example=exec
Inherits=default
@@ -124,92 +18,113 @@ SmallSizes=16
PanelDefault=32
PanelSizes=16,32,48
Directories=16x16/actions,22x22/actions,16x16/apps,16x16/categories,22x22/categories,32x32/apps,32x32/categories,16x16/devices,32x32/devices,16x16/places,32x32/places,16x16/mimetypes,32x32/mimetypes,32x32/actions,48x48/apps,48x48/categories,48x48/devices,48x48/places,48x48/mimetypes,64x64/places,64x64/mimetypes,64x64 apps
+
[16x16/actions]
Size=16
Context=Actions
Type=Threshold
+
[22x22/actions]
Size=22
Context=Actions
Type=Threshold
+
[22x22/categories]
Size=22
Context=Categories
Type=Threshold
+
[32x32/actions]
Size=32
Context=Actions
Type=Threshold
+
[16x16/apps]
Size=16
Context=Applications
Type=Threshold
+
[16x16/categories]
Size=16
Context=Categories
Type=Threshold
+
[16x16/devices]
Size=16
Context=Devices
Type=Threshold
+
[32x32/apps]
Size=32
Context=Applications
Type=Threshold
+
[32x32/categories]
Size=32
Context=Categories
Type=Threshold
+
[32x32/devices]
Size=32
Context=Devices
Type=Threshold
+
[16x16/places]
Size=16
Context=Places
Type=Threshold
+
[32x32/places]
Size=32
Context=Places
Type=Threshold
+
[16x16/mimetypes]
Size=16
Context=MimeTypes
Type=Threshold
+
[32x32/mimetypes]
Size=32
Context=MimeTypes
Type=Threshold
+
[48x48/apps]
Size=48
Context=Applications
Type=Threshold
+
[48x48/categories]
Size=48
Context=Categories
Type=Threshold
+
[48x48/devices]
Size=48
Context=Devices
Type=Threshold
+
[48x48/places]
Size=48
Context=Places
Type=Threshold
+
[48x48/mimetypes]
Size=48
Context=MimeTypes
Type=Threshold
+
[64x64/mimetypes]
Size=64
Context=MimeTypes
Type=Threshold
+
[64x64/places]
Size=64
Context=Places
Type=Threshold
+
[64x64/apps]
Size=64
Context=Applications
Type=Threshold
-
diff --git a/IconThemes/kids/16x16/apps/window_list.png b/IconThemes/kids/16x16/actions/window_duplicate.png
index 1f238edd..1f238edd 100644
--- a/IconThemes/kids/16x16/apps/window_list.png
+++ b/IconThemes/kids/16x16/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kids/22x22/apps/window_list.png b/IconThemes/kids/22x22/actions/window_duplicate.png
index 9d331d23..9d331d23 100644
--- a/IconThemes/kids/22x22/apps/window_list.png
+++ b/IconThemes/kids/22x22/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kids/32x32/apps/window_list.png b/IconThemes/kids/32x32/actions/window_duplicate.png
index 8af38d42..8af38d42 100644
--- a/IconThemes/kids/32x32/apps/window_list.png
+++ b/IconThemes/kids/32x32/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kids/48x48/apps/window_list.png b/IconThemes/kids/48x48/actions/window_duplicate.png
index 7e9ca354..7e9ca354 100644
--- a/IconThemes/kids/48x48/apps/window_list.png
+++ b/IconThemes/kids/48x48/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kids/64x64/apps/window_list.png b/IconThemes/kids/64x64/actions/window_duplicate.png
index 435349b8..435349b8 100644
--- a/IconThemes/kids/64x64/apps/window_list.png
+++ b/IconThemes/kids/64x64/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/kids/index.theme b/IconThemes/kids/index.theme
index b615fbc5..0df93b6b 100644
--- a/IconThemes/kids/index.theme
+++ b/IconThemes/kids/index.theme
@@ -1,90 +1,8 @@
[Icon Theme]
Name=Kids
-Name[br]=Bugale
-Name[ca]=Nens
-Name[cs]=Děti
-Name[de]=Kinder
-Name[el]=Παιδικό
-Name[eo]=Infanoj
-Name[et]=Lasteteema
-Name[eu]=Haurrak
-Name[fa]=بچه‌ها
-Name[fi]=Lapset
-Name[fr]=Enfants
-Name[he]=ילדים
-Name[hu]=Kicsiknek
-Name[is]=Krakkar
-Name[it]=Ragazzi
-Name[ka]=ბავშვებისთვის
-Name[mk]=Деца
-Name[ne]=किड्स
-Name[pa]=ਬੱਚੇ
-Name[pl]=Dzieciaki
-Name[pt]=Miúdos
-Name[ru]=Для детей
-Name[sl]=Otroci
-Name[sr]=Дечије
-Name[sr@Latn]=Dečije
-Name[sv]=Barn
-Name[ta]=குழந்தைகள்
-Name[tg]=Кӯдакона
-Name[uk]=Діти
-Name[vi]=Trẻ con
-Name[zh_CN]=孩童
Comment=Icon Theme by Everaldo.com Design Studio
-Comment[bg]=Тема с икони от Everaldo.com Design Studio
-Comment[br]=Giz arlun gant Everaldo.com Design Studio
-Comment[bs]=Tema ikona iz Everaldo.com dizajn studija
-Comment[ca]=Tema d'icones per Everaldo.com Design Studio
-Comment[cs]=Motiv ikon od Everalda (www.everaldo.com)
-Comment[da]=Ikontema af Everaldo.com Design Studio
-Comment[de]=Symboldesign vom Everaldo.com Design Studio
-Comment[el]=Θέμα εικονιδίων από το Everaldo.com Design Studio
-Comment[es]=Tema de iconos de Everaldo.com Design Studio
-Comment[et]=Ikooniteema, autor disainistuudio Everaldo.com
-Comment[eu]=Everaldo.com Design Studio-ren ikono gaia
-Comment[fa]=چهرۀ شمایل توسط کارگاه طراحی Everaldo.com
-Comment[fi]=Everaldo Studion (www.everaldo.com) tekemä kuvaketeema
-Comment[fr]=Thème d'icônes par Everaldo.com Studio
-Comment[fy]=Byldkaaitema makke troch Everaldo.com Design Studio
-Comment[ga]=Téama Deilbhíní le Everaldo.com Design Studio
-Comment[gl]=Ícones de Everaldo.com Design Studio
-Comment[he]=ערכת סמלים מאת הסטודיו לעיצוב של Everaldo.com
-Comment[hi]=एवराल्डो.कॉम डिज़ाइन स्टूडियो का प्रतीक प्रसंग
-Comment[hu]=Ikontéma, készítette: Everaldo.com Design Studio
-Comment[is]=Táknmyndaþema eftir Everaldo.com Design Studio
-Comment[it]=Tema icone di Everaldo.com Design Studio
-Comment[ja]=Everaldo.com デザインスタジオによるアイコンテーマ
-Comment[ka]=პიქტოგრამების თემა Everaldo Studio-სგან (www.everaldo.com)
-Comment[lt]=Everaldo.com Design Studio ženkliukų tema
-Comment[mk]=Тема за икони од студиото за дизајн Everaldo.com
-Comment[ms]=Tema Ikon oleh Everaldo.com Design Studio
-Comment[nb]=Ikontema laget av Everaldo.com designstudio
-Comment[nds]=Lüttbildmuster vun dat Design-Studio Everaldo.com
-Comment[ne]=Everaldo.com डिजाइन स्टुडियोको प्रतिमा विषयवस्तु
-Comment[nl]=Pictogramthema van Everaldo.com Design Studio
-Comment[nn]=Ikontema frå Everaldo.com Design Studio
-Comment[pl]=Motyw ikon stworzony w Everaldo.com Design Studio
-Comment[pt]=Tema de Ícones por Everaldo.com Design Studio
-Comment[pt_BR]=Tema de Ícones de Alta resolução feito por Everaldo Studio
-Comment[ro]=Tematică de iconiţe de Everaldo.com Design Studio
-Comment[ru]=Тема значков от Everaldo Studio (www.everaldo.com)
-Comment[rw]=Insanganyamatsiko y'Agashushondanga ikozwe na Situdiyo ihanga Everaldo.com
-Comment[sk]=Ikonová téma, ktorú vyrobilo Everaldo.com Design Studio
-Comment[sl]=Ikonska tema od Everaldo.com Design Studio
-Comment[sr]=Тема икона Everaldo.com дизајнерског студија
-Comment[sr@Latn]=Tema ikona Everaldo.com dizajnerskog studija
-Comment[sv]=Ikontema av Everaldo.com designstudio
-Comment[tg]=Мавзӯъи пиктограмма аз Everaldo Studio (www.everaldo.com)
-Comment[tr]=Everaldo.com tasarım stüdyosu tarafından yapılan bir simge teması
-Comment[uk]=Тема піктограм із студії дизайну Everaldo.com
-Comment[vi]=Sắc thái Biểu tượng bởi Everaldo.com Design Studio
-Comment[zh_CN]=由 Everaldo 设计工作室(www.everaldo.com)制作的图标主题
-Comment[zh_TW]=由 Everaldo.com 設計團隊設計的圖示主題
DisplayDepth=32
-
Inherits=hicolor
-
Example=folder
LinkOverlay=link
LockOverlay=lockoverlay
@@ -100,154 +18,192 @@ SmallSizes=16
PanelDefault=48
PanelSizes=16,32,48,64,128
Directories=16x16/actions,22x22/actions,32x32/actions,48x48/actions,64x64/actions,128x128/actions,16x16/apps,32x32/apps,48x48/apps,64x64/apps,128x128/apps,16x16/categories,22x22/categories,32x32/categories,48x48/categories,64x64/categories,16x16/devices,32x32/devices,48x48/devices,64x64/devices,128x128/devices,16x16/places,32x32/places,48x48/places,64x64/places,128x128/places,16x16/mimetypes,32x32/mimetypes,48x48/mimetypes,64x64/mimetypes,128x128/mimetypes,48x48/devices,48x48/places,48x48/mimetypes,64x64/places,64x64/mimetypes,64x64/devices,64x64/apps,64x64/actions,128x128/mimetypes,128x128/places,128x128/apps,128x128/devices,128x128/actions
+
[16x16/actions]
Size=16
Context=Actions
Type=Threshold
+
[22x22/actions]
Size=22
Context=Actions
Type=Threshold
+
[32x32/actions]
Size=32
Context=Actions
Type=Threshold
+
[48x48/actions]
Size=48
Context=Actions
Type=Threshold
+
[64x64/actions]
Size=64
Context=Actions
Type=Threshold
+
[128x128/actions]
Size=128
Context=Actions
Type=Threshold
+
[16x16/apps]
Size=16
Context=Applications
Type=Threshold
+
[32x32/apps]
Size=32
Context=Applications
Type=Threshold
+
[48x48/apps]
Size=48
Context=Applications
Type=Threshold
+
[64x64/apps]
Size=64
Context=Applications
Type=Threshold
+
[128x128/apps]
Size=128
Context=Applications
Type=Threshold
+
[16x16/categories]
Size=16
Context=Categories
Type=Threshold
+
[32x32/categories]
Size=32
Context=Categories
Type=Threshold
+
[48x48/categories]
Size=48
Context=Categories
Type=Threshold
+
[64x64/categories]
Size=64
Context=Categories
Type=Threshold
+
[16x16/devices]
Size=16
Context=Devices
Type=Threshold
+
[32x32/devices]
Size=32
Context=Devices
Type=Threshold
+
[48x48/devices]
Size=48
Context=Devices
Type=Threshold
+
[64x64/devices]
Size=64
Context=Devices
Type=Threshold
+
[128x128/devices]
Size=128
Context=Devices
Type=Threshold
+
[16x16/places]
Size=16
Context=Places
Type=Threshold
+
[32x32/places]
Size=32
Context=Places
Type=Threshold
+
[48x48/places]
Size=48
Context=Places
Type=Threshold
+
[64x64/places]
Size=64
Context=Places
Type=Threshold
+
[128x128/places]
Size=128
Context=Places
Type=Threshold
+
[16x16/mimetypes]
Size=16
Context=MimeTypes
Type=Threshold
+
[32x32/mimetypes]
Size=32
Context=MimeTypes
Type=Threshold
+
[48x48/mimetypes]
Size=48
Context=MimeTypes
Type=Threshold
+
[64x64/mimetypes]
Size=64
Context=MimeTypes
Type=Threshold
+
[128x128/mimetypes]
Size=128
Context=MimeTypes
Type=Threshold
+
[48x48/apps]
Size=48
Context=Applications
Type=Threshold
+
[48x48/devices]
Size=48
Context=Devices
Type=Threshold
+
[48x48/places]
Size=48
Context=Places
Type=Threshold
+
[48x48/mimetypes]
Size=48
Context=MimeTypes
Type=Threshold
+
[64x64/apps]
Size=64
Context=Applications
Type=Threshold
+
[64x64/devices]
Size=64
Context=Devices
Type=Threshold
+
[64x64/places]
Size=64
Context=Places
Type=Threshold
+
[64x64/mimetypes]
Size=64
Context=MimeTypes
@@ -257,14 +213,17 @@ Type=Threshold
Size=128
Context=Applications
Type=Threshold
+
[128x128/devices]
Size=128
Context=Devices
Type=Threshold
+
[128x128/places]
Size=128
Context=Places
Type=Threshold
+
[128x128/mimetypes]
Size=128
Context=MimeTypes
diff --git a/IconThemes/locolor/16x16/apps/window_list.png b/IconThemes/locolor/16x16/actions/window_duplicate.png
index e558c7ae..e558c7ae 100644
--- a/IconThemes/locolor/16x16/apps/window_list.png
+++ b/IconThemes/locolor/16x16/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/locolor/32x32/apps/window_list.png b/IconThemes/locolor/32x32/actions/window_duplicate.png
index 3dce9fa7..3dce9fa7 100644
--- a/IconThemes/locolor/32x32/apps/window_list.png
+++ b/IconThemes/locolor/32x32/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/locolor/index.theme b/IconThemes/locolor/index.theme
index 993ea3a7..b2bc2f13 100644
--- a/IconThemes/locolor/index.theme
+++ b/IconThemes/locolor/index.theme
@@ -1,108 +1,6 @@
[Icon Theme]
Name=TDE-LoColor
-Name[af]=Kde-laekleur
-Name[br]=TDE-Livioù izel
-Name[ca]=TDE-baixa profunditat de color
-Name[cs]=TDE - málobarevné
-Name[cy]=Isel-liw TDE
-Name[el]=TDE-Λίγα χρώματα
-Name[en_GB]=TDE-LoColour
-Name[eo]=TDE malmultkolora
-Name[es]=TDE-baja profundidad de color
-Name[et]=TDE väheste värvidega
-Name[eu]=TDE-Kolore sakontasun baxua
-Name[fi]=TDE-vähävärinen
-Name[fo]=TDE-Fáar litir
-Name[fy]=TDE-Lege Kleuren
-Name[gl]=TDE-Cores de baixa profundidade
-Name[he]=TDE ברמת צבע נמוכה
-Name[hi]=केडीई-कम-रंग
-Name[is]=TDE-láglita
-Name[it]=TDE-Pochi colori
-Name[ja]=TDE ローカラー
-Name[ka]=მცირეფერადოვანი TDE პიქტოგრამები
-Name[lt]=TDE – mažai spalvų
-Name[mt]=TDE-Ftit Kuluri
-Name[nb]=TDE-Lavfarge
-Name[nl]=TDE-Lage Kleuren
-Name[nn]=TDE Få fargar
-Name[pl]=TDE-mało kolorów
-Name[pt_BR]=TDE-256 cores
-Name[ro]=TDE Culori puţine
-Name[ru]=Значки TDE с малым количеством цветов
-Name[sk]=TDE málo farieb
-Name[sl]=TDE - Malo barv
-Name[sr]=TDE-са мало боја
-Name[sr@Latn]=TDE-sa malo boja
-Name[sv]=TDE-färgfattig
-Name[ta]=TDE-மங்கிய வண்ணம்
-Name[tg]=Пиктограммаи TDE бо рангҳои миқдораш кам
-Name[th]=TDE แบบสีน้อย
-Name[tr]=TDE-Düşük Renk
-Name[uk]=TDE мало-колірна
-Name[zh_CN]=TDE 低色彩
-Name[zh_TW]=TDE 低彩
-Name[zu]=TDE-Lombala
Comment=Lowcolor Icon Theme
-Comment[af]=Laekleur Ikoon Tema
-Comment[bg]=Тема с икони с ниско качество на цветовете (8, 16 бита)
-Comment[br]=Giz arlun liv izel
-Comment[bs]=Tema ikona sa malo boja
-Comment[ca]=Tema d'icones en color de baixa profunditat
-Comment[cs]=Motiv ikon pro málo barev
-Comment[cy]=Thema Eicon Isel-liw
-Comment[da]=Lavfarvet ikon-tema
-Comment[de]=Das Symboldesign für Monitoreinstellungen mit wenigen Farben
-Comment[el]=Θέμα εικονιδίων λίγων χρωμάτων
-Comment[en_GB]=Lowcolour Icon Theme
-Comment[eo]=Etoso kun malmultkoloraj piktogramoj
-Comment[es]=Tema de iconos en color de baja profundidad
-Comment[et]=Väheste värvidega ikooniteema
-Comment[eu]=Kolore sakontasun baxuko ikono gaia
-Comment[fa]=چهرۀ شمایل کم رنگ
-Comment[fi]=Vähävärinen kuvaketeema
-Comment[fo]=Láglitt teknmynda evnisrøð
-Comment[fr]=Thème d'icônes en bas niveau de couleurs
-Comment[fy]=Piktogramtema mei in bytsje kleur
-Comment[gl]=Ícones en cores de baixa profundidade
-Comment[he]=ערכת סמלים ברמת צבע נמוכה
-Comment[hi]=कम-रंग प्रतीक प्रसंग
-Comment[hu]=Kevés színt használó ikontéma
-Comment[is]=Táknmyndaþema með fáum litum
-Comment[it]=Tema icone con pochi colori
-Comment[ja]=ローカラーアイコンテーマ
-Comment[ka]=მცირეფერადოვანი პიქტოგრამების თემა
-Comment[lt]=Mažos spalvų gebos piktogramų tema
-Comment[lv]=Mazkrāsu Ikonu Tēma
-Comment[mk]=Тема за икони со малку бои
-Comment[ms]=Tema Ikon Warna Rendah
-Comment[mt]=Tema ta' Ikoni bi ftit kuluri
-Comment[nb]=Lavfarge Ikontema
-Comment[nds]=Lüttbildmuster mit wenig Klören
-Comment[ne]=न्यून रङ प्रतिमा विषयवस्तु
-Comment[nl]=Pictogramthema met weinig kleuren
-Comment[nn]=Ikontema med få fargar
-Comment[pl]=Motyw ikon dla małej ilości kolorów
-Comment[pt]=Tema de Ícones com Poucas Cores
-Comment[pt_BR]=Temas de resolução baixa
-Comment[ro]=Tematică de iconiţe cu număr redus de culori
-Comment[ru]=Тема со значками, использующими малое количество цветов
-Comment[sk]=Ikonová téma s málo farbami
-Comment[sl]=Ikonska tema z malim številom barv
-Comment[sr]=Тема икона са мало боја
-Comment[sr@Latn]=Tema ikona sa malo boja
-Comment[sv]=Färgfattigt ikontema
-Comment[ta]=குறைவண்ண சின்னப் பொருள்
-Comment[tg]=Мавзӯъ бо пиктограммаҳо ҳангоми истифодашавии миқдори ками ранг
-Comment[th]=ธีมไอคอนความละเอียดสีต่ำ
-Comment[tr]=Düşük Renkli Simge Teması
-Comment[uk]=Тема з мало-колірними піктограмами
-Comment[ven]=Thero ya ndeme ya Muvhala wa Fhasi
-Comment[vi]=Sắc thái Biểu tượng Ít màu
-Comment[xh]=Umbala osezantsi womxholo wokuxoxwa we Icon
-Comment[zh_CN]=低色彩图标主题
-Comment[zh_TW]=低色彩圖示主題
-Comment[zu]=Umbala ongaphansi wogcizelelo lwe Icon
Inherits=default
DisplayDepth=8
DesktopDefault=32
@@ -117,46 +15,57 @@ PanelDefault=16
PanelSizes=16,32
LockOverlay=lockoverlay
Directories=16x16/actions,16x16/apps,16x16/categories,16x16/devices,16x16/places,16x16/mimetypes,32x32/apps,32x32/categories,32x32/devices,32x32/places,32x32/mimetypes
+
[16x16/actions]
Size=16
Context=Actions
Type=Fixed
+
[16x16/apps]
Size=16
Context=Applications
Type=Fixed
+
[16x16/categories]
Size=16
Context=Categories
Type=Fixed
+
[16x16/devices]
Size=16
Context=Devices
Type=Fixed
+
[16x16/places]
Size=16
Context=Places
Type=Fixed
+
[16x16/mimetypes]
Size=16
Context=MimeTypes
Type=Fixed
+
[32x32/apps]
Size=32
Context=Applications
Type=Fixed
+
[32x32/categories]
Size=32
Context=Categories
Type=Fixed
+
[32x32/devices]
Size=32
Context=Devices
Type=Fixed
+
[32x32/places]
Size=32
Context=Places
Type=Fixed
+
[32x32/mimetypes]
Size=32
Context=MimeTypes
diff --git a/IconThemes/slick/16x16/apps/window_list.png b/IconThemes/slick/16x16/actions/window_duplicate.png
index 6e50ec4d..6e50ec4d 100644
--- a/IconThemes/slick/16x16/apps/window_list.png
+++ b/IconThemes/slick/16x16/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/slick/22x22/apps/window_list.png b/IconThemes/slick/22x22/actions/window_duplicate.png
index 63e8c30e..63e8c30e 100644
--- a/IconThemes/slick/22x22/apps/window_list.png
+++ b/IconThemes/slick/22x22/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/slick/32x32/apps/window_list.png b/IconThemes/slick/32x32/actions/window_duplicate.png
index 1ba1ba12..1ba1ba12 100644
--- a/IconThemes/slick/32x32/apps/window_list.png
+++ b/IconThemes/slick/32x32/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/slick/48x48/apps/window_list.png b/IconThemes/slick/48x48/actions/window_duplicate.png
index df6fea5c..df6fea5c 100644
--- a/IconThemes/slick/48x48/apps/window_list.png
+++ b/IconThemes/slick/48x48/actions/window_duplicate.png
Binary files differ
diff --git a/IconThemes/slick/index.theme b/IconThemes/slick/index.theme
index 1fe9b3f7..5a1db612 100644
--- a/IconThemes/slick/index.theme
+++ b/IconThemes/slick/index.theme
@@ -1,94 +1,6 @@
[Icon Theme]
Name=Slick Icons
-Name[bs]=Slick ikone
-Name[ca]=Icones Slick
-Name[cs]=Slick ikony
-Name[cy]=Eiconau Slick
-Name[de]=Slick-Symbole
-Name[el]=Slick εικονίδια
-Name[eo]=Agrablaj piktogramoj
-Name[es]=Iconos Slick
-Name[et]=Slick ikoonid
-Name[eu]=Slick ikonoak
-Name[fa]=شمایلهای حرفه‌ای
-Name[fi]=Slick-kuvakkeet
-Name[fr]=Icônes Slick
-Name[fy]=Slick
-Name[gl]=Ícones Slick
-Name[he]=סמלי Slick
-Name[hi]=स्लिक आइकॉन्स
-Name[hu]=Slick
-Name[is]=Slick táknmyndir
-Name[it]=Icone Slick
-Name[ja]=スリックアイコン
-Name[ka]=პრიალა
-Name[lt]=Aptakūs ženkliukai
-Name[mk]=Елегантни икони
-Name[nb]=Stæsja ikoner
-Name[nds]=Slick-Lüttbiller
-Name[ne]=स्लिक प्रतिमा
-Name[nl]=Slick
-Name[nn]=Slick-ikon
-Name[pl]=Ikony Slick
-Name[pt]=Ícones Slick
-Name[pt_BR]=Ícones Slick
-Name[ru]=Глянец
-Name[sk]=Slick
-Name[sl]=Ikone Slick
-Name[sr]=Slick иконе
-Name[sr@Latn]=Slick ikone
-Name[sv]=Slick-ikoner
-Name[ta]=திறன் சின்னங்கள்
-Name[tg]=Пардоз
-Name[tr]=Slick Simgeleri
-Name[uk]=Глянцеві піктограми
-Name[vi]=Biểu tượng Bóng mượt
-Name[zh_CN]=靓丽图标
-Name[zh_TW]=Slick 圖示
Comment=Slick Icons Version 1.6
-Comment[bg]=Гладки икони - версия 1.6
-Comment[bs]=Slick ikone verzija 1.6
-Comment[ca]=Icones Slick versió 1.6
-Comment[cs]=Slick ikony verze 1.6
-Comment[de]=Slick-Symbole Version 1.6
-Comment[el]=Slick εικονίδια έκδοση 1.6
-Comment[es]=Iconos Slick versión 1.6
-Comment[et]=Slick ikoonid versioon 1.6
-Comment[eu]=Slick ikonoak 1.6 bertsioa
-Comment[fa]=شمایلهای حرفه‌ای نسخۀ ۶/۱
-Comment[fi]=Slick-kuvakkeet versio 1.6
-Comment[fr]=Icônes Slick (version 1.6)
-Comment[fy]=Slick-byldkaaikes, ferzje 1.6
-Comment[ga]=Slick Icons Leagan 1.6
-Comment[gl]=Ícones Slick Versión 1.6
-Comment[he]=סמלי Slick גרסה 1.6
-Comment[hu]=Slick Icons 1.6
-Comment[is]=Slick táknmyndir útgáfa 1.6
-Comment[it]=Icone Slick versione 1.6
-Comment[ja]=スリックアイコン Version 1.6
-Comment[ka]=პრიალა პიქტოგრამები, ვერსია 1.6
-Comment[lt]=Aptakūs ženkliukai, versija 1.6
-Comment[mk]=Елегантни икони верзија 1.6
-Comment[ms]=Slick Icons Versi 1.6
-Comment[nb]=Stæsja ikoner versjon 1.6
-Comment[nds]=Slick-Lüttbiller, Verschoon 1.6
-Comment[ne]=स्लिक प्रतिमा संस्करण १.६
-Comment[nl]=Slick-pictogrammen, versie 1.6
-Comment[nn]=Slick-ikon versjon 1.5
-Comment[pl]=Ikony Slick wersja 1.6
-Comment[pt]=Ícones Slick Versão 1.6
-Comment[pt_BR]=Ícones Slick Versão 1.6
-Comment[ru]=Глянцевые значки, версия 1.6
-Comment[sk]=Slick ikony verzia 1.6
-Comment[sl]=Ikone Slick različica 1.6
-Comment[sr]=Slick иконе издање 1.6
-Comment[sr@Latn]=Slick ikone izdanje 1.6
-Comment[sv]=Slick-ikoner version 1.6
-Comment[tr]=Slick Simgeleri Sürüm 1.6
-Comment[uk]=Глянцеві піктограми, версія 1.6
-Comment[vi]=Biểu tượng Bóng mượt Phiên bản 1.6
-Comment[zh_CN]=靓丽图标版本 1.6
-Comment[zh_TW]=Slick 圖示 1.6 版
DisplayDepth=32
Inherits=crystalsvg
Example=folder
@@ -106,186 +18,232 @@ SmallSizes=16,22
PanelDefault=32
PanelSizes=16,22,32,48,64,128
Directories=16x16/actions,16x16/categories,22x22/actions,22x22/apps,22x22/categories,22x22/mimetypes,22x22/places,32x32/actions,48x48/actions,64x64/actions,128x128/actions,16x16/apps,32x32/apps,32x32/categories,48x48/apps,48x48/categories,64x64/apps,128x128/apps,16x16/devices,22x22/devices,32x32/devices,48x48/devices,64x64/devices,128x128/devices,16x16/places,32x32/places,48x48/places,64x64/places,128x128/places,16x16/mimetypes,32x32/mimetypes,48x48/mimetypes,64x64/mimetypes,128x128/mimetypes,48x48/devices,48x48/places,48x48/mimetypes,64x64/places,64x64/mimetypes,64x64/devices,64x64/apps,64x64/actions,128x128/mimetypes,128x128/places,128x128/apps,128x128/devices,128x128/actions
+
[16x16/actions]
Size=16
Context=Actions
Type=Threshold
+
[22x22/actions]
Size=22
Context=Actions
Type=Threshold
+
[32x32/actions]
Size=32
Context=Actions
Type=Threshold
+
[48x48/actions]
Size=48
Context=Actions
Type=Threshold
+
[64x64/actions]
Size=64
Context=Actions
Type=Threshold
+
[128x128/actions]
Size=128
Context=Actions
Type=Threshold
+
[16x16/apps]
Size=16
Context=Applications
Type=Threshold
+
[32x32/apps]
Size=32
Context=Applications
Type=Threshold
+
[22x22/apps]
Size=22
Context=Applications
Type=Threshold
+
[48x48/apps]
Size=48
Context=Applications
Type=Threshold
+
[64x64/apps]
Size=64
Context=Applications
Type=Threshold
+
[128x128/apps]
Size=128
Context=Applications
Type=Threshold
+
[16x16/categories]
Size=16
Context=Categories
Type=Threshold
+
[32x32/categories]
Size=32
Context=Categories
Type=Threshold
+
[22x22/categories]
Size=22
Context=Categories
Type=Threshold
+
[48x48/categories]
Size=48
Context=Categories
Type=Threshold
+
[16x16/devices]
Size=16
Context=Devices
Type=Threshold
+
[32x32/devices]
Size=32
Context=Devices
Type=Threshold
+
[48x48/devices]
Size=48
Context=Devices
Type=Threshold
+
[64x64/devices]
Size=64
Context=Devices
Type=Threshold
+
[128x128/devices]
Size=128
Context=Devices
Type=Threshold
+
[22x22/devices]
Size=22
Context=Devices
Type=Threshold
+
[16x16/places]
Size=16
Context=Places
Type=Threshold
+
[32x32/places]
Size=32
Context=Places
Type=Threshold
+
[48x48/places]
Size=48
Context=Places
Type=Threshold
+
[64x64/places]
Size=64
Context=Places
Type=Threshold
+
[128x128/places]
Size=128
Context=Places
Type=Threshold
+
[16x16/mimetypes]
Size=16
Context=MimeTypes
Type=Threshold
+
[22x22/mimetypes]
Size=22
Context=MimeTypes
Type=Threshold
+
[32x32/mimetypes]
Size=32
Context=MimeTypes
Type=Threshold
+
[48x48/mimetypes]
Size=48
Context=MimeTypes
Type=Threshold
+
[64x64/mimetypes]
Size=64
Context=MimeTypes
Type=Threshold
+
[128x128/mimetypes]
Size=128
Context=MimeTypes
Type=Threshold
+
[48x48/apps]
Size=48
Context=Applications
Type=Threshold
+
[48x48/devices]
Size=48
Context=Devices
Type=Threshold
+
[48x48/places]
Size=48
Context=Places
Type=Threshold
+
[22x22/places]
Size=22
Context=Places
Type=Threshold
+
[48x48/mimetypes]
Size=48
Context=MimeTypes
Type=Threshold
+
[64x64/apps]
Size=64
Context=Applications
Type=Threshold
+
[64x64/devices]
Size=64
Context=Devices
Type=Threshold
+
[64x64/places]
Size=64
Context=Places
Type=Threshold
+
[64x64/mimetypes]
Size=64
Context=MimeTypes
Type=Threshold
+
[128x128/apps]
Size=128
Context=Applications
Type=Threshold
+
[128x128/devices]
Size=128
Context=Devices
Type=Threshold
+
[128x128/places]
Size=128
Context=Places
Type=Threshold
+
[128x128/mimetypes]
Size=128
Context=MimeTypes