commit 15a50faaebe99735d489a16cd79537537fd0042d
Author: raveit65 <mate@raveit.de>
Date:   Fri Sep 20 13:39:07 2019 +0200

    release 1.22.2

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 3024df5551ef37fd3419e80f94f61f43a289dd3f
Author: raveit65 <mate@raveit.de>
Date:   Fri Sep 20 13:35:20 2019 +0200

    tx: sync with transifex

 po/LINGUAS  |  1 +
 po/es.po    |  4 ++--
 po/es_CL.po |  4 ++--
 po/ie.po    | 30 ++++++++++++++++++++++++++++++
 po/kab.po   |  4 ++--
 po/zh_TW.po |  4 ++--
 6 files changed, 39 insertions(+), 8 deletions(-)

commit 861b81f6df4d8bf1c9603dd44d0bfe5a1fa3c7d1
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Aug 20 23:30:22 2019 +0200

    Fix mate/22x22/devices/printer.png

 mate/22x22/devices/Makefile.am |   2 +-
 mate/22x22/devices/printer.png | Bin 939 -> 946 bytes
 2 files changed, 1 insertion(+), 1 deletion(-)

commit 4f18c0da4c9d1640636928b99782dad03f86f61e
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Aug 20 17:54:20 2019 +0200

    Upscale 22x22px icons to 24x24px adding 1px to the edges
    
    Helper script:
      dirs=()
      for dir in $(find ./mate/24x24 -mindepth 1 -maxdepth 1 -type d); do
          directory=$(basename $dir)
          if [ -f "mate/22x22/$directory/Makefile.am" ]; \
          then
              cp mate/22x22/$directory/Makefile.am mate/24x24/$directory/Makefile.am
              sed -i -e 's/-w=22 -h=22/-w=24 -h=24/g' mate/24x24/$directory/Makefile.am
              dirs+=($directory)
          fi
      done
      ./autogen.sh
      for dir in ${dirs[@]}; do
          make -C mate/24x24/$dir clean-png-icons build-png-icons
      done
    
    Change:
      -       @inkscape -z $^ --export-area=A:B:C:D -w=24 -h=24 -e=$@ 1> /dev/null
      +       @inkscape -z $^ --export-area=A-1:B-1:C+1:D+1 -w=24 -h=24 -e=$@ 1> /dev/null

 mate/24x24/actions/Makefile.am                     | 220 ++++++++++-----------
 mate/24x24/actions/address-book-new.png            | Bin 1506 -> 1205 bytes
 mate/24x24/actions/application-exit.png            | Bin 1227 -> 1032 bytes
 mate/24x24/actions/appointment-new.png             | Bin 1653 -> 1568 bytes
 mate/24x24/actions/bookmark-new.png                | Bin 924 -> 931 bytes
 mate/24x24/actions/call-start.png                  | Bin 986 -> 1011 bytes
 mate/24x24/actions/call-stop.png                   | Bin 864 -> 924 bytes
 mate/24x24/actions/contact-new.png                 | Bin 1221 -> 969 bytes
 mate/24x24/actions/document-new.png                | Bin 1483 -> 1342 bytes
 mate/24x24/actions/document-open-recent.png        | Bin 1595 -> 1551 bytes
 mate/24x24/actions/document-page-setup.png         | Bin 1245 -> 1162 bytes
 mate/24x24/actions/document-print-preview.png      | Bin 1375 -> 1394 bytes
 mate/24x24/actions/document-print.png              | Bin 1128 -> 1043 bytes
 mate/24x24/actions/document-properties.png         | Bin 1179 -> 1160 bytes
 mate/24x24/actions/document-revert-rtl.png         | Bin 1191 -> 1377 bytes
 mate/24x24/actions/document-revert.png             | Bin 1152 -> 1345 bytes
 mate/24x24/actions/document-save-as.png            | Bin 1305 -> 1101 bytes
 mate/24x24/actions/document-save.png               | Bin 1299 -> 1256 bytes
 mate/24x24/actions/document-send.png               | Bin 887 -> 747 bytes
 mate/24x24/actions/edit-clear-rtl.png              | Bin 1281 -> 1090 bytes
 mate/24x24/actions/edit-clear.png                  | Bin 1289 -> 1091 bytes
 mate/24x24/actions/edit-copy.png                   | Bin 1221 -> 759 bytes
 mate/24x24/actions/edit-cut.png                    | Bin 1131 -> 1246 bytes
 mate/24x24/actions/edit-delete.png                 | Bin 1373 -> 1272 bytes
 mate/24x24/actions/edit-find-replace.png           | Bin 1667 -> 1689 bytes
 mate/24x24/actions/edit-find.png                   | Bin 1440 -> 1499 bytes
 mate/24x24/actions/edit-paste.png                  | Bin 1050 -> 1167 bytes
 mate/24x24/actions/edit-redo-rtl.png               | Bin 1053 -> 994 bytes
 mate/24x24/actions/edit-redo.png                   | Bin 1087 -> 969 bytes
 mate/24x24/actions/edit-select-all.png             | Bin 1081 -> 1214 bytes
 mate/24x24/actions/edit-undo-rtl.png               | Bin 1091 -> 1005 bytes
 mate/24x24/actions/edit-undo.png                   | Bin 1098 -> 964 bytes
 mate/24x24/actions/format-indent-less-rtl.png      | Bin 1239 -> 650 bytes
 mate/24x24/actions/format-indent-less.png          | Bin 1310 -> 644 bytes
 mate/24x24/actions/format-indent-more-rtl.png      | Bin 1278 -> 623 bytes
 mate/24x24/actions/format-indent-more.png          | Bin 1272 -> 627 bytes
 mate/24x24/actions/format-justify-center.png       | Bin 1152 -> 430 bytes
 mate/24x24/actions/format-justify-fill.png         | Bin 1319 -> 481 bytes
 mate/24x24/actions/format-justify-left.png         | Bin 1184 -> 440 bytes
 mate/24x24/actions/format-justify-right.png        | Bin 1150 -> 430 bytes
 mate/24x24/actions/format-text-bold.png            | Bin 1243 -> 1117 bytes
 mate/24x24/actions/format-text-direction-ltr.png   | Bin 1106 -> 1086 bytes
 mate/24x24/actions/format-text-direction-rtl.png   | Bin 1168 -> 1145 bytes
 mate/24x24/actions/format-text-italic.png          | Bin 1280 -> 1150 bytes
 mate/24x24/actions/format-text-strikethrough.png   | Bin 1347 -> 801 bytes
 mate/24x24/actions/format-text-underline.png       | Bin 1165 -> 963 bytes
 mate/24x24/actions/go-bottom.png                   | Bin 1223 -> 1200 bytes
 mate/24x24/actions/go-down.png                     | Bin 1122 -> 1044 bytes
 mate/24x24/actions/go-first.png                    | Bin 1321 -> 1259 bytes
 mate/24x24/actions/go-home.png                     | Bin 1377 -> 1287 bytes
 mate/24x24/actions/go-jump.png                     | Bin 1044 -> 935 bytes
 mate/24x24/actions/go-last.png                     | Bin 1295 -> 1257 bytes
 mate/24x24/actions/go-next.png                     | Bin 1107 -> 1053 bytes
 mate/24x24/actions/go-previous.png                 | Bin 1120 -> 1005 bytes
 mate/24x24/actions/go-top.png                      | Bin 1281 -> 1123 bytes
 mate/24x24/actions/go-up.png                       | Bin 1069 -> 936 bytes
 mate/24x24/actions/help-about.png                  | Bin 1383 -> 985 bytes
 mate/24x24/actions/help-faq.png                    | Bin 1457 -> 1077 bytes
 mate/24x24/actions/insert-image.png                | Bin 855 -> 881 bytes
 mate/24x24/actions/insert-link.png                 | Bin 1272 -> 1049 bytes
 mate/24x24/actions/insert-object.png               | Bin 1003 -> 797 bytes
 mate/24x24/actions/insert-text.png                 | Bin 918 -> 728 bytes
 mate/24x24/actions/list-add.png                    | Bin 1205 -> 777 bytes
 mate/24x24/actions/list-remove.png                 | Bin 707 -> 482 bytes
 mate/24x24/actions/mail-forward.png                | Bin 1052 -> 1124 bytes
 mate/24x24/actions/mail-mark-important.png         | Bin 1258 -> 870 bytes
 mate/24x24/actions/mail-mark-junk.png              | Bin 1396 -> 1336 bytes
 mate/24x24/actions/mail-mark-notjunk.png           | Bin 1483 -> 1132 bytes
 mate/24x24/actions/mail-mark-read.png              | Bin 1467 -> 1111 bytes
 mate/24x24/actions/mail-mark-unread.png            | Bin 1139 -> 1182 bytes
 mate/24x24/actions/mail-message-new.png            | Bin 1192 -> 1167 bytes
 mate/24x24/actions/mail-reply-all.png              | Bin 1289 -> 1090 bytes
 mate/24x24/actions/mail-reply-sender.png           | Bin 1124 -> 1076 bytes
 mate/24x24/actions/mail-send-receive.png           | Bin 1249 -> 927 bytes
 mate/24x24/actions/mail-send.png                   | Bin 1380 -> 1016 bytes
 mate/24x24/actions/mark-location.png               | Bin 989 -> 952 bytes
 mate/24x24/actions/media-eject.png                 | Bin 930 -> 616 bytes
 mate/24x24/actions/media-playback-pause.png        | Bin 748 -> 525 bytes
 mate/24x24/actions/media-playback-start-rtl.png    | Bin 717 -> 884 bytes
 mate/24x24/actions/media-playback-start.png        | Bin 681 -> 848 bytes
 mate/24x24/actions/media-playback-stop.png         | Bin 605 -> 457 bytes
 mate/24x24/actions/media-record.png                | Bin 888 -> 957 bytes
 mate/24x24/actions/media-seek-backward.png         | Bin 859 -> 653 bytes
 mate/24x24/actions/media-seek-forward.png          | Bin 794 -> 667 bytes
 mate/24x24/actions/media-skip-backward.png         | Bin 1070 -> 796 bytes
 mate/24x24/actions/media-skip-forward.png          | Bin 1025 -> 786 bytes
 mate/24x24/actions/object-flip-horizontal.png      | Bin 1087 -> 945 bytes
 mate/24x24/actions/object-flip-vertical.png        | Bin 1081 -> 1044 bytes
 mate/24x24/actions/object-rotate-left.png          | Bin 1290 -> 1148 bytes
 mate/24x24/actions/object-rotate-right.png         | Bin 1253 -> 1114 bytes
 mate/24x24/actions/process-stop.png                | Bin 1241 -> 1202 bytes
 mate/24x24/actions/system-lock-screen.png          | Bin 1405 -> 1328 bytes
 mate/24x24/actions/system-log-out.png              | Bin 1176 -> 1218 bytes
 mate/24x24/actions/system-run.png                  | Bin 1718 -> 1229 bytes
 mate/24x24/actions/system-search.png               | Bin 1454 -> 1451 bytes
 mate/24x24/actions/system-shutdown.png             | Bin 520 -> 784 bytes
 mate/24x24/actions/tab-new.png                     | Bin 1360 -> 1462 bytes
 mate/24x24/actions/tools-check-spelling.png        | Bin 870 -> 830 bytes
 mate/24x24/actions/view-fullscreen.png             | Bin 770 -> 519 bytes
 mate/24x24/actions/view-refresh.png                | Bin 1144 -> 1278 bytes
 mate/24x24/actions/view-restore.png                | Bin 938 -> 521 bytes
 mate/24x24/actions/view-sort-ascending.png         | Bin 1176 -> 888 bytes
 mate/24x24/actions/view-sort-descending.png        | Bin 1140 -> 814 bytes
 mate/24x24/actions/window-close.png                | Bin 1114 -> 991 bytes
 mate/24x24/actions/window-new.png                  | Bin 855 -> 716 bytes
 mate/24x24/actions/zoom-fit-best.png               | Bin 1095 -> 819 bytes
 mate/24x24/actions/zoom-in.png                     | Bin 990 -> 797 bytes
 mate/24x24/actions/zoom-original.png               | Bin 1002 -> 840 bytes
 mate/24x24/actions/zoom-out.png                    | Bin 820 -> 726 bytes
 mate/24x24/apps/Makefile.am                        |  60 +++---
 mate/24x24/apps/accessories-calculator.png         | Bin 1126 -> 675 bytes
 mate/24x24/apps/accessories-character-map.png      | Bin 1104 -> 1127 bytes
 mate/24x24/apps/accessories-dictionary.png         | Bin 1309 -> 1357 bytes
 mate/24x24/apps/accessories-text-editor.png        | Bin 1344 -> 1228 bytes
 mate/24x24/apps/applets-screenshooter.png          | Bin 1421 -> 1261 bytes
 mate/24x24/apps/logviewer.png                      | Bin 1299 -> 842 bytes
 mate/24x24/apps/multimedia-volume-control.png      | Bin 1195 -> 1114 bytes
 .../apps/preferences-desktop-accessibility.png     | Bin 1567 -> 1505 bytes
 mate/24x24/apps/preferences-desktop-display.png    | Bin 1454 -> 1160 bytes
 mate/24x24/apps/preferences-desktop-font.png       | Bin 1208 -> 1035 bytes
 .../preferences-desktop-keyboard-shortcuts.png     | Bin 1317 -> 915 bytes
 mate/24x24/apps/preferences-desktop-keyboard.png   | Bin 1161 -> 1033 bytes
 mate/24x24/apps/preferences-desktop-locale.png     | Bin 1220 -> 1259 bytes
 .../apps/preferences-desktop-remote-desktop.png    | Bin 1308 -> 969 bytes
 .../24x24/apps/preferences-desktop-screensaver.png | Bin 1411 -> 1073 bytes
 mate/24x24/apps/preferences-desktop-theme.png      | Bin 1414 -> 1251 bytes
 mate/24x24/apps/preferences-desktop-wallpaper.png  | Bin 1398 -> 1106 bytes
 .../apps/preferences-system-notifications.png      | Bin 1238 -> 1368 bytes
 mate/24x24/apps/preferences-system-privacy.png     | Bin 749 -> 596 bytes
 mate/24x24/apps/preferences-system-search.png      | Bin 1358 -> 1188 bytes
 mate/24x24/apps/preferences-system-sharing.png     | Bin 1407 -> 1092 bytes
 mate/24x24/apps/preferences-system-windows.png     | Bin 793 -> 427 bytes
 mate/24x24/apps/system-file-manager.png            | Bin 1158 -> 1216 bytes
 mate/24x24/apps/system-software-install.png        | Bin 1138 -> 1078 bytes
 mate/24x24/apps/system-software-update.png         | Bin 1450 -> 1289 bytes
 mate/24x24/apps/system-users.png                   | Bin 1195 -> 1175 bytes
 mate/24x24/apps/user-info.png                      | Bin 1459 -> 1364 bytes
 mate/24x24/apps/utilities-system-monitor.png       | Bin 1082 -> 1182 bytes
 mate/24x24/apps/utilities-terminal.png             | Bin 954 -> 1100 bytes
 mate/24x24/apps/web-browser.png                    | Bin 1708 -> 1567 bytes
 mate/24x24/categories/Makefile.am                  |  36 ++--
 mate/24x24/categories/applications-accessories.png | Bin 1457 -> 1505 bytes
 mate/24x24/categories/applications-development.png | Bin 911 -> 916 bytes
 mate/24x24/categories/applications-engineering.png | Bin 1395 -> 934 bytes
 mate/24x24/categories/applications-games.png       | Bin 1084 -> 780 bytes
 mate/24x24/categories/applications-graphics.png    | Bin 1639 -> 1523 bytes
 mate/24x24/categories/applications-internet.png    | Bin 1634 -> 1517 bytes
 mate/24x24/categories/applications-multimedia.png  | Bin 1541 -> 876 bytes
 mate/24x24/categories/applications-office.png      | Bin 1325 -> 1366 bytes
 mate/24x24/categories/applications-other.png       | Bin 1307 -> 1198 bytes
 mate/24x24/categories/applications-science.png     | Bin 1609 -> 1338 bytes
 mate/24x24/categories/applications-system.png      | Bin 1605 -> 1475 bytes
 mate/24x24/categories/applications-utilities.png   | Bin 1581 -> 1407 bytes
 .../categories/preferences-desktop-peripherals.png | Bin 1290 -> 682 bytes
 .../categories/preferences-desktop-personal.png    | Bin 1184 -> 852 bytes
 mate/24x24/categories/preferences-desktop.png      | Bin 1128 -> 692 bytes
 mate/24x24/categories/preferences-other.png        | Bin 1505 -> 1155 bytes
 .../categories/preferences-system-network.png      | Bin 1409 -> 1055 bytes
 mate/24x24/categories/preferences-system.png       | Bin 1579 -> 1417 bytes
 mate/24x24/devices/Makefile.am                     |  76 +++----
 mate/24x24/devices/ac-adapter.png                  | Bin 1344 -> 916 bytes
 mate/24x24/devices/audio-card.png                  | Bin 1394 -> 1219 bytes
 mate/24x24/devices/audio-headphones.png            | Bin 1348 -> 1206 bytes
 mate/24x24/devices/audio-headset.png               | Bin 1215 -> 1335 bytes
 mate/24x24/devices/audio-input-microphone.png      | Bin 1243 -> 1223 bytes
 mate/24x24/devices/audio-speakers.png              | Bin 1428 -> 1241 bytes
 mate/24x24/devices/battery.png                     | Bin 767 -> 458 bytes
 mate/24x24/devices/camera-photo.png                | Bin 1285 -> 1359 bytes
 mate/24x24/devices/camera-video.png                | Bin 1433 -> 1292 bytes
 mate/24x24/devices/camera-web.png                  | Bin 1447 -> 1319 bytes
 mate/24x24/devices/computer.png                    | Bin 1380 -> 1193 bytes
 mate/24x24/devices/drive-harddisk.png              | Bin 1185 -> 1197 bytes
 mate/24x24/devices/drive-multidisk.png             | Bin 1413 -> 989 bytes
 mate/24x24/devices/drive-optical.png               | Bin 1326 -> 1141 bytes
 mate/24x24/devices/drive-removable-media.png       | Bin 998 -> 914 bytes
 mate/24x24/devices/input-dialpad.png               | Bin 1365 -> 304 bytes
 mate/24x24/devices/input-gaming.png                | Bin 1274 -> 1015 bytes
 mate/24x24/devices/input-keyboard.png              | Bin 780 -> 671 bytes
 mate/24x24/devices/input-mouse.png                 | Bin 1285 -> 1122 bytes
 mate/24x24/devices/input-tablet.png                | Bin 1287 -> 1257 bytes
 mate/24x24/devices/input-touchpad.png              | Bin 1392 -> 825 bytes
 mate/24x24/devices/media-flash.png                 | Bin 1031 -> 851 bytes
 mate/24x24/devices/media-floppy.png                | Bin 957 -> 1159 bytes
 mate/24x24/devices/media-optical.png               | Bin 1514 -> 1406 bytes
 mate/24x24/devices/media-removable.png             | Bin 1105 -> 1020 bytes
 mate/24x24/devices/media-tape.png                  | Bin 948 -> 1234 bytes
 mate/24x24/devices/modem.png                       | Bin 1563 -> 1161 bytes
 mate/24x24/devices/multimedia-player.png           | Bin 1203 -> 572 bytes
 mate/24x24/devices/network-vpn.png                 | Bin 1207 -> 939 bytes
 mate/24x24/devices/network-wired.png               | Bin 1427 -> 750 bytes
 mate/24x24/devices/network-wireless.png            | Bin 1827 -> 1428 bytes
 mate/24x24/devices/pda.png                         | Bin 1017 -> 727 bytes
 mate/24x24/devices/phone.png                       | Bin 1310 -> 956 bytes
 mate/24x24/devices/printer-network.png             | Bin 1347 -> 1238 bytes
 mate/24x24/devices/printer.png                     | Bin 1261 -> 962 bytes
 mate/24x24/devices/scanner.png                     | Bin 1359 -> 1206 bytes
 .../24x24/devices/uninterruptible-power-supply.png | Bin 1206 -> 1045 bytes
 mate/24x24/devices/video-display.png               | Bin 1228 -> 981 bytes
 mate/24x24/emblems/Makefile.am                     |  36 ++--
 mate/24x24/emblems/emblem-default.png              | Bin 1386 -> 1316 bytes
 mate/24x24/emblems/emblem-documents.png            | Bin 1314 -> 1279 bytes
 mate/24x24/emblems/emblem-downloads.png            | Bin 1014 -> 698 bytes
 mate/24x24/emblems/emblem-favorite.png             | Bin 1306 -> 1066 bytes
 mate/24x24/emblems/emblem-generic.png              | Bin 1478 -> 1520 bytes
 mate/24x24/emblems/emblem-important.png            | Bin 1253 -> 1137 bytes
 mate/24x24/emblems/emblem-mail.png                 | Bin 1201 -> 949 bytes
 mate/24x24/emblems/emblem-new.png                  | Bin 1484 -> 1298 bytes
 mate/24x24/emblems/emblem-package.png              | Bin 1115 -> 1144 bytes
 mate/24x24/emblems/emblem-photos.png               | Bin 1682 -> 1306 bytes
 mate/24x24/emblems/emblem-readonly.png             | Bin 1041 -> 831 bytes
 mate/24x24/emblems/emblem-shared.png               | Bin 1075 -> 934 bytes
 mate/24x24/emblems/emblem-symbolic-link.png        | Bin 1031 -> 839 bytes
 mate/24x24/emblems/emblem-synchronizing.png        | Bin 1107 -> 964 bytes
 mate/24x24/emblems/emblem-system.png               | Bin 1226 -> 798 bytes
 mate/24x24/emblems/emblem-unreadable.png           | Bin 1105 -> 875 bytes
 mate/24x24/emblems/emblem-urgent.png               | Bin 1300 -> 1143 bytes
 mate/24x24/emblems/emblem-web.png                  | Bin 1576 -> 1362 bytes
 mate/24x24/mimetypes/Makefile.am                   |  24 +--
 mate/24x24/mimetypes/font-x-generic.png            | Bin 1434 -> 1314 bytes
 mate/24x24/mimetypes/text-html.png                 | Bin 1285 -> 1112 bytes
 mate/24x24/mimetypes/text-x-generic-template.png   | Bin 1197 -> 1230 bytes
 mate/24x24/mimetypes/text-x-generic.png            | Bin 1048 -> 1107 bytes
 mate/24x24/mimetypes/text-x-preview.png            | Bin 1403 -> 1140 bytes
 mate/24x24/mimetypes/text-x-script.png             | Bin 1326 -> 1116 bytes
 .../24x24/mimetypes/x-office-document-template.png | Bin 1429 -> 1321 bytes
 mate/24x24/mimetypes/x-office-document.png         | Bin 1136 -> 1334 bytes
 mate/24x24/mimetypes/x-office-drawing-template.png | Bin 1628 -> 1430 bytes
 mate/24x24/mimetypes/x-office-drawing.png          | Bin 1336 -> 1342 bytes
 .../mimetypes/x-office-spreadsheet-template.png    | Bin 1553 -> 1416 bytes
 mate/24x24/mimetypes/x-office-spreadsheet.png      | Bin 1235 -> 1286 bytes
 mate/24x24/places/Makefile.am                      |  32 +--
 mate/24x24/places/network-server.png               | Bin 1234 -> 1218 bytes
 mate/24x24/places/network-workgroup.png            | Bin 1287 -> 1127 bytes
 mate/24x24/places/user-trash.png                   | Bin 1558 -> 1565 bytes
 mate/24x24/status/Makefile.am                      | 164 +++++++--------
 mate/24x24/status/appointment-missed.png           | Bin 1686 -> 1531 bytes
 mate/24x24/status/appointment-soon.png             | Bin 1618 -> 1373 bytes
 mate/24x24/status/audio-volume-high.png            | Bin 1360 -> 1365 bytes
 mate/24x24/status/audio-volume-low.png             | Bin 1094 -> 952 bytes
 mate/24x24/status/audio-volume-medium.png          | Bin 1279 -> 1112 bytes
 mate/24x24/status/audio-volume-muted.png           | Bin 1104 -> 1091 bytes
 mate/24x24/status/audio-volume-off.png             | Bin 996 -> 873 bytes
 mate/24x24/status/avatar-default.png               | Bin 1381 -> 1168 bytes
 mate/24x24/status/battery-caution-charging.png     | Bin 1681 -> 1244 bytes
 mate/24x24/status/battery-caution.png              | Bin 1201 -> 1270 bytes
 mate/24x24/status/battery-empty.png                | Bin 1190 -> 791 bytes
 mate/24x24/status/battery-full-charged.png         | Bin 1467 -> 1040 bytes
 mate/24x24/status/battery-full-charging.png        | Bin 1581 -> 1194 bytes
 mate/24x24/status/battery-full.png                 | Bin 1143 -> 755 bytes
 mate/24x24/status/battery-good-charging.png        | Bin 1655 -> 1211 bytes
 mate/24x24/status/battery-good.png                 | Bin 1206 -> 771 bytes
 mate/24x24/status/battery-low-charging.png         | Bin 1678 -> 1236 bytes
 mate/24x24/status/battery-low.png                  | Bin 1208 -> 791 bytes
 mate/24x24/status/battery-missing.png              | Bin 1385 -> 909 bytes
 mate/24x24/status/changes-allow.png                | Bin 1230 -> 1297 bytes
 mate/24x24/status/changes-prevent.png              | Bin 1171 -> 1070 bytes
 mate/24x24/status/computer-fail.png                | Bin 1481 -> 1249 bytes
 mate/24x24/status/dialog-error.png                 | Bin 1075 -> 1251 bytes
 mate/24x24/status/dialog-information.png           | Bin 1147 -> 1235 bytes
 mate/24x24/status/dialog-password.png              | Bin 1004 -> 788 bytes
 mate/24x24/status/dialog-question.png              | Bin 1369 -> 1083 bytes
 mate/24x24/status/dialog-warning.png               | Bin 1085 -> 1280 bytes
 mate/24x24/status/image-loading.png                | Bin 1407 -> 1310 bytes
 mate/24x24/status/image-missing.png                | Bin 1201 -> 1059 bytes
 mate/24x24/status/mail-attachment.png              | Bin 1311 -> 1049 bytes
 mate/24x24/status/mail-read.png                    | Bin 1192 -> 1167 bytes
 mate/24x24/status/mail-replied.png                 | Bin 1390 -> 1077 bytes
 mate/24x24/status/mail-unread.png                  | Bin 1152 -> 1130 bytes
 mate/24x24/status/media-playlist-repeat.png        | Bin 1003 -> 869 bytes
 mate/24x24/status/media-playlist-shuffle.png       | Bin 1090 -> 1197 bytes
 mate/24x24/status/microphone-sensitivity-high.png  | Bin 1485 -> 1378 bytes
 mate/24x24/status/microphone-sensitivity-low.png   | Bin 1546 -> 1440 bytes
 .../24x24/status/microphone-sensitivity-medium.png | Bin 1561 -> 1480 bytes
 mate/24x24/status/microphone-sensitivity-muted.png | Bin 1435 -> 1378 bytes
 mate/24x24/status/network-error.png                | Bin 1520 -> 1283 bytes
 mate/24x24/status/network-idle.png                 | Bin 1399 -> 1057 bytes
 mate/24x24/status/network-offline.png              | Bin 1550 -> 1168 bytes
 mate/24x24/status/network-receive.png              | Bin 1398 -> 1220 bytes
 mate/24x24/status/network-transmit-receive.png     | Bin 1423 -> 1053 bytes
 mate/24x24/status/network-transmit.png             | Bin 1422 -> 1219 bytes
 mate/24x24/status/non-starred.png                  | Bin 1036 -> 1184 bytes
 mate/24x24/status/printer-error.png                | Bin 1134 -> 1125 bytes
 mate/24x24/status/printer-printing.png             | Bin 1094 -> 1006 bytes
 mate/24x24/status/security-high.png                | Bin 1578 -> 1119 bytes
 mate/24x24/status/security-low.png                 | Bin 1287 -> 1360 bytes
 mate/24x24/status/security-medium.png              | Bin 1393 -> 1332 bytes
 mate/24x24/status/semi-starred-rtl.png             | Bin 1363 -> 1381 bytes
 mate/24x24/status/semi-starred.png                 | Bin 1369 -> 1411 bytes
 mate/24x24/status/software-update-available.png    | Bin 1163 -> 1210 bytes
 mate/24x24/status/software-update-urgent.png       | Bin 1132 -> 1202 bytes
 mate/24x24/status/starred.png                      | Bin 1241 -> 1121 bytes
 mate/24x24/status/task-due.png                     | Bin 1066 -> 1224 bytes
 mate/24x24/status/task-past-due.png                | Bin 1286 -> 957 bytes
 mate/24x24/status/trophy-bronze.png                | Bin 1303 -> 1326 bytes
 mate/24x24/status/trophy-gold.png                  | Bin 1288 -> 1309 bytes
 mate/24x24/status/trophy-silver.png                | Bin 1299 -> 1319 bytes
 mate/24x24/status/user-available.png               | Bin 1487 -> 1262 bytes
 mate/24x24/status/user-away.png                    | Bin 1257 -> 1067 bytes
 mate/24x24/status/user-busy.png                    | Bin 1533 -> 1276 bytes
 mate/24x24/status/user-idle.png                    | Bin 1390 -> 1173 bytes
 mate/24x24/status/user-invisible.png               | Bin 1280 -> 1109 bytes
 mate/24x24/status/user-offline.png                 | Bin 1254 -> 1241 bytes
 mate/24x24/status/user-trash-full.png              | Bin 1524 -> 1567 bytes
 mate/24x24/status/weather-clear-night.png          | Bin 1441 -> 1394 bytes
 mate/24x24/status/weather-clear.png                | Bin 1372 -> 1249 bytes
 mate/24x24/status/weather-few-clouds-night.png     | Bin 1373 -> 1363 bytes
 mate/24x24/status/weather-few-clouds.png           | Bin 1344 -> 1347 bytes
 mate/24x24/status/weather-fog.png                  | Bin 1256 -> 1198 bytes
 mate/24x24/status/weather-overcast.png             | Bin 873 -> 828 bytes
 mate/24x24/status/weather-severe-alert.png         | Bin 1228 -> 1309 bytes
 mate/24x24/status/weather-showers-scattered.png    | Bin 1330 -> 1137 bytes
 mate/24x24/status/weather-showers.png              | Bin 1505 -> 1377 bytes
 mate/24x24/status/weather-snow.png                 | Bin 1044 -> 831 bytes
 mate/24x24/status/weather-storm.png                | Bin 1265 -> 1050 bytes
 314 files changed, 324 insertions(+), 324 deletions(-)

commit dd933f6aaa2359e357bc668df46aea10c8dc5b20
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Aug 12 22:42:30 2019 +0200

    Gen png mimetypes icons from paper-sheets.svg - Mate theme
    
    clean & build:
      make -C mate/16x16/mimetypes   clean-png-icons build-png-icons
      make -C mate/22x22/mimetypes   clean-png-icons build-png-icons
      make -C mate/24x24/mimetypes   clean-png-icons build-png-icons
      make -C mate/32x32/mimetypes   clean-png-icons build-png-icons
      make -C mate/48x48/mimetypes   clean-png-icons build-png-icons
      make -C mate/256x256/mimetypes clean-png-icons build-png-icons

 configure.ac                                       |   6 ++
 mate/16x16/Makefile.am                             |   2 +
 mate/16x16/mimetypes/Makefile.am                   |  83 +++++++++++++++++++++
 mate/16x16/mimetypes/font-x-generic.png            | Bin 974 -> 867 bytes
 mate/16x16/mimetypes/text-html.png                 | Bin 875 -> 845 bytes
 mate/16x16/mimetypes/text-x-generic-template.png   | Bin 834 -> 801 bytes
 mate/16x16/mimetypes/text-x-generic.png            | Bin 778 -> 757 bytes
 mate/16x16/mimetypes/text-x-preview.png            | Bin 741 -> 747 bytes
 mate/16x16/mimetypes/text-x-script.png             | Bin 913 -> 852 bytes
 .../16x16/mimetypes/x-office-document-template.png | Bin 949 -> 1146 bytes
 mate/16x16/mimetypes/x-office-document.png         | Bin 831 -> 774 bytes
 mate/16x16/mimetypes/x-office-drawing-template.png | Bin 1043 -> 1154 bytes
 mate/16x16/mimetypes/x-office-drawing.png          | Bin 938 -> 844 bytes
 .../mimetypes/x-office-spreadsheet-template.png    | Bin 981 -> 1148 bytes
 mate/16x16/mimetypes/x-office-spreadsheet.png      | Bin 857 -> 815 bytes
 mate/22x22/Makefile.am                             |   2 +
 mate/22x22/mimetypes/Makefile.am                   |  83 +++++++++++++++++++++
 mate/22x22/mimetypes/font-x-generic.png            | Bin 1476 -> 1293 bytes
 mate/22x22/mimetypes/text-html.png                 | Bin 1318 -> 1089 bytes
 mate/22x22/mimetypes/text-x-generic-template.png   | Bin 1147 -> 1220 bytes
 mate/22x22/mimetypes/text-x-generic.png            | Bin 1098 -> 1097 bytes
 mate/22x22/mimetypes/text-x-preview.png            | Bin 1036 -> 1130 bytes
 mate/22x22/mimetypes/text-x-script.png             | Bin 1304 -> 1089 bytes
 .../22x22/mimetypes/x-office-document-template.png | Bin 1426 -> 1279 bytes
 mate/22x22/mimetypes/x-office-document.png         | Bin 1244 -> 1324 bytes
 mate/22x22/mimetypes/x-office-drawing-template.png | Bin 1525 -> 1383 bytes
 mate/22x22/mimetypes/x-office-drawing.png          | Bin 1322 -> 1332 bytes
 .../mimetypes/x-office-spreadsheet-template.png    | Bin 1513 -> 1374 bytes
 mate/22x22/mimetypes/x-office-spreadsheet.png      | Bin 1350 -> 1276 bytes
 mate/24x24/Makefile.am                             |   2 +
 mate/24x24/mimetypes/Makefile.am                   |  83 +++++++++++++++++++++
 mate/24x24/mimetypes/font-x-generic.png            | Bin 1471 -> 1434 bytes
 mate/24x24/mimetypes/text-html.png                 | Bin 1350 -> 1285 bytes
 mate/24x24/mimetypes/text-x-generic-template.png   | Bin 1191 -> 1197 bytes
 mate/24x24/mimetypes/text-x-generic.png            | Bin 1140 -> 1048 bytes
 mate/24x24/mimetypes/text-x-preview.png            | Bin 1081 -> 1403 bytes
 mate/24x24/mimetypes/text-x-script.png             | Bin 1362 -> 1326 bytes
 .../24x24/mimetypes/x-office-document-template.png | Bin 1479 -> 1429 bytes
 mate/24x24/mimetypes/x-office-document.png         | Bin 1291 -> 1136 bytes
 mate/24x24/mimetypes/x-office-drawing-template.png | Bin 1589 -> 1628 bytes
 mate/24x24/mimetypes/x-office-drawing.png          | Bin 1366 -> 1336 bytes
 .../mimetypes/x-office-spreadsheet-template.png    | Bin 1596 -> 1553 bytes
 mate/24x24/mimetypes/x-office-spreadsheet.png      | Bin 1393 -> 1235 bytes
 mate/256x256/Makefile.am                           |   2 +
 mate/256x256/mimetypes/Makefile.am                 |  83 +++++++++++++++++++++
 mate/256x256/mimetypes/font-x-generic.png          | Bin 38627 -> 41770 bytes
 mate/256x256/mimetypes/text-html.png               | Bin 34089 -> 35566 bytes
 mate/256x256/mimetypes/text-x-generic-template.png | Bin 21792 -> 24264 bytes
 mate/256x256/mimetypes/text-x-generic.png          | Bin 27338 -> 37701 bytes
 mate/256x256/mimetypes/text-x-preview.png          | Bin 14122 -> 15473 bytes
 mate/256x256/mimetypes/text-x-script.png           | Bin 30797 -> 33303 bytes
 .../mimetypes/x-office-document-template.png       | Bin 41744 -> 46473 bytes
 mate/256x256/mimetypes/x-office-document.png       | Bin 33113 -> 36718 bytes
 .../mimetypes/x-office-drawing-template.png        | Bin 31263 -> 35382 bytes
 mate/256x256/mimetypes/x-office-drawing.png        | Bin 23763 -> 25364 bytes
 .../mimetypes/x-office-spreadsheet-template.png    | Bin 38340 -> 45028 bytes
 mate/256x256/mimetypes/x-office-spreadsheet.png    | Bin 30399 -> 34027 bytes
 mate/32x32/Makefile.am                             |   2 +
 mate/32x32/mimetypes/Makefile.am                   |  83 +++++++++++++++++++++
 mate/32x32/mimetypes/font-x-generic.png            | Bin 2204 -> 2032 bytes
 mate/32x32/mimetypes/text-html.png                 | Bin 1900 -> 1721 bytes
 mate/32x32/mimetypes/text-x-generic-template.png   | Bin 1588 -> 1402 bytes
 mate/32x32/mimetypes/text-x-generic.png            | Bin 1404 -> 1225 bytes
 mate/32x32/mimetypes/text-x-preview.png            | Bin 1342 -> 1700 bytes
 mate/32x32/mimetypes/text-x-script.png             | Bin 1865 -> 1712 bytes
 .../32x32/mimetypes/x-office-document-template.png | Bin 2037 -> 1936 bytes
 mate/32x32/mimetypes/x-office-document.png         | Bin 1682 -> 1481 bytes
 mate/32x32/mimetypes/x-office-drawing-template.png | Bin 2251 -> 2086 bytes
 mate/32x32/mimetypes/x-office-drawing.png          | Bin 1898 -> 1705 bytes
 .../mimetypes/x-office-spreadsheet-template.png    | Bin 2206 -> 2130 bytes
 mate/32x32/mimetypes/x-office-spreadsheet.png      | Bin 1827 -> 1680 bytes
 mate/48x48/Makefile.am                             |   2 +
 mate/48x48/mimetypes/Makefile.am                   |  83 +++++++++++++++++++++
 mate/48x48/mimetypes/font-x-generic.png            | Bin 3978 -> 3858 bytes
 mate/48x48/mimetypes/text-html.png                 | Bin 3347 -> 3181 bytes
 mate/48x48/mimetypes/text-x-generic-template.png   | Bin 2753 -> 2588 bytes
 mate/48x48/mimetypes/text-x-generic.png            | Bin 2118 -> 1925 bytes
 mate/48x48/mimetypes/text-x-preview.png            | Bin 2095 -> 1911 bytes
 mate/48x48/mimetypes/text-x-script.png             | Bin 3056 -> 2872 bytes
 .../48x48/mimetypes/x-office-document-template.png | Bin 3295 -> 3328 bytes
 mate/48x48/mimetypes/x-office-document.png         | Bin 2625 -> 2458 bytes
 mate/48x48/mimetypes/x-office-drawing-template.png | Bin 3719 -> 3560 bytes
 mate/48x48/mimetypes/x-office-drawing.png          | Bin 2998 -> 2784 bytes
 .../mimetypes/x-office-spreadsheet-template.png    | Bin 3449 -> 3505 bytes
 mate/48x48/mimetypes/x-office-spreadsheet.png      | Bin 2774 -> 2584 bytes
 85 files changed, 516 insertions(+)

commit a922ae72e06b29fba8961065384fe691bd8c0ed6
Author: raveit65 <mate@raveit.de>
Date:   Mon Jun 3 22:26:26 2019 +0200

    use folder icon as example

 index.theme.in.in | 2 +-
 menta/index.theme | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

commit 9177af499fb42ac3939ec75a412046ebfce5b98c
Author: raveit65 <mate@raveit.de>
Date:   Tue May 28 09:14:40 2019 +0200

    travis: use fedora-30 and ubuntu-19.04 for building

 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit a0e630161be688e125bba5cbeb0886c27f138131
Author: raveit65 <mate@raveit.de>
Date:   Thu May 9 21:07:18 2019 +0200

    rename mate logo
    
    fixes https://github.com/mate-desktop/mate-panel/issues/959

 mate/16x16/apps/{mate.png => mate-desktop.png}    | Bin
 mate/22x22/apps/{mate.png => mate-desktop.png}    | Bin
 mate/24x24/apps/{mate.png => mate-desktop.png}    | Bin
 mate/32x32/apps/{mate.png => mate-desktop.png}    | Bin
 mate/48x48/apps/{mate.png => mate-desktop.png}    | Bin
 mate/scalable/apps/{mate.svg => mate-desktop.svg} |   0
 6 files changed, 0 insertions(+), 0 deletions(-)

commit 9bc2c94fe278f4b0ad05007215d63bbfb678daad
Author: raveit65 <mate@raveit.de>
Date:   Tue Apr 9 10:38:56 2019 +0200

    release 1.22.1

 NEWS         | 9 +++++++++
 configure.ac | 2 +-
 2 files changed, 10 insertions(+), 1 deletion(-)

commit 6b79427974260ddc6341819f478443f9e78f53ae
Author: raveit65 <mate@raveit.de>
Date:   Tue Apr 9 10:36:42 2019 +0200

    sync with transifex

 po/af.po          |  8 ++++----
 po/am.po          |  8 ++++----
 po/ar.po          |  8 ++++----
 po/as.po          |  8 ++++----
 po/ast.po         | 10 +++++-----
 po/az.po          |  8 ++++----
 po/be.po          | 10 +++++-----
 po/bg.po          |  8 ++++----
 po/bn.po          |  8 ++++----
 po/bn_IN.po       |  8 ++++----
 po/br.po          |  8 ++++----
 po/bs.po          | 10 +++++-----
 po/ca.po          |  8 ++++----
 po/ca@valencia.po | 10 +++++-----
 po/cmn.po         |  8 ++++----
 po/crh.po         |  8 ++++----
 po/cs.po          | 10 +++++-----
 po/cy.po          |  8 ++++----
 po/da.po          |  8 ++++----
 po/de.po          |  8 ++++----
 po/dz.po          |  8 ++++----
 po/el.po          |  8 ++++----
 po/en_AU.po       |  8 ++++----
 po/en_CA.po       |  8 ++++----
 po/en_GB.po       |  8 ++++----
 po/eo.po          |  8 ++++----
 po/es.po          |  8 ++++----
 po/es_AR.po       | 10 +++++-----
 po/es_CL.po       |  8 ++++----
 po/es_CO.po       | 10 +++++-----
 po/es_ES.po       |  8 ++++----
 po/es_MX.po       | 10 +++++-----
 po/es_PR.po       |  8 ++++----
 po/et.po          |  8 ++++----
 po/eu.po          |  8 ++++----
 po/fa.po          | 10 +++++-----
 po/fi.po          |  8 ++++----
 po/fr.po          |  8 ++++----
 po/fr_CA.po       |  8 ++++----
 po/frp.po         |  8 ++++----
 po/fur.po         |  8 ++++----
 po/fy.po          |  8 ++++----
 po/ga.po          |  8 ++++----
 po/gd.po          |  4 ++--
 po/gl.po          | 10 +++++-----
 po/gu.po          |  8 ++++----
 po/ha.po          |  8 ++++----
 po/he.po          |  8 ++++----
 po/hi.po          | 12 ++++++------
 po/hr.po          |  8 ++++----
 po/hu.po          |  8 ++++----
 po/hy.po          |  8 ++++----
 po/id.po          |  8 ++++----
 po/ig.po          |  8 ++++----
 po/is.po          | 10 +++++-----
 po/it.po          | 10 +++++-----
 po/ja.po          |  8 ++++----
 po/jv.po          |  8 ++++----
 po/ka.po          |  8 ++++----
 po/kab.po         |  8 ++++----
 po/kk.po          | 10 +++++-----
 po/kn.po          |  8 ++++----
 po/ko.po          |  8 ++++----
 po/ku.po          |  8 ++++----
 po/ku_IQ.po       |  8 ++++----
 po/ky.po          |  8 ++++----
 po/la.po          |  8 ++++----
 po/li.po          |  8 ++++----
 po/lt.po          |  8 ++++----
 po/lv.po          |  8 ++++----
 po/mai.po         |  8 ++++----
 po/mg.po          |  8 ++++----
 po/mk.po          |  8 ++++----
 po/ml.po          |  8 ++++----
 po/mn.po          |  8 ++++----
 po/mr.po          |  8 ++++----
 po/ms.po          |  8 ++++----
 po/nb.po          |  8 ++++----
 po/nds.po         |  8 ++++----
 po/ne.po          | 10 +++++-----
 po/nl.po          |  8 ++++----
 po/nn.po          |  8 ++++----
 po/nso.po         |  8 ++++----
 po/oc.po          |  8 ++++----
 po/or.po          |  8 ++++----
 po/pa.po          |  8 ++++----
 po/pl.po          |  8 ++++----
 po/pms.po         |  8 ++++----
 po/ps.po          |  8 ++++----
 po/pt.po          |  8 ++++----
 po/pt_BR.po       |  8 ++++----
 po/ro.po          |  8 ++++----
 po/ru.po          |  8 ++++----
 po/sc.po          |  8 ++++----
 po/si.po          |  8 ++++----
 po/sk.po          |  8 ++++----
 po/sl.po          |  8 ++++----
 po/sq.po          | 10 +++++-----
 po/sr.po          |  8 ++++----
 po/sr@latin.po    | 10 +++++-----
 po/sv.po          |  8 ++++----
 po/ta.po          |  8 ++++----
 po/te.po          |  8 ++++----
 po/th.po          |  8 ++++----
 po/tk.po          |  8 ++++----
 po/tr.po          |  8 ++++----
 po/ug.po          |  8 ++++----
 po/uk.po          |  8 ++++----
 po/ur.po          |  8 ++++----
 po/uz.po          |  8 ++++----
 po/vi.po          |  8 ++++----
 po/wa.po          |  8 ++++----
 po/xh.po          |  8 ++++----
 po/yo.po          |  8 ++++----
 po/zh_CN.po       |  8 ++++----
 po/zh_HK.po       |  8 ++++----
 po/zh_TW.po       |  8 ++++----
 po/zu.po          |  8 ++++----
 118 files changed, 488 insertions(+), 488 deletions(-)

commit 6b1375d0fd467c20ba06ecb097e1ab1846b48a07
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Apr 2 12:37:17 2019 +0200

    Display the volume status with a better contrast in panels
    
    Upscale 22x22 volume status icons instead of downscale 32x32

 mate/24x24/status/Makefile.am             |  10 +++++-----
 mate/24x24/status/audio-volume-high.png   | Bin 1399 -> 1360 bytes
 mate/24x24/status/audio-volume-low.png    | Bin 1159 -> 1094 bytes
 mate/24x24/status/audio-volume-medium.png | Bin 1284 -> 1279 bytes
 mate/24x24/status/audio-volume-muted.png  | Bin 1295 -> 1104 bytes
 mate/24x24/status/audio-volume-off.png    | Bin 1263 -> 996 bytes
 6 files changed, 5 insertions(+), 5 deletions(-)

commit d65009b317466d44d7c0b03411c6919c48d8b82e
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Apr 2 02:11:42 2019 +0200

    Upgrade svg source files to Inkscape 0.92.4
    
    $ inkscape -V
    Inkscape 0.92.4 (unknown)
    $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-document//g'
    $ find . -type f -name Makefile.am -print0 | xargs -0 sed -i 's/ --convert-dpi-method=scale-viewbox//g'
    $ find ./src -name *.svg -exec inkscape --convert-dpi-method=none --verb=FileVacuum --verb=FileSave --verb=FileQuit {} \;

 mate/24x24/actions/Makefile.am                 |   218 +-
 mate/24x24/apps/Makefile.am                    |    60 +-
 mate/24x24/categories/Makefile.am              |    36 +-
 mate/24x24/devices/Makefile.am                 |    76 +-
 mate/24x24/emblems/Makefile.am                 |    36 +-
 mate/24x24/places/Makefile.am                  |    32 +-
 mate/24x24/status/Makefile.am                  |   164 +-
 mate/8x8/emblems/Makefile.am                   |    12 +-
 src/accessories-calculator.svg                 |    22 +-
 src/accessories-character-map.svg              |    93 +-
 src/accessories-dictionary.svg                 |   555 +-
 src/accessories-text-editor.svg                |   471 +-
 src/applets-screenshooter.svg                  |  1220 +--
 src/application-certificate.svg                |    29 +-
 src/application-exit.svg                       |    25 +-
 src/application-x-addon.svg                    |  1814 +---
 src/application-x-executable.svg               |    27 +-
 src/applications-accessories.svg               |    21 +-
 src/applications-development.svg               |   340 +-
 src/applications-engineering.svg               |    29 +-
 src/applications-games.svg                     |   175 +-
 src/applications-graphics.svg                  |    42 +-
 src/applications-internet.svg                  |    69 +-
 src/applications-multimedia.svg                |    29 +-
 src/applications-office.svg                    |    66 +-
 src/applications-other.svg                     |    29 +-
 src/applications-science.svg                   |    29 +-
 src/applications-system.svg                    |    21 +-
 src/applications-utilities.svg                 |    29 +-
 src/audio-card.svg                             |    29 +-
 src/audio-headphones.svg                       |   821 +-
 src/audio-input-microphone.svg                 |  2272 +----
 src/audio-speakers.svg                         |   592 +-
 src/audio-volume.svg                           |   326 +-
 src/audio-x-generic.svg                        |    50 +-
 src/batteries.svg                              |   386 +-
 src/bookmark-new.svg                           |   152 +-
 src/cabinets.svg                               |  2089 +----
 src/call-start.svg                             |    31 +-
 src/call-stop.svg                              |    31 +-
 src/camera-photo.svg                           |    29 +-
 src/camera-video.svg                           |    25 +-
 src/camera-web.svg                             |    29 +-
 src/changes.svg                                |  5076 +----------
 src/clocks.svg                                 |   260 +-
 src/computers.svg                              |  1367 +--
 src/contact-new.svg                            |   169 +-
 src/copy-paste-tasks.svg                       |  1681 +---
 src/dialog-error.svg                           |   163 +-
 src/dialog-information.svg                     |    23 +-
 src/dialog-password.svg                        |  1855 +---
 src/dialog-question.svg                        |   490 +-
 src/dialog-warning.svg                         |    34 +-
 src/displays.svg                               |    98 +-
 src/document-send.svg                          |    31 +-
 src/drive-harddisk.svg                         |    47 +-
 src/drive-multidisk.svg                        |   250 +-
 src/drives.svg                                 |    37 +-
 src/edit-clear-all.svg                         |    31 +-
 src/edit-clear.svg                             |   121 +-
 src/edit-cut.svg                               |    29 +-
 src/edit-delete.svg                            |    23 +-
 src/edit-undo-redo.svg                         |    60 +-
 src/emblem-default.svg                         |    29 +-
 src/emblem-documents.svg                       |    29 +-
 src/emblem-downloads.svg                       |    29 +-
 src/emblem-favorite.svg                        |    57 +-
 src/emblem-generic.svg                         |    29 +-
 src/emblem-important.svg                       |    31 +-
 src/emblem-mail.svg                            |    29 +-
 src/emblem-new.svg                             |    23 +-
 src/emblem-photos.svg                          |    27 +-
 src/emblem-shared.svg                          |    50 +-
 src/emblem-synchronizing.svg                   |    31 +-
 src/emblem-system.svg                          |    31 +-
 src/emblem-urgent.svg                          |    29 +-
 src/emblem-web.svg                             |    29 +-
 src/emblems-fs.svg                             |    61 +-
 src/emote-love.svg                             |    73 +-
 src/face-monkey.svg                            |    31 +-
 src/faces-1.svg                                |   273 +-
 src/faces-2.svg                                |   593 +-
 src/find.svg                                   |  1883 +---
 src/firmware.svg                               |  2206 +----
 src/folders.svg                                |  1340 +--
 src/format-indent-justify-text.svg             |   570 +-
 src/format-text-direction-ltr.svg              |   102 +-
 src/format-text-direction-rtl.svg              |   104 +-
 src/help-about.svg                             |    31 +-
 src/help-browser.svg                           |    21 +-
 src/help-contents.svg                          |    29 +-
 src/help-faq.svg                               |    29 +-
 src/input-dialpad.svg                          |    33 +-
 src/input-gaming.svg                           |   455 +-
 src/input-mouse.svg                            |   720 +-
 src/input-tablet.svg                           |    31 +-
 src/input-touchpad.svg                         |    23 +-
 src/insert-image.svg                           |    29 +-
 src/insert-link.svg                            |    29 +-
 src/insert-object.svg                          |    29 +-
 src/insert-text.svg                            |    29 +-
 src/keyboards.svg                              |    45 +-
 src/list-add-remove.svg                        |   146 +-
 src/logviewer.svg                              |    29 +-
 src/mail-attachment.svg                        |    29 +-
 src/mail-forward.svg                           |    29 +-
 src/mail-mark-important.svg                    |   585 +-
 src/mail-mark-junk.svg                         |   158 +-
 src/mail-mark-notjunk.svg                      |    97 +-
 src/mail-mark-unread.svg                       |    29 +-
 src/mail-replied.svg                           |    29 +-
 src/mail-reply-all.svg                         |    29 +-
 src/mail-reply-sender.svg                      |    29 +-
 src/mail-send-receive.svg                      |    29 +-
 src/mail-send.svg                              |    44 +-
 src/mail-signed-verified.svg                   |    29 +-
 src/mail-signed.svg                            |    29 +-
 src/mail-unread.svg                            |    29 +-
 src/mark-location.svg                          |   772 +-
 src/mate.svg                                   |    37 +-
 src/media-control-icons.svg                    |   200 +-
 src/media-flash.svg                            |   833 +-
 src/media-floppy.svg                           |    36 +-
 src/media-optical.svg                          |    39 +-
 src/media-removable.svg                        |   651 +-
 src/media-tape.svg                             |    29 +-
 src/microphones.svg                            | 10915 ++---------------------
 src/modem.svg                                  |    77 +-
 src/multimedia-player.svg                      |    38 +-
 src/multimedia-volume-control.svg              |   114 +-
 src/navigation-icons.svg                       |   219 +-
 src/network-cellular-connected.svg             |   197 +-
 src/network-server.svg                         |   139 +-
 src/network-vpn.svg                            |  1556 +---
 src/network-wired-disconnected.svg             |   421 +-
 src/network-wired.svg                          |    23 +-
 src/network-wireless-encrypted.svg             |    29 +-
 src/network-wireless.svg                       |    29 +-
 src/object-flip-rotate.svg                     |   122 +-
 src/open-envelopes.svg                         |    56 +-
 src/packages.svg                               |    36 +-
 src/paper-sheets.svg                           |   140 +-
 src/pda.svg                                    |    29 +-
 src/phone.svg                                  |    57 +-
 src/photos.svg                                 |    48 +-
 src/preferences-desktop-accessibility.svg      |   594 +-
 src/preferences-desktop-font.svg               |   164 +-
 src/preferences-desktop-keyboard-shortcuts.svg |   212 +-
 src/preferences-desktop-locale.svg             |    61 +-
 src/preferences-desktop-peripherals.svg        |    29 +-
 src/preferences-desktop-personal.svg           |    29 +-
 src/preferences-desktop-theme.svg              |    56 +-
 src/preferences-desktop.svg                    |    29 +-
 src/preferences-other.svg                      |    32 +-
 src/preferences-system-notifications.svg       |  1419 +--
 src/preferences-system-privacy.svg             |  2574 +-----
 src/preferences-system-search.svg              |   175 +-
 src/preferences-system-sharing.svg             |  2787 +-----
 src/preferences-system-windows.svg             |    23 +-
 src/preferences-system.svg                     |   252 +-
 src/printer-network.svg                        |    45 +-
 src/printers.svg                               |   388 +-
 src/scanner.svg                                |    29 +-
 src/security-high.svg                          |    27 +-
 src/security-low.svg                           |    27 +-
 src/security-medium.svg                        |    27 +-
 src/software-update.svg                        |    48 +-
 src/starred.svg                                |  3541 ++------
 src/start-here.svg                             |    31 +-
 src/system-help.svg                            |    23 +-
 src/system-log-out.svg                         |    25 +-
 src/system-run.svg                             |    23 +-
 src/system-search.svg                          |    21 +-
 src/system-shutdown.svg                        |    81 +-
 src/system-software.svg                        |    34 +-
 src/tab-new.svg                                |    29 +-
 src/terminals.svg                              |   235 +-
 src/tools-check-spelling.svg                   |    29 +-
 src/trash.svg                                  |   284 +-
 src/trophies.svg                               |   264 +-
 src/uninterruptible-power-supply.svg           |  6824 +-------------
 src/user-statusses.svg                         |   218 +-
 src/users.svg                                  |   144 +-
 src/video-x-generic.svg                        |    27 +-
 src/view-fullscreen-restore.svg                |    34 +-
 src/view-sort.svg                              |   201 +-
 src/weather-clear-night.svg                    |    29 +-
 src/weather-clear.svg                          |    29 +-
 src/weather-few-clouds-night.svg               |    29 +-
 src/weather-few-clouds.svg                     |    29 +-
 src/weather-fog.svg                            |   315 +-
 src/weather-icons.svg                          |   133 +-
 src/weather-overcast.svg                       |    29 +-
 src/weather-severe-alert.svg                   |   759 +-
 src/weather-showers-scattered.svg              |    29 +-
 src/weather-showers.svg                        |    29 +-
 src/weather-snow.svg                           |    29 +-
 src/weather-storm.svg                          |    29 +-
 src/web-browser.svg                            |    69 +-
 src/window-close.svg                           |    38 +-
 src/window-new.svg                             |    21 +-
 src/x-office-address-book.svg                  |    62 +-
 src/x-office-calendar.svg                      |    29 +-
 src/x-office-presentation.svg                  |   758 +-
 src/x-package-repository.svg                   |  3065 ++-----
 src/zoom.svg                                   |    62 +-
 206 files changed, 8704 insertions(+), 69852 deletions(-)

commit 4242025857f3edb4eadaa7bd4248e5123b70b6d0
Author: rbuj <robert.buj@gmail.com>
Date:   Mon Apr 1 15:36:21 2019 +0200

    Gen png icons from source - Mate theme
    
    clean & build:
      make -C mate clean-png-icons
      make -C mate build-png-icons

 configure.ac                                       |    26 +
 mate/16x16/Makefile.am                             |     8 +
 mate/16x16/actions/Makefile.am                     |   670 +
 mate/16x16/actions/address-book-new.png            |   Bin 883 -> 811 bytes
 mate/16x16/actions/application-exit.png            |   Bin 781 -> 886 bytes
 mate/16x16/actions/appointment-new.png             |   Bin 1029 -> 999 bytes
 mate/16x16/actions/bookmark-new.png                |   Bin 720 -> 686 bytes
 mate/16x16/actions/call-start.png                  |   Bin 599 -> 535 bytes
 mate/16x16/actions/call-stop.png                   |   Bin 563 -> 527 bytes
 mate/16x16/actions/contact-new.png                 |   Bin 618 -> 559 bytes
 mate/16x16/actions/document-new.png                |   Bin 851 -> 865 bytes
 mate/16x16/actions/document-open-recent.png        |   Bin 1017 -> 945 bytes
 mate/16x16/actions/document-page-setup.png         |   Bin 910 -> 788 bytes
 mate/16x16/actions/document-print-preview.png      |   Bin 889 -> 776 bytes
 mate/16x16/actions/document-print.png              |   Bin 698 -> 567 bytes
 mate/16x16/actions/document-properties.png         |   Bin 927 -> 865 bytes
 mate/16x16/actions/document-revert-rtl.png         |   Bin 951 -> 890 bytes
 mate/16x16/actions/document-revert.png             |   Bin 948 -> 908 bytes
 mate/16x16/actions/document-save-as.png            |   Bin 689 -> 523 bytes
 mate/16x16/actions/document-save.png               |   Bin 660 -> 494 bytes
 mate/16x16/actions/document-send.png               |   Bin 480 -> 408 bytes
 mate/16x16/actions/edit-clear-rtl.png              |   Bin 725 -> 716 bytes
 mate/16x16/actions/edit-clear.png                  |   Bin 739 -> 717 bytes
 mate/16x16/actions/edit-copy.png                   |   Bin 549 -> 480 bytes
 mate/16x16/actions/edit-cut.png                    |   Bin 959 -> 955 bytes
 mate/16x16/actions/edit-delete.png                 |   Bin 1031 -> 972 bytes
 mate/16x16/actions/edit-find-replace.png           |   Bin 1059 -> 1107 bytes
 mate/16x16/actions/edit-find.png                   |   Bin 949 -> 969 bytes
 mate/16x16/actions/edit-paste.png                  |   Bin 722 -> 790 bytes
 mate/16x16/actions/edit-redo-rtl.png               |   Bin 656 -> 670 bytes
 mate/16x16/actions/edit-redo.png                   |   Bin 625 -> 650 bytes
 mate/16x16/actions/edit-select-all.png             |   Bin 822 -> 670 bytes
 mate/16x16/actions/edit-undo-rtl.png               |   Bin 642 -> 673 bytes
 mate/16x16/actions/edit-undo.png                   |   Bin 626 -> 656 bytes
 mate/16x16/actions/format-indent-less-rtl.png      |   Bin 611 -> 485 bytes
 mate/16x16/actions/format-indent-less.png          |   Bin 577 -> 493 bytes
 mate/16x16/actions/format-indent-more-rtl.png      |   Bin 621 -> 488 bytes
 mate/16x16/actions/format-indent-more.png          |   Bin 593 -> 487 bytes
 mate/16x16/actions/format-justify-center.png       |   Bin 400 -> 316 bytes
 mate/16x16/actions/format-justify-fill.png         |   Bin 393 -> 316 bytes
 mate/16x16/actions/format-justify-left.png         |   Bin 415 -> 303 bytes
 mate/16x16/actions/format-justify-right.png        |   Bin 402 -> 299 bytes
 mate/16x16/actions/format-text-bold.png            |   Bin 799 -> 768 bytes
 mate/16x16/actions/format-text-direction-ltr.png   |   Bin 738 -> 647 bytes
 mate/16x16/actions/format-text-direction-rtl.png   |   Bin 719 -> 660 bytes
 mate/16x16/actions/format-text-italic.png          |   Bin 828 -> 848 bytes
 mate/16x16/actions/format-text-strikethrough.png   |   Bin 637 -> 529 bytes
 mate/16x16/actions/format-text-underline.png       |   Bin 736 -> 666 bytes
 mate/16x16/actions/go-bottom.png                   |   Bin 547 -> 503 bytes
 mate/16x16/actions/go-down.png                     |   Bin 540 -> 486 bytes
 mate/16x16/actions/go-first-rtl.png                |   Bin 709 -> 11 bytes
 mate/16x16/actions/go-first.png                    |   Bin 673 -> 578 bytes
 mate/16x16/actions/go-home.png                     |   Bin 770 -> 720 bytes
 mate/16x16/actions/go-jump.png                     |   Bin 469 -> 394 bytes
 mate/16x16/actions/go-last-rtl.png                 |   Bin 720 -> 12 bytes
 mate/16x16/actions/go-last.png                     |   Bin 673 -> 577 bytes
 mate/16x16/actions/go-next-rtl.png                 |   Bin 677 -> 15 bytes
 mate/16x16/actions/go-next.png                     |   Bin 541 -> 470 bytes
 mate/16x16/actions/go-previous-rtl.png             |   Bin 640 -> 11 bytes
 mate/16x16/actions/go-previous.png                 |   Bin 551 -> 478 bytes
 mate/16x16/actions/go-top.png                      |   Bin 570 -> 487 bytes
 mate/16x16/actions/go-up.png                       |   Bin 468 -> 420 bytes
 mate/16x16/actions/help-about.png                  |   Bin 669 -> 572 bytes
 mate/16x16/actions/help-faq.png                    |   Bin 805 -> 749 bytes
 mate/16x16/actions/insert-image.png                |   Bin 650 -> 648 bytes
 mate/16x16/actions/insert-link.png                 |   Bin 760 -> 687 bytes
 mate/16x16/actions/insert-object.png               |   Bin 530 -> 586 bytes
 mate/16x16/actions/insert-text.png                 |   Bin 556 -> 483 bytes
 mate/16x16/actions/list-add.png                    |   Bin 520 -> 437 bytes
 mate/16x16/actions/list-remove.png                 |   Bin 333 -> 309 bytes
 mate/16x16/actions/mail-forward.png                |   Bin 454 -> 395 bytes
 mate/16x16/actions/mail-mark-important.png         |   Bin 591 -> 545 bytes
 mate/16x16/actions/mail-mark-junk.png              |   Bin 946 -> 916 bytes
 mate/16x16/actions/mail-mark-notjunk.png           |   Bin 804 -> 700 bytes
 mate/16x16/actions/mail-mark-read.png              |   Bin 876 -> 817 bytes
 mate/16x16/actions/mail-mark-unread.png            |   Bin 782 -> 718 bytes
 mate/16x16/actions/mail-message-new.png            |   Bin 807 -> 699 bytes
 mate/16x16/actions/mail-reply-all.png              |   Bin 573 -> 517 bytes
 mate/16x16/actions/mail-reply-sender.png           |   Bin 456 -> 403 bytes
 mate/16x16/actions/mail-send-receive.png           |   Bin 393 -> 361 bytes
 mate/16x16/actions/mail-send.png                   |   Bin 678 -> 625 bytes
 mate/16x16/actions/mark-location.png               |   Bin 822 -> 721 bytes
 mate/16x16/actions/media-eject.png                 |   Bin 476 -> 389 bytes
 mate/16x16/actions/media-playback-pause.png        |   Bin 398 -> 293 bytes
 mate/16x16/actions/media-playback-start-rtl.png    |   Bin 532 -> 427 bytes
 mate/16x16/actions/media-playback-start.png        |   Bin 520 -> 413 bytes
 mate/16x16/actions/media-playback-stop.png         |   Bin 370 -> 294 bytes
 mate/16x16/actions/media-record.png                |   Bin 551 -> 518 bytes
 mate/16x16/actions/media-seek-backward-rtl.png     |   Bin 518 -> 22 bytes
 mate/16x16/actions/media-seek-backward.png         |   Bin 497 -> 371 bytes
 mate/16x16/actions/media-seek-forward-rtl.png      |   Bin 504 -> 23 bytes
 mate/16x16/actions/media-seek-forward.png          |   Bin 518 -> 451 bytes
 mate/16x16/actions/media-skip-backward-rtl.png     |   Bin 610 -> 22 bytes
 mate/16x16/actions/media-skip-backward.png         |   Bin 555 -> 433 bytes
 mate/16x16/actions/media-skip-forward-rtl.png      |   Bin 555 -> 23 bytes
 mate/16x16/actions/media-skip-forward.png          |   Bin 610 -> 579 bytes
 mate/16x16/actions/object-flip-horizontal.png      |   Bin 579 -> 440 bytes
 mate/16x16/actions/object-flip-vertical.png        |   Bin 539 -> 404 bytes
 mate/16x16/actions/object-rotate-left.png          |   Bin 638 -> 507 bytes
 mate/16x16/actions/object-rotate-right.png         |   Bin 626 -> 496 bytes
 mate/16x16/actions/process-stop.png                |   Bin 551 -> 555 bytes
 mate/16x16/actions/system-lock-screen.png          |   Bin 922 -> 912 bytes
 mate/16x16/actions/system-log-out.png              |   Bin 725 -> 698 bytes
 mate/16x16/actions/system-run.png                  |   Bin 383 -> 311 bytes
 mate/16x16/actions/system-search.png               |   Bin 996 -> 991 bytes
 mate/16x16/actions/system-shutdown.png             |   Bin 547 -> 517 bytes
 mate/16x16/actions/tab-new.png                     |   Bin 723 -> 1023 bytes
 mate/16x16/actions/tools-check-spelling.png        |   Bin 642 -> 572 bytes
 mate/16x16/actions/view-fullscreen.png             |   Bin 549 -> 464 bytes
 mate/16x16/actions/view-refresh.png                |   Bin 922 -> 804 bytes
 mate/16x16/actions/view-restore.png                |   Bin 509 -> 395 bytes
 mate/16x16/actions/view-sort-ascending.png         |   Bin 503 -> 416 bytes
 mate/16x16/actions/view-sort-descending.png        |   Bin 489 -> 402 bytes
 mate/16x16/actions/window-close.png                |   Bin 505 -> 407 bytes
 mate/16x16/actions/window-new.png                  |   Bin 528 -> 387 bytes
 mate/16x16/actions/zoom-fit-best.png               |   Bin 629 -> 551 bytes
 mate/16x16/actions/zoom-in.png                     |   Bin 664 -> 570 bytes
 mate/16x16/actions/zoom-original.png               |   Bin 657 -> 584 bytes
 mate/16x16/actions/zoom-out.png                    |   Bin 596 -> 504 bytes
 mate/16x16/apps/Makefile.am                        |     2 +-
 mate/16x16/apps/system-users.png                   |   Bin 748 -> 717 bytes
 mate/16x16/emblems/Makefile.am                     |   119 +
 mate/16x16/emblems/emblem-default.png              |   Bin 974 -> 1026 bytes
 mate/16x16/emblems/emblem-documents.png            |   Bin 862 -> 785 bytes
 mate/16x16/emblems/emblem-downloads.png            |   Bin 381 -> 338 bytes
 mate/16x16/emblems/emblem-favorite.png             |   Bin 742 -> 736 bytes
 mate/16x16/emblems/emblem-generic.png              |   Bin 998 -> 951 bytes
 mate/16x16/emblems/emblem-important.png            |   Bin 786 -> 954 bytes
 mate/16x16/emblems/emblem-mail.png                 |   Bin 784 -> 764 bytes
 mate/16x16/emblems/emblem-new.png                  |   Bin 796 -> 824 bytes
 mate/16x16/emblems/emblem-package.png              |   Bin 622 -> 509 bytes
 mate/16x16/emblems/emblem-photos.png               |   Bin 611 -> 559 bytes
 mate/16x16/emblems/emblem-readonly.png             |   Bin 625 -> 565 bytes
 mate/16x16/emblems/emblem-shared.png               |   Bin 669 -> 695 bytes
 mate/16x16/emblems/emblem-symbolic-link.png        |   Bin 659 -> 616 bytes
 mate/16x16/emblems/emblem-synchronizing.png        |   Bin 790 -> 697 bytes
 mate/16x16/emblems/emblem-system.png               |   Bin 660 -> 653 bytes
 mate/16x16/emblems/emblem-unreadable.png           |   Bin 677 -> 599 bytes
 mate/16x16/emblems/emblem-urgent.png               |   Bin 808 -> 984 bytes
 mate/16x16/emblems/emblem-web.png                  |   Bin 973 -> 1000 bytes
 mate/16x16/places/Makefile.am                      |    94 +
 mate/16x16/places/network-server.png               |   Bin 832 -> 766 bytes
 mate/16x16/places/network-workgroup.png            |   Bin 720 -> 657 bytes
 mate/16x16/places/user-trash.png                   |   Bin 997 -> 1084 bytes
 mate/16x16/status/Makefile.am                      |   500 +
 mate/16x16/status/appointment-missed.png           |   Bin 1007 -> 908 bytes
 mate/16x16/status/appointment-soon.png             |   Bin 915 -> 903 bytes
 mate/16x16/status/audio-volume-high.png            |   Bin 906 -> 829 bytes
 mate/16x16/status/audio-volume-low.png             |   Bin 577 -> 485 bytes
 mate/16x16/status/audio-volume-medium.png          |   Bin 714 -> 629 bytes
 mate/16x16/status/audio-volume-muted.png           |   Bin 711 -> 619 bytes
 mate/16x16/status/audio-volume-off.png             |   Bin 461 -> 419 bytes
 mate/16x16/status/avatar-default.png               |   Bin 846 -> 748 bytes
 mate/16x16/status/battery-caution-charging.png     |   Bin 857 -> 752 bytes
 mate/16x16/status/battery-caution.png              |   Bin 728 -> 612 bytes
 mate/16x16/status/battery-empty.png                |   Bin 479 -> 362 bytes
 mate/16x16/status/battery-full-charged.png         |   Bin 729 -> 634 bytes
 mate/16x16/status/battery-full-charging.png        |   Bin 848 -> 741 bytes
 mate/16x16/status/battery-full.png                 |   Bin 472 -> 362 bytes
 mate/16x16/status/battery-good-charging.png        |   Bin 839 -> 751 bytes
 mate/16x16/status/battery-good.png                 |   Bin 477 -> 373 bytes
 mate/16x16/status/battery-low-charging.png         |   Bin 940 -> 837 bytes
 mate/16x16/status/battery-low.png                  |   Bin 496 -> 371 bytes
 mate/16x16/status/battery-missing.png              |   Bin 635 -> 528 bytes
 mate/16x16/status/changes-allow.png                |   Bin 786 -> 656 bytes
 mate/16x16/status/changes-prevent.png              |   Bin 845 -> 733 bytes
 mate/16x16/status/computer-fail.png                |   Bin 867 -> 938 bytes
 mate/16x16/status/dialog-error.png                 |   Bin 747 -> 856 bytes
 mate/16x16/status/dialog-information.png           |   Bin 813 -> 764 bytes
 mate/16x16/status/dialog-password.png              |   Bin 771 -> 670 bytes
 mate/16x16/status/dialog-question.png              |   Bin 644 -> 622 bytes
 mate/16x16/status/dialog-warning.png               |   Bin 683 -> 718 bytes
 mate/16x16/status/image-loading.png                |   Bin 1039 -> 1000 bytes
 mate/16x16/status/image-missing.png                |   Bin 576 -> 655 bytes
 mate/16x16/status/mail-attachment.png              |   Bin 648 -> 590 bytes
 mate/16x16/status/mail-read.png                    |   Bin 621 -> 699 bytes
 mate/16x16/status/mail-replied.png                 |   Bin 819 -> 755 bytes
 mate/16x16/status/mail-unread.png                  |   Bin 773 -> 718 bytes
 mate/16x16/status/media-playlist-repeat.png        |   Bin 535 -> 428 bytes
 mate/16x16/status/media-playlist-shuffle.png       |   Bin 598 -> 525 bytes
 mate/16x16/status/microphone-sensitivity-high.png  |   Bin 950 -> 915 bytes
 mate/16x16/status/microphone-sensitivity-low.png   |   Bin 967 -> 957 bytes
 .../16x16/status/microphone-sensitivity-medium.png |   Bin 984 -> 972 bytes
 mate/16x16/status/microphone-sensitivity-muted.png |   Bin 814 -> 862 bytes
 mate/16x16/status/network-error.png                |   Bin 848 -> 809 bytes
 mate/16x16/status/network-idle.png                 |   Bin 704 -> 697 bytes
 mate/16x16/status/network-offline.png              |   Bin 773 -> 728 bytes
 mate/16x16/status/network-receive.png              |   Bin 759 -> 774 bytes
 mate/16x16/status/network-transmit-receive.png     |   Bin 725 -> 706 bytes
 mate/16x16/status/network-transmit.png             |   Bin 774 -> 777 bytes
 mate/16x16/status/non-starred.png                  |   Bin 689 -> 672 bytes
 mate/16x16/status/printer-error.png                |   Bin 816 -> 699 bytes
 mate/16x16/status/printer-printing.png             |   Bin 646 -> 513 bytes
 mate/16x16/status/security-high.png                |   Bin 806 -> 818 bytes
 mate/16x16/status/security-low.png                 |   Bin 845 -> 925 bytes
 mate/16x16/status/security-medium.png              |   Bin 828 -> 819 bytes
 mate/16x16/status/semi-starred-rtl.png             |   Bin 743 -> 739 bytes
 mate/16x16/status/semi-starred.png                 |   Bin 743 -> 737 bytes
 mate/16x16/status/software-update-available.png    |   Bin 752 -> 714 bytes
 mate/16x16/status/software-update-urgent.png       |   Bin 762 -> 704 bytes
 mate/16x16/status/starred.png                      |   Bin 786 -> 735 bytes
 mate/16x16/status/task-due.png                     |   Bin 696 -> 741 bytes
 mate/16x16/status/task-past-due.png                |   Bin 686 -> 610 bytes
 mate/16x16/status/trophy-bronze.png                |   Bin 1043 -> 960 bytes
 mate/16x16/status/trophy-gold.png                  |   Bin 1029 -> 968 bytes
 mate/16x16/status/trophy-silver.png                |   Bin 1031 -> 938 bytes
 mate/16x16/status/user-available.png               |   Bin 859 -> 744 bytes
 mate/16x16/status/user-away.png                    |   Bin 770 -> 673 bytes
 mate/16x16/status/user-busy.png                    |   Bin 893 -> 787 bytes
 mate/16x16/status/user-idle.png                    |   Bin 684 -> 561 bytes
 mate/16x16/status/user-invisible.png               |   Bin 849 -> 735 bytes
 mate/16x16/status/user-offline.png                 |   Bin 863 -> 851 bytes
 mate/16x16/status/user-trash-full.png              |   Bin 1056 -> 1118 bytes
 mate/16x16/status/weather-clear-night.png          |   Bin 767 -> 694 bytes
 mate/16x16/status/weather-clear.png                |   Bin 841 -> 933 bytes
 mate/16x16/status/weather-few-clouds-night.png     |   Bin 799 -> 726 bytes
 mate/16x16/status/weather-few-clouds.png           |   Bin 896 -> 943 bytes
 mate/16x16/status/weather-fog.png                  |   Bin 952 -> 767 bytes
 mate/16x16/status/weather-overcast.png             |   Bin 608 -> 558 bytes
 mate/16x16/status/weather-severe-alert.png         |   Bin 793 -> 724 bytes
 mate/16x16/status/weather-showers-scattered.png    |   Bin 709 -> 636 bytes
 mate/16x16/status/weather-showers.png              |   Bin 820 -> 755 bytes
 mate/16x16/status/weather-snow.png                 |   Bin 564 -> 493 bytes
 mate/16x16/status/weather-storm.png                |   Bin 767 -> 708 bytes
 mate/22x22/Makefile.am                             |     8 +
 mate/22x22/actions/Makefile.am                     |   670 +
 mate/22x22/actions/address-book-new.png            |   Bin 1305 -> 1151 bytes
 mate/22x22/actions/application-exit.png            |   Bin 1091 -> 1304 bytes
 mate/22x22/actions/appointment-new.png             |   Bin 1651 -> 1505 bytes
 mate/22x22/actions/bookmark-new.png                |   Bin 948 -> 929 bytes
 mate/22x22/actions/call-start.png                  |   Bin 1035 -> 1010 bytes
 mate/22x22/actions/call-stop.png                   |   Bin 840 -> 910 bytes
 mate/22x22/actions/contact-new.png                 |   Bin 969 -> 964 bytes
 mate/22x22/actions/document-new.png                |   Bin 1208 -> 1316 bytes
 mate/22x22/actions/document-open-recent.png        |   Bin 1617 -> 1497 bytes
 mate/22x22/actions/document-page-setup.png         |   Bin 1349 -> 1128 bytes
 mate/22x22/actions/document-print-preview.png      |   Bin 1511 -> 1319 bytes
 mate/22x22/actions/document-print.png              |   Bin 1178 -> 1026 bytes
 mate/22x22/actions/document-properties.png         |   Bin 1372 -> 1354 bytes
 mate/22x22/actions/document-revert-rtl.png         |   Bin 1322 -> 1317 bytes
 mate/22x22/actions/document-revert.png             |   Bin 1281 -> 1320 bytes
 mate/22x22/actions/document-save-as.png            |   Bin 1158 -> 1094 bytes
 mate/22x22/actions/document-save.png               |   Bin 1228 -> 1254 bytes
 mate/22x22/actions/document-send.png               |   Bin 813 -> 746 bytes
 mate/22x22/actions/edit-clear-rtl.png              |   Bin 1042 -> 1089 bytes
 mate/22x22/actions/edit-clear.png                  |   Bin 1060 -> 1089 bytes
 mate/22x22/actions/edit-copy.png                   |   Bin 729 -> 757 bytes
 mate/22x22/actions/edit-cut.png                    |   Bin 1236 -> 1217 bytes
 mate/22x22/actions/edit-delete.png                 |   Bin 1418 -> 1257 bytes
 mate/22x22/actions/edit-find-replace.png           |   Bin 1627 -> 1615 bytes
 mate/22x22/actions/edit-find.png                   |   Bin 1517 -> 1438 bytes
 mate/22x22/actions/edit-paste.png                  |   Bin 952 -> 1147 bytes
 mate/22x22/actions/edit-redo-rtl.png               |   Bin 1067 -> 984 bytes
 mate/22x22/actions/edit-redo.png                   |   Bin 1027 -> 966 bytes
 mate/22x22/actions/edit-select-all.png             |   Bin 1188 -> 1187 bytes
 mate/22x22/actions/edit-undo-rtl.png               |   Bin 1018 -> 989 bytes
 mate/22x22/actions/edit-undo.png                   |   Bin 993 -> 964 bytes
 mate/22x22/actions/format-indent-less-rtl.png      |   Bin 747 -> 646 bytes
 mate/22x22/actions/format-indent-less.png          |   Bin 715 -> 641 bytes
 mate/22x22/actions/format-indent-more-rtl.png      |   Bin 741 -> 621 bytes
 mate/22x22/actions/format-indent-more.png          |   Bin 705 -> 624 bytes
 mate/22x22/actions/format-justify-center.png       |   Bin 498 -> 429 bytes
 mate/22x22/actions/format-justify-fill.png         |   Bin 444 -> 481 bytes
 mate/22x22/actions/format-justify-left.png         |   Bin 509 -> 439 bytes
 mate/22x22/actions/format-justify-right.png        |   Bin 466 -> 431 bytes
 mate/22x22/actions/format-text-bold.png            |   Bin 1017 -> 1116 bytes
 mate/22x22/actions/format-text-direction-ltr.png   |   Bin 1146 -> 1067 bytes
 mate/22x22/actions/format-text-direction-rtl.png   |   Bin 1168 -> 1144 bytes
 mate/22x22/actions/format-text-italic.png          |   Bin 1102 -> 1149 bytes
 mate/22x22/actions/format-text-strikethrough.png   |   Bin 898 -> 800 bytes
 mate/22x22/actions/format-text-underline.png       |   Bin 997 -> 960 bytes
 mate/22x22/actions/go-bottom.png                   |   Bin 1173 -> 1194 bytes
 mate/22x22/actions/go-down.png                     |   Bin 1149 -> 1041 bytes
 mate/22x22/actions/go-first-rtl.png                |   Bin 1188 -> 11 bytes
 mate/22x22/actions/go-first.png                    |   Bin 1216 -> 1259 bytes
 mate/22x22/actions/go-home.png                     |   Bin 1328 -> 1241 bytes
 mate/22x22/actions/go-jump.png                     |   Bin 1033 -> 933 bytes
 mate/22x22/actions/go-last-rtl.png                 |   Bin 1216 -> 12 bytes
 mate/22x22/actions/go-last.png                     |   Bin 1188 -> 1254 bytes
 mate/22x22/actions/go-next-rtl.png                 |   Bin 1111 -> 15 bytes
 mate/22x22/actions/go-next.png                     |   Bin 1114 -> 1050 bytes
 mate/22x22/actions/go-previous-rtl.png             |   Bin 1114 -> 11 bytes
 mate/22x22/actions/go-previous.png                 |   Bin 1078 -> 998 bytes
 mate/22x22/actions/go-top.png                      |   Bin 1107 -> 1120 bytes
 mate/22x22/actions/go-up.png                       |   Bin 1018 -> 934 bytes
 mate/22x22/actions/help-about.png                  |   Bin 981 -> 980 bytes
 mate/22x22/actions/help-faq.png                    |   Bin 1118 -> 1058 bytes
 mate/22x22/actions/insert-image.png                |   Bin 919 -> 876 bytes
 mate/22x22/actions/insert-link.png                 |   Bin 1038 -> 1043 bytes
 mate/22x22/actions/insert-object.png               |   Bin 673 -> 794 bytes
 mate/22x22/actions/insert-text.png                 |   Bin 795 -> 721 bytes
 mate/22x22/actions/list-add.png                    |   Bin 773 -> 776 bytes
 mate/22x22/actions/list-remove.png                 |   Bin 463 -> 482 bytes
 mate/22x22/actions/mail-forward.png                |   Bin 1147 -> 1116 bytes
 mate/22x22/actions/mail-mark-important.png         |   Bin 870 -> 867 bytes
 mate/22x22/actions/mail-mark-junk.png              |   Bin 1333 -> 1235 bytes
 mate/22x22/actions/mail-mark-notjunk.png           |   Bin 1233 -> 1127 bytes
 mate/22x22/actions/mail-mark-read.png              |   Bin 1214 -> 1108 bytes
 mate/22x22/actions/mail-mark-unread.png            |   Bin 1111 -> 1182 bytes
 mate/22x22/actions/mail-message-new.png            |   Bin 1146 -> 1164 bytes
 mate/22x22/actions/mail-reply-all.png              |   Bin 1153 -> 1080 bytes
 mate/22x22/actions/mail-reply-sender.png           |   Bin 1157 -> 1075 bytes
 mate/22x22/actions/mail-send-receive.png           |   Bin 1004 -> 920 bytes
 mate/22x22/actions/mail-send.png                   |   Bin 1082 -> 1010 bytes
 mate/22x22/actions/mark-location.png               |   Bin 1015 -> 949 bytes
 mate/22x22/actions/media-eject.png                 |   Bin 712 -> 616 bytes
 mate/22x22/actions/media-playback-pause.png        |   Bin 579 -> 522 bytes
 mate/22x22/actions/media-playback-start-rtl.png    |   Bin 915 -> 883 bytes
 mate/22x22/actions/media-playback-start.png        |   Bin 882 -> 845 bytes
 mate/22x22/actions/media-playback-stop.png         |   Bin 515 -> 452 bytes
 mate/22x22/actions/media-record.png                |   Bin 962 -> 956 bytes
 mate/22x22/actions/media-seek-backward-rtl.png     |   Bin 803 -> 22 bytes
 mate/22x22/actions/media-seek-backward.png         |   Bin 791 -> 652 bytes
 mate/22x22/actions/media-seek-forward-rtl.png      |   Bin 794 -> 23 bytes
 mate/22x22/actions/media-seek-forward.png          |   Bin 803 -> 667 bytes
 mate/22x22/actions/media-skip-backward-rtl.png     |   Bin 829 -> 22 bytes
 mate/22x22/actions/media-skip-backward.png         |   Bin 902 -> 784 bytes
 mate/22x22/actions/media-skip-forward-rtl.png      |   Bin 902 -> 23 bytes
 mate/22x22/actions/media-skip-forward.png          |   Bin 829 -> 782 bytes
 mate/22x22/actions/object-flip-horizontal.png      |   Bin 964 -> 921 bytes
 mate/22x22/actions/object-flip-vertical.png        |   Bin 1042 -> 1042 bytes
 mate/22x22/actions/object-rotate-left.png          |   Bin 1006 -> 1145 bytes
 mate/22x22/actions/object-rotate-right.png         |   Bin 1028 -> 1109 bytes
 mate/22x22/actions/process-stop.png                |   Bin 1190 -> 1201 bytes
 mate/22x22/actions/system-lock-screen.png          |   Bin 1432 -> 1289 bytes
 mate/22x22/actions/system-log-out.png              |   Bin 1098 -> 1168 bytes
 mate/22x22/actions/system-run.png                  |   Bin 1302 -> 1227 bytes
 mate/22x22/actions/system-search.png               |   Bin 1521 -> 1398 bytes
 mate/22x22/actions/system-shutdown.png             |   Bin 717 -> 771 bytes
 mate/22x22/actions/tab-new.png                     |   Bin 1162 -> 1461 bytes
 mate/22x22/actions/tools-check-spelling.png        |   Bin 900 -> 827 bytes
 mate/22x22/actions/view-fullscreen.png             |   Bin 625 -> 514 bytes
 mate/22x22/actions/view-refresh.png                |   Bin 1349 -> 1276 bytes
 mate/22x22/actions/view-restore.png                |   Bin 594 -> 516 bytes
 mate/22x22/actions/view-sort-ascending.png         |   Bin 914 -> 868 bytes
 mate/22x22/actions/view-sort-descending.png        |   Bin 872 -> 946 bytes
 mate/22x22/actions/window-close.png                |   Bin 1065 -> 991 bytes
 mate/22x22/actions/window-new.png                  |   Bin 857 -> 706 bytes
 mate/22x22/actions/zoom-fit-best.png               |   Bin 874 -> 811 bytes
 mate/22x22/actions/zoom-in.png                     |   Bin 847 -> 789 bytes
 mate/22x22/actions/zoom-original.png               |   Bin 871 -> 833 bytes
 mate/22x22/actions/zoom-out.png                    |   Bin 779 -> 723 bytes
 mate/22x22/apps/Makefile.am                        |     2 +-
 mate/22x22/apps/system-users.png                   |   Bin 1145 -> 1173 bytes
 mate/22x22/devices/Makefile.am                     |     2 +-
 mate/22x22/devices/printer.png                     |   Bin 1026 -> 939 bytes
 mate/22x22/emblems/Makefile.am                     |   119 +
 mate/22x22/emblems/emblem-default.png              |   Bin 1376 -> 1302 bytes
 mate/22x22/emblems/emblem-documents.png            |   Bin 1301 -> 1274 bytes
 mate/22x22/emblems/emblem-downloads.png            |   Bin 736 -> 696 bytes
 mate/22x22/emblems/emblem-favorite.png             |   Bin 1003 -> 1066 bytes
 mate/22x22/emblems/emblem-generic.png              |   Bin 1448 -> 1479 bytes
 mate/22x22/emblems/emblem-important.png            |   Bin 1211 -> 1121 bytes
 mate/22x22/emblems/emblem-mail.png                 |   Bin 997 -> 947 bytes
 mate/22x22/emblems/emblem-new.png                  |   Bin 1042 -> 1292 bytes
 mate/22x22/emblems/emblem-package.png              |   Bin 788 -> 1141 bytes
 mate/22x22/emblems/emblem-photos.png               |   Bin 1246 -> 1260 bytes
 mate/22x22/emblems/emblem-readonly.png             |   Bin 879 -> 821 bytes
 mate/22x22/emblems/emblem-shared.png               |   Bin 868 -> 938 bytes
 mate/22x22/emblems/emblem-symbolic-link.png        |   Bin 899 -> 831 bytes
 mate/22x22/emblems/emblem-synchronizing.png        |   Bin 1047 -> 969 bytes
 mate/22x22/emblems/emblem-system.png               |   Bin 895 -> 793 bytes
 mate/22x22/emblems/emblem-unreadable.png           |   Bin 984 -> 866 bytes
 mate/22x22/emblems/emblem-urgent.png               |   Bin 1232 -> 1116 bytes
 mate/22x22/emblems/emblem-web.png                  |   Bin 1411 -> 1349 bytes
 mate/22x22/places/Makefile.am                      |    94 +
 mate/22x22/places/network-server.png               |   Bin 1231 -> 1210 bytes
 mate/22x22/places/network-workgroup.png            |   Bin 1298 -> 1088 bytes
 mate/22x22/places/user-trash.png                   |   Bin 1582 -> 1538 bytes
 mate/22x22/status/Makefile.am                      |   500 +
 mate/22x22/status/appointment-missed.png           |   Bin 1608 -> 1458 bytes
 mate/22x22/status/appointment-soon.png             |   Bin 1414 -> 1363 bytes
 mate/22x22/status/audio-volume-high.png            |   Bin 1280 -> 1362 bytes
 mate/22x22/status/audio-volume-low.png             |   Bin 937 -> 952 bytes
 mate/22x22/status/audio-volume-medium.png          |   Bin 1078 -> 1111 bytes
 mate/22x22/status/audio-volume-muted.png           |   Bin 1043 -> 1090 bytes
 mate/22x22/status/audio-volume-off.png             |   Bin 845 -> 873 bytes
 mate/22x22/status/avatar-default.png               |   Bin 1202 -> 1145 bytes
 mate/22x22/status/battery-caution-charging.png     |   Bin 1324 -> 1238 bytes
 mate/22x22/status/battery-caution.png              |   Bin 1113 -> 1265 bytes
 mate/22x22/status/battery-empty.png                |   Bin 746 -> 789 bytes
 mate/22x22/status/battery-full-charged.png         |   Bin 1099 -> 1039 bytes
 mate/22x22/status/battery-full-charging.png        |   Bin 1258 -> 1189 bytes
 mate/22x22/status/battery-full.png                 |   Bin 705 -> 753 bytes
 mate/22x22/status/battery-good-charging.png        |   Bin 1293 -> 1206 bytes
 mate/22x22/status/battery-good.png                 |   Bin 768 -> 769 bytes
 mate/22x22/status/battery-low-charging.png         |   Bin 1317 -> 1230 bytes
 mate/22x22/status/battery-low.png                  |   Bin 775 -> 789 bytes
 mate/22x22/status/battery-missing.png              |   Bin 887 -> 1011 bytes
 mate/22x22/status/changes-allow.png                |   Bin 1128 -> 1259 bytes
 mate/22x22/status/changes-prevent.png              |   Bin 1061 -> 1064 bytes
 mate/22x22/status/computer-fail.png                |   Bin 1351 -> 1198 bytes
 mate/22x22/status/dialog-error.png                 |   Bin 1126 -> 1232 bytes
 mate/22x22/status/dialog-information.png           |   Bin 1242 -> 1234 bytes
 mate/22x22/status/dialog-password.png              |   Bin 1196 -> 787 bytes
 mate/22x22/status/dialog-question.png              |   Bin 1086 -> 1080 bytes
 mate/22x22/status/dialog-warning.png               |   Bin 1074 -> 1240 bytes
 mate/22x22/status/image-loading.png                |   Bin 1464 -> 1291 bytes
 mate/22x22/status/image-missing.png                |   Bin 749 -> 1044 bytes
 mate/22x22/status/mail-attachment.png              |   Bin 949 -> 1048 bytes
 mate/22x22/status/mail-read.png                    |   Bin 847 -> 1164 bytes
 mate/22x22/status/mail-replied.png                 |   Bin 1131 -> 1061 bytes
 mate/22x22/status/mail-unread.png                  |   Bin 1100 -> 1126 bytes
 mate/22x22/status/media-playlist-repeat.png        |   Bin 938 -> 868 bytes
 mate/22x22/status/media-playlist-shuffle.png       |   Bin 1210 -> 1196 bytes
 mate/22x22/status/microphone-sensitivity-high.png  |   Bin 1380 -> 1463 bytes
 mate/22x22/status/microphone-sensitivity-low.png   |   Bin 1290 -> 1446 bytes
 .../22x22/status/microphone-sensitivity-medium.png |   Bin 1306 -> 1453 bytes
 mate/22x22/status/microphone-sensitivity-muted.png |   Bin 1270 -> 1212 bytes
 mate/22x22/status/network-error.png                |   Bin 1256 -> 1274 bytes
 mate/22x22/status/network-idle.png                 |   Bin 1163 -> 1051 bytes
 mate/22x22/status/network-offline.png              |   Bin 1231 -> 1158 bytes
 mate/22x22/status/network-receive.png              |   Bin 1228 -> 1214 bytes
 mate/22x22/status/network-transmit-receive.png     |   Bin 1176 -> 1048 bytes
 mate/22x22/status/network-transmit.png             |   Bin 1232 -> 1214 bytes
 mate/22x22/status/non-starred.png                  |   Bin 1093 -> 1143 bytes
 mate/22x22/status/printer-error.png                |   Bin 1193 -> 1106 bytes
 mate/22x22/status/printer-printing.png             |   Bin 1162 -> 989 bytes
 mate/22x22/status/security-high.png                |   Bin 1229 -> 1073 bytes
 mate/22x22/status/security-low.png                 |   Bin 1203 -> 1359 bytes
 mate/22x22/status/security-medium.png              |   Bin 1297 -> 1324 bytes
 mate/22x22/status/semi-starred-rtl.png             |   Bin 1180 -> 1331 bytes
 mate/22x22/status/semi-starred.png                 |   Bin 1193 -> 1358 bytes
 mate/22x22/status/software-update-available.png    |   Bin 1259 -> 1172 bytes
 mate/22x22/status/software-update-urgent.png       |   Bin 1167 -> 1160 bytes
 mate/22x22/status/starred.png                      |   Bin 1273 -> 1073 bytes
 mate/22x22/status/task-due.png                     |   Bin 1035 -> 1223 bytes
 mate/22x22/status/task-past-due.png                |   Bin 919 -> 955 bytes
 mate/22x22/status/trophy-bronze.png                |   Bin 1494 -> 1309 bytes
 mate/22x22/status/trophy-gold.png                  |   Bin 1502 -> 1293 bytes
 mate/22x22/status/trophy-silver.png                |   Bin 1499 -> 1300 bytes
 mate/22x22/status/user-available.png               |   Bin 1304 -> 1218 bytes
 mate/22x22/status/user-away.png                    |   Bin 1145 -> 1067 bytes
 mate/22x22/status/user-busy.png                    |   Bin 1364 -> 1260 bytes
 mate/22x22/status/user-idle.png                    |   Bin 1223 -> 1122 bytes
 mate/22x22/status/user-invisible.png               |   Bin 1141 -> 1080 bytes
 mate/22x22/status/user-offline.png                 |   Bin 1247 -> 1216 bytes
 mate/22x22/status/user-trash-full.png              |   Bin 1587 -> 1535 bytes
 mate/22x22/status/weather-clear-night.png          |   Bin 1207 -> 1391 bytes
 mate/22x22/status/weather-clear.png                |   Bin 1314 -> 1223 bytes
 mate/22x22/status/weather-few-clouds-night.png     |   Bin 1276 -> 1358 bytes
 mate/22x22/status/weather-few-clouds.png           |   Bin 1398 -> 1330 bytes
 mate/22x22/status/weather-fog.png                  |   Bin 1320 -> 1198 bytes
 mate/22x22/status/weather-overcast.png             |   Bin 885 -> 823 bytes
 mate/22x22/status/weather-severe-alert.png         |   Bin 1258 -> 1302 bytes
 mate/22x22/status/weather-showers-scattered.png    |   Bin 1202 -> 1132 bytes
 mate/22x22/status/weather-showers.png              |   Bin 1306 -> 1350 bytes
 mate/22x22/status/weather-snow.png                 |   Bin 900 -> 827 bytes
 mate/22x22/status/weather-storm.png                |   Bin 1121 -> 1047 bytes
 mate/24x24/Makefile.am                             |     8 +
 mate/24x24/actions/Makefile.am                     |   670 +
 mate/24x24/actions/address-book-new.png            |   Bin 1434 -> 1506 bytes
 mate/24x24/actions/application-exit.png            |   Bin 1130 -> 1227 bytes
 mate/24x24/actions/appointment-new.png             |   Bin 1690 -> 1653 bytes
 mate/24x24/actions/bookmark-new.png                |   Bin 962 -> 924 bytes
 mate/24x24/actions/call-start.png                  |   Bin 1147 -> 986 bytes
 mate/24x24/actions/call-stop.png                   |   Bin 949 -> 864 bytes
 mate/24x24/actions/contact-new.png                 |   Bin 1122 -> 1221 bytes
 mate/24x24/actions/document-new.png                |   Bin 1255 -> 1483 bytes
 mate/24x24/actions/document-open-recent.png        |   Bin 1645 -> 1595 bytes
 mate/24x24/actions/document-page-setup.png         |   Bin 1391 -> 1245 bytes
 mate/24x24/actions/document-print-preview.png      |   Bin 1501 -> 1375 bytes
 mate/24x24/actions/document-print.png              |   Bin 1253 -> 1128 bytes
 mate/24x24/actions/document-properties.png         |   Bin 1401 -> 1179 bytes
 mate/24x24/actions/document-revert-rtl.png         |   Bin 1361 -> 1191 bytes
 mate/24x24/actions/document-revert.png             |   Bin 1326 -> 1152 bytes
 mate/24x24/actions/document-save-as.png            |   Bin 1187 -> 1305 bytes
 mate/24x24/actions/document-save.png               |   Bin 1238 -> 1299 bytes
 mate/24x24/actions/document-send.png               |   Bin 910 -> 887 bytes
 mate/24x24/actions/edit-clear-rtl.png              |   Bin 1042 -> 1281 bytes
 mate/24x24/actions/edit-clear.png                  |   Bin 1177 -> 1289 bytes
 mate/24x24/actions/edit-copy.png                   |   Bin 859 -> 1221 bytes
 mate/24x24/actions/edit-cut.png                    |   Bin 1347 -> 1131 bytes
 mate/24x24/actions/edit-delete.png                 |   Bin 1425 -> 1373 bytes
 mate/24x24/actions/edit-find-replace.png           |   Bin 1683 -> 1667 bytes
 mate/24x24/actions/edit-find.png                   |   Bin 1560 -> 1440 bytes
 mate/24x24/actions/edit-paste.png                  |   Bin 1084 -> 1050 bytes
 mate/24x24/actions/edit-redo-rtl.png               |   Bin 1109 -> 1053 bytes
 mate/24x24/actions/edit-redo.png                   |   Bin 1052 -> 1087 bytes
 mate/24x24/actions/edit-select-all.png             |   Bin 1234 -> 1081 bytes
 mate/24x24/actions/edit-undo-rtl.png               |   Bin 1050 -> 1091 bytes
 mate/24x24/actions/edit-undo.png                   |   Bin 1033 -> 1098 bytes
 mate/24x24/actions/format-indent-less-rtl.png      |   Bin 795 -> 1239 bytes
 mate/24x24/actions/format-indent-less.png          |   Bin 718 -> 1310 bytes
 mate/24x24/actions/format-indent-more-rtl.png      |   Bin 795 -> 1278 bytes
 mate/24x24/actions/format-indent-more.png          |   Bin 706 -> 1272 bytes
 mate/24x24/actions/format-justify-center.png       |   Bin 513 -> 1152 bytes
 mate/24x24/actions/format-justify-fill.png         |   Bin 453 -> 1319 bytes
 mate/24x24/actions/format-justify-left.png         |   Bin 522 -> 1184 bytes
 mate/24x24/actions/format-justify-right.png        |   Bin 473 -> 1150 bytes
 mate/24x24/actions/format-text-bold.png            |   Bin 1029 -> 1243 bytes
 mate/24x24/actions/format-text-direction-ltr.png   |   Bin 1278 -> 1106 bytes
 mate/24x24/actions/format-text-direction-rtl.png   |   Bin 1284 -> 1168 bytes
 mate/24x24/actions/format-text-italic.png          |   Bin 1107 -> 1280 bytes
 mate/24x24/actions/format-text-strikethrough.png   |   Bin 894 -> 1347 bytes
 mate/24x24/actions/format-text-underline.png       |   Bin 1005 -> 1165 bytes
 mate/24x24/actions/go-bottom.png                   |   Bin 1195 -> 1223 bytes
 mate/24x24/actions/go-down.png                     |   Bin 1150 -> 1122 bytes
 mate/24x24/actions/go-first-rtl.png                |   Bin 1207 -> 11 bytes
 mate/24x24/actions/go-first.png                    |   Bin 1236 -> 1321 bytes
 mate/24x24/actions/go-home.png                     |   Bin 1367 -> 1377 bytes
 mate/24x24/actions/go-jump.png                     |   Bin 1035 -> 1044 bytes
 mate/24x24/actions/go-last-rtl.png                 |   Bin 1236 -> 12 bytes
 mate/24x24/actions/go-last.png                     |   Bin 1207 -> 1295 bytes
 mate/24x24/actions/go-next-rtl.png                 |   Bin 1108 -> 15 bytes
 mate/24x24/actions/go-next.png                     |   Bin 1114 -> 1107 bytes
 mate/24x24/actions/go-previous-rtl.png             |   Bin 1129 -> 11 bytes
 mate/24x24/actions/go-previous.png                 |   Bin 1078 -> 1120 bytes
 mate/24x24/actions/go-top.png                      |   Bin 1117 -> 1281 bytes
 mate/24x24/actions/go-up.png                       |   Bin 1019 -> 1069 bytes
 mate/24x24/actions/help-about.png                  |   Bin 1078 -> 1383 bytes
 mate/24x24/actions/help-faq.png                    |   Bin 1254 -> 1457 bytes
 mate/24x24/actions/insert-image.png                |   Bin 1041 -> 855 bytes
 mate/24x24/actions/insert-link.png                 |   Bin 1180 -> 1272 bytes
 mate/24x24/actions/insert-object.png               |   Bin 783 -> 1003 bytes
 mate/24x24/actions/insert-text.png                 |   Bin 920 -> 918 bytes
 mate/24x24/actions/list-add.png                    |   Bin 779 -> 1205 bytes
 mate/24x24/actions/list-remove.png                 |   Bin 469 -> 707 bytes
 mate/24x24/actions/mail-forward.png                |   Bin 1301 -> 1052 bytes
 mate/24x24/actions/mail-mark-important.png         |   Bin 1001 -> 1258 bytes
 mate/24x24/actions/mail-mark-junk.png              |   Bin 1326 -> 1396 bytes
 mate/24x24/actions/mail-mark-notjunk.png           |   Bin 1238 -> 1483 bytes
 mate/24x24/actions/mail-mark-read.png              |   Bin 1224 -> 1467 bytes
 mate/24x24/actions/mail-mark-unread.png            |   Bin 1244 -> 1139 bytes
 mate/24x24/actions/mail-message-new.png            |   Bin 1174 -> 1192 bytes
 mate/24x24/actions/mail-reply-all.png              |   Bin 1270 -> 1289 bytes
 mate/24x24/actions/mail-reply-sender.png           |   Bin 1282 -> 1124 bytes
 mate/24x24/actions/mail-send-receive.png           |   Bin 1135 -> 1249 bytes
 mate/24x24/actions/mail-send.png                   |   Bin 1207 -> 1380 bytes
 mate/24x24/actions/mark-location.png               |   Bin 0 -> 989 bytes
 mate/24x24/actions/media-eject.png                 |   Bin 712 -> 930 bytes
 mate/24x24/actions/media-playback-pause.png        |   Bin 583 -> 748 bytes
 mate/24x24/actions/media-playback-start-rtl.png    |   Bin 920 -> 717 bytes
 mate/24x24/actions/media-playback-start.png        |   Bin 893 -> 681 bytes
 mate/24x24/actions/media-playback-stop.png         |   Bin 522 -> 605 bytes
 mate/24x24/actions/media-record.png                |   Bin 963 -> 888 bytes
 mate/24x24/actions/media-seek-backward-rtl.png     |   Bin 809 -> 22 bytes
 mate/24x24/actions/media-seek-backward.png         |   Bin 791 -> 859 bytes
 mate/24x24/actions/media-seek-forward-rtl.png      |   Bin 798 -> 23 bytes
 mate/24x24/actions/media-seek-forward.png          |   Bin 802 -> 794 bytes
 mate/24x24/actions/media-skip-backward-rtl.png     |   Bin 842 -> 22 bytes
 mate/24x24/actions/media-skip-backward.png         |   Bin 922 -> 1070 bytes
 mate/24x24/actions/media-skip-forward-rtl.png      |   Bin 928 -> 23 bytes
 mate/24x24/actions/media-skip-forward.png          |   Bin 842 -> 1025 bytes
 mate/24x24/actions/object-flip-horizontal.png      |   Bin 1010 -> 1087 bytes
 mate/24x24/actions/object-flip-vertical.png        |   Bin 1052 -> 1081 bytes
 mate/24x24/actions/object-rotate-left.png          |   Bin 1030 -> 1290 bytes
 mate/24x24/actions/object-rotate-right.png         |   Bin 1046 -> 1253 bytes
 mate/24x24/actions/process-stop.png                |   Bin 1206 -> 1241 bytes
 mate/24x24/actions/system-lock-screen.png          |   Bin 1438 -> 1405 bytes
 mate/24x24/actions/system-log-out.png              |   Bin 1245 -> 1176 bytes
 mate/24x24/actions/system-run.png                  |   Bin 1424 -> 1718 bytes
 mate/24x24/actions/system-search.png               |   Bin 1579 -> 1454 bytes
 mate/24x24/actions/system-shutdown.png             |   Bin 733 -> 520 bytes
 mate/24x24/actions/tab-new.png                     |   Bin 1292 -> 1360 bytes
 mate/24x24/actions/tools-check-spelling.png        |   Bin 1023 -> 870 bytes
 mate/24x24/actions/view-fullscreen.png             |   Bin 633 -> 770 bytes
 mate/24x24/actions/view-refresh.png                |   Bin 1373 -> 1144 bytes
 mate/24x24/actions/view-restore.png                |   Bin 595 -> 938 bytes
 mate/24x24/actions/view-sort-ascending.png         |   Bin 944 -> 1176 bytes
 mate/24x24/actions/view-sort-descending.png        |   Bin 880 -> 1140 bytes
 mate/24x24/actions/window-close.png                |   Bin 1187 -> 1114 bytes
 mate/24x24/actions/window-new.png                  |   Bin 981 -> 855 bytes
 mate/24x24/actions/zoom-fit-best.png               |   Bin 878 -> 1095 bytes
 mate/24x24/actions/zoom-in.png                     |   Bin 858 -> 990 bytes
 mate/24x24/actions/zoom-original.png               |   Bin 879 -> 1002 bytes
 mate/24x24/actions/zoom-out.png                    |   Bin 791 -> 820 bytes
 mate/24x24/apps/Makefile.am                        |     2 +-
 mate/24x24/apps/system-users.png                   |   Bin 1381 -> 1195 bytes
 mate/24x24/emblems/Makefile.am                     |   119 +
 mate/24x24/emblems/emblem-default.png              |   Bin 1505 -> 1386 bytes
 mate/24x24/emblems/emblem-documents.png            |   Bin 1436 -> 1314 bytes
 mate/24x24/emblems/emblem-downloads.png            |   Bin 858 -> 1014 bytes
 mate/24x24/emblems/emblem-favorite.png             |   Bin 1092 -> 1306 bytes
 mate/24x24/emblems/emblem-generic.png              |   Bin 1577 -> 1478 bytes
 mate/24x24/emblems/emblem-important.png            |   Bin 1330 -> 1253 bytes
 mate/24x24/emblems/emblem-mail.png                 |   Bin 1095 -> 1201 bytes
 mate/24x24/emblems/emblem-new.png                  |   Bin 1165 -> 1484 bytes
 mate/24x24/emblems/emblem-package.png              |   Bin 898 -> 1115 bytes
 mate/24x24/emblems/emblem-photos.png               |   Bin 1364 -> 1682 bytes
 mate/24x24/emblems/emblem-readonly.png             |   Bin 849 -> 1041 bytes
 mate/24x24/emblems/emblem-shared.png               |   Bin 964 -> 1075 bytes
 mate/24x24/emblems/emblem-symbolic-link.png        |   Bin 870 -> 1031 bytes
 mate/24x24/emblems/emblem-synchronizing.png        |   Bin 0 -> 1107 bytes
 mate/24x24/emblems/emblem-system.png               |   Bin 1033 -> 1226 bytes
 mate/24x24/emblems/emblem-unreadable.png           |   Bin 888 -> 1105 bytes
 mate/24x24/emblems/emblem-urgent.png               |   Bin 1350 -> 1300 bytes
 mate/24x24/emblems/emblem-web.png                  |   Bin 1547 -> 1576 bytes
 mate/24x24/places/Makefile.am                      |    94 +
 mate/24x24/places/network-server.png               |   Bin 1363 -> 1234 bytes
 mate/24x24/places/network-workgroup.png            |   Bin 1275 -> 1287 bytes
 mate/24x24/places/user-trash.png                   |   Bin 1716 -> 1558 bytes
 mate/24x24/status/Makefile.am                      |   500 +
 mate/24x24/status/appointment-missed.png           |   Bin 1682 -> 1686 bytes
 mate/24x24/status/appointment-soon.png             |   Bin 1456 -> 1618 bytes
 mate/24x24/status/audio-volume-high.png            |   Bin 1368 -> 1399 bytes
 mate/24x24/status/audio-volume-low.png             |   Bin 998 -> 1159 bytes
 mate/24x24/status/audio-volume-medium.png          |   Bin 1161 -> 1284 bytes
 mate/24x24/status/audio-volume-muted.png           |   Bin 1123 -> 1295 bytes
 mate/24x24/status/audio-volume-off.png             |   Bin 830 -> 1263 bytes
 mate/24x24/status/avatar-default.png               |   Bin 1230 -> 1381 bytes
 mate/24x24/status/battery-caution-charging.png     |   Bin 1315 -> 1681 bytes
 mate/24x24/status/battery-caution.png              |   Bin 1138 -> 1201 bytes
 mate/24x24/status/battery-empty.png                |   Bin 743 -> 1190 bytes
 mate/24x24/status/battery-full-charged.png         |   Bin 1077 -> 1467 bytes
 mate/24x24/status/battery-full-charging.png        |   Bin 1250 -> 1581 bytes
 mate/24x24/status/battery-full.png                 |   Bin 707 -> 1143 bytes
 mate/24x24/status/battery-good-charging.png        |   Bin 1283 -> 1655 bytes
 mate/24x24/status/battery-good.png                 |   Bin 762 -> 1206 bytes
 mate/24x24/status/battery-low-charging.png         |   Bin 1308 -> 1678 bytes
 mate/24x24/status/battery-low.png                  |   Bin 780 -> 1208 bytes
 mate/24x24/status/battery-missing.png              |   Bin 882 -> 1385 bytes
 mate/24x24/status/changes-allow.png                |   Bin 1169 -> 1230 bytes
 mate/24x24/status/changes-prevent.png              |   Bin 1095 -> 1171 bytes
 mate/24x24/status/computer-fail.png                |   Bin 1359 -> 1481 bytes
 mate/24x24/status/dialog-error.png                 |   Bin 1251 -> 1075 bytes
 mate/24x24/status/dialog-information.png           |   Bin 1248 -> 1147 bytes
 mate/24x24/status/dialog-password.png              |   Bin 1315 -> 1004 bytes
 mate/24x24/status/dialog-question.png              |   Bin 1054 -> 1369 bytes
 mate/24x24/status/dialog-warning.png               |   Bin 1212 -> 1085 bytes
 mate/24x24/status/image-loading.png                |   Bin 1489 -> 1407 bytes
 mate/24x24/status/image-missing.png                |   Bin 877 -> 1201 bytes
 mate/24x24/status/mail-attachment.png              |   Bin 1074 -> 1311 bytes
 mate/24x24/status/mail-read.png                    |   Bin 850 -> 1192 bytes
 mate/24x24/status/mail-replied.png                 |   Bin 1251 -> 1390 bytes
 mate/24x24/status/mail-unread.png                  |   Bin 1254 -> 1152 bytes
 mate/24x24/status/media-playlist-repeat.png        |   Bin 939 -> 1003 bytes
 mate/24x24/status/media-playlist-shuffle.png       |   Bin 1224 -> 1090 bytes
 mate/24x24/status/microphone-sensitivity-high.png  |   Bin 1447 -> 1485 bytes
 mate/24x24/status/microphone-sensitivity-low.png   |   Bin 1362 -> 1546 bytes
 .../24x24/status/microphone-sensitivity-medium.png |   Bin 1378 -> 1561 bytes
 mate/24x24/status/microphone-sensitivity-muted.png |   Bin 1348 -> 1435 bytes
 mate/24x24/status/network-error.png                |   Bin 1195 -> 1520 bytes
 mate/24x24/status/network-idle.png                 |   Bin 1039 -> 1399 bytes
 mate/24x24/status/network-offline.png              |   Bin 1124 -> 1550 bytes
 mate/24x24/status/network-receive.png              |   Bin 1135 -> 1398 bytes
 mate/24x24/status/network-transmit-receive.png     |   Bin 1056 -> 1423 bytes
 mate/24x24/status/network-transmit.png             |   Bin 1137 -> 1422 bytes
 mate/24x24/status/non-starred.png                  |   Bin 1152 -> 1036 bytes
 mate/24x24/status/printer-error.png                |   Bin 1243 -> 1134 bytes
 mate/24x24/status/printer-printing.png             |   Bin 1232 -> 1094 bytes
 mate/24x24/status/security-high.png                |   Bin 1316 -> 1578 bytes
 mate/24x24/status/security-low.png                 |   Bin 1337 -> 1287 bytes
 mate/24x24/status/security-medium.png              |   Bin 1416 -> 1393 bytes
 mate/24x24/status/semi-starred-rtl.png             |   Bin 1264 -> 1363 bytes
 mate/24x24/status/semi-starred.png                 |   Bin 1274 -> 1369 bytes
 mate/24x24/status/software-update-available.png    |   Bin 1381 -> 1163 bytes
 mate/24x24/status/software-update-urgent.png       |   Bin 1285 -> 1132 bytes
 mate/24x24/status/starred.png                      |   Bin 1351 -> 1241 bytes
 mate/24x24/status/task-due.png                     |   Bin 1159 -> 1066 bytes
 mate/24x24/status/task-past-due.png                |   Bin 1025 -> 1286 bytes
 mate/24x24/status/trophy-bronze.png                |   Bin 1517 -> 1303 bytes
 mate/24x24/status/trophy-gold.png                  |   Bin 1521 -> 1288 bytes
 mate/24x24/status/trophy-silver.png                |   Bin 1521 -> 1299 bytes
 mate/24x24/status/user-available.png               |   Bin 1349 -> 1487 bytes
 mate/24x24/status/user-away.png                    |   Bin 1153 -> 1257 bytes
 mate/24x24/status/user-busy.png                    |   Bin 1376 -> 1533 bytes
 mate/24x24/status/user-idle.png                    |   Bin 1264 -> 1390 bytes
 mate/24x24/status/user-invisible.png               |   Bin 1174 -> 1280 bytes
 mate/24x24/status/user-offline.png                 |   Bin 1290 -> 1254 bytes
 mate/24x24/status/user-trash-full.png              |   Bin 1724 -> 1524 bytes
 mate/24x24/status/weather-clear-night.png          |   Bin 1361 -> 1441 bytes
 mate/24x24/status/weather-clear.png                |   Bin 1442 -> 1372 bytes
 mate/24x24/status/weather-few-clouds-night.png     |   Bin 1439 -> 1373 bytes
 mate/24x24/status/weather-few-clouds.png           |   Bin 1517 -> 1344 bytes
 mate/24x24/status/weather-fog.png                  |   Bin 1440 -> 1256 bytes
 mate/24x24/status/weather-overcast.png             |   Bin 984 -> 873 bytes
 mate/24x24/status/weather-severe-alert.png         |   Bin 1401 -> 1228 bytes
 mate/24x24/status/weather-showers-scattered.png    |   Bin 1318 -> 1330 bytes
 mate/24x24/status/weather-showers.png              |   Bin 1424 -> 1505 bytes
 mate/24x24/status/weather-snow.png                 |   Bin 1021 -> 1044 bytes
 mate/24x24/status/weather-storm.png                |   Bin 1244 -> 1265 bytes
 mate/256x256/Makefile.am                           |     8 +
 mate/256x256/actions/Makefile.am                   |   195 +
 mate/256x256/actions/address-book-new.png          |   Bin 31514 -> 36174 bytes
 mate/256x256/actions/appointment-new.png           |   Bin 41724 -> 43944 bytes
 mate/256x256/actions/document-new.png              |   Bin 17181 -> 21751 bytes
 mate/256x256/actions/document-open-recent.png      |   Bin 40571 -> 43128 bytes
 mate/256x256/actions/document-page-setup.png       |   Bin 46636 -> 51994 bytes
 mate/256x256/actions/document-print-preview.png    |   Bin 35663 -> 36562 bytes
 mate/256x256/actions/document-print.png            |   Bin 18913 -> 19525 bytes
 mate/256x256/actions/document-properties.png       |   Bin 31535 -> 32165 bytes
 mate/256x256/actions/document-revert-rtl.png       |   Bin 0 -> 30059 bytes
 mate/256x256/actions/document-revert.png           |   Bin 28838 -> 29985 bytes
 mate/256x256/actions/document-save-as.png          |   Bin 33745 -> 39508 bytes
 mate/256x256/actions/document-save.png             |   Bin 33764 -> 41222 bytes
 mate/256x256/actions/edit-delete.png               |   Bin 27575 -> 30018 bytes
 mate/256x256/actions/edit-find-replace.png         |   Bin 50577 -> 54345 bytes
 mate/256x256/actions/edit-find.png                 |   Bin 42370 -> 44462 bytes
 mate/256x256/actions/edit-select-all.png           |   Bin 27886 -> 30910 bytes
 mate/256x256/actions/go-first.png                  |   Bin 14058 -> 15353 bytes
 mate/256x256/actions/go-jump.png                   |   Bin 13037 -> 14335 bytes
 mate/256x256/actions/go-last.png                   |   Bin 14124 -> 15530 bytes
 mate/256x256/actions/go-next.png                   |   Bin 11433 -> 12809 bytes
 mate/256x256/actions/go-previous.png               |   Bin 11478 -> 18151 bytes
 mate/256x256/actions/mail-message-new.png          |   Bin 29318 -> 33806 bytes
 mate/256x256/actions/process-stop.png              |   Bin 15538 -> 17214 bytes
 mate/256x256/actions/system-lock-screen.png        |   Bin 30275 -> 31531 bytes
 mate/256x256/actions/system-log-out.png            |   Bin 23876 -> 26747 bytes
 mate/256x256/actions/system-run.png                |   Bin 0 -> 66572 bytes
 mate/256x256/actions/system-search.png             |   Bin 40216 -> 42668 bytes
 mate/256x256/actions/system-shutdown.png           |   Bin 0 -> 20060 bytes
 mate/256x256/actions/view-refresh.png              |   Bin 17750 -> 18984 bytes
 mate/256x256/apps/Makefile.am                      |     2 +-
 mate/256x256/apps/system-users.png                 |   Bin 26737 -> 40951 bytes
 mate/256x256/emblems/Makefile.am                   |    47 +
 mate/256x256/emblems/emblem-package.png            |   Bin 22327 -> 29196 bytes
 mate/256x256/emblems/emblem-readonly.png           |   Bin 12779 -> 16665 bytes
 mate/256x256/emblems/emblem-shared.png             |   Bin 15317 -> 20334 bytes
 mate/256x256/emblems/emblem-symbolic-link.png      |   Bin 14253 -> 18756 bytes
 mate/256x256/emblems/emblem-synchronizing.png      |   Bin 15754 -> 20617 bytes
 mate/256x256/emblems/emblem-unreadable.png         |   Bin 14917 -> 19725 bytes
 mate/256x256/places/Makefile.am                    |    94 +
 mate/256x256/places/network-server.png             |   Bin 32917 -> 37746 bytes
 mate/256x256/places/network-workgroup.png          |   Bin 39869 -> 40434 bytes
 mate/256x256/places/user-trash.png                 |   Bin 83424 -> 87127 bytes
 mate/256x256/status/Makefile.am                    |   320 +
 mate/256x256/status/appointment-missed.png         |   Bin 40756 -> 44449 bytes
 mate/256x256/status/appointment-soon.png           |   Bin 54263 -> 58378 bytes
 mate/256x256/status/audio-volume-high.png          |   Bin 50626 -> 56417 bytes
 mate/256x256/status/audio-volume-low.png           |   Bin 38400 -> 41309 bytes
 mate/256x256/status/audio-volume-medium.png        |   Bin 44075 -> 48323 bytes
 mate/256x256/status/audio-volume-muted.png         |   Bin 38992 -> 41258 bytes
 mate/256x256/status/audio-volume-off.png           |   Bin 39548 -> 37444 bytes
 mate/256x256/status/avatar-default.png             |   Bin 25710 -> 26737 bytes
 mate/256x256/status/battery-caution-charging.png   |   Bin 57022 -> 58913 bytes
 mate/256x256/status/battery-caution.png            |   Bin 34851 -> 35777 bytes
 mate/256x256/status/battery-empty.png              |   Bin 19864 -> 21721 bytes
 mate/256x256/status/battery-full-charged.png       |   Bin 44363 -> 45333 bytes
 mate/256x256/status/battery-full-charging.png      |   Bin 54995 -> 56128 bytes
 mate/256x256/status/battery-full.png               |   Bin 23063 -> 23442 bytes
 mate/256x256/status/battery-good-charging.png      |   Bin 59848 -> 61580 bytes
 mate/256x256/status/battery-good.png               |   Bin 28858 -> 29408 bytes
 mate/256x256/status/battery-low-charging.png       |   Bin 56718 -> 58340 bytes
 mate/256x256/status/battery-low.png                |   Bin 24194 -> 24667 bytes
 mate/256x256/status/battery-missing.png            |   Bin 21837 -> 24123 bytes
 mate/256x256/status/computer-fail.png              |   Bin 0 -> 40222 bytes
 mate/256x256/status/dialog-error.png               |   Bin 19677 -> 21128 bytes
 mate/256x256/status/dialog-information.png         |   Bin 41373 -> 41525 bytes
 mate/256x256/status/dialog-password.png            |   Bin 0 -> 20158 bytes
 mate/256x256/status/dialog-question.png            |   Bin 36388 -> 28577 bytes
 mate/256x256/status/dialog-warning.png             |   Bin 27527 -> 29157 bytes
 mate/256x256/status/image-loading.png              |   Bin 32851 -> 33940 bytes
 mate/256x256/status/image-missing.png              |   Bin 22121 -> 24143 bytes
 mate/256x256/status/mail-read.png                  |   Bin 16994 -> 25547 bytes
 mate/256x256/status/network-error.png              |   Bin 48567 -> 48859 bytes
 mate/256x256/status/network-idle.png               |   Bin 45749 -> 46461 bytes
 mate/256x256/status/network-offline.png            |   Bin 49335 -> 50047 bytes
 mate/256x256/status/network-receive.png            |   Bin 46937 -> 47814 bytes
 mate/256x256/status/network-transmit-receive.png   |   Bin 48452 -> 49597 bytes
 mate/256x256/status/network-transmit.png           |   Bin 47618 -> 48620 bytes
 mate/256x256/status/non-starred.png                |   Bin 0 -> 17819 bytes
 mate/256x256/status/printer-error.png              |   Bin 18723 -> 19198 bytes
 mate/256x256/status/printer-printing.png           |   Bin 18488 -> 19175 bytes
 mate/256x256/status/security-high.png              |   Bin 40283 -> 41199 bytes
 mate/256x256/status/security-low.png               |   Bin 39967 -> 40162 bytes
 mate/256x256/status/security-medium.png            |   Bin 38144 -> 41146 bytes
 mate/256x256/status/semi-starred-rtl.png           |   Bin 0 -> 24743 bytes
 mate/256x256/status/semi-starred.png               |   Bin 0 -> 24555 bytes
 mate/256x256/status/software-update-available.png  |   Bin 28058 -> 28660 bytes
 mate/256x256/status/software-update-urgent.png     |   Bin 26876 -> 28193 bytes
 mate/256x256/status/starred.png                    |   Bin 0 -> 40885 bytes
 mate/256x256/status/trophy-bronze.png              |   Bin 0 -> 28389 bytes
 mate/256x256/status/trophy-gold.png                |   Bin 0 -> 29311 bytes
 mate/256x256/status/trophy-silver.png              |   Bin 0 -> 23513 bytes
 mate/256x256/status/user-trash-full.png            |   Bin 71142 -> 74596 bytes
 mate/32x32/Makefile.am                             |     8 +
 mate/32x32/actions/Makefile.am                     |   664 +
 mate/32x32/actions/address-book-new.png            |   Bin 2280 -> 2005 bytes
 mate/32x32/actions/application-exit.png            |   Bin 1686 -> 1621 bytes
 mate/32x32/actions/appointment-new.png             |   Bin 2611 -> 2453 bytes
 mate/32x32/actions/bookmark-new.png                |   Bin 1110 -> 1217 bytes
 mate/32x32/actions/call-start.png                  |   Bin 1396 -> 1313 bytes
 mate/32x32/actions/call-stop.png                   |   Bin 1157 -> 1341 bytes
 mate/32x32/actions/contact-new.png                 |   Bin 1701 -> 1689 bytes
 mate/32x32/actions/document-new.png                |   Bin 1621 -> 1421 bytes
 mate/32x32/actions/document-open-recent.png        |   Bin 2487 -> 2345 bytes
 mate/32x32/actions/document-page-setup.png         |   Bin 2031 -> 1793 bytes
 mate/32x32/actions/document-print-preview.png      |   Bin 2192 -> 2019 bytes
 mate/32x32/actions/document-print.png              |   Bin 1784 -> 1609 bytes
 mate/32x32/actions/document-properties.png         |   Bin 1959 -> 1755 bytes
 mate/32x32/actions/document-revert-rtl.png         |   Bin 1977 -> 1706 bytes
 mate/32x32/actions/document-revert.png             |   Bin 1921 -> 1672 bytes
 mate/32x32/actions/document-save-as.png            |   Bin 1891 -> 1746 bytes
 mate/32x32/actions/document-save.png               |   Bin 2050 -> 1888 bytes
 mate/32x32/actions/document-send.png               |   Bin 1279 -> 1342 bytes
 mate/32x32/actions/edit-clear-rtl.png              |   Bin 1698 -> 1688 bytes
 mate/32x32/actions/edit-clear.png                  |   Bin 1698 -> 1652 bytes
 mate/32x32/actions/edit-copy.png                   |   Bin 1055 -> 1141 bytes
 mate/32x32/actions/edit-cut.png                    |   Bin 1503 -> 1514 bytes
 mate/32x32/actions/edit-delete.png                 |   Bin 2100 -> 1971 bytes
 mate/32x32/actions/edit-find-replace.png           |   Bin 2558 -> 2562 bytes
 mate/32x32/actions/edit-find.png                   |   Bin 2296 -> 2227 bytes
 mate/32x32/actions/edit-paste.png                  |   Bin 1415 -> 1295 bytes
 mate/32x32/actions/edit-redo-rtl.png               |   Bin 1544 -> 1343 bytes
 mate/32x32/actions/edit-redo.png                   |   Bin 1328 -> 1305 bytes
 mate/32x32/actions/edit-select-all.png             |   Bin 1614 -> 1371 bytes
 mate/32x32/actions/edit-undo-rtl.png               |   Bin 1390 -> 1234 bytes
 mate/32x32/actions/edit-undo.png                   |   Bin 1254 -> 1200 bytes
 mate/32x32/actions/format-indent-less-rtl.png      |   Bin 1148 -> 1251 bytes
 mate/32x32/actions/format-indent-less.png          |   Bin 1146 -> 1131 bytes
 mate/32x32/actions/format-indent-more-rtl.png      |   Bin 1181 -> 1247 bytes
 mate/32x32/actions/format-indent-more.png          |   Bin 1162 -> 1244 bytes
 mate/32x32/actions/format-justify-center.png       |   Bin 708 -> 896 bytes
 mate/32x32/actions/format-justify-fill.png         |   Bin 656 -> 1013 bytes
 mate/32x32/actions/format-justify-left.png         |   Bin 723 -> 893 bytes
 mate/32x32/actions/format-justify-right.png        |   Bin 660 -> 894 bytes
 mate/32x32/actions/format-text-bold.png            |   Bin 1787 -> 1719 bytes
 mate/32x32/actions/format-text-direction-ltr.png   |   Bin 1531 -> 1499 bytes
 mate/32x32/actions/format-text-direction-rtl.png   |   Bin 1532 -> 1519 bytes
 mate/32x32/actions/format-text-italic.png          |   Bin 1681 -> 1598 bytes
 mate/32x32/actions/format-text-strikethrough.png   |   Bin 1534 -> 1431 bytes
 mate/32x32/actions/format-text-underline.png       |   Bin 1675 -> 1587 bytes
 mate/32x32/actions/go-bottom.png                   |   Bin 1603 -> 1555 bytes
 mate/32x32/actions/go-down.png                     |   Bin 1487 -> 1633 bytes
 mate/32x32/actions/go-first-rtl.png                |   Bin 1855 -> 11 bytes
 mate/32x32/actions/go-first.png                    |   Bin 1663 -> 1676 bytes
 mate/32x32/actions/go-home.png                     |   Bin 1717 -> 1747 bytes
 mate/32x32/actions/go-jump.png                     |   Bin 1537 -> 1402 bytes
 mate/32x32/actions/go-last-rtl.png                 |   Bin 1816 -> 12 bytes
 mate/32x32/actions/go-last.png                     |   Bin 1711 -> 1695 bytes
 mate/32x32/actions/go-next-rtl.png                 |   Bin 1671 -> 15 bytes
 mate/32x32/actions/go-next.png                     |   Bin 1455 -> 1554 bytes
 mate/32x32/actions/go-previous-rtl.png             |   Bin 1701 -> 11 bytes
 mate/32x32/actions/go-previous.png                 |   Bin 1430 -> 1487 bytes
 mate/32x32/actions/go-top.png                      |   Bin 1535 -> 1634 bytes
 mate/32x32/actions/go-up.png                       |   Bin 1607 -> 1474 bytes
 mate/32x32/actions/help-about.png                  |   Bin 1716 -> 1633 bytes
 mate/32x32/actions/help-faq.png                    |   Bin 1611 -> 1733 bytes
 mate/32x32/actions/insert-image.png                |   Bin 1024 -> 973 bytes
 mate/32x32/actions/insert-link.png                 |   Bin 1467 -> 1382 bytes
 mate/32x32/actions/insert-object.png               |   Bin 910 -> 1139 bytes
 mate/32x32/actions/insert-text.png                 |   Bin 1151 -> 1031 bytes
 mate/32x32/actions/list-add.png                    |   Bin 1184 -> 1052 bytes
 mate/32x32/actions/list-remove.png                 |   Bin 625 -> 901 bytes
 mate/32x32/actions/mail-forward.png                |   Bin 1624 -> 1548 bytes
 mate/32x32/actions/mail-mark-important.png         |   Bin 1238 -> 1300 bytes
 mate/32x32/actions/mail-mark-junk.png              |   Bin 2211 -> 2101 bytes
 mate/32x32/actions/mail-mark-notjunk.png           |   Bin 1961 -> 2079 bytes
 mate/32x32/actions/mail-mark-read.png              |   Bin 2024 -> 1949 bytes
 mate/32x32/actions/mail-mark-unread.png            |   Bin 1620 -> 1567 bytes
 mate/32x32/actions/mail-message-new.png            |   Bin 1731 -> 1637 bytes
 mate/32x32/actions/mail-reply-all.png              |   Bin 1963 -> 1851 bytes
 mate/32x32/actions/mail-reply-sender.png           |   Bin 1748 -> 1654 bytes
 mate/32x32/actions/mail-send-receive.png           |   Bin 1805 -> 1730 bytes
 mate/32x32/actions/mail-send.png                   |   Bin 1452 -> 1530 bytes
 mate/32x32/actions/mark-location.png               |   Bin 1347 -> 1414 bytes
 mate/32x32/actions/media-eject.png                 |   Bin 1163 -> 1013 bytes
 mate/32x32/actions/media-playback-pause.png        |   Bin 540 -> 492 bytes
 mate/32x32/actions/media-playback-start-rtl.png    |   Bin 1055 -> 1010 bytes
 mate/32x32/actions/media-playback-start.png        |   Bin 1021 -> 953 bytes
 mate/32x32/actions/media-playback-stop.png         |   Bin 590 -> 481 bytes
 mate/32x32/actions/media-record.png                |   Bin 1324 -> 1366 bytes
 mate/32x32/actions/media-seek-backward-rtl.png     |   Bin 1265 -> 22 bytes
 mate/32x32/actions/media-seek-backward.png         |   Bin 1279 -> 1185 bytes
 mate/32x32/actions/media-seek-forward-rtl.png      |   Bin 1292 -> 23 bytes
 mate/32x32/actions/media-seek-forward.png          |   Bin 1228 -> 1075 bytes
 mate/32x32/actions/media-skip-backward-rtl.png     |   Bin 1327 -> 22 bytes
 mate/32x32/actions/media-skip-backward.png         |   Bin 1345 -> 1318 bytes
 mate/32x32/actions/media-skip-forward-rtl.png      |   Bin 1365 -> 23 bytes
 mate/32x32/actions/media-skip-forward.png          |   Bin 1327 -> 1262 bytes
 mate/32x32/actions/object-flip-horizontal.png      |   Bin 1482 -> 1437 bytes
 mate/32x32/actions/object-flip-vertical.png        |   Bin 1491 -> 1575 bytes
 mate/32x32/actions/object-rotate-left.png          |   Bin 1540 -> 1415 bytes
 mate/32x32/actions/object-rotate-right.png         |   Bin 1560 -> 1442 bytes
 mate/32x32/actions/process-stop.png                |   Bin 1444 -> 1379 bytes
 mate/32x32/actions/system-lock-screen.png          |   Bin 2061 -> 1951 bytes
 mate/32x32/actions/system-log-out.png              |   Bin 1626 -> 1558 bytes
 mate/32x32/actions/system-run.png                  |   Bin 2181 -> 2454 bytes
 mate/32x32/actions/system-search.png               |   Bin 2343 -> 2252 bytes
 mate/32x32/actions/system-shutdown.png             |   Bin 989 -> 641 bytes
 mate/32x32/actions/tools-check-spelling.png        |   Bin 1225 -> 1112 bytes
 mate/32x32/actions/view-fullscreen.png             |   Bin 1012 -> 850 bytes
 mate/32x32/actions/view-refresh.png                |   Bin 1623 -> 1706 bytes
 mate/32x32/actions/view-restore.png                |   Bin 895 -> 768 bytes
 mate/32x32/actions/view-sort-ascending.png         |   Bin 1533 -> 1573 bytes
 mate/32x32/actions/view-sort-descending.png        |   Bin 1463 -> 1409 bytes
 mate/32x32/actions/window-close.png                |   Bin 1648 -> 1509 bytes
 mate/32x32/actions/window-new.png                  |   Bin 1269 -> 1118 bytes
 mate/32x32/actions/zoom-fit-best.png               |   Bin 1262 -> 1097 bytes
 mate/32x32/actions/zoom-in.png                     |   Bin 1235 -> 1077 bytes
 mate/32x32/actions/zoom-original.png               |   Bin 1214 -> 1155 bytes
 mate/32x32/actions/zoom-out.png                    |   Bin 1057 -> 975 bytes
 mate/32x32/apps/Makefile.am                        |     2 +-
 mate/32x32/apps/system-users.png                   |   Bin 1911 -> 1390 bytes
 mate/32x32/emblems/Makefile.am                     |   119 +
 mate/32x32/emblems/emblem-default.png              |   Bin 2062 -> 2008 bytes
 mate/32x32/emblems/emblem-documents.png            |   Bin 1739 -> 1996 bytes
 mate/32x32/emblems/emblem-downloads.png            |   Bin 1158 -> 1157 bytes
 mate/32x32/emblems/emblem-favorite.png             |   Bin 1660 -> 1524 bytes
 mate/32x32/emblems/emblem-generic.png              |   Bin 1954 -> 2164 bytes
 mate/32x32/emblems/emblem-important.png            |   Bin 1914 -> 1753 bytes
 mate/32x32/emblems/emblem-mail.png                 |   Bin 1386 -> 1598 bytes
 mate/32x32/emblems/emblem-new.png                  |   Bin 1582 -> 1905 bytes
 mate/32x32/emblems/emblem-package.png              |   Bin 1307 -> 1562 bytes
 mate/32x32/emblems/emblem-photos.png               |   Bin 2730 -> 2638 bytes
 mate/32x32/emblems/emblem-readonly.png             |   Bin 1126 -> 1145 bytes
 mate/32x32/emblems/emblem-shared.png               |   Bin 1218 -> 1338 bytes
 mate/32x32/emblems/emblem-symbolic-link.png        |   Bin 1239 -> 1203 bytes
 mate/32x32/emblems/emblem-synchronizing.png        |   Bin 1420 -> 1343 bytes
 mate/32x32/emblems/emblem-system.png               |   Bin 1470 -> 1414 bytes
 mate/32x32/emblems/emblem-unreadable.png           |   Bin 1301 -> 1316 bytes
 mate/32x32/emblems/emblem-urgent.png               |   Bin 2008 -> 1891 bytes
 mate/32x32/emblems/emblem-web.png                  |   Bin 2414 -> 2326 bytes
 mate/32x32/places/Makefile.am                      |    94 +
 mate/32x32/places/network-server.png               |   Bin 1759 -> 1819 bytes
 mate/32x32/places/network-workgroup.png            |   Bin 1840 -> 1741 bytes
 mate/32x32/places/user-trash.png                   |   Bin 2695 -> 2661 bytes
 mate/32x32/status/Makefile.am                      |   500 +
 mate/32x32/status/appointment-missed.png           |   Bin 2562 -> 2509 bytes
 mate/32x32/status/appointment-soon.png             |   Bin 2400 -> 2459 bytes
 mate/32x32/status/audio-volume-high.png            |   Bin 2150 -> 2052 bytes
 mate/32x32/status/audio-volume-low.png             |   Bin 1778 -> 1734 bytes
 mate/32x32/status/audio-volume-medium.png          |   Bin 1952 -> 1893 bytes
 mate/32x32/status/audio-volume-muted.png           |   Bin 1970 -> 1960 bytes
 mate/32x32/status/audio-volume-off.png             |   Bin 1778 -> 1635 bytes
 mate/32x32/status/avatar-default.png               |   Bin 1938 -> 1911 bytes
 mate/32x32/status/battery-caution-charging.png     |   Bin 2589 -> 2503 bytes
 mate/32x32/status/battery-caution.png              |   Bin 1865 -> 1778 bytes
 mate/32x32/status/battery-empty.png                |   Bin 1275 -> 1234 bytes
 mate/32x32/status/battery-full-charged.png         |   Bin 2268 -> 2118 bytes
 mate/32x32/status/battery-full-charging.png        |   Bin 2469 -> 2334 bytes
 mate/32x32/status/battery-full.png                 |   Bin 1223 -> 1101 bytes
 mate/32x32/status/battery-good-charging.png        |   Bin 2566 -> 2470 bytes
 mate/32x32/status/battery-good.png                 |   Bin 1371 -> 1274 bytes
 mate/32x32/status/battery-low-charging.png         |   Bin 2599 -> 2511 bytes
 mate/32x32/status/battery-low.png                  |   Bin 1407 -> 1292 bytes
 mate/32x32/status/battery-missing.png              |   Bin 1561 -> 1522 bytes
 mate/32x32/status/changes-allow.png                |   Bin 1975 -> 1793 bytes
 mate/32x32/status/changes-prevent.png              |   Bin 1860 -> 1647 bytes
 mate/32x32/status/computer-fail.png                |   Bin 2150 -> 1990 bytes
 mate/32x32/status/dialog-error.png                 |   Bin 1546 -> 1497 bytes
 mate/32x32/status/dialog-information.png           |   Bin 1925 -> 1824 bytes
 mate/32x32/status/dialog-password.png              |   Bin 1820 -> 1386 bytes
 mate/32x32/status/dialog-question.png              |   Bin 1848 -> 1835 bytes
 mate/32x32/status/dialog-warning.png               |   Bin 1720 -> 1636 bytes
 mate/32x32/status/image-loading.png                |   Bin 2129 -> 2018 bytes
 mate/32x32/status/image-missing.png                |   Bin 1039 -> 1364 bytes
 mate/32x32/status/mail-attachment.png              |   Bin 1443 -> 1361 bytes
 mate/32x32/status/mail-read.png                    |   Bin 1243 -> 1637 bytes
 mate/32x32/status/mail-replied.png                 |   Bin 1962 -> 1929 bytes
 mate/32x32/status/mail-unread.png                  |   Bin 1687 -> 1645 bytes
 mate/32x32/status/media-playlist-repeat.png        |   Bin 1275 -> 1296 bytes
 mate/32x32/status/media-playlist-shuffle.png       |   Bin 1348 -> 1375 bytes
 mate/32x32/status/microphone-sensitivity-high.png  |   Bin 2048 -> 2290 bytes
 mate/32x32/status/microphone-sensitivity-low.png   |   Bin 2137 -> 2359 bytes
 .../32x32/status/microphone-sensitivity-medium.png |   Bin 2144 -> 2382 bytes
 mate/32x32/status/microphone-sensitivity-muted.png |   Bin 2269 -> 2262 bytes
 mate/32x32/status/network-error.png                |   Bin 1902 -> 1803 bytes
 mate/32x32/status/network-idle.png                 |   Bin 1555 -> 1550 bytes
 mate/32x32/status/network-offline.png              |   Bin 1870 -> 1809 bytes
 mate/32x32/status/network-receive.png              |   Bin 1797 -> 1774 bytes
 mate/32x32/status/network-transmit-receive.png     |   Bin 1578 -> 1560 bytes
 mate/32x32/status/network-transmit.png             |   Bin 1782 -> 1755 bytes
 mate/32x32/status/non-starred.png                  |   Bin 1548 -> 1554 bytes
 mate/32x32/status/printer-error.png                |   Bin 1734 -> 1572 bytes
 mate/32x32/status/printer-printing.png             |   Bin 1696 -> 1522 bytes
 mate/32x32/status/security-high.png                |   Bin 2457 -> 2397 bytes
 mate/32x32/status/security-low.png                 |   Bin 1865 -> 1809 bytes
 mate/32x32/status/security-medium.png              |   Bin 2050 -> 2064 bytes
 mate/32x32/status/semi-starred-rtl.png             |   Bin 1819 -> 1679 bytes
 mate/32x32/status/semi-starred.png                 |   Bin 1812 -> 1676 bytes
 mate/32x32/status/software-update-available.png    |   Bin 1801 -> 1669 bytes
 mate/32x32/status/software-update-urgent.png       |   Bin 1754 -> 1644 bytes
 mate/32x32/status/starred.png                      |   Bin 2189 -> 1914 bytes
 mate/32x32/status/task-due.png                     |   Bin 1648 -> 1527 bytes
 mate/32x32/status/task-past-due.png                |   Bin 1474 -> 1352 bytes
 mate/32x32/status/trophy-bronze.png                |   Bin 2205 -> 1999 bytes
 mate/32x32/status/trophy-gold.png                  |   Bin 2178 -> 1961 bytes
 mate/32x32/status/trophy-silver.png                |   Bin 2150 -> 1979 bytes
 mate/32x32/status/user-available.png               |   Bin 2259 -> 2222 bytes
 mate/32x32/status/user-away.png                    |   Bin 1796 -> 1742 bytes
 mate/32x32/status/user-busy.png                    |   Bin 2259 -> 2191 bytes
 mate/32x32/status/user-idle.png                    |   Bin 2034 -> 1945 bytes
 mate/32x32/status/user-invisible.png               |   Bin 1867 -> 1857 bytes
 mate/32x32/status/user-offline.png                 |   Bin 1809 -> 1829 bytes
 mate/32x32/status/user-trash-full.png              |   Bin 2649 -> 2649 bytes
 mate/32x32/status/weather-clear-night.png          |   Bin 1758 -> 1816 bytes
 mate/32x32/status/weather-clear.png                |   Bin 2245 -> 2178 bytes
 mate/32x32/status/weather-few-clouds-night.png     |   Bin 2101 -> 2075 bytes
 mate/32x32/status/weather-few-clouds.png           |   Bin 2157 -> 2076 bytes
 mate/32x32/status/weather-fog.png                  |   Bin 1376 -> 1431 bytes
 mate/32x32/status/weather-overcast.png             |   Bin 1214 -> 1156 bytes
 mate/32x32/status/weather-severe-alert.png         |   Bin 1838 -> 1796 bytes
 mate/32x32/status/weather-showers-scattered.png    |   Bin 1599 -> 1698 bytes
 mate/32x32/status/weather-showers.png              |   Bin 2343 -> 2309 bytes
 mate/32x32/status/weather-snow.png                 |   Bin 1181 -> 1162 bytes
 mate/32x32/status/weather-storm.png                |   Bin 1654 -> 1719 bytes
 mate/48x48/Makefile.am                             |     8 +
 mate/48x48/actions/Makefile.am                     |   664 +
 mate/48x48/actions/address-book-new.png            |   Bin 3787 -> 3279 bytes
 mate/48x48/actions/application-exit.png            |   Bin 2633 -> 2649 bytes
 mate/48x48/actions/appointment-new.png             |   Bin 4804 -> 4630 bytes
 mate/48x48/actions/bookmark-new.png                |   Bin 1500 -> 1437 bytes
 mate/48x48/actions/call-start.png                  |   Bin 2155 -> 2084 bytes
 mate/48x48/actions/call-stop.png                   |   Bin 1922 -> 1773 bytes
 mate/48x48/actions/contact-new.png                 |   Bin 1992 -> 1945 bytes
 mate/48x48/actions/document-new.png                |   Bin 2459 -> 2326 bytes
 mate/48x48/actions/document-open-recent.png        |   Bin 4690 -> 4578 bytes
 mate/48x48/actions/document-page-setup.png         |   Bin 3328 -> 3189 bytes
 mate/48x48/actions/document-print-preview.png      |   Bin 3843 -> 3617 bytes
 mate/48x48/actions/document-print.png              |   Bin 2899 -> 2721 bytes
 mate/48x48/actions/document-properties.png         |   Bin 3139 -> 3037 bytes
 mate/48x48/actions/document-revert-rtl.png         |   Bin 3138 -> 2846 bytes
 mate/48x48/actions/document-revert.png             |   Bin 3011 -> 2828 bytes
 mate/48x48/actions/document-save-as.png            |   Bin 2801 -> 3015 bytes
 mate/48x48/actions/document-save.png               |   Bin 2946 -> 3297 bytes
 mate/48x48/actions/document-send.png               |   Bin 1796 -> 1779 bytes
 mate/48x48/actions/edit-clear-rtl.png              |   Bin 2738 -> 2770 bytes
 mate/48x48/actions/edit-clear.png                  |   Bin 2777 -> 2719 bytes
 mate/48x48/actions/edit-copy.png                   |   Bin 1295 -> 1304 bytes
 mate/48x48/actions/edit-cut.png                    |   Bin 2185 -> 2352 bytes
 mate/48x48/actions/edit-delete.png                 |   Bin 3145 -> 3102 bytes
 mate/48x48/actions/edit-find-replace.png           |   Bin 5240 -> 5152 bytes
 mate/48x48/actions/edit-find.png                   |   Bin 4342 -> 4280 bytes
 mate/48x48/actions/edit-paste.png                  |   Bin 1913 -> 1852 bytes
 mate/48x48/actions/edit-redo-rtl.png               |   Bin 2319 -> 2151 bytes
 mate/48x48/actions/edit-redo.png                   |   Bin 2142 -> 2070 bytes
 mate/48x48/actions/edit-select-all.png             |   Bin 2504 -> 2308 bytes
 mate/48x48/actions/edit-undo-rtl.png               |   Bin 2085 -> 1944 bytes
 mate/48x48/actions/edit-undo.png                   |   Bin 1986 -> 1923 bytes
 mate/48x48/actions/format-indent-less-rtl.png      |   Bin 1403 -> 1309 bytes
 mate/48x48/actions/format-indent-less.png          |   Bin 1371 -> 1296 bytes
 mate/48x48/actions/format-indent-more-rtl.png      |   Bin 1458 -> 1263 bytes
 mate/48x48/actions/format-indent-more.png          |   Bin 1419 -> 1285 bytes
 mate/48x48/actions/format-justify-center.png       |   Bin 869 -> 1327 bytes
 mate/48x48/actions/format-justify-fill.png         |   Bin 832 -> 723 bytes
 mate/48x48/actions/format-justify-left.png         |   Bin 901 -> 1337 bytes
 mate/48x48/actions/format-justify-right.png        |   Bin 813 -> 724 bytes
 mate/48x48/actions/format-text-bold.png            |   Bin 2872 -> 2790 bytes
 mate/48x48/actions/format-text-direction-ltr.png   |   Bin 2097 -> 2222 bytes
 mate/48x48/actions/format-text-direction-rtl.png   |   Bin 2125 -> 2255 bytes
 mate/48x48/actions/format-text-italic.png          |   Bin 2749 -> 2661 bytes
 mate/48x48/actions/format-text-strikethrough.png   |   Bin 2554 -> 2428 bytes
 mate/48x48/actions/format-text-underline.png       |   Bin 2699 -> 2601 bytes
 mate/48x48/actions/go-bottom.png                   |   Bin 2282 -> 2343 bytes
 mate/48x48/actions/go-down.png                     |   Bin 2013 -> 2372 bytes
 mate/48x48/actions/go-first-rtl.png                |   Bin 2604 -> 11 bytes
 mate/48x48/actions/go-first.png                    |   Bin 2470 -> 2469 bytes
 mate/48x48/actions/go-home.png                     |   Bin 2491 -> 2548 bytes
 mate/48x48/actions/go-jump.png                     |   Bin 1917 -> 2246 bytes
 mate/48x48/actions/go-last-rtl.png                 |   Bin 2621 -> 12 bytes
 mate/48x48/actions/go-last.png                     |   Bin 2422 -> 2433 bytes
 mate/48x48/actions/go-next-rtl.png                 |   Bin 2168 -> 15 bytes
 mate/48x48/actions/go-next.png                     |   Bin 2004 -> 2223 bytes
 mate/48x48/actions/go-previous-rtl.png             |   Bin 2323 -> 11 bytes
 mate/48x48/actions/go-previous.png                 |   Bin 1915 -> 2112 bytes
 mate/48x48/actions/go-top.png                      |   Bin 2246 -> 2482 bytes
 mate/48x48/actions/go-up.png                       |   Bin 1963 -> 2359 bytes
 mate/48x48/actions/help-about.png                  |   Bin 2978 -> 2912 bytes
 mate/48x48/actions/help-faq.png                    |   Bin 2421 -> 2691 bytes
 mate/48x48/actions/insert-image.png                |   Bin 1886 -> 2033 bytes
 mate/48x48/actions/insert-link.png                 |   Bin 2222 -> 2199 bytes
 mate/48x48/actions/insert-object.png               |   Bin 1386 -> 1329 bytes
 mate/48x48/actions/insert-text.png                 |   Bin 1699 -> 1939 bytes
 mate/48x48/actions/list-add.png                    |   Bin 1500 -> 1343 bytes
 mate/48x48/actions/list-remove.png                 |   Bin 812 -> 1217 bytes
 mate/48x48/actions/mail-forward.png                |   Bin 2466 -> 2360 bytes
 mate/48x48/actions/mail-mark-important.png         |   Bin 1856 -> 1741 bytes
 mate/48x48/actions/mail-mark-junk.png              |   Bin 3583 -> 3623 bytes
 mate/48x48/actions/mail-mark-notjunk.png           |   Bin 3728 -> 3705 bytes
 mate/48x48/actions/mail-mark-read.png              |   Bin 3317 -> 3304 bytes
 mate/48x48/actions/mail-mark-unread.png            |   Bin 2128 -> 2054 bytes
 mate/48x48/actions/mail-message-new.png            |   Bin 2616 -> 2531 bytes
 mate/48x48/actions/mail-reply-all.png              |   Bin 3054 -> 2963 bytes
 mate/48x48/actions/mail-reply-sender.png           |   Bin 2552 -> 2464 bytes
 mate/48x48/actions/mail-send-receive.png           |   Bin 2553 -> 2449 bytes
 mate/48x48/actions/mail-send.png                   |   Bin 2021 -> 2210 bytes
 mate/48x48/actions/mark-location.png               |   Bin 1673 -> 1496 bytes
 mate/48x48/actions/media-eject.png                 |   Bin 1666 -> 1551 bytes
 mate/48x48/actions/media-playback-pause.png        |   Bin 781 -> 797 bytes
 mate/48x48/actions/media-playback-start-rtl.png    |   Bin 1577 -> 1498 bytes
 mate/48x48/actions/media-playback-start.png        |   Bin 1577 -> 1527 bytes
 mate/48x48/actions/media-playback-stop.png         |   Bin 703 -> 647 bytes
 mate/48x48/actions/media-record.png                |   Bin 2306 -> 2314 bytes
 mate/48x48/actions/media-seek-backward-rtl.png     |   Bin 2126 -> 22 bytes
 mate/48x48/actions/media-seek-backward.png         |   Bin 1939 -> 2115 bytes
 mate/48x48/actions/media-seek-forward-rtl.png      |   Bin 2250 -> 23 bytes
 mate/48x48/actions/media-seek-forward.png          |   Bin 1824 -> 1902 bytes
 mate/48x48/actions/media-skip-backward-rtl.png     |   Bin 2197 -> 22 bytes
 mate/48x48/actions/media-skip-backward.png         |   Bin 2160 -> 2119 bytes
 mate/48x48/actions/media-skip-forward-rtl.png      |   Bin 2264 -> 23 bytes
 mate/48x48/actions/media-skip-forward.png          |   Bin 2053 -> 2000 bytes
 mate/48x48/actions/object-flip-horizontal.png      |   Bin 1824 -> 1978 bytes
 mate/48x48/actions/object-flip-vertical.png        |   Bin 2121 -> 2218 bytes
 mate/48x48/actions/object-rotate-left.png          |   Bin 2235 -> 2150 bytes
 mate/48x48/actions/object-rotate-right.png         |   Bin 2332 -> 2253 bytes
 mate/48x48/actions/process-stop.png                |   Bin 2181 -> 2135 bytes
 mate/48x48/actions/system-lock-screen.png          |   Bin 3425 -> 3221 bytes
 mate/48x48/actions/system-log-out.png              |   Bin 2398 -> 2284 bytes
 mate/48x48/actions/system-run.png                  |   Bin 3241 -> 3932 bytes
 mate/48x48/actions/system-search.png               |   Bin 4315 -> 4259 bytes
 mate/48x48/actions/system-shutdown.png             |   Bin 1602 -> 1061 bytes
 mate/48x48/actions/tools-check-spelling.png        |   Bin 2050 -> 2332 bytes
 mate/48x48/actions/view-fullscreen.png             |   Bin 1568 -> 1466 bytes
 mate/48x48/actions/view-refresh.png                |   Bin 2422 -> 2487 bytes
 mate/48x48/actions/view-restore.png                |   Bin 1152 -> 1135 bytes
 mate/48x48/actions/view-sort-ascending.png         |   Bin 2090 -> 2365 bytes
 mate/48x48/actions/view-sort-descending.png        |   Bin 1819 -> 2082 bytes
 mate/48x48/actions/window-close.png                |   Bin 1981 -> 2287 bytes
 mate/48x48/actions/window-new.png                  |   Bin 1430 -> 1452 bytes
 mate/48x48/actions/zoom-fit-best.png               |   Bin 1405 -> 1332 bytes
 mate/48x48/actions/zoom-in.png                     |   Bin 1224 -> 1214 bytes
 mate/48x48/actions/zoom-original.png               |   Bin 1387 -> 1369 bytes
 mate/48x48/actions/zoom-out.png                    |   Bin 1172 -> 1143 bytes
 mate/48x48/apps/Makefile.am                        |     2 +-
 mate/48x48/apps/system-users.png                   |   Bin 3107 -> 3931 bytes
 mate/48x48/emblems/Makefile.am                     |   119 +
 mate/48x48/emblems/emblem-default.png              |   Bin 3591 -> 3589 bytes
 mate/48x48/emblems/emblem-documents.png            |   Bin 2602 -> 3175 bytes
 mate/48x48/emblems/emblem-downloads.png            |   Bin 1408 -> 1412 bytes
 mate/48x48/emblems/emblem-favorite.png             |   Bin 2614 -> 2584 bytes
 mate/48x48/emblems/emblem-generic.png              |   Bin 3030 -> 3408 bytes
 mate/48x48/emblems/emblem-important.png            |   Bin 2866 -> 2814 bytes
 mate/48x48/emblems/emblem-mail.png                 |   Bin 2231 -> 2488 bytes
 mate/48x48/emblems/emblem-new.png                  |   Bin 2453 -> 3052 bytes
 mate/48x48/emblems/emblem-package.png              |   Bin 1900 -> 2328 bytes
 mate/48x48/emblems/emblem-photos.png               |   Bin 4942 -> 4840 bytes
 mate/48x48/emblems/emblem-readonly.png             |   Bin 1703 -> 1754 bytes
 mate/48x48/emblems/emblem-shared.png               |   Bin 1769 -> 1768 bytes
 mate/48x48/emblems/emblem-symbolic-link.png        |   Bin 1800 -> 1824 bytes
 mate/48x48/emblems/emblem-synchronizing.png        |   Bin 1971 -> 1959 bytes
 mate/48x48/emblems/emblem-system.png               |   Bin 2004 -> 2052 bytes
 mate/48x48/emblems/emblem-unreadable.png           |   Bin 2045 -> 1954 bytes
 mate/48x48/emblems/emblem-urgent.png               |   Bin 3122 -> 3079 bytes
 mate/48x48/emblems/emblem-web.png                  |   Bin 3981 -> 3910 bytes
 mate/48x48/places/Makefile.am                      |    94 +
 mate/48x48/places/network-server.png               |   Bin 3253 -> 3353 bytes
 mate/48x48/places/network-workgroup.png            |   Bin 3146 -> 2999 bytes
 mate/48x48/places/user-trash.png                   |   Bin 5204 -> 5408 bytes
 mate/48x48/status/Makefile.am                      |   500 +
 mate/48x48/status/appointment-missed.png           |   Bin 4722 -> 4724 bytes
 mate/48x48/status/appointment-soon.png             |   Bin 4836 -> 4699 bytes
 mate/48x48/status/audio-volume-high.png            |   Bin 3499 -> 3358 bytes
 mate/48x48/status/audio-volume-low.png             |   Bin 2866 -> 2792 bytes
 mate/48x48/status/audio-volume-medium.png          |   Bin 3134 -> 3028 bytes
 mate/48x48/status/audio-volume-muted.png           |   Bin 3227 -> 3209 bytes
 mate/48x48/status/audio-volume-off.png             |   Bin 2916 -> 2694 bytes
 mate/48x48/status/avatar-default.png               |   Bin 3123 -> 3089 bytes
 mate/48x48/status/battery-caution-charging.png     |   Bin 4589 -> 4397 bytes
 mate/48x48/status/battery-caution.png              |   Bin 3049 -> 2978 bytes
 mate/48x48/status/battery-empty.png                |   Bin 1969 -> 1995 bytes
 mate/48x48/status/battery-full-charged.png         |   Bin 3743 -> 3531 bytes
 mate/48x48/status/battery-full-charging.png        |   Bin 4244 -> 4023 bytes
 mate/48x48/status/battery-full.png                 |   Bin 1854 -> 1737 bytes
 mate/48x48/status/battery-good-charging.png        |   Bin 4497 -> 4304 bytes
 mate/48x48/status/battery-good.png                 |   Bin 2125 -> 2014 bytes
 mate/48x48/status/battery-low-charging.png         |   Bin 4552 -> 4386 bytes
 mate/48x48/status/battery-low.png                  |   Bin 2220 -> 2108 bytes
 mate/48x48/status/battery-missing.png              |   Bin 2270 -> 2296 bytes
 mate/48x48/status/changes-allow.png                |   Bin 3178 -> 2935 bytes
 mate/48x48/status/changes-prevent.png              |   Bin 2924 -> 2702 bytes
 mate/48x48/status/computer-fail.png                |   Bin 3658 -> 3448 bytes
 mate/48x48/status/dialog-error.png                 |   Bin 2383 -> 2236 bytes
 mate/48x48/status/dialog-information.png           |   Bin 3165 -> 3044 bytes
 mate/48x48/status/dialog-password.png              |   Bin 2992 -> 1763 bytes
 mate/48x48/status/dialog-question.png              |   Bin 2502 -> 2750 bytes
 mate/48x48/status/dialog-warning.png               |   Bin 2844 -> 2757 bytes
 mate/48x48/status/image-loading.png                |   Bin 3585 -> 3584 bytes
 mate/48x48/status/image-missing.png                |   Bin 1728 -> 1667 bytes
 mate/48x48/status/mail-attachment.png              |   Bin 1947 -> 1993 bytes
 mate/48x48/status/mail-read.png                    |   Bin 1621 -> 2524 bytes
 mate/48x48/status/mail-replied.png                 |   Bin 2886 -> 2877 bytes
 mate/48x48/status/mail-unread.png                  |   Bin 2609 -> 2584 bytes
 mate/48x48/status/media-playlist-repeat.png        |   Bin 1830 -> 1890 bytes
 mate/48x48/status/media-playlist-shuffle.png       |   Bin 2061 -> 2384 bytes
 mate/48x48/status/microphone-sensitivity-high.png  |   Bin 3519 -> 3887 bytes
 mate/48x48/status/microphone-sensitivity-low.png   |   Bin 3629 -> 3985 bytes
 .../48x48/status/microphone-sensitivity-medium.png |   Bin 3632 -> 3929 bytes
 mate/48x48/status/microphone-sensitivity-muted.png |   Bin 3903 -> 3915 bytes
 mate/48x48/status/network-error.png                |   Bin 3571 -> 3376 bytes
 mate/48x48/status/network-idle.png                 |   Bin 3031 -> 2897 bytes
 mate/48x48/status/network-offline.png              |   Bin 3502 -> 3326 bytes
 mate/48x48/status/network-receive.png              |   Bin 3438 -> 3346 bytes
 mate/48x48/status/network-transmit-receive.png     |   Bin 3213 -> 3132 bytes
 mate/48x48/status/network-transmit.png             |   Bin 3434 -> 3337 bytes
 mate/48x48/status/non-starred.png                  |   Bin 2310 -> 2113 bytes
 mate/48x48/status/printer-error.png                |   Bin 2760 -> 2519 bytes
 mate/48x48/status/printer-printing.png             |   Bin 2704 -> 2487 bytes
 mate/48x48/status/security-high.png                |   Bin 4219 -> 4094 bytes
 mate/48x48/status/security-low.png                 |   Bin 3088 -> 3058 bytes
 mate/48x48/status/security-medium.png              |   Bin 3129 -> 3199 bytes
 mate/48x48/status/semi-starred-rtl.png             |   Bin 2997 -> 2832 bytes
 mate/48x48/status/semi-starred.png                 |   Bin 3010 -> 2820 bytes
 mate/48x48/status/software-update-available.png    |   Bin 3058 -> 3349 bytes
 mate/48x48/status/software-update-urgent.png       |   Bin 3005 -> 3320 bytes
 mate/48x48/status/starred.png                      |   Bin 3670 -> 3316 bytes
 mate/48x48/status/task-due.png                     |   Bin 2155 -> 2055 bytes
 mate/48x48/status/task-past-due.png                |   Bin 1850 -> 1740 bytes
 mate/48x48/status/trophy-bronze.png                |   Bin 3491 -> 3211 bytes
 mate/48x48/status/trophy-gold.png                  |   Bin 3447 -> 3142 bytes
 mate/48x48/status/trophy-silver.png                |   Bin 3319 -> 3098 bytes
 mate/48x48/status/user-available.png               |   Bin 4060 -> 3878 bytes
 mate/48x48/status/user-away.png                    |   Bin 2868 -> 2775 bytes
 mate/48x48/status/user-busy.png                    |   Bin 3751 -> 3642 bytes
 mate/48x48/status/user-idle.png                    |   Bin 3235 -> 3163 bytes
 mate/48x48/status/user-invisible.png               |   Bin 2949 -> 2877 bytes
 mate/48x48/status/user-offline.png                 |   Bin 2698 -> 2740 bytes
 mate/48x48/status/user-trash-full.png              |   Bin 4937 -> 5059 bytes
 mate/48x48/status/weather-clear-night.png          |   Bin 3064 -> 3150 bytes
 mate/48x48/status/weather-clear.png                |   Bin 4042 -> 4018 bytes
 mate/48x48/status/weather-few-clouds-night.png     |   Bin 3626 -> 3673 bytes
 mate/48x48/status/weather-few-clouds.png           |   Bin 3618 -> 3539 bytes
 mate/48x48/status/weather-fog.png                  |   Bin 2541 -> 2853 bytes
 mate/48x48/status/weather-overcast.png             |   Bin 1890 -> 1936 bytes
 mate/48x48/status/weather-severe-alert.png         |   Bin 2601 -> 2735 bytes
 mate/48x48/status/weather-showers-scattered.png    |   Bin 2812 -> 2855 bytes
 mate/48x48/status/weather-showers.png              |   Bin 4295 -> 4176 bytes
 mate/48x48/status/weather-snow.png                 |   Bin 1864 -> 2119 bytes
 mate/48x48/status/weather-storm.png                |   Bin 2769 -> 2859 bytes
 mate/8x8/Makefile.am                               |     4 +
 mate/8x8/emblems/Makefile.am                       |    47 +
 mate/8x8/emblems/emblem-default.png                |   Bin 332 -> 373 bytes
 mate/8x8/emblems/emblem-new.png                    |   Bin 328 -> 333 bytes
 mate/8x8/emblems/emblem-readonly.png               |   Bin 343 -> 308 bytes
 mate/8x8/emblems/emblem-symbolic-link.png          |   Bin 353 -> 320 bytes
 mate/8x8/emblems/emblem-synchronizing.png          |   Bin 358 -> 345 bytes
 mate/8x8/emblems/emblem-unreadable.png             |   Bin 362 -> 306 bytes
 mate/Makefile.am                                   |     1 +
 src/audio-volume-off.svg                           |  2658 ++++
 src/users.svg                                      | 15611 ++++++++++++++-----
 1221 files changed, 22445 insertions(+), 3523 deletions(-)

commit 494e9e8c1aadfa90c754660cbe01493b4ff234ec
Author: raveit65 <mate@raveit.de>
Date:   Sun Mar 31 17:51:54 2019 +0200

    github release for stable branch

 .travis.yml | 19 +++++++++++++++++++
 1 file changed, 19 insertions(+)

commit 3abb19207a8442e5c735072e90ee98fe7575a02d
Author: rbuj <robert.buj@gmail.com>
Date:   Tue Mar 26 17:27:58 2019 +0100

    Gen png icons from source. Mate: apps, categories & devices
    
    clean & build:
      make -C mate clean-png-icons
      make -C mate build-png-icons

 .travis.yml                                        |    8 +
 configure.ac                                       |   12 +
 mate/16x16/Makefile.am                             |    4 +
 mate/16x16/apps/Makefile.am                        |  183 +-
 mate/16x16/apps/accessories-calculator.png         |  Bin 500 -> 381 bytes
 mate/16x16/apps/accessories-character-map.png      |  Bin 569 -> 558 bytes
 mate/16x16/apps/accessories-dictionary.png         |  Bin 817 -> 735 bytes
 mate/16x16/apps/accessories-text-editor.png        |  Bin 798 -> 783 bytes
 mate/16x16/apps/applets-screenshooter.png          |  Bin 868 -> 876 bytes
 mate/16x16/apps/logviewer.png                      |  Bin 756 -> 683 bytes
 mate/16x16/apps/multimedia-volume-control.png      |  Bin 457 -> 384 bytes
 .../apps/preferences-desktop-accessibility.png     |  Bin 914 -> 980 bytes
 mate/16x16/apps/preferences-desktop-display.png    |  Bin 877 -> 866 bytes
 mate/16x16/apps/preferences-desktop-font.png       |  Bin 680 -> 700 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |  Bin 640 -> 641 bytes
 mate/16x16/apps/preferences-desktop-keyboard.png   |  Bin 763 -> 709 bytes
 mate/16x16/apps/preferences-desktop-locale.png     |  Bin 658 -> 547 bytes
 .../apps/preferences-desktop-remote-desktop.png    |  Bin 749 -> 761 bytes
 .../16x16/apps/preferences-desktop-screensaver.png |  Bin 803 -> 789 bytes
 mate/16x16/apps/preferences-desktop-theme.png      |  Bin 889 -> 882 bytes
 mate/16x16/apps/preferences-desktop-wallpaper.png  |  Bin 811 -> 815 bytes
 .../apps/preferences-system-notifications.png      |  Bin 859 -> 820 bytes
 mate/16x16/apps/preferences-system-privacy.png     |  Bin 804 -> 381 bytes
 mate/16x16/apps/preferences-system-search.png      |  Bin 760 -> 744 bytes
 mate/16x16/apps/preferences-system-sharing.png     |  Bin 908 -> 781 bytes
 mate/16x16/apps/preferences-system-windows.png     |  Bin 418 -> 253 bytes
 mate/16x16/apps/system-file-manager.png            |  Bin 774 -> 739 bytes
 mate/16x16/apps/system-software-install.png        |  Bin 591 -> 423 bytes
 mate/16x16/apps/system-software-update.png         |  Bin 918 -> 734 bytes
 mate/16x16/apps/system-users.png                   |  Bin 840 -> 748 bytes
 mate/16x16/apps/user-info.png                      |  Bin 953 -> 869 bytes
 mate/16x16/apps/utilities-system-monitor.png       |  Bin 724 -> 642 bytes
 mate/16x16/apps/utilities-terminal.png             |  Bin 697 -> 624 bytes
 mate/16x16/apps/web-browser.png                    |  Bin 1120 -> 1032 bytes
 mate/16x16/categories/Makefile.am                  |  119 +
 mate/16x16/categories/applications-accessories.png |  Bin 1003 -> 986 bytes
 mate/16x16/categories/applications-development.png |  Bin 494 -> 428 bytes
 mate/16x16/categories/applications-engineering.png |  Bin 638 -> 580 bytes
 mate/16x16/categories/applications-games.png       |  Bin 473 -> 483 bytes
 mate/16x16/categories/applications-graphics.png    |  Bin 966 -> 909 bytes
 mate/16x16/categories/applications-internet.png    |  Bin 1097 -> 1057 bytes
 mate/16x16/categories/applications-multimedia.png  |  Bin 632 -> 574 bytes
 mate/16x16/categories/applications-office.png      |  Bin 864 -> 903 bytes
 mate/16x16/categories/applications-other.png       |  Bin 796 -> 802 bytes
 mate/16x16/categories/applications-science.png     |  Bin 981 -> 997 bytes
 mate/16x16/categories/applications-system.png      |  Bin 991 -> 913 bytes
 mate/16x16/categories/applications-utilities.png   |  Bin 850 -> 825 bytes
 .../categories/preferences-desktop-peripherals.png |  Bin 585 -> 512 bytes
 .../categories/preferences-desktop-personal.png    |  Bin 438 -> 370 bytes
 mate/16x16/categories/preferences-desktop.png      |  Bin 482 -> 451 bytes
 mate/16x16/categories/preferences-other.png        |  Bin 772 -> 834 bytes
 .../categories/preferences-system-network.png      |  Bin 860 -> 697 bytes
 mate/16x16/categories/preferences-system.png       |  Bin 1014 -> 971 bytes
 mate/16x16/devices/Makefile.am                     |  239 ++
 mate/16x16/devices/ac-adapter.png                  |  Bin 606 -> 483 bytes
 mate/16x16/devices/audio-card.png                  |  Bin 669 -> 640 bytes
 mate/16x16/devices/audio-headphones.png            |  Bin 854 -> 790 bytes
 mate/16x16/devices/audio-headset.png               |  Bin 862 -> 786 bytes
 mate/16x16/devices/audio-input-microphone.png      |  Bin 916 -> 864 bytes
 mate/16x16/devices/audio-speakers.png              |  Bin 1041 -> 1053 bytes
 mate/16x16/devices/battery.png                     |  Bin 456 -> 345 bytes
 mate/16x16/devices/camera-photo.png                |  Bin 898 -> 933 bytes
 mate/16x16/devices/camera-video.png                |  Bin 766 -> 709 bytes
 mate/16x16/devices/camera-web.png                  |  Bin 924 -> 890 bytes
 mate/16x16/devices/computer.png                    |  Bin 805 -> 919 bytes
 mate/16x16/devices/drive-harddisk.png              |  Bin 847 -> 720 bytes
 mate/16x16/devices/drive-multidisk.png             |  Bin 780 -> 936 bytes
 mate/16x16/devices/drive-optical.png               |  Bin 764 -> 914 bytes
 mate/16x16/devices/drive-removable-media.png       |  Bin 533 -> 671 bytes
 mate/16x16/devices/input-dialpad.png               |  Bin 737 -> 671 bytes
 mate/16x16/devices/input-gaming.png                |  Bin 817 -> 766 bytes
 mate/16x16/devices/input-keyboard.png              |  Bin 588 -> 509 bytes
 mate/16x16/devices/input-mouse.png                 |  Bin 747 -> 743 bytes
 mate/16x16/devices/input-tablet.png                |  Bin 328 -> 736 bytes
 mate/16x16/devices/input-touchpad.png              |  Bin 622 -> 503 bytes
 mate/16x16/devices/media-flash.png                 |  Bin 478 -> 416 bytes
 mate/16x16/devices/media-floppy.png                |  Bin 678 -> 778 bytes
 mate/16x16/devices/media-optical.png               |  Bin 960 -> 1017 bytes
 mate/16x16/devices/media-removable.png             |  Bin 808 -> 745 bytes
 mate/16x16/devices/media-tape.png                  |  Bin 619 -> 563 bytes
 mate/16x16/devices/modem.png                       |  Bin 670 -> 655 bytes
 mate/16x16/devices/multimedia-player.png           |  Bin 295 -> 228 bytes
 mate/16x16/devices/network-vpn.png                 |  Bin 738 -> 696 bytes
 mate/16x16/devices/network-wired.png               |  Bin 703 -> 658 bytes
 mate/16x16/devices/network-wireless.png            |  Bin 1025 -> 1007 bytes
 mate/16x16/devices/pda.png                         |  Bin 382 -> 399 bytes
 mate/16x16/devices/phone.png                       |  Bin 597 -> 528 bytes
 mate/16x16/devices/printer-network.png             |  Bin 1070 -> 1014 bytes
 mate/16x16/devices/printer.png                     |  Bin 616 -> 486 bytes
 mate/16x16/devices/scanner.png                     |  Bin 655 -> 855 bytes
 .../16x16/devices/uninterruptible-power-supply.png |  Bin 911 -> 718 bytes
 mate/16x16/devices/video-display.png               |  Bin 741 -> 792 bytes
 mate/22x22/Makefile.am                             |    4 +
 mate/22x22/apps/Makefile.am                        |  183 +-
 mate/22x22/apps/accessories-calculator.png         |  Bin 799 -> 658 bytes
 mate/22x22/apps/accessories-character-map.png      |  Bin 1020 -> 1120 bytes
 mate/22x22/apps/accessories-dictionary.png         |  Bin 1231 -> 1343 bytes
 mate/22x22/apps/accessories-text-editor.png        |  Bin 1178 -> 1166 bytes
 mate/22x22/apps/applets-screenshooter.png          |  Bin 1304 -> 1218 bytes
 mate/22x22/apps/logviewer.png                      |  Bin 911 -> 838 bytes
 mate/22x22/apps/multimedia-volume-control.png      |  Bin 1033 -> 1103 bytes
 .../apps/preferences-desktop-accessibility.png     |  Bin 1489 -> 1446 bytes
 mate/22x22/apps/preferences-desktop-display.png    |  Bin 1277 -> 1076 bytes
 mate/22x22/apps/preferences-desktop-font.png       |  Bin 1038 -> 1012 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |  Bin 841 -> 900 bytes
 mate/22x22/apps/preferences-desktop-keyboard.png   |  Bin 1056 -> 1031 bytes
 mate/22x22/apps/preferences-desktop-locale.png     |  Bin 1325 -> 1218 bytes
 .../apps/preferences-desktop-remote-desktop.png    |  Bin 1139 -> 929 bytes
 .../22x22/apps/preferences-desktop-screensaver.png |  Bin 1227 -> 1036 bytes
 mate/22x22/apps/preferences-desktop-theme.png      |  Bin 1271 -> 1247 bytes
 mate/22x22/apps/preferences-desktop-wallpaper.png  |  Bin 1226 -> 1062 bytes
 .../apps/preferences-system-notifications.png      |  Bin 1243 -> 1304 bytes
 mate/22x22/apps/preferences-system-privacy.png     |  Bin 1184 -> 581 bytes
 mate/22x22/apps/preferences-system-search.png      |  Bin 1102 -> 1165 bytes
 mate/22x22/apps/preferences-system-sharing.png     |  Bin 1199 -> 1083 bytes
 mate/22x22/apps/preferences-system-windows.png     |  Bin 507 -> 426 bytes
 mate/22x22/apps/system-file-manager.png            |  Bin 1120 -> 1216 bytes
 mate/22x22/apps/system-software-install.png        |  Bin 1230 -> 1309 bytes
 mate/22x22/apps/system-software-update.png         |  Bin 1379 -> 1226 bytes
 mate/22x22/apps/system-users.png                   |  Bin 1280 -> 1145 bytes
 mate/22x22/apps/user-info.png                      |  Bin 1408 -> 1309 bytes
 mate/22x22/apps/utilities-system-monitor.png       |  Bin 1072 -> 1129 bytes
 mate/22x22/apps/utilities-terminal.png             |  Bin 945 -> 1041 bytes
 mate/22x22/apps/web-browser.png                    |  Bin 1712 -> 1548 bytes
 mate/22x22/categories/Makefile.am                  |  119 +
 mate/22x22/categories/applications-accessories.png |  Bin 1570 -> 1488 bytes
 mate/22x22/categories/applications-development.png |  Bin 938 -> 915 bytes
 mate/22x22/categories/applications-engineering.png |  Bin 973 -> 901 bytes
 mate/22x22/categories/applications-games.png       |  Bin 801 -> 753 bytes
 mate/22x22/categories/applications-graphics.png    |  Bin 1539 -> 1484 bytes
 mate/22x22/categories/applications-internet.png    |  Bin 1676 -> 1498 bytes
 mate/22x22/categories/applications-multimedia.png  |  Bin 940 -> 868 bytes
 mate/22x22/categories/applications-office.png      |  Bin 1194 -> 1358 bytes
 mate/22x22/categories/applications-other.png       |  Bin 1253 -> 1168 bytes
 mate/22x22/categories/applications-science.png     |  Bin 1403 -> 1311 bytes
 mate/22x22/categories/applications-system.png      |  Bin 1523 -> 1445 bytes
 mate/22x22/categories/applications-utilities.png   |  Bin 1341 -> 1363 bytes
 .../categories/preferences-desktop-peripherals.png |  Bin 753 -> 682 bytes
 .../categories/preferences-desktop-personal.png    |  Bin 922 -> 849 bytes
 mate/22x22/categories/preferences-desktop.png      |  Bin 704 -> 685 bytes
 mate/22x22/categories/preferences-other.png        |  Bin 1212 -> 1133 bytes
 .../categories/preferences-system-network.png      |  Bin 1342 -> 1049 bytes
 mate/22x22/categories/preferences-system.png       |  Bin 1419 -> 1416 bytes
 mate/22x22/devices/Makefile.am                     |  239 ++
 mate/22x22/devices/ac-adapter.png                  |  Bin 1189 -> 914 bytes
 mate/22x22/devices/audio-card.png                  |  Bin 1246 -> 1157 bytes
 mate/22x22/devices/audio-headphones.png            |  Bin 1198 -> 1206 bytes
 mate/22x22/devices/audio-headset.png               |  Bin 1305 -> 1336 bytes
 mate/22x22/devices/audio-input-microphone.png      |  Bin 1206 -> 1195 bytes
 mate/22x22/devices/audio-speakers.png              |  Bin 1419 -> 1228 bytes
 mate/22x22/devices/battery.png                     |  Bin 585 -> 457 bytes
 mate/22x22/devices/camera-photo.png                |  Bin 1331 -> 1285 bytes
 mate/22x22/devices/camera-video.png                |  Bin 1220 -> 1273 bytes
 mate/22x22/devices/camera-web.png                  |  Bin 1314 -> 1292 bytes
 mate/22x22/devices/computer.png                    |  Bin 1270 -> 1145 bytes
 mate/22x22/devices/drive-harddisk.png              |  Bin 1222 -> 1146 bytes
 mate/22x22/devices/drive-multidisk.png             |  Bin 1073 -> 1278 bytes
 mate/22x22/devices/drive-optical.png               |  Bin 1183 -> 1106 bytes
 mate/22x22/devices/drive-removable-media.png       |  Bin 786 -> 902 bytes
 mate/22x22/devices/input-dialpad.png               |  Bin 267 -> 301 bytes
 mate/22x22/devices/input-gaming.png                |  Bin 1107 -> 1009 bytes
 mate/22x22/devices/input-keyboard.png              |  Bin 710 -> 670 bytes
 mate/22x22/devices/input-mouse.png                 |  Bin 1259 -> 1120 bytes
 mate/22x22/devices/input-tablet.png                |  Bin 659 -> 1238 bytes
 mate/22x22/devices/input-touchpad.png              |  Bin 860 -> 808 bytes
 mate/22x22/devices/media-flash.png                 |  Bin 860 -> 845 bytes
 mate/22x22/devices/media-floppy.png                |  Bin 928 -> 1118 bytes
 mate/22x22/devices/media-optical.png               |  Bin 1402 -> 1377 bytes
 mate/22x22/devices/media-removable.png             |  Bin 1104 -> 1018 bytes
 mate/22x22/devices/media-tape.png                  |  Bin 915 -> 1230 bytes
 mate/22x22/devices/modem.png                       |  Bin 1240 -> 1156 bytes
 mate/22x22/devices/multimedia-player.png           |  Bin 670 -> 558 bytes
 mate/22x22/devices/network-vpn.png                 |  Bin 968 -> 936 bytes
 mate/22x22/devices/network-wired.png               |  Bin 839 -> 749 bytes
 mate/22x22/devices/network-wireless.png            |  Bin 1340 -> 1427 bytes
 mate/22x22/devices/pda.png                         |  Bin 673 -> 721 bytes
 mate/22x22/devices/phone.png                       |  Bin 906 -> 950 bytes
 mate/22x22/devices/printer-network.png             |  Bin 1530 -> 1208 bytes
 mate/22x22/devices/printer.png                     |  Bin 1084 -> 1026 bytes
 mate/22x22/devices/scanner.png                     |  Bin 1072 -> 1153 bytes
 .../22x22/devices/uninterruptible-power-supply.png |  Bin 1222 -> 1040 bytes
 mate/22x22/devices/video-display.png               |  Bin 1140 -> 930 bytes
 mate/24x24/Makefile.am                             |    4 +
 mate/24x24/apps/Makefile.am                        |  183 +-
 mate/24x24/apps/accessories-calculator.png         |  Bin 820 -> 1126 bytes
 mate/24x24/apps/accessories-character-map.png      |  Bin 1057 -> 1104 bytes
 mate/24x24/apps/accessories-dictionary.png         |  Bin 1306 -> 1309 bytes
 mate/24x24/apps/accessories-text-editor.png        |  Bin 1308 -> 1344 bytes
 mate/24x24/apps/applets-screenshooter.png          |  Bin 1335 -> 1421 bytes
 mate/24x24/apps/logviewer.png                      |  Bin 1034 -> 1299 bytes
 mate/24x24/apps/multimedia-volume-control.png      |  Bin 1156 -> 1195 bytes
 .../apps/preferences-desktop-accessibility.png     |  Bin 1646 -> 1567 bytes
 mate/24x24/apps/preferences-desktop-display.png    |  Bin 1287 -> 1454 bytes
 mate/24x24/apps/preferences-desktop-font.png       |  Bin 1053 -> 1208 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |  Bin 881 -> 1317 bytes
 mate/24x24/apps/preferences-desktop-keyboard.png   |  Bin 1195 -> 1161 bytes
 mate/24x24/apps/preferences-desktop-locale.png     |  Bin 1380 -> 1220 bytes
 .../apps/preferences-desktop-remote-desktop.png    |  Bin 1096 -> 1308 bytes
 .../24x24/apps/preferences-desktop-screensaver.png |  Bin 1211 -> 1411 bytes
 mate/24x24/apps/preferences-desktop-theme.png      |  Bin 1414 -> 1414 bytes
 mate/24x24/apps/preferences-desktop-wallpaper.png  |  Bin 1245 -> 1398 bytes
 .../apps/preferences-system-notifications.png      |  Bin 0 -> 1238 bytes
 mate/24x24/apps/preferences-system-privacy.png     |  Bin 1203 -> 749 bytes
 mate/24x24/apps/preferences-system-search.png      |  Bin 0 -> 1358 bytes
 mate/24x24/apps/preferences-system-sharing.png     |  Bin 0 -> 1407 bytes
 mate/24x24/apps/preferences-system-windows.png     |  Bin 596 -> 793 bytes
 mate/24x24/apps/system-file-manager.png            |  Bin 1128 -> 1158 bytes
 mate/24x24/apps/system-software-install.png        |  Bin 1362 -> 1138 bytes
 mate/24x24/apps/system-software-update.png         |  Bin 1503 -> 1450 bytes
 mate/24x24/apps/system-users.png                   |  Bin 1280 -> 1381 bytes
 mate/24x24/apps/user-info.png                      |  Bin 1475 -> 1459 bytes
 mate/24x24/apps/utilities-system-monitor.png       |  Bin 1228 -> 1082 bytes
 mate/24x24/apps/utilities-terminal.png             |  Bin 1140 -> 954 bytes
 mate/24x24/apps/web-browser.png                    |  Bin 1724 -> 1708 bytes
 mate/24x24/categories/Makefile.am                  |  119 +
 mate/24x24/categories/applications-accessories.png |  Bin 1584 -> 1457 bytes
 mate/24x24/categories/applications-development.png |  Bin 1044 -> 911 bytes
 mate/24x24/categories/applications-engineering.png |  Bin 1101 -> 1395 bytes
 mate/24x24/categories/applications-games.png       |  Bin 925 -> 1084 bytes
 mate/24x24/categories/applications-graphics.png    |  Bin 1651 -> 1639 bytes
 mate/24x24/categories/applications-internet.png    |  Bin 1802 -> 1634 bytes
 mate/24x24/categories/applications-multimedia.png  |  Bin 1072 -> 1541 bytes
 mate/24x24/categories/applications-office.png      |  Bin 1324 -> 1325 bytes
 mate/24x24/categories/applications-other.png       |  Bin 1378 -> 1307 bytes
 mate/24x24/categories/applications-science.png     |  Bin 1518 -> 1609 bytes
 mate/24x24/categories/applications-system.png      |  Bin 1470 -> 1605 bytes
 mate/24x24/categories/applications-utilities.png   |  Bin 1473 -> 1581 bytes
 .../categories/preferences-desktop-peripherals.png |  Bin 872 -> 1290 bytes
 .../categories/preferences-desktop-personal.png    |  Bin 1042 -> 1184 bytes
 mate/24x24/categories/preferences-desktop.png      |  Bin 840 -> 1128 bytes
 mate/24x24/categories/preferences-other.png        |  Bin 1342 -> 1505 bytes
 .../categories/preferences-system-network.png      |  Bin 1403 -> 1409 bytes
 mate/24x24/categories/preferences-system.png       |  Bin 1564 -> 1579 bytes
 mate/24x24/devices/Makefile.am                     |  239 ++
 mate/24x24/devices/ac-adapter.png                  |  Bin 1004 -> 1344 bytes
 mate/24x24/devices/audio-card.png                  |  Bin 1414 -> 1394 bytes
 mate/24x24/devices/audio-headphones.png            |  Bin 1205 -> 1348 bytes
 mate/24x24/devices/audio-headset.png               |  Bin 1293 -> 1215 bytes
 mate/24x24/devices/audio-input-microphone.png      |  Bin 1232 -> 1243 bytes
 mate/24x24/devices/audio-speakers.png              |  Bin 1444 -> 1428 bytes
 mate/24x24/devices/battery.png                     |  Bin 579 -> 767 bytes
 mate/24x24/devices/camera-photo.png                |  Bin 1491 -> 1285 bytes
 mate/24x24/devices/camera-video.png                |  Bin 1376 -> 1433 bytes
 mate/24x24/devices/camera-web.png                  |  Bin 1436 -> 1447 bytes
 mate/24x24/devices/computer.png                    |  Bin 1298 -> 1380 bytes
 mate/24x24/devices/drive-harddisk.png              |  Bin 1247 -> 1185 bytes
 mate/24x24/devices/drive-multidisk.png             |  Bin 1199 -> 1413 bytes
 mate/24x24/devices/drive-optical.png               |  Bin 1300 -> 1326 bytes
 mate/24x24/devices/drive-removable-media.png       |  Bin 895 -> 998 bytes
 mate/24x24/devices/input-dialpad.png               |  Bin 266 -> 1365 bytes
 mate/24x24/devices/input-gaming.png                |  Bin 1252 -> 1274 bytes
 mate/24x24/devices/input-keyboard.png              |  Bin 840 -> 780 bytes
 mate/24x24/devices/input-mouse.png                 |  Bin 1387 -> 1285 bytes
 mate/24x24/devices/input-tablet.png                |  Bin 780 -> 1287 bytes
 mate/24x24/devices/input-touchpad.png              |  Bin 998 -> 1392 bytes
 mate/24x24/devices/media-flash.png                 |  Bin 978 -> 1031 bytes
 mate/24x24/devices/media-floppy.png                |  Bin 962 -> 957 bytes
 mate/24x24/devices/media-optical.png               |  Bin 1520 -> 1514 bytes
 mate/24x24/devices/media-removable.png             |  Bin 1048 -> 1105 bytes
 mate/24x24/devices/media-tape.png                  |  Bin 1043 -> 948 bytes
 mate/24x24/devices/modem.png                       |  Bin 1359 -> 1563 bytes
 mate/24x24/devices/multimedia-player.png           |  Bin 801 -> 1203 bytes
 mate/24x24/devices/network-vpn.png                 |  Bin 978 -> 1207 bytes
 mate/24x24/devices/network-wired.png               |  Bin 846 -> 1427 bytes
 mate/24x24/devices/network-wireless.png            |  Bin 1455 -> 1827 bytes
 mate/24x24/devices/pda.png                         |  Bin 789 -> 1017 bytes
 mate/24x24/devices/phone.png                       |  Bin 1024 -> 1310 bytes
 mate/24x24/devices/printer-network.png             |  Bin 1560 -> 1347 bytes
 mate/24x24/devices/printer.png                     |  Bin 1148 -> 1261 bytes
 mate/24x24/devices/scanner.png                     |  Bin 1196 -> 1359 bytes
 .../24x24/devices/uninterruptible-power-supply.png |  Bin 1219 -> 1206 bytes
 mate/24x24/devices/video-display.png               |  Bin 1118 -> 1228 bytes
 mate/256x256/Makefile.am                           |    4 +
 mate/256x256/apps/Makefile.am                      |  171 +-
 mate/256x256/apps/accessories-calculator.png       |  Bin 36891 -> 43664 bytes
 mate/256x256/apps/accessories-character-map.png    |  Bin 16343 -> 24894 bytes
 mate/256x256/apps/accessories-dictionary.png       |  Bin 45334 -> 49034 bytes
 mate/256x256/apps/accessories-text-editor.png      |  Bin 34900 -> 49804 bytes
 mate/256x256/apps/applets-screenshooter.png        |  Bin 36475 -> 39852 bytes
 mate/256x256/apps/multimedia-volume-control.png    |  Bin 0 -> 38461 bytes
 .../apps/preferences-desktop-accessibility.png     |  Bin 31782 -> 30730 bytes
 mate/256x256/apps/preferences-desktop-display.png  |  Bin 32181 -> 34344 bytes
 mate/256x256/apps/preferences-desktop-font.png     |  Bin 17189 -> 27062 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |  Bin 18774 -> 27902 bytes
 mate/256x256/apps/preferences-desktop-keyboard.png |  Bin 26738 -> 27385 bytes
 mate/256x256/apps/preferences-desktop-locale.png   |  Bin 38272 -> 42040 bytes
 .../apps/preferences-desktop-remote-desktop.png    |  Bin 26843 -> 29366 bytes
 .../apps/preferences-desktop-screensaver.png       |  Bin 27874 -> 27676 bytes
 mate/256x256/apps/preferences-desktop-theme.png    |  Bin 31647 -> 37371 bytes
 .../256x256/apps/preferences-desktop-wallpaper.png |  Bin 23523 -> 28842 bytes
 .../apps/preferences-system-notifications.png      |  Bin 0 -> 37076 bytes
 mate/256x256/apps/preferences-system-privacy.png   |  Bin 0 -> 17989 bytes
 mate/256x256/apps/preferences-system-search.png    |  Bin 0 -> 16645 bytes
 mate/256x256/apps/preferences-system-sharing.png   |  Bin 0 -> 21808 bytes
 mate/256x256/apps/system-file-manager.png          |  Bin 22468 -> 28025 bytes
 mate/256x256/apps/system-software-install.png      |  Bin 28264 -> 30061 bytes
 mate/256x256/apps/system-software-update.png       |  Bin 35544 -> 37421 bytes
 mate/256x256/apps/system-users.png                 |  Bin 39231 -> 26737 bytes
 mate/256x256/apps/user-info.png                    |  Bin 30516 -> 31565 bytes
 mate/256x256/apps/utilities-system-monitor.png     |  Bin 29184 -> 28493 bytes
 mate/256x256/apps/utilities-terminal.png           |  Bin 24343 -> 23539 bytes
 mate/256x256/apps/web-browser.png                  |  Bin 53300 -> 55130 bytes
 mate/256x256/categories/Makefile.am                |   47 +
 mate/256x256/categories/applications-graphics.png  |  Bin 51499 -> 49229 bytes
 mate/256x256/categories/applications-internet.png  |  Bin 48456 -> 50028 bytes
 mate/256x256/categories/applications-office.png    |  Bin 34945 -> 37900 bytes
 mate/256x256/categories/applications-system.png    |  Bin 20460 -> 21390 bytes
 .../categories/preferences-system-network.png      |  Bin 50518 -> 51227 bytes
 mate/256x256/categories/preferences-system.png     |  Bin 34273 -> 39054 bytes
 mate/256x256/devices/Makefile.am                   |  190 ++
 mate/256x256/devices/ac-adapter.png                |  Bin 35206 -> 36687 bytes
 mate/256x256/devices/audio-headphones.png          |  Bin 0 -> 22879 bytes
 mate/256x256/devices/audio-headset.png             |  Bin 0 -> 27340 bytes
 mate/256x256/devices/audio-input-microphone.png    |  Bin 35558 -> 40236 bytes
 mate/256x256/devices/audio-speakers.png            |  Bin 0 -> 59120 bytes
 mate/256x256/devices/battery.png                   |  Bin 11276 -> 11974 bytes
 mate/256x256/devices/camera-photo.png              |  Bin 35484 -> 39712 bytes
 mate/256x256/devices/camera-video.png              |  Bin 0 -> 28276 bytes
 mate/256x256/devices/camera-web.png                |  Bin 0 -> 32478 bytes
 mate/256x256/devices/computer.png                  |  Bin 37416 -> 39015 bytes
 mate/256x256/devices/drive-harddisk.png            |  Bin 27782 -> 20735 bytes
 mate/256x256/devices/drive-multidisk.png           |  Bin 0 -> 35551 bytes
 mate/256x256/devices/drive-optical.png             |  Bin 22541 -> 24615 bytes
 mate/256x256/devices/drive-removable-media.png     |  Bin 12158 -> 12942 bytes
 mate/256x256/devices/input-dialpad.png             |  Bin 0 -> 30630 bytes
 mate/256x256/devices/input-gaming.png              |  Bin 0 -> 24759 bytes
 mate/256x256/devices/input-keyboard.png            |  Bin 15163 -> 15869 bytes
 mate/256x256/devices/input-mouse.png               |  Bin 0 -> 26211 bytes
 mate/256x256/devices/input-tablet.png              |  Bin 0 -> 23222 bytes
 mate/256x256/devices/media-flash.png               |  Bin 53447 -> 53074 bytes
 mate/256x256/devices/media-floppy.png              |  Bin 0 -> 34953 bytes
 mate/256x256/devices/media-optical.png             |  Bin 49992 -> 57136 bytes
 mate/256x256/devices/media-removable.png           |  Bin 0 -> 37891 bytes
 mate/256x256/devices/multimedia-player.png         |  Bin 21179 -> 21950 bytes
 mate/256x256/devices/phone.png                     |  Bin 0 -> 19039 bytes
 mate/256x256/devices/printer-network.png           |  Bin 0 -> 18582 bytes
 mate/256x256/devices/printer.png                   |  Bin 15592 -> 16092 bytes
 mate/256x256/devices/scanner.png                   |  Bin 0 -> 22619 bytes
 .../devices/uninterruptible-power-supply.png       |  Bin 0 -> 12264 bytes
 mate/256x256/devices/video-display.png             |  Bin 24708 -> 26375 bytes
 mate/32x32/Makefile.am                             |    4 +
 mate/32x32/apps/Makefile.am                        |  183 +-
 mate/32x32/apps/accessories-calculator.png         |  Bin 1343 -> 1175 bytes
 mate/32x32/apps/accessories-character-map.png      |  Bin 1599 -> 1522 bytes
 mate/32x32/apps/accessories-dictionary.png         |  Bin 1699 -> 1617 bytes
 mate/32x32/apps/accessories-text-editor.png        |  Bin 1759 -> 1705 bytes
 mate/32x32/apps/applets-screenshooter.png          |  Bin 2025 -> 2035 bytes
 mate/32x32/apps/logviewer.png                      |  Bin 1528 -> 1632 bytes
 mate/32x32/apps/multimedia-volume-control.png      |  Bin 1417 -> 1782 bytes
 .../apps/preferences-desktop-accessibility.png     |  Bin 2341 -> 2314 bytes
 mate/32x32/apps/preferences-desktop-display.png    |  Bin 2181 -> 2070 bytes
 mate/32x32/apps/preferences-desktop-font.png       |  Bin 1457 -> 1494 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |  Bin 1335 -> 1396 bytes
 mate/32x32/apps/preferences-desktop-keyboard.png   |  Bin 1454 -> 1571 bytes
 mate/32x32/apps/preferences-desktop-locale.png     |  Bin 2019 -> 1870 bytes
 .../apps/preferences-desktop-remote-desktop.png    |  Bin 1715 -> 1618 bytes
 .../32x32/apps/preferences-desktop-screensaver.png |  Bin 2040 -> 1907 bytes
 mate/32x32/apps/preferences-desktop-theme.png      |  Bin 1742 -> 1823 bytes
 mate/32x32/apps/preferences-desktop-wallpaper.png  |  Bin 1924 -> 1920 bytes
 .../apps/preferences-system-notifications.png      |  Bin 1659 -> 1824 bytes
 mate/32x32/apps/preferences-system-privacy.png     |  Bin 2046 -> 1039 bytes
 mate/32x32/apps/preferences-system-search.png      |  Bin 1525 -> 1398 bytes
 mate/32x32/apps/preferences-system-sharing.png     |  Bin 1983 -> 1834 bytes
 mate/32x32/apps/preferences-system-windows.png     |  Bin 684 -> 593 bytes
 mate/32x32/apps/system-file-manager.png            |  Bin 1602 -> 1426 bytes
 mate/32x32/apps/system-software-install.png        |  Bin 1731 -> 1511 bytes
 mate/32x32/apps/system-software-update.png         |  Bin 2073 -> 1963 bytes
 mate/32x32/apps/system-users.png                   |  Bin 1444 -> 1911 bytes
 mate/32x32/apps/user-info.png                      |  Bin 2182 -> 2101 bytes
 mate/32x32/apps/utilities-system-monitor.png       |  Bin 1693 -> 1503 bytes
 mate/32x32/apps/utilities-terminal.png             |  Bin 1490 -> 1300 bytes
 mate/32x32/apps/web-browser.png                    |  Bin 2740 -> 2566 bytes
 mate/32x32/categories/Makefile.am                  |  119 +
 mate/32x32/categories/applications-accessories.png |  Bin 2292 -> 2211 bytes
 mate/32x32/categories/applications-development.png |  Bin 1159 -> 1209 bytes
 mate/32x32/categories/applications-engineering.png |  Bin 1392 -> 1531 bytes
 mate/32x32/categories/applications-games.png       |  Bin 1357 -> 1267 bytes
 mate/32x32/categories/applications-graphics.png    |  Bin 2532 -> 2456 bytes
 mate/32x32/categories/applications-internet.png    |  Bin 2654 -> 2520 bytes
 mate/32x32/categories/applications-multimedia.png  |  Bin 1692 -> 1857 bytes
 mate/32x32/categories/applications-office.png      |  Bin 2064 -> 1990 bytes
 mate/32x32/categories/applications-other.png       |  Bin 1898 -> 1832 bytes
 mate/32x32/categories/applications-science.png     |  Bin 2566 -> 2467 bytes
 mate/32x32/categories/applications-system.png      |  Bin 2308 -> 2509 bytes
 mate/32x32/categories/applications-utilities.png   |  Bin 2245 -> 2481 bytes
 .../categories/preferences-desktop-peripherals.png |  Bin 1837 -> 1904 bytes
 .../categories/preferences-desktop-personal.png    |  Bin 1579 -> 1630 bytes
 mate/32x32/categories/preferences-desktop.png      |  Bin 1390 -> 1393 bytes
 mate/32x32/categories/preferences-other.png        |  Bin 2354 -> 2301 bytes
 .../categories/preferences-system-network.png      |  Bin 2220 -> 1533 bytes
 mate/32x32/categories/preferences-system.png       |  Bin 2138 -> 2370 bytes
 mate/32x32/devices/Makefile.am                     |  239 ++
 mate/32x32/devices/ac-adapter.png                  |  Bin 2037 -> 1934 bytes
 mate/32x32/devices/audio-card.png                  |  Bin 2006 -> 1853 bytes
 mate/32x32/devices/audio-headphones.png            |  Bin 1969 -> 1962 bytes
 mate/32x32/devices/audio-headset.png               |  Bin 1530 -> 1469 bytes
 mate/32x32/devices/audio-input-microphone.png      |  Bin 1839 -> 1895 bytes
 mate/32x32/devices/audio-speakers.png              |  Bin 2388 -> 2205 bytes
 mate/32x32/devices/battery.png                     |  Bin 1042 -> 1013 bytes
 mate/32x32/devices/camera-photo.png                |  Bin 1950 -> 1925 bytes
 mate/32x32/devices/camera-video.png                |  Bin 1969 -> 1925 bytes
 mate/32x32/devices/camera-web.png                  |  Bin 2067 -> 2160 bytes
 mate/32x32/devices/computer.png                    |  Bin 2012 -> 1839 bytes
 mate/32x32/devices/drive-harddisk.png              |  Bin 1519 -> 1532 bytes
 mate/32x32/devices/drive-multidisk.png             |  Bin 2195 -> 2039 bytes
 mate/32x32/devices/drive-optical.png               |  Bin 1528 -> 1459 bytes
 mate/32x32/devices/drive-removable-media.png       |  Bin 1052 -> 1416 bytes
 mate/32x32/devices/input-dialpad.png               |  Bin 1544 -> 1464 bytes
 mate/32x32/devices/input-gaming.png                |  Bin 1573 -> 1709 bytes
 mate/32x32/devices/input-keyboard.png              |  Bin 972 -> 1024 bytes
 mate/32x32/devices/input-mouse.png                 |  Bin 1776 -> 1661 bytes
 mate/32x32/devices/input-tablet.png                |  Bin 2338 -> 1657 bytes
 mate/32x32/devices/input-touchpad.png              |  Bin 1421 -> 1452 bytes
 mate/32x32/devices/media-flash.png                 |  Bin 1547 -> 1463 bytes
 mate/32x32/devices/media-floppy.png                |  Bin 1238 -> 1193 bytes
 mate/32x32/devices/media-optical.png               |  Bin 2291 -> 2255 bytes
 mate/32x32/devices/media-removable.png             |  Bin 1554 -> 1492 bytes
 mate/32x32/devices/media-tape.png                  |  Bin 1317 -> 1212 bytes
 mate/32x32/devices/modem.png                       |  Bin 2212 -> 2139 bytes
 mate/32x32/devices/multimedia-player.png           |  Bin 1186 -> 1425 bytes
 mate/32x32/devices/network-vpn.png                 |  Bin 1419 -> 1267 bytes
 mate/32x32/devices/network-wired.png               |  Bin 1632 -> 1589 bytes
 mate/32x32/devices/network-wireless.png            |  Bin 2834 -> 2906 bytes
 mate/32x32/devices/pda.png                         |  Bin 1059 -> 1197 bytes
 mate/32x32/devices/phone.png                       |  Bin 1369 -> 1412 bytes
 mate/32x32/devices/printer-network.png             |  Bin 2160 -> 1844 bytes
 mate/32x32/devices/printer.png                     |  Bin 1557 -> 1385 bytes
 mate/32x32/devices/scanner.png                     |  Bin 1714 -> 1779 bytes
 .../32x32/devices/uninterruptible-power-supply.png |  Bin 1588 -> 1307 bytes
 mate/32x32/devices/video-display.png               |  Bin 1679 -> 1577 bytes
 mate/48x48/Makefile.am                             |    4 +
 mate/48x48/apps/Makefile.am                        |  183 +-
 mate/48x48/apps/accessories-calculator.png         |  Bin 2473 -> 2431 bytes
 mate/48x48/apps/accessories-character-map.png      |  Bin 2319 -> 2241 bytes
 mate/48x48/apps/accessories-dictionary.png         |  Bin 2869 -> 2966 bytes
 mate/48x48/apps/accessories-text-editor.png        |  Bin 2660 -> 2632 bytes
 mate/48x48/apps/applets-screenshooter.png          |  Bin 3015 -> 3035 bytes
 mate/48x48/apps/logviewer.png                      |  Bin 2449 -> 2739 bytes
 mate/48x48/apps/multimedia-volume-control.png      |  Bin 2479 -> 3364 bytes
 .../apps/preferences-desktop-accessibility.png     |  Bin 3714 -> 3767 bytes
 mate/48x48/apps/preferences-desktop-display.png    |  Bin 3339 -> 3158 bytes
 mate/48x48/apps/preferences-desktop-font.png       |  Bin 2147 -> 2249 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |  Bin 2667 -> 2701 bytes
 mate/48x48/apps/preferences-desktop-keyboard.png   |  Bin 2183 -> 2350 bytes
 mate/48x48/apps/preferences-desktop-locale.png     |  Bin 3075 -> 2957 bytes
 .../apps/preferences-desktop-remote-desktop.png    |  Bin 2706 -> 2600 bytes
 .../48x48/apps/preferences-desktop-screensaver.png |  Bin 3154 -> 2995 bytes
 mate/48x48/apps/preferences-desktop-theme.png      |  Bin 3118 -> 3309 bytes
 mate/48x48/apps/preferences-desktop-wallpaper.png  |  Bin 2654 -> 2719 bytes
 .../apps/preferences-system-notifications.png      |  Bin 2322 -> 2735 bytes
 mate/48x48/apps/preferences-system-privacy.png     |  Bin 3059 -> 1559 bytes
 mate/48x48/apps/preferences-system-search.png      |  Bin 2352 -> 2181 bytes
 mate/48x48/apps/preferences-system-sharing.png     |  Bin 3015 -> 2825 bytes
 mate/48x48/apps/preferences-system-windows.png     |  Bin 846 -> 786 bytes
 mate/48x48/apps/system-file-manager.png            |  Bin 2061 -> 2524 bytes
 mate/48x48/apps/system-software-install.png        |  Bin 2232 -> 2028 bytes
 mate/48x48/apps/system-software-update.png         |  Bin 2605 -> 2422 bytes
 mate/48x48/apps/system-users.png                   |  Bin 3891 -> 3107 bytes
 mate/48x48/apps/user-info.png                      |  Bin 3607 -> 3514 bytes
 mate/48x48/apps/utilities-system-monitor.png       |  Bin 2710 -> 2520 bytes
 mate/48x48/apps/utilities-terminal.png             |  Bin 2547 -> 2349 bytes
 mate/48x48/apps/web-browser.png                    |  Bin 4992 -> 4855 bytes
 mate/48x48/categories/Makefile.am                  |  119 +
 mate/48x48/categories/applications-accessories.png |  Bin 3743 -> 3396 bytes
 mate/48x48/categories/applications-development.png |  Bin 1556 -> 1491 bytes
 mate/48x48/categories/applications-engineering.png |  Bin 3105 -> 2919 bytes
 mate/48x48/categories/applications-games.png       |  Bin 2040 -> 1909 bytes
 mate/48x48/categories/applications-graphics.png    |  Bin 4381 -> 4354 bytes
 mate/48x48/categories/applications-internet.png    |  Bin 4680 -> 4545 bytes
 mate/48x48/categories/applications-multimedia.png  |  Bin 2448 -> 2824 bytes
 mate/48x48/categories/applications-office.png      |  Bin 3608 -> 3596 bytes
 mate/48x48/categories/applications-other.png       |  Bin 2764 -> 2699 bytes
 mate/48x48/categories/applications-science.png     |  Bin 4577 -> 4411 bytes
 mate/48x48/categories/applications-system.png      |  Bin 3937 -> 4237 bytes
 mate/48x48/categories/applications-utilities.png   |  Bin 3604 -> 4103 bytes
 .../categories/preferences-desktop-peripherals.png |  Bin 3034 -> 3157 bytes
 .../categories/preferences-desktop-personal.png    |  Bin 2180 -> 2273 bytes
 mate/48x48/categories/preferences-desktop.png      |  Bin 2083 -> 2012 bytes
 mate/48x48/categories/preferences-other.png        |  Bin 3769 -> 3706 bytes
 .../categories/preferences-system-network.png      |  Bin 3719 -> 2897 bytes
 mate/48x48/categories/preferences-system.png       |  Bin 3373 -> 3844 bytes
 mate/48x48/devices/Makefile.am                     |  239 ++
 mate/48x48/devices/ac-adapter.png                  |  Bin 3368 -> 3166 bytes
 mate/48x48/devices/audio-card.png                  |  Bin 3020 -> 2893 bytes
 mate/48x48/devices/audio-headphones.png            |  Bin 3166 -> 3142 bytes
 mate/48x48/devices/audio-headset.png               |  Bin 2780 -> 2779 bytes
 mate/48x48/devices/audio-input-microphone.png      |  Bin 3385 -> 3563 bytes
 mate/48x48/devices/audio-speakers.png              |  Bin 3904 -> 3689 bytes
 mate/48x48/devices/battery.png                     |  Bin 1486 -> 1354 bytes
 mate/48x48/devices/camera-photo.png                |  Bin 3378 -> 3509 bytes
 mate/48x48/devices/camera-video.png                |  Bin 2498 -> 2482 bytes
 mate/48x48/devices/camera-web.png                  |  Bin 3352 -> 3332 bytes
 mate/48x48/devices/computer.png                    |  Bin 3328 -> 3223 bytes
 mate/48x48/devices/drive-harddisk.png              |  Bin 2326 -> 2378 bytes
 mate/48x48/devices/drive-multidisk.png             |  Bin 3564 -> 3437 bytes
 mate/48x48/devices/drive-optical.png               |  Bin 2405 -> 2349 bytes
 mate/48x48/devices/drive-removable-media.png       |  Bin 1632 -> 1531 bytes
 mate/48x48/devices/input-dialpad.png               |  Bin 501 -> 474 bytes
 mate/48x48/devices/input-gaming.png                |  Bin 2511 -> 2848 bytes
 mate/48x48/devices/input-keyboard.png              |  Bin 1381 -> 1287 bytes
 mate/48x48/devices/input-mouse.png                 |  Bin 2688 -> 2926 bytes
 mate/48x48/devices/input-tablet.png                |  Bin 2924 -> 2981 bytes
 mate/48x48/devices/input-touchpad.png              |  Bin 1949 -> 1825 bytes
 mate/48x48/devices/media-flash.png                 |  Bin 2919 -> 2793 bytes
 mate/48x48/devices/media-floppy.png                |  Bin 1822 -> 1685 bytes
 mate/48x48/devices/media-optical.png               |  Bin 3997 -> 4028 bytes
 mate/48x48/devices/media-removable.png             |  Bin 2800 -> 2594 bytes
 mate/48x48/devices/media-tape.png                  |  Bin 2195 -> 2162 bytes
 mate/48x48/devices/modem.png                       |  Bin 3019 -> 2916 bytes
 mate/48x48/devices/multimedia-player.png           |  Bin 1824 -> 1671 bytes
 mate/48x48/devices/network-vpn.png                 |  Bin 2586 -> 2426 bytes
 mate/48x48/devices/network-wired.png               |  Bin 3108 -> 3052 bytes
 mate/48x48/devices/network-wireless.png            |  Bin 4747 -> 5014 bytes
 mate/48x48/devices/pda.png                         |  Bin 1728 -> 1682 bytes
 mate/48x48/devices/phone.png                       |  Bin 2352 -> 2614 bytes
 mate/48x48/devices/printer-network.png             |  Bin 3220 -> 2776 bytes
 mate/48x48/devices/printer.png                     |  Bin 2453 -> 2239 bytes
 mate/48x48/devices/scanner.png                     |  Bin 2680 -> 2798 bytes
 .../48x48/devices/uninterruptible-power-supply.png |  Bin 2366 -> 1942 bytes
 mate/48x48/devices/video-display.png               |  Bin 2405 -> 2305 bytes
 mate/Makefile.am                                   |    2 +
 src/accessories-calculator.svg                     | 3144 ++++++++++----------
 src/drive-harddisk.svg                             |  518 ++--
 523 files changed, 4928 insertions(+), 1893 deletions(-)

commit 27ab3d81f72397f74af14dc0146e0689837da806
Author: rbuj <robert.buj@gmail.com>
Date:   Thu Mar 21 20:20:29 2019 +0100

    Update terminal icons for mate theme
    
    icons:
      apps/utilities-terminal
      apps/utilities-system-monitor
    
    clean & build:
      make -C mate clean-png-icons
      make -C mate build-png-icons

 configure.ac                                   |  13 +++++++++++++
 mate/16x16/Makefile.am                         |   9 +++++++++
 mate/16x16/apps/Makefile.am                    |  20 ++++++++++++++++++++
 mate/16x16/apps/utilities-system-monitor.png   | Bin 727 -> 724 bytes
 mate/16x16/apps/utilities-terminal.png         | Bin 689 -> 697 bytes
 mate/22x22/Makefile.am                         |   9 +++++++++
 mate/22x22/apps/Makefile.am                    |  20 ++++++++++++++++++++
 mate/22x22/apps/utilities-system-monitor.png   | Bin 1082 -> 1072 bytes
 mate/22x22/apps/utilities-terminal.png         | Bin 946 -> 945 bytes
 mate/24x24/Makefile.am                         |   9 +++++++++
 mate/24x24/apps/Makefile.am                    |  20 ++++++++++++++++++++
 mate/24x24/apps/utilities-system-monitor.png   | Bin 1227 -> 1228 bytes
 mate/24x24/apps/utilities-terminal.png         | Bin 1092 -> 1140 bytes
 mate/256x256/Makefile.am                       |   9 +++++++++
 mate/256x256/apps/Makefile.am                  |  20 ++++++++++++++++++++
 mate/256x256/apps/utilities-system-monitor.png | Bin 25084 -> 29184 bytes
 mate/256x256/apps/utilities-terminal.png       | Bin 18052 -> 24343 bytes
 mate/32x32/Makefile.am                         |   9 +++++++++
 mate/32x32/apps/Makefile.am                    |  20 ++++++++++++++++++++
 mate/32x32/apps/utilities-system-monitor.png   | Bin 1693 -> 1693 bytes
 mate/32x32/apps/utilities-terminal.png         | Bin 1483 -> 1490 bytes
 mate/48x48/Makefile.am                         |   9 +++++++++
 mate/48x48/apps/Makefile.am                    |  20 ++++++++++++++++++++
 mate/48x48/apps/utilities-system-monitor.png   | Bin 2758 -> 2710 bytes
 mate/48x48/apps/utilities-terminal.png         | Bin 2406 -> 2547 bytes
 mate/Makefile.am                               |  25 +++++++++++++++++++++----
 26 files changed, 208 insertions(+), 4 deletions(-)

commit b42f8c5fc9bfc15ba5f761359ac5233abdecf0ef
Author: raveit65 <mate@raveit.de>
Date:   Wed Mar 13 14:25:44 2019 +0100

    tx: update transifex config

 .tx/config | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit b66e6b66e3d8bb319e13e883694e9d9de61a95fc
Author: raveit65 <mate@raveit.de>
Date:   Sat Feb 23 16:02:55 2019 +0100

    release 1.22.0

 NEWS         | 5 +++++
 configure.ac | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

commit 7685bea422a14e75a8feaae503763a5dae0c68c9
Author: raveit65 <mate@raveit.de>
Date:   Sat Feb 23 16:00:32 2019 +0100

    tx: sync with transifex

 po/LINGUAS |  1 +
 po/gd.po   | 30 ++++++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit d636db665e8f4c4b29d16d63bbc3ee4efa41322c
Author: raveit65 <mate@raveit.de>
Date:   Sat Feb 23 15:56:33 2019 +0100

    tx: update resource for transifex

 mate-icon-theme.pot | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

commit eee2a8bacd72e2538b131b284bb7b336971500d6
Author: raveit65 <mate@raveit.de>
Date:   Wed Feb 20 12:48:44 2019 +0100

    Enable Travis CI for all branches

 .travis.yml | 6 ------
 1 file changed, 6 deletions(-)

commit 3e725298dd69fec1ee161c5a5510b064d22aaced
Author: raveit65 <mate@raveit.de>
Date:   Wed Feb 20 12:01:50 2019 +0100

    Initialize Travis CI support

 .travis.yml | 83 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 83 insertions(+)

commit ac4348ff72b26d566bbff1cd8b170c715b939512
Author: raveit65 <mate@raveit.de>
Date:   Thu Dec 20 12:19:15 2018 +0100

    release 1.21.1

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit 9ef913b712c515e74c30281b8fdfb282f324c576
Author: raveit65 <mate@raveit.de>
Date:   Thu Dec 20 12:16:00 2018 +0100

    tx: sync with transifex

 po/LINGUAS        |  2 ++
 po/af.po          |  5 ++++-
 po/am.po          |  5 ++++-
 po/ar.po          |  5 ++++-
 po/as.po          |  5 ++++-
 po/ast.po         |  6 +++++-
 po/az.po          |  5 ++++-
 po/be.po          |  6 +++++-
 po/bg.po          |  5 ++++-
 po/bn.po          |  5 ++++-
 po/bn_IN.po       |  5 ++++-
 po/br.po          |  5 ++++-
 po/bs.po          |  6 +++++-
 po/ca.po          |  5 ++++-
 po/ca@valencia.po |  5 ++++-
 po/cmn.po         |  5 ++++-
 po/crh.po         |  5 ++++-
 po/cs.po          |  6 +++++-
 po/cy.po          |  5 ++++-
 po/da.po          |  5 ++++-
 po/de.po          |  5 ++++-
 po/dz.po          |  5 ++++-
 po/el.po          |  5 ++++-
 po/en_AU.po       |  5 ++++-
 po/en_CA.po       |  5 ++++-
 po/en_GB.po       |  5 ++++-
 po/eo.po          |  5 ++++-
 po/es.po          |  5 ++++-
 po/es_AR.po       |  6 +++++-
 po/es_CL.po       |  5 ++++-
 po/es_CO.po       |  6 +++++-
 po/es_ES.po       |  5 ++++-
 po/es_MX.po       |  6 +++++-
 po/es_PR.po       |  5 ++++-
 po/et.po          |  5 ++++-
 po/eu.po          |  5 ++++-
 po/fa.po          |  6 +++++-
 po/fi.po          |  5 ++++-
 po/fr.po          |  7 +++++--
 po/fr_CA.po       |  5 ++++-
 po/frp.po         |  5 ++++-
 po/fur.po         |  5 ++++-
 po/fy.po          |  5 ++++-
 po/ga.po          |  5 ++++-
 po/gl.po          |  6 +++++-
 po/gu.po          |  5 ++++-
 po/ha.po          |  5 ++++-
 po/he.po          |  5 ++++-
 po/hi.po          |  5 ++++-
 po/hr.po          |  5 ++++-
 po/hu.po          |  5 ++++-
 po/hy.po          |  5 ++++-
 po/id.po          |  5 ++++-
 po/ig.po          |  5 ++++-
 po/is.po          |  6 +++++-
 po/it.po          |  8 ++++++--
 po/ja.po          |  5 ++++-
 po/jv.po          |  5 ++++-
 po/ka.po          |  5 ++++-
 po/kab.po         | 30 ++++++++++++++++++++++++++++++
 po/kk.po          |  6 +++++-
 po/kn.po          |  5 ++++-
 po/ko.po          |  5 ++++-
 po/ku.po          |  5 ++++-
 po/ku_IQ.po       |  5 ++++-
 po/ky.po          |  5 ++++-
 po/la.po          | 30 ++++++++++++++++++++++++++++++
 po/li.po          |  5 ++++-
 po/lt.po          |  5 ++++-
 po/lv.po          |  5 ++++-
 po/mai.po         |  5 ++++-
 po/mg.po          |  5 ++++-
 po/mk.po          |  5 ++++-
 po/ml.po          |  5 ++++-
 po/mn.po          |  5 ++++-
 po/mr.po          |  5 ++++-
 po/ms.po          |  5 ++++-
 po/nb.po          |  5 ++++-
 po/nds.po         |  5 ++++-
 po/ne.po          |  6 +++++-
 po/nl.po          |  5 ++++-
 po/nn.po          |  5 ++++-
 po/nso.po         |  5 ++++-
 po/oc.po          |  5 ++++-
 po/or.po          |  5 ++++-
 po/pa.po          |  5 ++++-
 po/pl.po          |  5 ++++-
 po/pms.po         |  5 ++++-
 po/ps.po          |  5 ++++-
 po/pt.po          |  5 ++++-
 po/pt_BR.po       |  5 ++++-
 po/ro.po          |  5 ++++-
 po/ru.po          |  5 ++++-
 po/sc.po          |  5 ++++-
 po/si.po          |  5 ++++-
 po/sk.po          |  5 ++++-
 po/sl.po          |  5 ++++-
 po/sq.po          |  6 +++++-
 po/sr.po          |  5 ++++-
 po/sr@latin.po    |  5 ++++-
 po/sv.po          |  5 ++++-
 po/ta.po          |  5 ++++-
 po/te.po          |  5 ++++-
 po/th.po          |  5 ++++-
 po/tk.po          |  5 ++++-
 po/tr.po          |  5 ++++-
 po/ug.po          |  5 ++++-
 po/uk.po          |  5 ++++-
 po/ur.po          |  5 ++++-
 po/uz.po          |  5 ++++-
 po/vi.po          |  5 ++++-
 po/wa.po          |  5 ++++-
 po/xh.po          |  5 ++++-
 po/yo.po          |  5 ++++-
 po/zh_CN.po       |  5 ++++-
 po/zh_HK.po       |  5 ++++-
 po/zh_TW.po       |  5 ++++-
 po/zu.po          |  5 ++++-
 118 files changed, 538 insertions(+), 117 deletions(-)

commit 6c66bdbb596fe94679a15dfe68b613c3534192a8
Merge: 5823371 c66b2d5
Author: raveit65 <mate@raveit.de>
Date:   Sat Nov 24 17:35:34 2018 +0100

    Merge pull request #28 from zhangxianwei8/master
    
    Add video single and joined display symbolic svg icons

commit c66b2d54bcbf45e4971e581848078a9f30fb574a
Author: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
Date:   Sat Nov 24 15:06:47 2018 +0800

    Add video single and joined display symbolic svg icons
    
    Refer to https://github.com/mate-desktop/mate-settings-daemon/pull/250
    
    Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>

 .../devices/video-joined-displays-symbolic.svg     | 38 ++++++++++++++++++++++
 .../devices/video-single-display-symbolic.svg      | 36 ++++++++++++++++++++
 2 files changed, 74 insertions(+)

commit 5823371188b6885b721b0541111b88b81ed9f420
Author: raveit65 <mate@raveit.de>
Date:   Mon Oct 15 16:11:23 2018 +0200

    pre-bump version

 NEWS         | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 2857b967bae555174029dff231f40e888b2a908f
Author: raveit65 <mate@raveit.de>
Date:   Mon Oct 8 20:24:21 2018 +0200

    symlink input-touchpad.svg icon

 mate/scalable/status/input-touchpad.svg | 1 +
 1 file changed, 1 insertion(+)

commit 0ba194a49ce7861ee1bddf587de021dbc02d9850
Author: raveit65 <mate@raveit.de>
Date:   Sun Oct 7 20:20:03 2018 +0200

    add a symlink for bluetooth icon
    
    fixes missing blueberry menu icon in f29

 mate/16x16/apps/bluetooth.png    | 1 +
 mate/22x22/apps/bluetooth.png    | 1 +
 mate/24x24/apps/bluetooth.png    | 1 +
 mate/32x32/apps/bluetooth.png    | 1 +
 mate/48x48/apps/bluetooth.png    | 1 +
 mate/scalable/apps/bluetooth.svg | 1 +
 6 files changed, 6 insertions(+)

commit 932961db50aaea23b953a79e0967385bf66a12ea
Author: raveit65 <mate@raveit.de>
Date:   Sun Oct 7 17:40:30 2018 +0200

    add icons for touchpad

 mate/16x16/status/touchpad-disabled.png            | Bin 0 -> 610 bytes
 mate/16x16/status/touchpad-enabled.png             |   1 +
 mate/22x22/status/touchpad-disabled.png            | Bin 0 -> 957 bytes
 mate/22x22/status/touchpad-enabled.png             |   1 +
 mate/24x24/status/touchpad-disabled.png            | Bin 0 -> 985 bytes
 mate/24x24/status/touchpad-enabled.png             |   1 +
 mate/32x32/status/touchpad-disabled.png            | Bin 0 -> 1610 bytes
 mate/32x32/status/touchpad-enabled.png             |   1 +
 mate/48x48/status/touchpad-disabled.png            | Bin 0 -> 2208 bytes
 mate/48x48/status/touchpad-enabled.png             |   1 +
 mate/scalable/status/touchpad-disabled.svg         | 833 +++++++++++++++++++++
 mate/scalable/status/touchpad-enabled-symbolic.svg |   1 +
 mate/scalable/status/touchpad-enabled.svg          | 581 ++++++++++++++
 13 files changed, 1420 insertions(+)

commit 4bdcceeb5568294e9978a9632af7479d9dab6740
Author: raveit65 <mate@raveit.de>
Date:   Fri Jun 22 14:29:01 2018 +0200

    release 1.21.0

 NEWS | 3 +++
 1 file changed, 3 insertions(+)

commit b4dd6b17e444cb5def3bd496605ef6c2ff576c83
Author: raveit65 <mate@raveit.de>
Date:   Fri Jun 22 14:23:33 2018 +0200

    sync with transifex

 po/LINGUAS        |  12 +++
 po/af.po          |  12 +--
 po/am.po          |   4 +-
 po/ar.po          |  16 ++--
 po/as.po          |  12 +--
 po/ast.po         |  13 ++-
 po/az.po          |  12 +--
 po/be.po          |  13 ++-
 po/bg.po          |   4 +-
 po/bn.po          |  15 ++--
 po/bn_IN.po       |  14 ++--
 po/br.po          |  14 ++--
 po/bs.po          |  12 +--
 po/ca.po          |   4 +-
 po/ca@valencia.po |   4 +-
 po/cmn.po         |  14 ++--
 po/crh.po         |  14 ++--
 po/cs.po          |   6 +-
 po/cy.po          |  13 ++-
 po/da.po          |   4 +-
 po/de.po          |   4 +-
 po/dz.po          |  13 +--
 po/el.po          |   2 +-
 po/en_AU.po       |  13 ++-
 po/en_CA.po       |  12 +--
 po/en_GB.po       |   4 +-
 po/eo.po          |  13 ++-
 po/es.po          |   4 +-
 po/es_AR.po       |  13 +--
 po/es_CL.po       |  12 +--
 po/es_CO.po       |  12 +--
 po/es_ES.po       |  27 +++++++
 po/es_MX.po       |  12 +--
 po/es_PR.po       |  27 +++++++
 po/et.po          |   2 +-
 po/eu.po          |  15 ++--
 po/fa.po          |  17 ++--
 po/fi.po          |   4 +-
 po/fr.po          |   4 +-
 po/fr_CA.po       |  12 +--
 po/frp.po         |  12 +--
 po/fur.po         |  11 +--
 po/fy.po          |  12 +--
 po/ga.po          |  13 ++-
 po/gl.po          |  16 ++--
 po/gu.po          |  15 ++--
 po/ha.po          |  27 +++++++
 po/he.po          |   6 +-
 po/hi.po          |  19 ++---
 po/hr.po          |   4 +-
 po/hu.po          |   4 +-
 po/hy.po          |  14 ++--
 po/id.po          |   4 +-
 po/ig.po          |  27 +++++++
 po/is.po          |  11 +--
 po/it.po          |   6 +-
 po/ja.po          |  12 +--
 po/jv.po          |  13 +--
 po/ka.po          |  16 ++--
 po/kk.po          |  17 ++--
 po/kn.po          |  14 ++--
 po/ko.po          |   4 +-
 po/ku.po          |  27 +++++++
 po/ku_IQ.po       |  12 +--
 po/ky.po          |  12 +--
 po/li.po          | 228 ++++-------------------------------------------------
 po/lt.po          |   6 +-
 po/lv.po          |  14 ++--
 po/mai.po         |  12 +--
 po/mg.po          |  12 +--
 po/mk.po          |  13 ++-
 po/ml.po          |  15 ++--
 po/mn.po          |  13 ++-
 po/mr.po          |  13 ++-
 po/ms.po          |   4 +-
 po/nb.po          |   4 +-
 po/nds.po         |  12 +--
 po/ne.po          |  14 ++--
 po/nl.po          |   4 +-
 po/nn.po          |  13 ++-
 po/nso.po         |  27 +++++++
 po/oc.po          |  12 +--
 po/or.po          |  13 ++-
 po/pa.po          |  14 ++--
 po/pl.po          |   4 +-
 po/pms.po         |  12 +--
 po/ps.po          |  13 +--
 po/pt.po          |   4 +-
 po/pt_BR.po       |   4 +-
 po/ro.po          |  15 ++--
 po/ru.po          |   4 +-
 po/rw.po          |  10 +--
 po/sc.po          |  12 +--
 po/si.po          |  12 +--
 po/sk.po          |   6 +-
 po/sl.po          |  11 +--
 po/sq.po          |  13 ++-
 po/sr.po          |  18 ++---
 po/sr@latin.po    |  13 ++-
 po/sv.po          |   4 +-
 po/ta.po          |  13 ++-
 po/te.po          |  15 ++--
 po/th.po          |  13 ++-
 po/tk.po          |  12 +--
 po/tr.po          |   4 +-
 po/ug.po          |  27 +++++++
 po/uk.po          |  13 +--
 po/ur.po          |  27 +++++++
 po/uz.po          |  12 +--
 po/vi.po          |  13 ++-
 po/wa.po          | 231 ++++--------------------------------------------------
 po/xh.po          |  12 +--
 po/yo.po          |  27 +++++++
 po/zh_CN.po       |   4 +-
 po/zh_HK.po       |  13 ++-
 po/zh_TW.po       |   4 +-
 po/zu.po          |  27 +++++++
 117 files changed, 835 insertions(+), 992 deletions(-)

commit 9d16e1146ebd5c6ffec0b7ac6bb855bc9fdda061
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 14 19:08:34 2018 +0200

    pre-bump version

 NEWS         | 2 ++
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

commit 390509de468c9baf5ccfd7d06b1527d98b886004
Author: raveit65 <mate@raveit.de>
Date:   Fri Mar 23 12:52:28 2018 +0100

    tx: update config with branch specific resoures

 .tx/config | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

commit 50bfa84d97ebb6edaa0f75704d0f4e607deb6e38
Author: raveit65 <mate@raveit.de>
Date:   Sat Mar 17 09:04:21 2018 +0100

    tx: add makepot and .pot files

 makepot             |  5 +++++
 mate-icon-theme.pot | 26 ++++++++++++++++++++++++++
 2 files changed, 31 insertions(+)

commit 899a3e45a1a8f1ba18a715daa54d06ce223bdc89
Author: raveit65 <mate@raveit.de>
Date:   Sun Mar 11 19:27:47 2018 +0100

    transifex: set minimum_perc and type in config file

 .tx/config | 2 ++
 1 file changed, 2 insertions(+)

commit 8acc799aef0b82d17ab7a4d1bd51cd348ac98963
Author: raveit65 <mate@raveit.de>
Date:   Thu Feb 15 16:34:25 2018 +0100

    mate: add audio-volume-off
    
    needed for pnmixer

 mate/16x16/status/audio-volume-off.png   | Bin 0 -> 461 bytes
 mate/22x22/status/audio-volume-off.png   | Bin 0 -> 845 bytes
 mate/24x24/status/audio-volume-off.png   | Bin 0 -> 830 bytes
 mate/256x256/status/audio-volume-off.png | Bin 0 -> 39548 bytes
 mate/32x32/status/audio-volume-off.png   | Bin 0 -> 1778 bytes
 mate/48x48/status/audio-volume-off.png   | Bin 0 -> 2916 bytes
 6 files changed, 0 insertions(+), 0 deletions(-)

commit 0d732885174a6ac047716e83f15a96d26d86ef63
Author: raveit65 <mate@raveit.de>
Date:   Tue Feb 6 20:26:12 2018 +0100

    update News for 1.20 release

 NEWS | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

commit eeda9fa9d7e1b435ef82ee7b3cb03a4cabb9bccf
Author: monsta <monsta@inbox.ru>
Date:   Thu Feb 1 14:56:13 2018 +0300

    po: add missing language to LINGUAS

 po/LINGUAS | 1 +
 1 file changed, 1 insertion(+)

commit 7c5012cedfb5e0b3cff82714120482870e0b8803
Author: monsta <monsta@inbox.ru>
Date:   Thu Feb 1 14:47:16 2018 +0300

    po: drop empty translations
    
    they were never updated and weren't even included in po/LINGUAS
    
    added in https://github.com/mate-desktop/mate-icon-theme/commit/59877fa41a8843a2734fa4a2ea264dbbfd148c10

 po/cv.po      | 26 --------------------------
 po/de_CH.po   | 26 --------------------------
 po/es_419.po  | 26 --------------------------
 po/es_ES.po   | 26 --------------------------
 po/es_PR.po   | 27 ---------------------------
 po/es_US.po   | 26 --------------------------
 po/es_UY.po   | 26 --------------------------
 po/fil.po     | 26 --------------------------
 po/fo.po      | 26 --------------------------
 po/gd.po      | 26 --------------------------
 po/ia.po      | 26 --------------------------
 po/ku.po      | 26 --------------------------
 po/la.po      | 26 --------------------------
 po/nah.po     | 26 --------------------------
 po/nqo.po     | 26 --------------------------
 po/om.po      | 26 --------------------------
 po/sco.po     | 26 --------------------------
 po/so.po      | 26 --------------------------
 po/sw.po      | 26 --------------------------
 po/tg.po      | 26 --------------------------
 po/tl.po      | 26 --------------------------
 po/ts.po      | 26 --------------------------
 po/zh-Hans.po | 26 --------------------------
 23 files changed, 599 deletions(-)

commit 8ea68f3334a3b9959d54ca61f1bf87ded0a70944
Author: monsta <monsta@inbox.ru>
Date:   Thu Feb 1 14:37:34 2018 +0300

    po: drop languages that never were on Transifex
    
    and en_US isn't a translation at all

 po/LINGUAS        |   4 --
 po/be@latin.po    | 189 ------------------------------------------------------
 po/en@shaw.po     |  24 -------
 po/en_US.po       |  27 --------
 po/uz@cyrillic.po |  82 -----------------------
 5 files changed, 326 deletions(-)

commit cc2a4ced235bb7244c4970e36d58d7887e312495
Author: raveit65 <mate@raveit.de>
Date:   Sat Jan 27 17:17:05 2018 +0100

    correct translation headers to fix building
    
    s/PACKAGE VERSION/MATE Desktop Environment/g
    s/charset=CHARSET/charset=UTF-8/g
    
    sadly "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" is left
    
    But compiling works

 po/am.po          | 4 ++--
 po/bg.po          | 4 ++--
 po/ca.po          | 4 ++--
 po/ca@valencia.po | 4 ++--
 po/cs.po          | 4 ++--
 po/da.po          | 4 ++--
 po/de.po          | 4 ++--
 po/el.po          | 4 ++--
 po/en_GB.po       | 4 ++--
 po/es.po          | 4 ++--
 po/et.po          | 4 ++--
 po/fi.po          | 4 ++--
 po/fr.po          | 4 ++--
 po/he.po          | 4 ++--
 po/hr.po          | 4 ++--
 po/hu.po          | 4 ++--
 po/id.po          | 4 ++--
 po/it.po          | 4 ++--
 po/ko.po          | 4 ++--
 po/lt.po          | 4 ++--
 po/ms.po          | 4 ++--
 po/nb.po          | 4 ++--
 po/nl.po          | 4 ++--
 po/pl.po          | 4 ++--
 po/pt.po          | 4 ++--
 po/pt_BR.po       | 4 ++--
 po/ru.po          | 4 ++--
 po/sk.po          | 4 ++--
 po/sv.po          | 4 ++--
 po/tr.po          | 4 ++--
 po/zh_CN.po       | 4 ++--
 po/zh_TW.po       | 4 ++--
 32 files changed, 64 insertions(+), 64 deletions(-)

commit 0972b0aed9ec2110a58a3917c855a41ca30abf8c
Author: raveit65 <mate@raveit.de>
Date:   Sat Jan 27 15:52:10 2018 +0100

    release 1.20

 NEWS         | 4 ++++
 configure.ac | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

commit 5b29da39bb2135d948c5ad9c2eb84c7e70a078bc
Author: raveit65 <mate@raveit.de>
Date:   Sat Jan 27 15:50:02 2018 +0100

    sync with transifex

 po/am.po          | 17 ++++++++---------
 po/bg.po          | 17 ++++++++---------
 po/ca.po          | 17 ++++++++---------
 po/ca@valencia.po | 18 +++++++++---------
 po/cs.po          | 19 ++++++++-----------
 po/da.po          | 20 ++++++++++----------
 po/de.po          | 17 ++++++++---------
 po/el.po          | 21 ++++++++++-----------
 po/en_GB.po       | 16 ++++++++--------
 po/es.po          | 19 ++++++++-----------
 po/et.po          | 20 +++++++++-----------
 po/fi.po          | 18 ++++++++----------
 po/fr.po          | 16 ++++++++--------
 po/he.po          | 19 +++++++++----------
 po/hr.po          | 16 ++++++++--------
 po/hu.po          | 20 +++++++++-----------
 po/id.po          | 18 +++++++++---------
 po/it.po          | 17 +++++++++--------
 po/ko.po          | 16 ++++++++--------
 po/lt.po          | 18 +++++++++---------
 po/ms.po          | 17 ++++++++---------
 po/nb.po          | 17 ++++++++---------
 po/nl.po          | 21 +++++++++------------
 po/pl.po          | 15 ++++++++-------
 po/pt.po          | 19 +++++++++----------
 po/pt_BR.po       | 21 +++++++++------------
 po/ru.po          | 17 ++++++++---------
 po/sk.po          | 20 ++++++++------------
 po/sv.po          | 17 ++++++++---------
 po/tr.po          | 19 +++++++++----------
 po/zh_CN.po       | 20 +++++++++-----------
 po/zh_TW.po       | 20 +++++++++-----------
 32 files changed, 273 insertions(+), 309 deletions(-)

commit 23e816e464a7b9188ff4e43e6a51f339841df947
Author: raveit65 <mate@raveit.de>
Date:   Fri Oct 13 21:08:22 2017 +0200

    release 1.19.0

 NEWS | 6 ++++++
 1 file changed, 6 insertions(+)

commit 5a59256418167a2f7ae8b8c554a080f6e6aa8609
Author: raveit65 <mate@raveit.de>
Date:   Fri Oct 13 21:04:50 2017 +0200

    sync with transifex

 po/af.po          | 2 +-
 po/am.po          | 2 +-
 po/ar.po          | 2 +-
 po/as.po          | 2 +-
 po/ast.po         | 2 +-
 po/az.po          | 2 +-
 po/be.po          | 2 +-
 po/bg.po          | 2 +-
 po/bn.po          | 2 +-
 po/bn_IN.po       | 2 +-
 po/br.po          | 2 +-
 po/bs.po          | 2 +-
 po/ca.po          | 2 +-
 po/ca@valencia.po | 2 +-
 po/cmn.po         | 2 +-
 po/crh.po         | 2 +-
 po/cs.po          | 2 +-
 po/cy.po          | 2 +-
 po/da.po          | 2 +-
 po/de.po          | 2 +-
 po/dz.po          | 2 +-
 po/el.po          | 2 +-
 po/en_AU.po       | 2 +-
 po/en_CA.po       | 2 +-
 po/en_GB.po       | 2 +-
 po/eo.po          | 4 ++--
 po/es.po          | 2 +-
 po/es_CL.po       | 6 +++---
 po/es_CO.po       | 6 +++---
 po/es_MX.po       | 2 +-
 po/es_PR.po       | 2 +-
 po/et.po          | 2 +-
 po/eu.po          | 2 +-
 po/fa.po          | 2 +-
 po/fi.po          | 7 ++++---
 po/fr.po          | 2 +-
 po/fr_CA.po       | 2 +-
 po/frp.po         | 2 +-
 po/fur.po         | 2 +-
 po/fy.po          | 2 +-
 po/ga.po          | 2 +-
 po/gl.po          | 2 +-
 po/gu.po          | 2 +-
 po/he.po          | 2 +-
 po/hi.po          | 2 +-
 po/hr.po          | 2 +-
 po/hu.po          | 2 +-
 po/hy.po          | 2 +-
 po/id.po          | 2 +-
 po/is.po          | 2 +-
 po/it.po          | 2 +-
 po/ja.po          | 2 +-
 po/jv.po          | 2 +-
 po/ka.po          | 2 +-
 po/kk.po          | 2 +-
 po/kn.po          | 2 +-
 po/ko.po          | 2 +-
 po/ku_IQ.po       | 2 +-
 po/ky.po          | 2 +-
 po/lt.po          | 2 +-
 po/lv.po          | 2 +-
 po/mai.po         | 2 +-
 po/mg.po          | 2 +-
 po/mk.po          | 2 +-
 po/ml.po          | 2 +-
 po/mn.po          | 2 +-
 po/mr.po          | 2 +-
 po/ms.po          | 2 +-
 po/nb.po          | 2 +-
 po/nds.po         | 2 +-
 po/ne.po          | 2 +-
 po/nl.po          | 9 +++++----
 po/nn.po          | 2 +-
 po/oc.po          | 2 +-
 po/or.po          | 2 +-
 po/pa.po          | 2 +-
 po/pl.po          | 4 ++--
 po/pms.po         | 2 +-
 po/ps.po          | 2 +-
 po/pt.po          | 4 ++--
 po/pt_BR.po       | 2 +-
 po/ro.po          | 2 +-
 po/ru.po          | 2 +-
 po/sc.po          | 2 +-
 po/si.po          | 2 +-
 po/sk.po          | 2 +-
 po/sl.po          | 2 +-
 po/sq.po          | 2 +-
 po/sr.po          | 2 +-
 po/sr@latin.po    | 2 +-
 po/sv.po          | 2 +-
 po/ta.po          | 2 +-
 po/te.po          | 2 +-
 po/th.po          | 2 +-
 po/tk.po          | 2 +-
 po/tr.po          | 2 +-
 po/uk.po          | 2 +-
 po/uz.po          | 2 +-
 po/vi.po          | 2 +-
 po/xh.po          | 2 +-
 po/zh_CN.po       | 2 +-
 po/zh_HK.po       | 2 +-
 po/zh_TW.po       | 2 +-
 103 files changed, 117 insertions(+), 115 deletions(-)

commit d4890691ccf10e3145b7a0e3f5156b91e02a27f6
Author: raveit65 <mate@raveit.de>
Date:   Tue Jul 18 15:09:55 2017 +0200

    update issue_template

 .github/issue_template.md | 3 +++
 1 file changed, 3 insertions(+)

commit d4b6383a138dcc7803434017bc91ac1694a77cb0
Author: raveit65 <mate@raveit.de>
Date:   Thu Jun 8 19:03:11 2017 +0200

    create issue_template.md

 .github/issue_template.md | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

commit 6187cdd250dc02d3a8cc592be20ea19d0d0fb74f
Author: Piotr Drąg <piotrdrag@gmail.com>
Date:   Sat May 20 17:24:57 2017 +0200

    Restore Polish translation credits from GNOME

 po/gnome-copyrights.txt | 15 ++++++++-------
 1 file changed, 8 insertions(+), 7 deletions(-)

commit 3f47ded4b1115c7c9c92bcaae2a530c34a35b05d
Author: raveit65 <mate@raveit.de>
Date:   Thu Apr 20 07:49:42 2017 +0200

    replace same broken flags

 mate/scalable/animations/af.svg | 4781 ++++++++++++++++-----------------------
 mate/scalable/animations/az.svg |  113 +-
 mate/scalable/animations/ba.svg |  172 +-
 mate/scalable/animations/be.svg |  109 +-
 mate/scalable/animations/bn.svg |  899 ++++----
 mate/scalable/animations/bw.svg |  138 +-
 mate/scalable/animations/cn.svg |  221 +-
 mate/scalable/animations/de.svg |  119 +-
 mate/scalable/animations/ee.svg |  121 +-
 mate/scalable/animations/fi.svg |  237 +-
 mate/scalable/animations/fo.svg |  144 +-
 mate/scalable/animations/gb.svg |  236 +-
 mate/scalable/animations/gn.svg |  148 +-
 mate/scalable/animations/gr.svg |  238 +-
 mate/scalable/animations/kg.svg |  206 +-
 mate/scalable/animations/lv.svg |  172 +-
 mate/scalable/animations/ml.svg |  185 +-
 mate/scalable/animations/nl.svg |  166 +-
 mate/scalable/animations/np.svg |  207 +-
 mate/scalable/animations/ro.svg |  170 +-
 mate/scalable/animations/tz.svg |  214 +-
 mate/scalable/animations/us.svg | 1109 ++-------
 mate/scalable/animations/za.svg |  227 +-
 23 files changed, 4441 insertions(+), 5891 deletions(-)

commit 725bb85a341a2a40ec4bbf6f80366bfc8a047428
Author: raveit65 <mate@raveit.de>
Date:   Thu Apr 20 07:37:21 2017 +0200

    Revert "Revert "add svg iso flags""
    
    This reverts commit 24583c17ba4d9563d701741d8a5ee6109a637ec3.

 .tx/config                                         |     7 +
 AUTHORS                                            |    17 +
 COPYING                                            |     1 +
 ChangeLog                                          |     2 +
 Makefile.am                                        |   127 +
 NEWS                                               |    38 +
 README                                             |    40 +
 TODO                                               |    50 +
 autogen.sh                                         |    25 +
 configure.ac                                       |    69 +
 index.theme.in.in                                  |    24 +
 mate/16x16/actions/address-book-new.png            |   Bin 0 -> 883 bytes
 mate/16x16/actions/application-exit.png            |   Bin 0 -> 781 bytes
 mate/16x16/actions/appointment-new.png             |   Bin 0 -> 1029 bytes
 mate/16x16/actions/bookmark-new.png                |   Bin 0 -> 720 bytes
 mate/16x16/actions/call-start.png                  |   Bin 0 -> 599 bytes
 mate/16x16/actions/call-stop.png                   |   Bin 0 -> 563 bytes
 mate/16x16/actions/contact-new.png                 |   Bin 0 -> 618 bytes
 mate/16x16/actions/dnd-multiple.png                |   Bin 0 -> 869 bytes
 mate/16x16/actions/document-new.png                |   Bin 0 -> 851 bytes
 mate/16x16/actions/document-open-recent.png        |   Bin 0 -> 1017 bytes
 mate/16x16/actions/document-open.png               |   Bin 0 -> 776 bytes
 mate/16x16/actions/document-page-setup.png         |   Bin 0 -> 910 bytes
 mate/16x16/actions/document-print-preview.png      |   Bin 0 -> 889 bytes
 mate/16x16/actions/document-print.png              |   Bin 0 -> 698 bytes
 mate/16x16/actions/document-properties.png         |   Bin 0 -> 927 bytes
 mate/16x16/actions/document-revert-rtl.png         |   Bin 0 -> 951 bytes
 mate/16x16/actions/document-revert.png             |   Bin 0 -> 948 bytes
 mate/16x16/actions/document-save-as.png            |   Bin 0 -> 689 bytes
 mate/16x16/actions/document-save.png               |   Bin 0 -> 660 bytes
 mate/16x16/actions/document-send.png               |   Bin 0 -> 480 bytes
 mate/16x16/actions/edit-clear-all.png              |     1 +
 mate/16x16/actions/edit-clear-rtl.png              |   Bin 0 -> 725 bytes
 mate/16x16/actions/edit-clear.png                  |   Bin 0 -> 739 bytes
 mate/16x16/actions/edit-copy.png                   |   Bin 0 -> 549 bytes
 mate/16x16/actions/edit-cut.png                    |   Bin 0 -> 959 bytes
 mate/16x16/actions/edit-delete.png                 |   Bin 0 -> 1031 bytes
 mate/16x16/actions/edit-find-replace.png           |   Bin 0 -> 1059 bytes
 mate/16x16/actions/edit-find.png                   |   Bin 0 -> 949 bytes
 mate/16x16/actions/edit-paste.png                  |   Bin 0 -> 722 bytes
 mate/16x16/actions/edit-redo-rtl.png               |   Bin 0 -> 656 bytes
 mate/16x16/actions/edit-redo.png                   |   Bin 0 -> 625 bytes
 mate/16x16/actions/edit-select-all.png             |   Bin 0 -> 822 bytes
 mate/16x16/actions/edit-undo-rtl.png               |   Bin 0 -> 642 bytes
 mate/16x16/actions/edit-undo.png                   |   Bin 0 -> 626 bytes
 mate/16x16/actions/find-location.png               |     1 +
 mate/16x16/actions/folder-new.png                  |   Bin 0 -> 836 bytes
 mate/16x16/actions/format-indent-less-rtl.png      |   Bin 0 -> 611 bytes
 mate/16x16/actions/format-indent-less.png          |   Bin 0 -> 577 bytes
 mate/16x16/actions/format-indent-more-rtl.png      |   Bin 0 -> 621 bytes
 mate/16x16/actions/format-indent-more.png          |   Bin 0 -> 593 bytes
 mate/16x16/actions/format-justify-center.png       |   Bin 0 -> 400 bytes
 mate/16x16/actions/format-justify-fill.png         |   Bin 0 -> 393 bytes
 mate/16x16/actions/format-justify-left.png         |   Bin 0 -> 415 bytes
 mate/16x16/actions/format-justify-right.png        |   Bin 0 -> 402 bytes
 mate/16x16/actions/format-text-bold.png            |   Bin 0 -> 799 bytes
 mate/16x16/actions/format-text-direction-ltr.png   |   Bin 0 -> 738 bytes
 mate/16x16/actions/format-text-direction-rtl.png   |   Bin 0 -> 719 bytes
 mate/16x16/actions/format-text-italic.png          |   Bin 0 -> 828 bytes
 mate/16x16/actions/format-text-strikethrough.png   |   Bin 0 -> 637 bytes
 mate/16x16/actions/format-text-underline.png       |   Bin 0 -> 736 bytes
 mate/16x16/actions/go-bottom.png                   |   Bin 0 -> 547 bytes
 mate/16x16/actions/go-down.png                     |   Bin 0 -> 540 bytes
 mate/16x16/actions/go-first-rtl.png                |   Bin 0 -> 709 bytes
 mate/16x16/actions/go-first.png                    |   Bin 0 -> 673 bytes
 mate/16x16/actions/go-home.png                     |   Bin 0 -> 770 bytes
 mate/16x16/actions/go-jump.png                     |   Bin 0 -> 469 bytes
 mate/16x16/actions/go-last-rtl.png                 |   Bin 0 -> 720 bytes
 mate/16x16/actions/go-last.png                     |   Bin 0 -> 673 bytes
 mate/16x16/actions/go-next-rtl.png                 |   Bin 0 -> 677 bytes
 mate/16x16/actions/go-next.png                     |   Bin 0 -> 541 bytes
 mate/16x16/actions/go-previous-rtl.png             |   Bin 0 -> 640 bytes
 mate/16x16/actions/go-previous.png                 |   Bin 0 -> 551 bytes
 mate/16x16/actions/go-top.png                      |   Bin 0 -> 570 bytes
 mate/16x16/actions/go-up.png                       |   Bin 0 -> 468 bytes
 mate/16x16/actions/gtk-dnd-multiple.png            |     1 +
 mate/16x16/actions/help-about.png                  |   Bin 0 -> 669 bytes
 mate/16x16/actions/help-contents.png               |   Bin 0 -> 1052 bytes
 mate/16x16/actions/help-faq.png                    |   Bin 0 -> 805 bytes
 mate/16x16/actions/insert-image.png                |   Bin 0 -> 650 bytes
 mate/16x16/actions/insert-link.png                 |   Bin 0 -> 760 bytes
 mate/16x16/actions/insert-object.png               |   Bin 0 -> 530 bytes
 mate/16x16/actions/insert-text.png                 |   Bin 0 -> 556 bytes
 mate/16x16/actions/list-add.png                    |   Bin 0 -> 520 bytes
 mate/16x16/actions/list-remove.png                 |   Bin 0 -> 333 bytes
 mate/16x16/actions/mail-forward.png                |   Bin 0 -> 454 bytes
 mate/16x16/actions/mail-mark-important.png         |   Bin 0 -> 591 bytes
 mate/16x16/actions/mail-mark-junk.png              |   Bin 0 -> 946 bytes
 mate/16x16/actions/mail-mark-notjunk.png           |   Bin 0 -> 804 bytes
 mate/16x16/actions/mail-mark-read.png              |   Bin 0 -> 876 bytes
 mate/16x16/actions/mail-mark-unread.png            |   Bin 0 -> 782 bytes
 mate/16x16/actions/mail-message-new.png            |   Bin 0 -> 807 bytes
 mate/16x16/actions/mail-reply-all.png              |   Bin 0 -> 573 bytes
 mate/16x16/actions/mail-reply-sender.png           |   Bin 0 -> 456 bytes
 mate/16x16/actions/mail-send-receive.png           |   Bin 0 -> 393 bytes
 mate/16x16/actions/mail-send.png                   |   Bin 0 -> 678 bytes
 mate/16x16/actions/mark-location.png               |   Bin 0 -> 822 bytes
 mate/16x16/actions/media-eject.png                 |   Bin 0 -> 476 bytes
 mate/16x16/actions/media-playback-pause.png        |   Bin 0 -> 398 bytes
 mate/16x16/actions/media-playback-start-rtl.png    |   Bin 0 -> 532 bytes
 mate/16x16/actions/media-playback-start.png        |   Bin 0 -> 520 bytes
 mate/16x16/actions/media-playback-stop.png         |   Bin 0 -> 370 bytes
 mate/16x16/actions/media-record.png                |   Bin 0 -> 551 bytes
 mate/16x16/actions/media-seek-backward-rtl.png     |   Bin 0 -> 518 bytes
 mate/16x16/actions/media-seek-backward.png         |   Bin 0 -> 497 bytes
 mate/16x16/actions/media-seek-forward-rtl.png      |   Bin 0 -> 504 bytes
 mate/16x16/actions/media-seek-forward.png          |   Bin 0 -> 518 bytes
 mate/16x16/actions/media-skip-backward-rtl.png     |   Bin 0 -> 610 bytes
 mate/16x16/actions/media-skip-backward.png         |   Bin 0 -> 555 bytes
 mate/16x16/actions/media-skip-forward-rtl.png      |   Bin 0 -> 555 bytes
 mate/16x16/actions/media-skip-forward.png          |   Bin 0 -> 610 bytes
 mate/16x16/actions/object-flip-horizontal.png      |   Bin 0 -> 579 bytes
 mate/16x16/actions/object-flip-vertical.png        |   Bin 0 -> 539 bytes
 mate/16x16/actions/object-rotate-left.png          |   Bin 0 -> 638 bytes
 mate/16x16/actions/object-rotate-right.png         |   Bin 0 -> 626 bytes
 mate/16x16/actions/open-menu.png                   |   Bin 0 -> 357 bytes
 mate/16x16/actions/process-stop.png                |   Bin 0 -> 551 bytes
 mate/16x16/actions/send-to.png                     |     1 +
 mate/16x16/actions/star-new.png                    |     1 +
 mate/16x16/actions/system-lock-screen.png          |   Bin 0 -> 922 bytes
 mate/16x16/actions/system-log-out.png              |   Bin 0 -> 725 bytes
 mate/16x16/actions/system-run.png                  |   Bin 0 -> 383 bytes
 mate/16x16/actions/system-search.png               |   Bin 0 -> 996 bytes
 mate/16x16/actions/system-shutdown.png             |   Bin 0 -> 547 bytes
 mate/16x16/actions/tab-new.png                     |   Bin 0 -> 723 bytes
 mate/16x16/actions/tools-check-spelling.png        |   Bin 0 -> 642 bytes
 mate/16x16/actions/view-fullscreen.png             |   Bin 0 -> 549 bytes
 mate/16x16/actions/view-refresh.png                |   Bin 0 -> 922 bytes
 mate/16x16/actions/view-restore.png                |   Bin 0 -> 509 bytes
 mate/16x16/actions/view-sort-ascending.png         |   Bin 0 -> 503 bytes
 mate/16x16/actions/view-sort-descending.png        |   Bin 0 -> 489 bytes
 mate/16x16/actions/window-close.png                |   Bin 0 -> 505 bytes
 mate/16x16/actions/window-new.png                  |   Bin 0 -> 528 bytes
 mate/16x16/actions/zoom-fit-best.png               |   Bin 0 -> 629 bytes
 mate/16x16/actions/zoom-in.png                     |   Bin 0 -> 664 bytes
 mate/16x16/actions/zoom-original.png               |   Bin 0 -> 657 bytes
 mate/16x16/actions/zoom-out.png                    |   Bin 0 -> 596 bytes
 mate/16x16/animations/process-working.png          |   Bin 0 -> 2916 bytes
 mate/16x16/apps/accessories-calculator.png         |   Bin 0 -> 500 bytes
 mate/16x16/apps/accessories-character-map.png      |   Bin 0 -> 569 bytes
 mate/16x16/apps/accessories-dictionary.png         |   Bin 0 -> 817 bytes
 mate/16x16/apps/accessories-text-editor.png        |   Bin 0 -> 798 bytes
 mate/16x16/apps/applets-screenshooter.png          |   Bin 0 -> 868 bytes
 mate/16x16/apps/dconf-editor.png                   |   Bin 0 -> 731 bytes
 mate/16x16/apps/gcolor2.png                        |   Bin 0 -> 1049 bytes
 mate/16x16/apps/help-browser.png                   |   Bin 0 -> 1052 bytes
 mate/16x16/apps/logviewer.png                      |   Bin 0 -> 756 bytes
 mate/16x16/apps/mate.png                           |   Bin 0 -> 774 bytes
 mate/16x16/apps/multimedia-volume-control.png      |   Bin 0 -> 457 bytes
 .../apps/preferences-desktop-accessibility.png     |   Bin 0 -> 914 bytes
 .../preferences-desktop-default-applications.png   |   Bin 0 -> 748 bytes
 mate/16x16/apps/preferences-desktop-display.png    |   Bin 0 -> 877 bytes
 mate/16x16/apps/preferences-desktop-font.png       |   Bin 0 -> 680 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |   Bin 0 -> 640 bytes
 mate/16x16/apps/preferences-desktop-keyboard.png   |   Bin 0 -> 763 bytes
 mate/16x16/apps/preferences-desktop-locale.png     |   Bin 0 -> 658 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 749 bytes
 .../16x16/apps/preferences-desktop-screensaver.png |   Bin 0 -> 803 bytes
 mate/16x16/apps/preferences-desktop-theme.png      |   Bin 0 -> 889 bytes
 mate/16x16/apps/preferences-desktop-wallpaper.png  |   Bin 0 -> 811 bytes
 mate/16x16/apps/preferences-system-bluetooth.png   |   Bin 0 -> 725 bytes
 .../apps/preferences-system-notifications.png      |   Bin 0 -> 859 bytes
 mate/16x16/apps/preferences-system-privacy.png     |   Bin 0 -> 804 bytes
 mate/16x16/apps/preferences-system-search.png      |   Bin 0 -> 760 bytes
 mate/16x16/apps/preferences-system-sharing.png     |   Bin 0 -> 908 bytes
 mate/16x16/apps/preferences-system-windows.png     |   Bin 0 -> 418 bytes
 mate/16x16/apps/system-config-keyboard.png         |   Bin 0 -> 941 bytes
 mate/16x16/apps/system-file-manager.png            |   Bin 0 -> 774 bytes
 mate/16x16/apps/system-software-install.png        |   Bin 0 -> 591 bytes
 mate/16x16/apps/system-software-update.png         |   Bin 0 -> 918 bytes
 mate/16x16/apps/system-users.png                   |   Bin 0 -> 840 bytes
 mate/16x16/apps/user-info.png                      |   Bin 0 -> 953 bytes
 mate/16x16/apps/utilities-system-monitor.png       |   Bin 0 -> 727 bytes
 mate/16x16/apps/utilities-terminal.png             |   Bin 0 -> 689 bytes
 mate/16x16/apps/web-browser.png                    |   Bin 0 -> 1120 bytes
 mate/16x16/categories/applications-accessories.png |   Bin 0 -> 1003 bytes
 mate/16x16/categories/applications-development.png |   Bin 0 -> 494 bytes
 mate/16x16/categories/applications-engineering.png |   Bin 0 -> 638 bytes
 mate/16x16/categories/applications-games.png       |   Bin 0 -> 473 bytes
 mate/16x16/categories/applications-graphics.png    |   Bin 0 -> 966 bytes
 mate/16x16/categories/applications-internet.png    |   Bin 0 -> 1097 bytes
 mate/16x16/categories/applications-multimedia.png  |   Bin 0 -> 632 bytes
 mate/16x16/categories/applications-office.png      |   Bin 0 -> 864 bytes
 mate/16x16/categories/applications-other.png       |   Bin 0 -> 796 bytes
 mate/16x16/categories/applications-science.png     |   Bin 0 -> 981 bytes
 mate/16x16/categories/applications-system.png      |   Bin 0 -> 991 bytes
 mate/16x16/categories/applications-utilities.png   |   Bin 0 -> 850 bytes
 .../categories/preferences-desktop-peripherals.png |   Bin 0 -> 585 bytes
 .../categories/preferences-desktop-personal.png    |   Bin 0 -> 438 bytes
 mate/16x16/categories/preferences-desktop.png      |   Bin 0 -> 482 bytes
 mate/16x16/categories/preferences-other.png        |   Bin 0 -> 772 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 860 bytes
 mate/16x16/categories/preferences-system.png       |   Bin 0 -> 1014 bytes
 mate/16x16/categories/system-help.png              |   Bin 0 -> 766 bytes
 mate/16x16/devices/ac-adapter.png                  |   Bin 0 -> 606 bytes
 mate/16x16/devices/audio-card.png                  |   Bin 0 -> 669 bytes
 mate/16x16/devices/audio-headphones.png            |   Bin 0 -> 854 bytes
 mate/16x16/devices/audio-headset.png               |   Bin 0 -> 862 bytes
 mate/16x16/devices/audio-input-microphone.png      |   Bin 0 -> 916 bytes
 mate/16x16/devices/audio-speakers.png              |   Bin 0 -> 1041 bytes
 mate/16x16/devices/battery.png                     |   Bin 0 -> 456 bytes
 mate/16x16/devices/camera-photo.png                |   Bin 0 -> 898 bytes
 mate/16x16/devices/camera-video.png                |   Bin 0 -> 766 bytes
 mate/16x16/devices/camera-web.png                  |   Bin 0 -> 924 bytes
 mate/16x16/devices/computer.png                    |   Bin 0 -> 805 bytes
 mate/16x16/devices/drive-harddisk.png              |   Bin 0 -> 847 bytes
 mate/16x16/devices/drive-multidisk.png             |   Bin 0 -> 780 bytes
 mate/16x16/devices/drive-optical.png               |   Bin 0 -> 764 bytes
 mate/16x16/devices/drive-removable-media.png       |   Bin 0 -> 533 bytes
 mate/16x16/devices/input-dialpad.png               |   Bin 0 -> 737 bytes
 mate/16x16/devices/input-gaming.png                |   Bin 0 -> 817 bytes
 mate/16x16/devices/input-keyboard.png              |   Bin 0 -> 588 bytes
 mate/16x16/devices/input-mouse.png                 |   Bin 0 -> 747 bytes
 mate/16x16/devices/input-tablet.png                |   Bin 0 -> 328 bytes
 mate/16x16/devices/input-touchpad.png              |   Bin 0 -> 622 bytes
 mate/16x16/devices/media-flash.png                 |   Bin 0 -> 478 bytes
 mate/16x16/devices/media-floppy.png                |   Bin 0 -> 678 bytes
 mate/16x16/devices/media-optical.png               |   Bin 0 -> 960 bytes
 mate/16x16/devices/media-removable.png             |   Bin 0 -> 808 bytes
 mate/16x16/devices/media-tape.png                  |   Bin 0 -> 619 bytes
 mate/16x16/devices/modem.png                       |   Bin 0 -> 670 bytes
 mate/16x16/devices/multimedia-player.png           |   Bin 0 -> 295 bytes
 mate/16x16/devices/network-vpn.png                 |   Bin 0 -> 738 bytes
 mate/16x16/devices/network-wired.png               |   Bin 0 -> 703 bytes
 mate/16x16/devices/network-wireless.png            |   Bin 0 -> 1025 bytes
 mate/16x16/devices/pda.png                         |   Bin 0 -> 382 bytes
 mate/16x16/devices/phone.png                       |   Bin 0 -> 597 bytes
 mate/16x16/devices/printer-network.png             |   Bin 0 -> 1070 bytes
 mate/16x16/devices/printer.png                     |   Bin 0 -> 616 bytes
 mate/16x16/devices/scanner.png                     |   Bin 0 -> 655 bytes
 .../16x16/devices/uninterruptible-power-supply.png |   Bin 0 -> 911 bytes
 mate/16x16/devices/video-display.png               |   Bin 0 -> 741 bytes
 mate/16x16/emblems/emblem-default.png              |   Bin 0 -> 974 bytes
 mate/16x16/emblems/emblem-documents.png            |   Bin 0 -> 862 bytes
 mate/16x16/emblems/emblem-downloads.png            |   Bin 0 -> 381 bytes
 mate/16x16/emblems/emblem-favorite.png             |   Bin 0 -> 742 bytes
 mate/16x16/emblems/emblem-generic.png              |   Bin 0 -> 998 bytes
 mate/16x16/emblems/emblem-important.png            |   Bin 0 -> 786 bytes
 mate/16x16/emblems/emblem-mail.png                 |   Bin 0 -> 784 bytes
 mate/16x16/emblems/emblem-new.png                  |   Bin 0 -> 796 bytes
 mate/16x16/emblems/emblem-package.png              |   Bin 0 -> 622 bytes
 mate/16x16/emblems/emblem-photos.png               |   Bin 0 -> 611 bytes
 mate/16x16/emblems/emblem-readonly.png             |   Bin 0 -> 625 bytes
 mate/16x16/emblems/emblem-shared.png               |   Bin 0 -> 669 bytes
 mate/16x16/emblems/emblem-symbolic-link.png        |   Bin 0 -> 659 bytes
 mate/16x16/emblems/emblem-synchronizing.png        |   Bin 0 -> 790 bytes
 mate/16x16/emblems/emblem-system.png               |   Bin 0 -> 660 bytes
 mate/16x16/emblems/emblem-unreadable.png           |   Bin 0 -> 677 bytes
 mate/16x16/emblems/emblem-urgent.png               |   Bin 0 -> 808 bytes
 mate/16x16/emblems/emblem-web.png                  |   Bin 0 -> 973 bytes
 mate/16x16/emotes/emote-love.png                   |   Bin 0 -> 709 bytes
 mate/16x16/emotes/face-angel.png                   |   Bin 0 -> 1060 bytes
 mate/16x16/emotes/face-angry.png                   |   Bin 0 -> 1046 bytes
 mate/16x16/emotes/face-cool.png                    |   Bin 0 -> 1032 bytes
 mate/16x16/emotes/face-crying.png                  |   Bin 0 -> 1085 bytes
 mate/16x16/emotes/face-devilish.png                |   Bin 0 -> 1102 bytes
 mate/16x16/emotes/face-embarrassed.png             |   Bin 0 -> 1067 bytes
 mate/16x16/emotes/face-glasses.png                 |   Bin 0 -> 1114 bytes
 mate/16x16/emotes/face-kiss.png                    |   Bin 0 -> 1074 bytes
 mate/16x16/emotes/face-laugh.png                   |   Bin 0 -> 1075 bytes
 mate/16x16/emotes/face-monkey.png                  |   Bin 0 -> 892 bytes
 mate/16x16/emotes/face-plain.png                   |   Bin 0 -> 1049 bytes
 mate/16x16/emotes/face-raspberry.png               |   Bin 0 -> 1054 bytes
 mate/16x16/emotes/face-sad.png                     |   Bin 0 -> 1057 bytes
 mate/16x16/emotes/face-sick.png                    |   Bin 0 -> 1080 bytes
 mate/16x16/emotes/face-smile-big.png               |   Bin 0 -> 1066 bytes
 mate/16x16/emotes/face-smile.png                   |   Bin 0 -> 1057 bytes
 mate/16x16/emotes/face-smirk.png                   |   Bin 0 -> 1062 bytes
 mate/16x16/emotes/face-surprise.png                |   Bin 0 -> 1069 bytes
 mate/16x16/emotes/face-tired.png                   |   Bin 0 -> 1068 bytes
 mate/16x16/emotes/face-uncertain.png               |   Bin 0 -> 1047 bytes
 mate/16x16/emotes/face-wink.png                    |   Bin 0 -> 1052 bytes
 mate/16x16/emotes/face-worried.png                 |   Bin 0 -> 1043 bytes
 mate/16x16/mimetypes/application-certificate.png   |   Bin 0 -> 644 bytes
 mate/16x16/mimetypes/application-pdf.png           |   Bin 0 -> 708 bytes
 mate/16x16/mimetypes/application-pgp-encrypted.png |   Bin 0 -> 866 bytes
 mate/16x16/mimetypes/application-rss+xml.png       |   Bin 0 -> 857 bytes
 .../application-vnd.openofficeorg.extension.png    |   Bin 0 -> 1085 bytes
 mate/16x16/mimetypes/application-x-addon.png       |   Bin 0 -> 764 bytes
 mate/16x16/mimetypes/application-x-bittorrent.png  |   Bin 0 -> 728 bytes
 mate/16x16/mimetypes/application-x-blender.png     |   Bin 0 -> 1148 bytes
 mate/16x16/mimetypes/application-x-cd-image.png    |   Bin 0 -> 1019 bytes
 mate/16x16/mimetypes/application-x-desktop.png     |   Bin 0 -> 741 bytes
 mate/16x16/mimetypes/application-x-executable.png  |   Bin 0 -> 684 bytes
 mate/16x16/mimetypes/application-x-homebank.png    |   Bin 0 -> 762 bytes
 .../16x16/mimetypes/application-x-java-archive.png |   Bin 0 -> 635 bytes
 mate/16x16/mimetypes/application-x-java.png        |   Bin 0 -> 837 bytes
 mate/16x16/mimetypes/application-x-javascript.png  |     1 +
 mate/16x16/mimetypes/application-x-keepass.png     |   Bin 0 -> 707 bytes
 .../mimetypes/application-x-mono-develop-xib.png   |   Bin 0 -> 995 bytes
 .../mimetypes/application-x-ms-dos-executable.png  |   Bin 0 -> 719 bytes
 .../16x16/mimetypes/application-x-package-list.png |   Bin 0 -> 605 bytes
 mate/16x16/mimetypes/application-x-perl.png        |   Bin 0 -> 863 bytes
 mate/16x16/mimetypes/application-x-php.png         |   Bin 0 -> 920 bytes
 mate/16x16/mimetypes/application-x-planner.png     |   Bin 0 -> 664 bytes
 .../mimetypes/application-x-python-bytecode.png    |   Bin 0 -> 825 bytes
 .../mimetypes/application-x-remote-connection.png  |   Bin 0 -> 821 bytes
 mate/16x16/mimetypes/application-x-ruby.png        |   Bin 0 -> 920 bytes
 mate/16x16/mimetypes/application-x-theme.png       |   Bin 0 -> 735 bytes
 mate/16x16/mimetypes/application-x-vnc.png         |     1 +
 mate/16x16/mimetypes/audio-x-generic.png           |   Bin 0 -> 688 bytes
 mate/16x16/mimetypes/font-x-generic.png            |   Bin 0 -> 974 bytes
 .../16x16/mimetypes/gnome-mime-application-zip.png |     1 +
 mate/16x16/mimetypes/gnome-mime-audio.png          |     1 +
 mate/16x16/mimetypes/gnome-mime-image.png          |     1 +
 mate/16x16/mimetypes/gnome-mime-text.png           |     1 +
 mate/16x16/mimetypes/gnome-mime-video.png          |     1 +
 mate/16x16/mimetypes/gtk-file.png                  |     1 +
 mate/16x16/mimetypes/image-svg+xml-compressed.png  |   Bin 0 -> 653 bytes
 mate/16x16/mimetypes/image-svg+xml.png             |   Bin 0 -> 791 bytes
 mate/16x16/mimetypes/image-x-compressed-xcf.png    |   Bin 0 -> 785 bytes
 mate/16x16/mimetypes/image-x-generic.png           |   Bin 0 -> 672 bytes
 mate/16x16/mimetypes/image-x-xcf.png               |   Bin 0 -> 769 bytes
 .../mimetypes/openofficeorg-drawing-template.png   |     1 +
 mate/16x16/mimetypes/openofficeorg-drawing.png     |     1 +
 mate/16x16/mimetypes/openofficeorg-extension.png   |     1 +
 .../openofficeorg-oasis-drawing-template.png       |     1 +
 .../mimetypes/openofficeorg-oasis-drawing.png      |     1 +
 .../openofficeorg-oasis-presentation-template.png  |     1 +
 .../mimetypes/openofficeorg-oasis-presentation.png |     1 +
 .../openofficeorg-oasis-spreadsheet-template.png   |     1 +
 .../mimetypes/openofficeorg-oasis-spreadsheet.png  |     1 +
 .../openofficeorg-oasis-text-template.png          |     1 +
 mate/16x16/mimetypes/openofficeorg-oasis-text.png  |     1 +
 .../openofficeorg-presentation-template.png        |     1 +
 .../16x16/mimetypes/openofficeorg-presentation.png |     1 +
 .../openofficeorg-spreadsheet-template.png         |     1 +
 mate/16x16/mimetypes/openofficeorg-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg-text-template.png      |     1 +
 mate/16x16/mimetypes/openofficeorg-text.png        |     1 +
 .../mimetypes/openofficeorg3-drawing-template.png  |     1 +
 mate/16x16/mimetypes/openofficeorg3-drawing.png    |     1 +
 mate/16x16/mimetypes/openofficeorg3-extension.png  |     1 +
 .../openofficeorg3-oasis-drawing-template.png      |     1 +
 .../mimetypes/openofficeorg3-oasis-drawing.png     |     1 +
 .../openofficeorg3-oasis-presentation-template.png |     1 +
 .../openofficeorg3-oasis-presentation.png          |     1 +
 .../openofficeorg3-oasis-spreadsheet-template.png  |     1 +
 .../mimetypes/openofficeorg3-oasis-spreadsheet.png |     1 +
 .../openofficeorg3-oasis-text-template.png         |     1 +
 mate/16x16/mimetypes/openofficeorg3-oasis-text.png |     1 +
 .../openofficeorg3-presentation-template.png       |     1 +
 .../mimetypes/openofficeorg3-presentation.png      |     1 +
 .../openofficeorg3-spreadsheet-template.png        |     1 +
 .../16x16/mimetypes/openofficeorg3-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg3-text-template.png     |     1 +
 mate/16x16/mimetypes/openofficeorg3-text.png       |     1 +
 mate/16x16/mimetypes/package-x-generic.png         |   Bin 0 -> 521 bytes
 mate/16x16/mimetypes/text-css.png                  |   Bin 0 -> 878 bytes
 mate/16x16/mimetypes/text-csv.png                  |     1 +
 mate/16x16/mimetypes/text-html.png                 |   Bin 0 -> 875 bytes
 mate/16x16/mimetypes/text-x-apport.png             |   Bin 0 -> 865 bytes
 mate/16x16/mimetypes/text-x-authors.png            |   Bin 0 -> 758 bytes
 mate/16x16/mimetypes/text-x-boo.png                |   Bin 0 -> 852 bytes
 mate/16x16/mimetypes/text-x-c++hdr.png             |     1 +
 mate/16x16/mimetypes/text-x-c++src.png             |     1 +
 mate/16x16/mimetypes/text-x-changelog.png          |   Bin 0 -> 796 bytes
 mate/16x16/mimetypes/text-x-chdr.png               |     1 +
 mate/16x16/mimetypes/text-x-copying.png            |   Bin 0 -> 833 bytes
 mate/16x16/mimetypes/text-x-csharp.png             |     1 +
 mate/16x16/mimetypes/text-x-csrc.png               |   Bin 0 -> 917 bytes
 mate/16x16/mimetypes/text-x-generic-template.png   |   Bin 0 -> 834 bytes
 mate/16x16/mimetypes/text-x-generic.png            |   Bin 0 -> 778 bytes
 mate/16x16/mimetypes/text-x-install.png            |   Bin 0 -> 852 bytes
 mate/16x16/mimetypes/text-x-java.png               |   Bin 0 -> 877 bytes
 mate/16x16/mimetypes/text-x-log.png                |   Bin 0 -> 426 bytes
 mate/16x16/mimetypes/text-x-makefile.png           |   Bin 0 -> 805 bytes
 mate/16x16/mimetypes/text-x-opml+xml.png           |   Bin 0 -> 897 bytes
 mate/16x16/mimetypes/text-x-patch.png              |   Bin 0 -> 703 bytes
 mate/16x16/mimetypes/text-x-preview.png            |   Bin 0 -> 741 bytes
 mate/16x16/mimetypes/text-x-python.png             |   Bin 0 -> 902 bytes
 mate/16x16/mimetypes/text-x-readme.png             |   Bin 0 -> 855 bytes
 mate/16x16/mimetypes/text-x-script.png             |   Bin 0 -> 913 bytes
 mate/16x16/mimetypes/video-x-generic.png           |   Bin 0 -> 949 bytes
 mate/16x16/mimetypes/x-firmware.png                |   Bin 0 -> 727 bytes
 mate/16x16/mimetypes/x-office-address-book.png     |   Bin 0 -> 838 bytes
 mate/16x16/mimetypes/x-office-calendar.png         |   Bin 0 -> 570 bytes
 .../16x16/mimetypes/x-office-document-template.png |   Bin 0 -> 949 bytes
 mate/16x16/mimetypes/x-office-document.png         |   Bin 0 -> 831 bytes
 mate/16x16/mimetypes/x-office-drawing-template.png |   Bin 0 -> 1043 bytes
 mate/16x16/mimetypes/x-office-drawing.png          |   Bin 0 -> 938 bytes
 .../mimetypes/x-office-presentation-template.png   |   Bin 0 -> 878 bytes
 mate/16x16/mimetypes/x-office-presentation.png     |   Bin 0 -> 712 bytes
 .../mimetypes/x-office-spreadsheet-template.png    |   Bin 0 -> 981 bytes
 mate/16x16/mimetypes/x-office-spreadsheet.png      |   Bin 0 -> 857 bytes
 mate/16x16/mimetypes/x-package-repository.png      |   Bin 0 -> 985 bytes
 mate/16x16/places/folder-documents.png             |   Bin 0 -> 822 bytes
 mate/16x16/places/folder-download.png              |   Bin 0 -> 798 bytes
 mate/16x16/places/folder-music.png                 |   Bin 0 -> 811 bytes
 mate/16x16/places/folder-pictures.png              |   Bin 0 -> 898 bytes
 mate/16x16/places/folder-publicshare.png           |   Bin 0 -> 797 bytes
 mate/16x16/places/folder-remote.png                |   Bin 0 -> 743 bytes
 mate/16x16/places/folder-saved-search.png          |   Bin 0 -> 828 bytes
 mate/16x16/places/folder-templates.png             |   Bin 0 -> 772 bytes
 mate/16x16/places/folder-videos.png                |   Bin 0 -> 785 bytes
 mate/16x16/places/folder.png                       |   Bin 0 -> 658 bytes
 mate/16x16/places/network-server.png               |   Bin 0 -> 832 bytes
 mate/16x16/places/network-workgroup.png            |   Bin 0 -> 720 bytes
 mate/16x16/places/start-here.png                   |   Bin 0 -> 774 bytes
 mate/16x16/places/user-bookmarks.png               |   Bin 0 -> 863 bytes
 mate/16x16/places/user-desktop.png                 |   Bin 0 -> 854 bytes
 mate/16x16/places/user-home.png                    |   Bin 0 -> 875 bytes
 mate/16x16/places/user-trash.png                   |   Bin 0 -> 997 bytes
 mate/16x16/status/appointment-missed.png           |   Bin 0 -> 1007 bytes
 mate/16x16/status/appointment-soon.png             |   Bin 0 -> 915 bytes
 mate/16x16/status/audio-volume-high.png            |   Bin 0 -> 906 bytes
 mate/16x16/status/audio-volume-low.png             |   Bin 0 -> 577 bytes
 mate/16x16/status/audio-volume-medium.png          |   Bin 0 -> 714 bytes
 mate/16x16/status/audio-volume-muted.png           |   Bin 0 -> 711 bytes
 mate/16x16/status/avatar-default.png               |   Bin 0 -> 846 bytes
 mate/16x16/status/battery-caution-charging.png     |   Bin 0 -> 857 bytes
 mate/16x16/status/battery-caution.png              |   Bin 0 -> 728 bytes
 mate/16x16/status/battery-empty.png                |   Bin 0 -> 479 bytes
 mate/16x16/status/battery-full-charged.png         |   Bin 0 -> 729 bytes
 mate/16x16/status/battery-full-charging.png        |   Bin 0 -> 848 bytes
 mate/16x16/status/battery-full.png                 |   Bin 0 -> 472 bytes
 mate/16x16/status/battery-good-charging.png        |   Bin 0 -> 839 bytes
 mate/16x16/status/battery-good.png                 |   Bin 0 -> 477 bytes
 mate/16x16/status/battery-low-charging.png         |   Bin 0 -> 940 bytes
 mate/16x16/status/battery-low.png                  |   Bin 0 -> 496 bytes
 mate/16x16/status/battery-missing.png              |   Bin 0 -> 635 bytes
 mate/16x16/status/changes-allow.png                |   Bin 0 -> 786 bytes
 mate/16x16/status/changes-prevent.png              |   Bin 0 -> 845 bytes
 mate/16x16/status/computer-fail.png                |   Bin 0 -> 867 bytes
 mate/16x16/status/dialog-error.png                 |   Bin 0 -> 747 bytes
 mate/16x16/status/dialog-information.png           |   Bin 0 -> 813 bytes
 mate/16x16/status/dialog-password.png              |   Bin 0 -> 771 bytes
 mate/16x16/status/dialog-question.png              |   Bin 0 -> 644 bytes
 mate/16x16/status/dialog-warning.png               |   Bin 0 -> 683 bytes
 mate/16x16/status/folder-drag-accept.png           |   Bin 0 -> 674 bytes
 mate/16x16/status/folder-open.png                  |   Bin 0 -> 722 bytes
 mate/16x16/status/folder-visiting.png              |   Bin 0 -> 819 bytes
 mate/16x16/status/image-loading.png                |   Bin 0 -> 1039 bytes
 mate/16x16/status/image-missing.png                |   Bin 0 -> 576 bytes
 mate/16x16/status/mail-attachment.png              |   Bin 0 -> 648 bytes
 mate/16x16/status/mail-read.png                    |   Bin 0 -> 621 bytes
 mate/16x16/status/mail-replied.png                 |   Bin 0 -> 819 bytes
 mate/16x16/status/mail-signed-verified.png         |   Bin 0 -> 823 bytes
 mate/16x16/status/mail-signed.png                  |   Bin 0 -> 637 bytes
 mate/16x16/status/mail-unread.png                  |   Bin 0 -> 773 bytes
 mate/16x16/status/media-playlist-repeat.png        |   Bin 0 -> 535 bytes
 mate/16x16/status/media-playlist-shuffle.png       |   Bin 0 -> 598 bytes
 mate/16x16/status/microphone-sensitivity-high.png  |   Bin 0 -> 950 bytes
 mate/16x16/status/microphone-sensitivity-low.png   |   Bin 0 -> 967 bytes
 .../16x16/status/microphone-sensitivity-medium.png |   Bin 0 -> 984 bytes
 mate/16x16/status/microphone-sensitivity-muted.png |   Bin 0 -> 814 bytes
 mate/16x16/status/network-error.png                |   Bin 0 -> 848 bytes
 mate/16x16/status/network-idle.png                 |   Bin 0 -> 704 bytes
 mate/16x16/status/network-offline.png              |   Bin 0 -> 773 bytes
 mate/16x16/status/network-receive.png              |   Bin 0 -> 759 bytes
 mate/16x16/status/network-transmit-receive.png     |   Bin 0 -> 725 bytes
 mate/16x16/status/network-transmit.png             |   Bin 0 -> 774 bytes
 mate/16x16/status/network-wireless-encrypted.png   |   Bin 0 -> 1033 bytes
 mate/16x16/status/non-starred.png                  |   Bin 0 -> 689 bytes
 mate/16x16/status/printer-error.png                |   Bin 0 -> 816 bytes
 mate/16x16/status/printer-printing.png             |   Bin 0 -> 646 bytes
 mate/16x16/status/security-high.png                |   Bin 0 -> 806 bytes
 mate/16x16/status/security-low.png                 |   Bin 0 -> 845 bytes
 mate/16x16/status/security-medium.png              |   Bin 0 -> 828 bytes
 mate/16x16/status/semi-starred-rtl.png             |   Bin 0 -> 743 bytes
 mate/16x16/status/semi-starred.png                 |   Bin 0 -> 743 bytes
 mate/16x16/status/software-update-available.png    |   Bin 0 -> 752 bytes
 mate/16x16/status/software-update-urgent.png       |   Bin 0 -> 762 bytes
 mate/16x16/status/starred.png                      |   Bin 0 -> 786 bytes
 mate/16x16/status/task-due.png                     |   Bin 0 -> 696 bytes
 mate/16x16/status/task-past-due.png                |   Bin 0 -> 686 bytes
 mate/16x16/status/trophy-bronze.png                |   Bin 0 -> 1043 bytes
 mate/16x16/status/trophy-gold.png                  |   Bin 0 -> 1029 bytes
 mate/16x16/status/trophy-silver.png                |   Bin 0 -> 1031 bytes
 mate/16x16/status/user-available.png               |   Bin 0 -> 859 bytes
 mate/16x16/status/user-away.png                    |   Bin 0 -> 770 bytes
 mate/16x16/status/user-busy.png                    |   Bin 0 -> 893 bytes
 mate/16x16/status/user-idle.png                    |   Bin 0 -> 684 bytes
 mate/16x16/status/user-invisible.png               |   Bin 0 -> 849 bytes
 mate/16x16/status/user-offline.png                 |   Bin 0 -> 863 bytes
 mate/16x16/status/user-trash-full.png              |   Bin 0 -> 1056 bytes
 mate/16x16/status/weather-clear-night.png          |   Bin 0 -> 767 bytes
 mate/16x16/status/weather-clear.png                |   Bin 0 -> 841 bytes
 mate/16x16/status/weather-few-clouds-night.png     |   Bin 0 -> 799 bytes
 mate/16x16/status/weather-few-clouds.png           |   Bin 0 -> 896 bytes
 mate/16x16/status/weather-fog.png                  |   Bin 0 -> 952 bytes
 mate/16x16/status/weather-overcast.png             |   Bin 0 -> 608 bytes
 mate/16x16/status/weather-severe-alert.png         |   Bin 0 -> 793 bytes
 mate/16x16/status/weather-showers-scattered.png    |   Bin 0 -> 709 bytes
 mate/16x16/status/weather-showers.png              |   Bin 0 -> 820 bytes
 mate/16x16/status/weather-snow.png                 |   Bin 0 -> 564 bytes
 mate/16x16/status/weather-storm.png                |   Bin 0 -> 767 bytes
 mate/22x22/actions/address-book-new.png            |   Bin 0 -> 1305 bytes
 mate/22x22/actions/application-exit.png            |   Bin 0 -> 1091 bytes
 mate/22x22/actions/appointment-new.png             |   Bin 0 -> 1651 bytes
 mate/22x22/actions/bookmark-new.png                |   Bin 0 -> 948 bytes
 mate/22x22/actions/call-start.png                  |   Bin 0 -> 1035 bytes
 mate/22x22/actions/call-stop.png                   |   Bin 0 -> 840 bytes
 mate/22x22/actions/contact-new.png                 |   Bin 0 -> 969 bytes
 mate/22x22/actions/dnd-multiple.png                |   Bin 0 -> 1217 bytes
 mate/22x22/actions/document-new.png                |   Bin 0 -> 1208 bytes
 mate/22x22/actions/document-open-recent.png        |   Bin 0 -> 1617 bytes
 mate/22x22/actions/document-open.png               |   Bin 0 -> 970 bytes
 mate/22x22/actions/document-page-setup.png         |   Bin 0 -> 1349 bytes
 mate/22x22/actions/document-print-preview.png      |   Bin 0 -> 1511 bytes
 mate/22x22/actions/document-print.png              |   Bin 0 -> 1178 bytes
 mate/22x22/actions/document-properties.png         |   Bin 0 -> 1372 bytes
 mate/22x22/actions/document-revert-rtl.png         |   Bin 0 -> 1322 bytes
 mate/22x22/actions/document-revert.png             |   Bin 0 -> 1281 bytes
 mate/22x22/actions/document-save-as.png            |   Bin 0 -> 1158 bytes
 mate/22x22/actions/document-save.png               |   Bin 0 -> 1228 bytes
 mate/22x22/actions/document-send.png               |   Bin 0 -> 813 bytes
 mate/22x22/actions/edit-clear-all.png              |     1 +
 mate/22x22/actions/edit-clear-rtl.png              |   Bin 0 -> 1042 bytes
 mate/22x22/actions/edit-clear.png                  |   Bin 0 -> 1060 bytes
 mate/22x22/actions/edit-copy.png                   |   Bin 0 -> 729 bytes
 mate/22x22/actions/edit-cut.png                    |   Bin 0 -> 1236 bytes
 mate/22x22/actions/edit-delete.png                 |   Bin 0 -> 1418 bytes
 mate/22x22/actions/edit-find-replace.png           |   Bin 0 -> 1627 bytes
 mate/22x22/actions/edit-find.png                   |   Bin 0 -> 1517 bytes
 mate/22x22/actions/edit-paste.png                  |   Bin 0 -> 952 bytes
 mate/22x22/actions/edit-redo-rtl.png               |   Bin 0 -> 1067 bytes
 mate/22x22/actions/edit-redo.png                   |   Bin 0 -> 1027 bytes
 mate/22x22/actions/edit-select-all.png             |   Bin 0 -> 1188 bytes
 mate/22x22/actions/edit-undo-rtl.png               |   Bin 0 -> 1018 bytes
 mate/22x22/actions/edit-undo.png                   |   Bin 0 -> 993 bytes
 mate/22x22/actions/find-location.png               |     1 +
 mate/22x22/actions/folder-new.png                  |   Bin 0 -> 1138 bytes
 mate/22x22/actions/format-indent-less-rtl.png      |   Bin 0 -> 747 bytes
 mate/22x22/actions/format-indent-less.png          |   Bin 0 -> 715 bytes
 mate/22x22/actions/format-indent-more-rtl.png      |   Bin 0 -> 741 bytes
 mate/22x22/actions/format-indent-more.png          |   Bin 0 -> 705 bytes
 mate/22x22/actions/format-justify-center.png       |   Bin 0 -> 498 bytes
 mate/22x22/actions/format-justify-fill.png         |   Bin 0 -> 444 bytes
 mate/22x22/actions/format-justify-left.png         |   Bin 0 -> 509 bytes
 mate/22x22/actions/format-justify-right.png        |   Bin 0 -> 466 bytes
 mate/22x22/actions/format-text-bold.png            |   Bin 0 -> 1017 bytes
 mate/22x22/actions/format-text-direction-ltr.png   |   Bin 0 -> 1146 bytes
 mate/22x22/actions/format-text-direction-rtl.png   |   Bin 0 -> 1168 bytes
 mate/22x22/actions/format-text-italic.png          |   Bin 0 -> 1102 bytes
 mate/22x22/actions/format-text-strikethrough.png   |   Bin 0 -> 898 bytes
 mate/22x22/actions/format-text-underline.png       |   Bin 0 -> 997 bytes
 mate/22x22/actions/go-bottom.png                   |   Bin 0 -> 1173 bytes
 mate/22x22/actions/go-down.png                     |   Bin 0 -> 1149 bytes
 mate/22x22/actions/go-first-rtl.png                |   Bin 0 -> 1188 bytes
 mate/22x22/actions/go-first.png                    |   Bin 0 -> 1216 bytes
 mate/22x22/actions/go-home.png                     |   Bin 0 -> 1328 bytes
 mate/22x22/actions/go-jump.png                     |   Bin 0 -> 1033 bytes
 mate/22x22/actions/go-last-rtl.png                 |   Bin 0 -> 1216 bytes
 mate/22x22/actions/go-last.png                     |   Bin 0 -> 1188 bytes
 mate/22x22/actions/go-next-rtl.png                 |   Bin 0 -> 1111 bytes
 mate/22x22/actions/go-next.png                     |   Bin 0 -> 1114 bytes
 mate/22x22/actions/go-previous-rtl.png             |   Bin 0 -> 1114 bytes
 mate/22x22/actions/go-previous.png                 |   Bin 0 -> 1078 bytes
 mate/22x22/actions/go-top.png                      |   Bin 0 -> 1107 bytes
 mate/22x22/actions/go-up.png                       |   Bin 0 -> 1018 bytes
 mate/22x22/actions/gtk-dnd-multiple.png            |     1 +
 mate/22x22/actions/help-about.png                  |   Bin 0 -> 981 bytes
 mate/22x22/actions/help-contents.png               |   Bin 0 -> 1787 bytes
 mate/22x22/actions/help-faq.png                    |   Bin 0 -> 1118 bytes
 mate/22x22/actions/insert-image.png                |   Bin 0 -> 919 bytes
 mate/22x22/actions/insert-link.png                 |   Bin 0 -> 1038 bytes
 mate/22x22/actions/insert-object.png               |   Bin 0 -> 673 bytes
 mate/22x22/actions/insert-text.png                 |   Bin 0 -> 795 bytes
 mate/22x22/actions/list-add.png                    |   Bin 0 -> 773 bytes
 mate/22x22/actions/list-remove.png                 |   Bin 0 -> 463 bytes
 mate/22x22/actions/mail-forward.png                |   Bin 0 -> 1147 bytes
 mate/22x22/actions/mail-mark-important.png         |   Bin 0 -> 870 bytes
 mate/22x22/actions/mail-mark-junk.png              |   Bin 0 -> 1333 bytes
 mate/22x22/actions/mail-mark-notjunk.png           |   Bin 0 -> 1233 bytes
 mate/22x22/actions/mail-mark-read.png              |   Bin 0 -> 1214 bytes
 mate/22x22/actions/mail-mark-unread.png            |   Bin 0 -> 1111 bytes
 mate/22x22/actions/mail-message-new.png            |   Bin 0 -> 1146 bytes
 mate/22x22/actions/mail-reply-all.png              |   Bin 0 -> 1153 bytes
 mate/22x22/actions/mail-reply-sender.png           |   Bin 0 -> 1157 bytes
 mate/22x22/actions/mail-send-receive.png           |   Bin 0 -> 1004 bytes
 mate/22x22/actions/mail-send.png                   |   Bin 0 -> 1082 bytes
 mate/22x22/actions/mark-location.png               |   Bin 0 -> 1015 bytes
 mate/22x22/actions/media-eject.png                 |   Bin 0 -> 712 bytes
 mate/22x22/actions/media-playback-pause.png        |   Bin 0 -> 579 bytes
 mate/22x22/actions/media-playback-start-rtl.png    |   Bin 0 -> 915 bytes
 mate/22x22/actions/media-playback-start.png        |   Bin 0 -> 882 bytes
 mate/22x22/actions/media-playback-stop.png         |   Bin 0 -> 515 bytes
 mate/22x22/actions/media-record.png                |   Bin 0 -> 962 bytes
 mate/22x22/actions/media-seek-backward-rtl.png     |   Bin 0 -> 803 bytes
 mate/22x22/actions/media-seek-backward.png         |   Bin 0 -> 791 bytes
 mate/22x22/actions/media-seek-forward-rtl.png      |   Bin 0 -> 794 bytes
 mate/22x22/actions/media-seek-forward.png          |   Bin 0 -> 803 bytes
 mate/22x22/actions/media-skip-backward-rtl.png     |   Bin 0 -> 829 bytes
 mate/22x22/actions/media-skip-backward.png         |   Bin 0 -> 902 bytes
 mate/22x22/actions/media-skip-forward-rtl.png      |   Bin 0 -> 902 bytes
 mate/22x22/actions/media-skip-forward.png          |   Bin 0 -> 829 bytes
 mate/22x22/actions/object-flip-horizontal.png      |   Bin 0 -> 964 bytes
 mate/22x22/actions/object-flip-vertical.png        |   Bin 0 -> 1042 bytes
 mate/22x22/actions/object-rotate-left.png          |   Bin 0 -> 1006 bytes
 mate/22x22/actions/object-rotate-right.png         |   Bin 0 -> 1028 bytes
 mate/22x22/actions/open-menu.png                   |   Bin 0 -> 789 bytes
 mate/22x22/actions/process-stop.png                |   Bin 0 -> 1190 bytes
 mate/22x22/actions/send-to.png                     |     1 +
 mate/22x22/actions/star-new.png                    |     1 +
 mate/22x22/actions/system-lock-screen.png          |   Bin 0 -> 1432 bytes
 mate/22x22/actions/system-log-out.png              |   Bin 0 -> 1098 bytes
 mate/22x22/actions/system-run.png                  |   Bin 0 -> 1302 bytes
 mate/22x22/actions/system-search.png               |   Bin 0 -> 1521 bytes
 mate/22x22/actions/system-shutdown.png             |   Bin 0 -> 717 bytes
 mate/22x22/actions/tab-new.png                     |   Bin 0 -> 1162 bytes
 mate/22x22/actions/tools-check-spelling.png        |   Bin 0 -> 900 bytes
 mate/22x22/actions/view-fullscreen.png             |   Bin 0 -> 625 bytes
 mate/22x22/actions/view-refresh.png                |   Bin 0 -> 1349 bytes
 mate/22x22/actions/view-restore.png                |   Bin 0 -> 594 bytes
 mate/22x22/actions/view-sort-ascending.png         |   Bin 0 -> 914 bytes
 mate/22x22/actions/view-sort-descending.png        |   Bin 0 -> 872 bytes
 mate/22x22/actions/window-close.png                |   Bin 0 -> 1065 bytes
 mate/22x22/actions/window-new.png                  |   Bin 0 -> 857 bytes
 mate/22x22/actions/zoom-fit-best.png               |   Bin 0 -> 874 bytes
 mate/22x22/actions/zoom-in.png                     |   Bin 0 -> 847 bytes
 mate/22x22/actions/zoom-original.png               |   Bin 0 -> 871 bytes
 mate/22x22/actions/zoom-out.png                    |   Bin 0 -> 779 bytes
 mate/22x22/animations/process-working.png          |   Bin 0 -> 4263 bytes
 mate/22x22/apps/accessories-calculator.png         |   Bin 0 -> 799 bytes
 mate/22x22/apps/accessories-character-map.png      |   Bin 0 -> 1020 bytes
 mate/22x22/apps/accessories-dictionary.png         |   Bin 0 -> 1231 bytes
 mate/22x22/apps/accessories-text-editor.png        |   Bin 0 -> 1178 bytes
 mate/22x22/apps/applets-screenshooter.png          |   Bin 0 -> 1304 bytes
 mate/22x22/apps/dconf-editor.png                   |   Bin 0 -> 1181 bytes
 mate/22x22/apps/gcolor2.png                        |   Bin 0 -> 1139 bytes
 mate/22x22/apps/help-browser.png                   |   Bin 0 -> 1787 bytes
 mate/22x22/apps/logviewer.png                      |   Bin 0 -> 911 bytes
 mate/22x22/apps/mate.png                           |   Bin 0 -> 1323 bytes
 mate/22x22/apps/multimedia-volume-control.png      |   Bin 0 -> 1033 bytes
 .../apps/preferences-desktop-accessibility.png     |   Bin 0 -> 1489 bytes
 .../preferences-desktop-default-applications.png   |   Bin 0 -> 1310 bytes
 mate/22x22/apps/preferences-desktop-display.png    |   Bin 0 -> 1277 bytes
 mate/22x22/apps/preferences-desktop-font.png       |   Bin 0 -> 1038 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |   Bin 0 -> 841 bytes
 mate/22x22/apps/preferences-desktop-keyboard.png   |   Bin 0 -> 1056 bytes
 mate/22x22/apps/preferences-desktop-locale.png     |   Bin 0 -> 1325 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 1139 bytes
 .../22x22/apps/preferences-desktop-screensaver.png |   Bin 0 -> 1227 bytes
 mate/22x22/apps/preferences-desktop-theme.png      |   Bin 0 -> 1271 bytes
 mate/22x22/apps/preferences-desktop-wallpaper.png  |   Bin 0 -> 1226 bytes
 mate/22x22/apps/preferences-system-bluetooth.png   |   Bin 0 -> 994 bytes
 .../apps/preferences-system-notifications.png      |   Bin 0 -> 1243 bytes
 mate/22x22/apps/preferences-system-privacy.png     |   Bin 0 -> 1184 bytes
 mate/22x22/apps/preferences-system-search.png      |   Bin 0 -> 1102 bytes
 mate/22x22/apps/preferences-system-sharing.png     |   Bin 0 -> 1199 bytes
 mate/22x22/apps/preferences-system-windows.png     |   Bin 0 -> 507 bytes
 mate/22x22/apps/system-config-keyboard.png         |   Bin 0 -> 1314 bytes
 mate/22x22/apps/system-file-manager.png            |   Bin 0 -> 1120 bytes
 mate/22x22/apps/system-software-install.png        |   Bin 0 -> 1230 bytes
 mate/22x22/apps/system-software-update.png         |   Bin 0 -> 1379 bytes
 mate/22x22/apps/system-users.png                   |   Bin 0 -> 1280 bytes
 mate/22x22/apps/user-info.png                      |   Bin 0 -> 1408 bytes
 mate/22x22/apps/utilities-system-monitor.png       |   Bin 0 -> 1082 bytes
 mate/22x22/apps/utilities-terminal.png             |   Bin 0 -> 946 bytes
 mate/22x22/apps/web-browser.png                    |   Bin 0 -> 1712 bytes
 mate/22x22/categories/applications-accessories.png |   Bin 0 -> 1570 bytes
 mate/22x22/categories/applications-development.png |   Bin 0 -> 938 bytes
 mate/22x22/categories/applications-engineering.png |   Bin 0 -> 973 bytes
 mate/22x22/categories/applications-games.png       |   Bin 0 -> 801 bytes
 mate/22x22/categories/applications-graphics.png    |   Bin 0 -> 1539 bytes
 mate/22x22/categories/applications-internet.png    |   Bin 0 -> 1676 bytes
 mate/22x22/categories/applications-multimedia.png  |   Bin 0 -> 940 bytes
 mate/22x22/categories/applications-office.png      |   Bin 0 -> 1194 bytes
 mate/22x22/categories/applications-other.png       |   Bin 0 -> 1253 bytes
 mate/22x22/categories/applications-science.png     |   Bin 0 -> 1403 bytes
 mate/22x22/categories/applications-system.png      |   Bin 0 -> 1523 bytes
 mate/22x22/categories/applications-utilities.png   |   Bin 0 -> 1341 bytes
 .../categories/preferences-desktop-peripherals.png |   Bin 0 -> 753 bytes
 .../categories/preferences-desktop-personal.png    |   Bin 0 -> 922 bytes
 mate/22x22/categories/preferences-desktop.png      |   Bin 0 -> 704 bytes
 mate/22x22/categories/preferences-other.png        |   Bin 0 -> 1212 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 1342 bytes
 mate/22x22/categories/preferences-system.png       |   Bin 0 -> 1419 bytes
 mate/22x22/categories/system-help.png              |   Bin 0 -> 1131 bytes
 mate/22x22/devices/ac-adapter.png                  |   Bin 0 -> 1189 bytes
 mate/22x22/devices/audio-card.png                  |   Bin 0 -> 1246 bytes
 mate/22x22/devices/audio-headphones.png            |   Bin 0 -> 1198 bytes
 mate/22x22/devices/audio-headset.png               |   Bin 0 -> 1305 bytes
 mate/22x22/devices/audio-input-microphone.png      |   Bin 0 -> 1206 bytes
 mate/22x22/devices/audio-speakers.png              |   Bin 0 -> 1419 bytes
 mate/22x22/devices/battery.png                     |   Bin 0 -> 585 bytes
 mate/22x22/devices/camera-photo.png                |   Bin 0 -> 1331 bytes
 mate/22x22/devices/camera-video.png                |   Bin 0 -> 1220 bytes
 mate/22x22/devices/camera-web.png                  |   Bin 0 -> 1314 bytes
 mate/22x22/devices/computer.png                    |   Bin 0 -> 1270 bytes
 mate/22x22/devices/drive-harddisk.png              |   Bin 0 -> 1222 bytes
 mate/22x22/devices/drive-multidisk.png             |   Bin 0 -> 1073 bytes
 mate/22x22/devices/drive-optical.png               |   Bin 0 -> 1183 bytes
 mate/22x22/devices/drive-removable-media.png       |   Bin 0 -> 786 bytes
 mate/22x22/devices/input-dialpad.png               |   Bin 0 -> 267 bytes
 mate/22x22/devices/input-gaming.png                |   Bin 0 -> 1107 bytes
 mate/22x22/devices/input-keyboard.png              |   Bin 0 -> 710 bytes
 mate/22x22/devices/input-mouse.png                 |   Bin 0 -> 1259 bytes
 mate/22x22/devices/input-tablet.png                |   Bin 0 -> 659 bytes
 mate/22x22/devices/input-touchpad.png              |   Bin 0 -> 860 bytes
 mate/22x22/devices/media-flash.png                 |   Bin 0 -> 860 bytes
 mate/22x22/devices/media-floppy.png                |   Bin 0 -> 928 bytes
 mate/22x22/devices/media-optical.png               |   Bin 0 -> 1402 bytes
 mate/22x22/devices/media-removable.png             |   Bin 0 -> 1104 bytes
 mate/22x22/devices/media-tape.png                  |   Bin 0 -> 915 bytes
 mate/22x22/devices/modem.png                       |   Bin 0 -> 1240 bytes
 mate/22x22/devices/multimedia-player.png           |   Bin 0 -> 670 bytes
 mate/22x22/devices/network-vpn.png                 |   Bin 0 -> 968 bytes
 mate/22x22/devices/network-wired.png               |   Bin 0 -> 839 bytes
 mate/22x22/devices/network-wireless.png            |   Bin 0 -> 1340 bytes
 mate/22x22/devices/pda.png                         |   Bin 0 -> 673 bytes
 mate/22x22/devices/phone.png                       |   Bin 0 -> 906 bytes
 mate/22x22/devices/printer-network.png             |   Bin 0 -> 1530 bytes
 mate/22x22/devices/printer.png                     |   Bin 0 -> 1084 bytes
 mate/22x22/devices/scanner.png                     |   Bin 0 -> 1072 bytes
 .../22x22/devices/uninterruptible-power-supply.png |   Bin 0 -> 1222 bytes
 mate/22x22/devices/video-display.png               |   Bin 0 -> 1140 bytes
 mate/22x22/emblems/emblem-default.png              |   Bin 0 -> 1376 bytes
 mate/22x22/emblems/emblem-documents.png            |   Bin 0 -> 1301 bytes
 mate/22x22/emblems/emblem-downloads.png            |   Bin 0 -> 736 bytes
 mate/22x22/emblems/emblem-favorite.png             |   Bin 0 -> 1003 bytes
 mate/22x22/emblems/emblem-generic.png              |   Bin 0 -> 1448 bytes
 mate/22x22/emblems/emblem-important.png            |   Bin 0 -> 1211 bytes
 mate/22x22/emblems/emblem-mail.png                 |   Bin 0 -> 997 bytes
 mate/22x22/emblems/emblem-new.png                  |   Bin 0 -> 1042 bytes
 mate/22x22/emblems/emblem-package.png              |   Bin 0 -> 788 bytes
 mate/22x22/emblems/emblem-photos.png               |   Bin 0 -> 1246 bytes
 mate/22x22/emblems/emblem-readonly.png             |   Bin 0 -> 879 bytes
 mate/22x22/emblems/emblem-shared.png               |   Bin 0 -> 868 bytes
 mate/22x22/emblems/emblem-symbolic-link.png        |   Bin 0 -> 899 bytes
 mate/22x22/emblems/emblem-synchronizing.png        |   Bin 0 -> 1047 bytes
 mate/22x22/emblems/emblem-system.png               |   Bin 0 -> 895 bytes
 mate/22x22/emblems/emblem-unreadable.png           |   Bin 0 -> 984 bytes
 mate/22x22/emblems/emblem-urgent.png               |   Bin 0 -> 1232 bytes
 mate/22x22/emblems/emblem-web.png                  |   Bin 0 -> 1411 bytes
 mate/22x22/emotes/emote-love.png                   |   Bin 0 -> 941 bytes
 mate/22x22/emotes/face-angel.png                   |   Bin 0 -> 1543 bytes
 mate/22x22/emotes/face-angry.png                   |   Bin 0 -> 1479 bytes
 mate/22x22/emotes/face-cool.png                    |   Bin 0 -> 1350 bytes
 mate/22x22/emotes/face-crying.png                  |   Bin 0 -> 1412 bytes
 mate/22x22/emotes/face-devilish.png                |   Bin 0 -> 1443 bytes
 mate/22x22/emotes/face-embarrassed.png             |   Bin 0 -> 1464 bytes
 mate/22x22/emotes/face-glasses.png                 |   Bin 0 -> 1473 bytes
 mate/22x22/emotes/face-kiss.png                    |   Bin 0 -> 1407 bytes
 mate/22x22/emotes/face-laugh.png                   |   Bin 0 -> 1399 bytes
 mate/22x22/emotes/face-monkey.png                  |   Bin 0 -> 1390 bytes
 mate/22x22/emotes/face-plain.png                   |   Bin 0 -> 1369 bytes
 mate/22x22/emotes/face-raspberry.png               |   Bin 0 -> 1385 bytes
 mate/22x22/emotes/face-sad.png                     |   Bin 0 -> 1381 bytes
 mate/22x22/emotes/face-sick.png                    |   Bin 0 -> 1412 bytes
 mate/22x22/emotes/face-smile-big.png               |   Bin 0 -> 1376 bytes
 mate/22x22/emotes/face-smile.png                   |   Bin 0 -> 1376 bytes
 mate/22x22/emotes/face-smirk.png                   |   Bin 0 -> 1375 bytes
 mate/22x22/emotes/face-surprise.png                |   Bin 0 -> 1407 bytes
 mate/22x22/emotes/face-tired.png                   |   Bin 0 -> 1429 bytes
 mate/22x22/emotes/face-uncertain.png               |   Bin 0 -> 1368 bytes
 mate/22x22/emotes/face-wink.png                    |   Bin 0 -> 1381 bytes
 mate/22x22/emotes/face-worried.png                 |   Bin 0 -> 1368 bytes
 mate/22x22/mimetypes/application-certificate.png   |   Bin 0 -> 840 bytes
 mate/22x22/mimetypes/application-pdf.png           |   Bin 0 -> 1155 bytes
 mate/22x22/mimetypes/application-pgp-encrypted.png |   Bin 0 -> 1401 bytes
 mate/22x22/mimetypes/application-rss+xml.png       |   Bin 0 -> 1131 bytes
 .../application-vnd.openofficeorg.extension.png    |   Bin 0 -> 1863 bytes
 mate/22x22/mimetypes/application-x-addon.png       |   Bin 0 -> 1134 bytes
 mate/22x22/mimetypes/application-x-bittorrent.png  |   Bin 0 -> 1044 bytes
 mate/22x22/mimetypes/application-x-blender.png     |   Bin 0 -> 1524 bytes
 mate/22x22/mimetypes/application-x-cd-image.png    |   Bin 0 -> 1476 bytes
 mate/22x22/mimetypes/application-x-desktop.png     |   Bin 0 -> 1090 bytes
 mate/22x22/mimetypes/application-x-executable.png  |   Bin 0 -> 1231 bytes
 mate/22x22/mimetypes/application-x-homebank.png    |   Bin 0 -> 1127 bytes
 .../22x22/mimetypes/application-x-java-archive.png |   Bin 0 -> 978 bytes
 mate/22x22/mimetypes/application-x-java.png        |   Bin 0 -> 1268 bytes
 mate/22x22/mimetypes/application-x-javascript.png  |     1 +
 mate/22x22/mimetypes/application-x-keepass.png     |   Bin 0 -> 1026 bytes
 .../mimetypes/application-x-mono-develop-xib.png   |   Bin 0 -> 1410 bytes
 .../mimetypes/application-x-ms-dos-executable.png  |   Bin 0 -> 1115 bytes
 .../22x22/mimetypes/application-x-package-list.png |   Bin 0 -> 933 bytes
 mate/22x22/mimetypes/application-x-perl.png        |   Bin 0 -> 1274 bytes
 mate/22x22/mimetypes/application-x-php.png         |   Bin 0 -> 1391 bytes
 mate/22x22/mimetypes/application-x-planner.png     |   Bin 0 -> 1011 bytes
 .../mimetypes/application-x-python-bytecode.png    |   Bin 0 -> 1221 bytes
 .../mimetypes/application-x-remote-connection.png  |   Bin 0 -> 1235 bytes
 mate/22x22/mimetypes/application-x-ruby.png        |   Bin 0 -> 1304 bytes
 mate/22x22/mimetypes/application-x-theme.png       |   Bin 0 -> 1242 bytes
 mate/22x22/mimetypes/application-x-vnc.png         |     1 +
 mate/22x22/mimetypes/audio-x-generic.png           |   Bin 0 -> 955 bytes
 mate/22x22/mimetypes/font-x-generic.png            |   Bin 0 -> 1476 bytes
 .../22x22/mimetypes/gnome-mime-application-zip.png |     1 +
 mate/22x22/mimetypes/gnome-mime-audio.png          |     1 +
 mate/22x22/mimetypes/gnome-mime-image.png          |     1 +
 mate/22x22/mimetypes/gnome-mime-text.png           |     1 +
 mate/22x22/mimetypes/gnome-mime-video.png          |     1 +
 mate/22x22/mimetypes/gtk-file.png                  |     1 +
 mate/22x22/mimetypes/image-svg+xml-compressed.png  |   Bin 0 -> 914 bytes
 mate/22x22/mimetypes/image-svg+xml.png             |   Bin 0 -> 1336 bytes
 mate/22x22/mimetypes/image-x-compressed-xcf.png    |   Bin 0 -> 1083 bytes
 mate/22x22/mimetypes/image-x-generic.png           |   Bin 0 -> 993 bytes
 mate/22x22/mimetypes/image-x-xcf.png               |   Bin 0 -> 1147 bytes
 .../mimetypes/openofficeorg-drawing-template.png   |     1 +
 mate/22x22/mimetypes/openofficeorg-drawing.png     |     1 +
 mate/22x22/mimetypes/openofficeorg-extension.png   |     1 +
 .../openofficeorg-oasis-drawing-template.png       |     1 +
 .../mimetypes/openofficeorg-oasis-drawing.png      |     1 +
 .../openofficeorg-oasis-presentation-template.png  |     1 +
 .../mimetypes/openofficeorg-oasis-presentation.png |     1 +
 .../openofficeorg-oasis-spreadsheet-template.png   |     1 +
 .../mimetypes/openofficeorg-oasis-spreadsheet.png  |     1 +
 .../openofficeorg-oasis-text-template.png          |     1 +
 mate/22x22/mimetypes/openofficeorg-oasis-text.png  |     1 +
 .../openofficeorg-presentation-template.png        |     1 +
 .../22x22/mimetypes/openofficeorg-presentation.png |     1 +
 .../openofficeorg-spreadsheet-template.png         |     1 +
 mate/22x22/mimetypes/openofficeorg-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg-text-template.png      |     1 +
 mate/22x22/mimetypes/openofficeorg-text.png        |     1 +
 .../mimetypes/openofficeorg3-drawing-template.png  |     1 +
 mate/22x22/mimetypes/openofficeorg3-drawing.png    |     1 +
 mate/22x22/mimetypes/openofficeorg3-extension.png  |     1 +
 .../openofficeorg3-oasis-drawing-template.png      |     1 +
 .../mimetypes/openofficeorg3-oasis-drawing.png     |     1 +
 .../openofficeorg3-oasis-presentation-template.png |     1 +
 .../openofficeorg3-oasis-presentation.png          |     1 +
 .../openofficeorg3-oasis-spreadsheet-template.png  |     1 +
 .../mimetypes/openofficeorg3-oasis-spreadsheet.png |     1 +
 .../openofficeorg3-oasis-text-template.png         |     1 +
 mate/22x22/mimetypes/openofficeorg3-oasis-text.png |     1 +
 .../openofficeorg3-presentation-template.png       |     1 +
 .../mimetypes/openofficeorg3-presentation.png      |     1 +
 .../openofficeorg3-spreadsheet-template.png        |     1 +
 .../22x22/mimetypes/openofficeorg3-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg3-text-template.png     |     1 +
 mate/22x22/mimetypes/openofficeorg3-text.png       |     1 +
 mate/22x22/mimetypes/package-x-generic.png         |   Bin 0 -> 978 bytes
 mate/22x22/mimetypes/text-css.png                  |   Bin 0 -> 1372 bytes
 mate/22x22/mimetypes/text-csv.png                  |     1 +
 mate/22x22/mimetypes/text-html.png                 |   Bin 0 -> 1318 bytes
 mate/22x22/mimetypes/text-x-apport.png             |   Bin 0 -> 1316 bytes
 mate/22x22/mimetypes/text-x-authors.png            |   Bin 0 -> 1174 bytes
 mate/22x22/mimetypes/text-x-boo.png                |   Bin 0 -> 1293 bytes
 mate/22x22/mimetypes/text-x-c++hdr.png             |     1 +
 mate/22x22/mimetypes/text-x-c++src.png             |     1 +
 mate/22x22/mimetypes/text-x-changelog.png          |   Bin 0 -> 1081 bytes
 mate/22x22/mimetypes/text-x-chdr.png               |     1 +
 mate/22x22/mimetypes/text-x-copying.png            |   Bin 0 -> 1330 bytes
 mate/22x22/mimetypes/text-x-csharp.png             |     1 +
 mate/22x22/mimetypes/text-x-csrc.png               |   Bin 0 -> 1428 bytes
 mate/22x22/mimetypes/text-x-generic-template.png   |   Bin 0 -> 1147 bytes
 mate/22x22/mimetypes/text-x-generic.png            |   Bin 0 -> 1098 bytes
 mate/22x22/mimetypes/text-x-install.png            |   Bin 0 -> 1287 bytes
 mate/22x22/mimetypes/text-x-java.png               |   Bin 0 -> 1332 bytes
 mate/22x22/mimetypes/text-x-log.png                |   Bin 0 -> 754 bytes
 mate/22x22/mimetypes/text-x-makefile.png           |   Bin 0 -> 1201 bytes
 mate/22x22/mimetypes/text-x-opml+xml.png           |   Bin 0 -> 1141 bytes
 mate/22x22/mimetypes/text-x-patch.png              |   Bin 0 -> 1137 bytes
 mate/22x22/mimetypes/text-x-preview.png            |   Bin 0 -> 1036 bytes
 mate/22x22/mimetypes/text-x-python.png             |   Bin 0 -> 1344 bytes
 mate/22x22/mimetypes/text-x-readme.png             |   Bin 0 -> 1311 bytes
 mate/22x22/mimetypes/text-x-script.png             |   Bin 0 -> 1304 bytes
 mate/22x22/mimetypes/video-x-generic.png           |   Bin 0 -> 1409 bytes
 mate/22x22/mimetypes/x-firmware.png                |   Bin 0 -> 1347 bytes
 mate/22x22/mimetypes/x-office-address-book.png     |   Bin 0 -> 1216 bytes
 mate/22x22/mimetypes/x-office-calendar.png         |   Bin 0 -> 842 bytes
 .../22x22/mimetypes/x-office-document-template.png |   Bin 0 -> 1426 bytes
 mate/22x22/mimetypes/x-office-document.png         |   Bin 0 -> 1244 bytes
 mate/22x22/mimetypes/x-office-drawing-template.png |   Bin 0 -> 1525 bytes
 mate/22x22/mimetypes/x-office-drawing.png          |   Bin 0 -> 1322 bytes
 .../mimetypes/x-office-presentation-template.png   |   Bin 0 -> 1346 bytes
 mate/22x22/mimetypes/x-office-presentation.png     |   Bin 0 -> 1106 bytes
 .../mimetypes/x-office-spreadsheet-template.png    |   Bin 0 -> 1513 bytes
 mate/22x22/mimetypes/x-office-spreadsheet.png      |   Bin 0 -> 1350 bytes
 mate/22x22/mimetypes/x-package-repository.png      |   Bin 0 -> 1539 bytes
 mate/22x22/places/folder-documents.png             |   Bin 0 -> 1045 bytes
 mate/22x22/places/folder-download.png              |   Bin 0 -> 1044 bytes
 mate/22x22/places/folder-music.png                 |   Bin 0 -> 1032 bytes
 mate/22x22/places/folder-pictures.png              |   Bin 0 -> 1143 bytes
 mate/22x22/places/folder-publicshare.png           |   Bin 0 -> 1057 bytes
 mate/22x22/places/folder-remote.png                |   Bin 0 -> 1030 bytes
 mate/22x22/places/folder-saved-search.png          |   Bin 0 -> 1053 bytes
 mate/22x22/places/folder-templates.png             |   Bin 0 -> 1018 bytes
 mate/22x22/places/folder-videos.png                |   Bin 0 -> 1048 bytes
 mate/22x22/places/folder.png                       |   Bin 0 -> 873 bytes
 mate/22x22/places/network-server.png               |   Bin 0 -> 1231 bytes
 mate/22x22/places/network-workgroup.png            |   Bin 0 -> 1298 bytes
 mate/22x22/places/start-here.png                   |   Bin 0 -> 1323 bytes
 mate/22x22/places/user-bookmarks.png               |   Bin 0 -> 1099 bytes
 mate/22x22/places/user-desktop.png                 |   Bin 0 -> 1055 bytes
 mate/22x22/places/user-home.png                    |   Bin 0 -> 1140 bytes
 mate/22x22/places/user-trash.png                   |   Bin 0 -> 1582 bytes
 mate/22x22/status/appointment-missed.png           |   Bin 0 -> 1608 bytes
 mate/22x22/status/appointment-soon.png             |   Bin 0 -> 1414 bytes
 mate/22x22/status/audio-volume-high.png            |   Bin 0 -> 1280 bytes
 mate/22x22/status/audio-volume-low.png             |   Bin 0 -> 937 bytes
 mate/22x22/status/audio-volume-medium.png          |   Bin 0 -> 1078 bytes
 mate/22x22/status/audio-volume-muted.png           |   Bin 0 -> 1043 bytes
 mate/22x22/status/avatar-default.png               |   Bin 0 -> 1202 bytes
 mate/22x22/status/battery-caution-charging.png     |   Bin 0 -> 1324 bytes
 mate/22x22/status/battery-caution.png              |   Bin 0 -> 1113 bytes
 mate/22x22/status/battery-empty.png                |   Bin 0 -> 746 bytes
 mate/22x22/status/battery-full-charged.png         |   Bin 0 -> 1099 bytes
 mate/22x22/status/battery-full-charging.png        |   Bin 0 -> 1258 bytes
 mate/22x22/status/battery-full.png                 |   Bin 0 -> 705 bytes
 mate/22x22/status/battery-good-charging.png        |   Bin 0 -> 1293 bytes
 mate/22x22/status/battery-good.png                 |   Bin 0 -> 768 bytes
 mate/22x22/status/battery-low-charging.png         |   Bin 0 -> 1317 bytes
 mate/22x22/status/battery-low.png                  |   Bin 0 -> 775 bytes
 mate/22x22/status/battery-missing.png              |   Bin 0 -> 887 bytes
 mate/22x22/status/changes-allow.png                |   Bin 0 -> 1128 bytes
 mate/22x22/status/changes-prevent.png              |   Bin 0 -> 1061 bytes
 mate/22x22/status/computer-fail.png                |   Bin 0 -> 1351 bytes
 mate/22x22/status/dialog-error.png                 |   Bin 0 -> 1126 bytes
 mate/22x22/status/dialog-information.png           |   Bin 0 -> 1242 bytes
 mate/22x22/status/dialog-password.png              |   Bin 0 -> 1196 bytes
 mate/22x22/status/dialog-question.png              |   Bin 0 -> 1086 bytes
 mate/22x22/status/dialog-warning.png               |   Bin 0 -> 1074 bytes
 mate/22x22/status/folder-drag-accept.png           |   Bin 0 -> 865 bytes
 mate/22x22/status/folder-open.png                  |   Bin 0 -> 987 bytes
 mate/22x22/status/folder-visiting.png              |   Bin 0 -> 1186 bytes
 mate/22x22/status/image-loading.png                |   Bin 0 -> 1464 bytes
 mate/22x22/status/image-missing.png                |   Bin 0 -> 749 bytes
 mate/22x22/status/mail-attachment.png              |   Bin 0 -> 949 bytes
 mate/22x22/status/mail-read.png                    |   Bin 0 -> 847 bytes
 mate/22x22/status/mail-replied.png                 |   Bin 0 -> 1131 bytes
 mate/22x22/status/mail-signed-verified.png         |   Bin 0 -> 1348 bytes
 mate/22x22/status/mail-signed.png                  |   Bin 0 -> 1108 bytes
 mate/22x22/status/mail-unread.png                  |   Bin 0 -> 1100 bytes
 mate/22x22/status/media-playlist-repeat.png        |   Bin 0 -> 938 bytes
 mate/22x22/status/media-playlist-shuffle.png       |   Bin 0 -> 1210 bytes
 mate/22x22/status/microphone-sensitivity-high.png  |   Bin 0 -> 1380 bytes
 mate/22x22/status/microphone-sensitivity-low.png   |   Bin 0 -> 1290 bytes
 .../22x22/status/microphone-sensitivity-medium.png |   Bin 0 -> 1306 bytes
 mate/22x22/status/microphone-sensitivity-muted.png |   Bin 0 -> 1270 bytes
 mate/22x22/status/network-error.png                |   Bin 0 -> 1256 bytes
 mate/22x22/status/network-idle.png                 |   Bin 0 -> 1163 bytes
 mate/22x22/status/network-offline.png              |   Bin 0 -> 1231 bytes
 mate/22x22/status/network-receive.png              |   Bin 0 -> 1228 bytes
 mate/22x22/status/network-transmit-receive.png     |   Bin 0 -> 1176 bytes
 mate/22x22/status/network-transmit.png             |   Bin 0 -> 1232 bytes
 mate/22x22/status/network-wireless-encrypted.png   |   Bin 0 -> 1510 bytes
 mate/22x22/status/non-starred.png                  |   Bin 0 -> 1093 bytes
 mate/22x22/status/printer-error.png                |   Bin 0 -> 1193 bytes
 mate/22x22/status/printer-printing.png             |   Bin 0 -> 1162 bytes
 mate/22x22/status/security-high.png                |   Bin 0 -> 1229 bytes
 mate/22x22/status/security-low.png                 |   Bin 0 -> 1203 bytes
 mate/22x22/status/security-medium.png              |   Bin 0 -> 1297 bytes
 mate/22x22/status/semi-starred-rtl.png             |   Bin 0 -> 1180 bytes
 mate/22x22/status/semi-starred.png                 |   Bin 0 -> 1193 bytes
 mate/22x22/status/software-update-available.png    |   Bin 0 -> 1259 bytes
 mate/22x22/status/software-update-urgent.png       |   Bin 0 -> 1167 bytes
 mate/22x22/status/starred.png                      |   Bin 0 -> 1273 bytes
 mate/22x22/status/task-due.png                     |   Bin 0 -> 1035 bytes
 mate/22x22/status/task-past-due.png                |   Bin 0 -> 919 bytes
 mate/22x22/status/trophy-bronze.png                |   Bin 0 -> 1494 bytes
 mate/22x22/status/trophy-gold.png                  |   Bin 0 -> 1502 bytes
 mate/22x22/status/trophy-silver.png                |   Bin 0 -> 1499 bytes
 mate/22x22/status/user-available.png               |   Bin 0 -> 1304 bytes
 mate/22x22/status/user-away.png                    |   Bin 0 -> 1145 bytes
 mate/22x22/status/user-busy.png                    |   Bin 0 -> 1364 bytes
 mate/22x22/status/user-idle.png                    |   Bin 0 -> 1223 bytes
 mate/22x22/status/user-invisible.png               |   Bin 0 -> 1141 bytes
 mate/22x22/status/user-offline.png                 |   Bin 0 -> 1247 bytes
 mate/22x22/status/user-trash-full.png              |   Bin 0 -> 1587 bytes
 mate/22x22/status/weather-clear-night.png          |   Bin 0 -> 1207 bytes
 mate/22x22/status/weather-clear.png                |   Bin 0 -> 1314 bytes
 mate/22x22/status/weather-few-clouds-night.png     |   Bin 0 -> 1276 bytes
 mate/22x22/status/weather-few-clouds.png           |   Bin 0 -> 1398 bytes
 mate/22x22/status/weather-fog.png                  |   Bin 0 -> 1320 bytes
 mate/22x22/status/weather-overcast.png             |   Bin 0 -> 885 bytes
 mate/22x22/status/weather-severe-alert.png         |   Bin 0 -> 1258 bytes
 mate/22x22/status/weather-showers-scattered.png    |   Bin 0 -> 1202 bytes
 mate/22x22/status/weather-showers.png              |   Bin 0 -> 1306 bytes
 mate/22x22/status/weather-snow.png                 |   Bin 0 -> 900 bytes
 mate/22x22/status/weather-storm.png                |   Bin 0 -> 1121 bytes
 mate/24x24/actions/address-book-new.png            |   Bin 0 -> 1434 bytes
 mate/24x24/actions/application-exit.png            |   Bin 0 -> 1130 bytes
 mate/24x24/actions/appointment-new.png             |   Bin 0 -> 1690 bytes
 mate/24x24/actions/bookmark-new.png                |   Bin 0 -> 962 bytes
 mate/24x24/actions/call-start.png                  |   Bin 0 -> 1147 bytes
 mate/24x24/actions/call-stop.png                   |   Bin 0 -> 949 bytes
 mate/24x24/actions/contact-new.png                 |   Bin 0 -> 1122 bytes
 mate/24x24/actions/dnd-multiple.png                |   Bin 0 -> 1103 bytes
 mate/24x24/actions/document-new.png                |   Bin 0 -> 1255 bytes
 mate/24x24/actions/document-open-recent.png        |   Bin 0 -> 1645 bytes
 mate/24x24/actions/document-open.png               |   Bin 0 -> 1021 bytes
 mate/24x24/actions/document-page-setup.png         |   Bin 0 -> 1391 bytes
 mate/24x24/actions/document-print-preview.png      |   Bin 0 -> 1501 bytes
 mate/24x24/actions/document-print.png              |   Bin 0 -> 1253 bytes
 mate/24x24/actions/document-properties.png         |   Bin 0 -> 1401 bytes
 mate/24x24/actions/document-revert-rtl.png         |   Bin 0 -> 1361 bytes
 mate/24x24/actions/document-revert.png             |   Bin 0 -> 1326 bytes
 mate/24x24/actions/document-save-as.png            |   Bin 0 -> 1187 bytes
 mate/24x24/actions/document-save.png               |   Bin 0 -> 1238 bytes
 mate/24x24/actions/document-send.png               |   Bin 0 -> 910 bytes
 mate/24x24/actions/edit-clear-all.png              |     1 +
 mate/24x24/actions/edit-clear-rtl.png              |   Bin 0 -> 1042 bytes
 mate/24x24/actions/edit-clear.png                  |   Bin 0 -> 1177 bytes
 mate/24x24/actions/edit-copy.png                   |   Bin 0 -> 859 bytes
 mate/24x24/actions/edit-cut.png                    |   Bin 0 -> 1347 bytes
 mate/24x24/actions/edit-delete.png                 |   Bin 0 -> 1425 bytes
 mate/24x24/actions/edit-find-replace.png           |   Bin 0 -> 1683 bytes
 mate/24x24/actions/edit-find.png                   |   Bin 0 -> 1560 bytes
 mate/24x24/actions/edit-paste.png                  |   Bin 0 -> 1084 bytes
 mate/24x24/actions/edit-redo-rtl.png               |   Bin 0 -> 1109 bytes
 mate/24x24/actions/edit-redo.png                   |   Bin 0 -> 1052 bytes
 mate/24x24/actions/edit-select-all.png             |   Bin 0 -> 1234 bytes
 mate/24x24/actions/edit-undo-rtl.png               |   Bin 0 -> 1050 bytes
 mate/24x24/actions/edit-undo.png                   |   Bin 0 -> 1033 bytes
 mate/24x24/actions/find-location.png               |     1 +
 mate/24x24/actions/folder-new.png                  |   Bin 0 -> 1199 bytes
 mate/24x24/actions/format-indent-less-rtl.png      |   Bin 0 -> 795 bytes
 mate/24x24/actions/format-indent-less.png          |   Bin 0 -> 718 bytes
 mate/24x24/actions/format-indent-more-rtl.png      |   Bin 0 -> 795 bytes
 mate/24x24/actions/format-indent-more.png          |   Bin 0 -> 706 bytes
 mate/24x24/actions/format-justify-center.png       |   Bin 0 -> 513 bytes
 mate/24x24/actions/format-justify-fill.png         |   Bin 0 -> 453 bytes
 mate/24x24/actions/format-justify-left.png         |   Bin 0 -> 522 bytes
 mate/24x24/actions/format-justify-right.png        |   Bin 0 -> 473 bytes
 mate/24x24/actions/format-text-bold.png            |   Bin 0 -> 1029 bytes
 mate/24x24/actions/format-text-direction-ltr.png   |   Bin 0 -> 1278 bytes
 mate/24x24/actions/format-text-direction-rtl.png   |   Bin 0 -> 1284 bytes
 mate/24x24/actions/format-text-italic.png          |   Bin 0 -> 1107 bytes
 mate/24x24/actions/format-text-strikethrough.png   |   Bin 0 -> 894 bytes
 mate/24x24/actions/format-text-underline.png       |   Bin 0 -> 1005 bytes
 mate/24x24/actions/go-bottom.png                   |   Bin 0 -> 1195 bytes
 mate/24x24/actions/go-down.png                     |   Bin 0 -> 1150 bytes
 mate/24x24/actions/go-first-rtl.png                |   Bin 0 -> 1207 bytes
 mate/24x24/actions/go-first.png                    |   Bin 0 -> 1236 bytes
 mate/24x24/actions/go-home.png                     |   Bin 0 -> 1367 bytes
 mate/24x24/actions/go-jump.png                     |   Bin 0 -> 1035 bytes
 mate/24x24/actions/go-last-rtl.png                 |   Bin 0 -> 1236 bytes
 mate/24x24/actions/go-last.png                     |   Bin 0 -> 1207 bytes
 mate/24x24/actions/go-next-rtl.png                 |   Bin 0 -> 1108 bytes
 mate/24x24/actions/go-next.png                     |   Bin 0 -> 1114 bytes
 mate/24x24/actions/go-previous-rtl.png             |   Bin 0 -> 1129 bytes
 mate/24x24/actions/go-previous.png                 |   Bin 0 -> 1078 bytes
 mate/24x24/actions/go-top.png                      |   Bin 0 -> 1117 bytes
 mate/24x24/actions/go-up.png                       |   Bin 0 -> 1019 bytes
 mate/24x24/actions/gtk-dnd-multiple.png            |     1 +
 mate/24x24/actions/help-about.png                  |   Bin 0 -> 1078 bytes
 mate/24x24/actions/help-contents.png               |   Bin 0 -> 2081 bytes
 mate/24x24/actions/help-faq.png                    |   Bin 0 -> 1254 bytes
 mate/24x24/actions/insert-image.png                |   Bin 0 -> 1041 bytes
 mate/24x24/actions/insert-link.png                 |   Bin 0 -> 1180 bytes
 mate/24x24/actions/insert-object.png               |   Bin 0 -> 783 bytes
 mate/24x24/actions/insert-text.png                 |   Bin 0 -> 920 bytes
 mate/24x24/actions/list-add.png                    |   Bin 0 -> 779 bytes
 mate/24x24/actions/list-remove.png                 |   Bin 0 -> 469 bytes
 mate/24x24/actions/mail-forward.png                |   Bin 0 -> 1301 bytes
 mate/24x24/actions/mail-mark-important.png         |   Bin 0 -> 1001 bytes
 mate/24x24/actions/mail-mark-junk.png              |   Bin 0 -> 1326 bytes
 mate/24x24/actions/mail-mark-notjunk.png           |   Bin 0 -> 1238 bytes
 mate/24x24/actions/mail-mark-read.png              |   Bin 0 -> 1224 bytes
 mate/24x24/actions/mail-mark-unread.png            |   Bin 0 -> 1244 bytes
 mate/24x24/actions/mail-message-new.png            |   Bin 0 -> 1174 bytes
 mate/24x24/actions/mail-reply-all.png              |   Bin 0 -> 1270 bytes
 mate/24x24/actions/mail-reply-sender.png           |   Bin 0 -> 1282 bytes
 mate/24x24/actions/mail-send-receive.png           |   Bin 0 -> 1135 bytes
 mate/24x24/actions/mail-send.png                   |   Bin 0 -> 1207 bytes
 mate/24x24/actions/media-eject.png                 |   Bin 0 -> 712 bytes
 mate/24x24/actions/media-playback-pause.png        |   Bin 0 -> 583 bytes
 mate/24x24/actions/media-playback-start-rtl.png    |   Bin 0 -> 920 bytes
 mate/24x24/actions/media-playback-start.png        |   Bin 0 -> 893 bytes
 mate/24x24/actions/media-playback-stop.png         |   Bin 0 -> 522 bytes
 mate/24x24/actions/media-record.png                |   Bin 0 -> 963 bytes
 mate/24x24/actions/media-seek-backward-rtl.png     |   Bin 0 -> 809 bytes
 mate/24x24/actions/media-seek-backward.png         |   Bin 0 -> 791 bytes
 mate/24x24/actions/media-seek-forward-rtl.png      |   Bin 0 -> 798 bytes
 mate/24x24/actions/media-seek-forward.png          |   Bin 0 -> 802 bytes
 mate/24x24/actions/media-skip-backward-rtl.png     |   Bin 0 -> 842 bytes
 mate/24x24/actions/media-skip-backward.png         |   Bin 0 -> 922 bytes
 mate/24x24/actions/media-skip-forward-rtl.png      |   Bin 0 -> 928 bytes
 mate/24x24/actions/media-skip-forward.png          |   Bin 0 -> 842 bytes
 mate/24x24/actions/object-flip-horizontal.png      |   Bin 0 -> 1010 bytes
 mate/24x24/actions/object-flip-vertical.png        |   Bin 0 -> 1052 bytes
 mate/24x24/actions/object-rotate-left.png          |   Bin 0 -> 1030 bytes
 mate/24x24/actions/object-rotate-right.png         |   Bin 0 -> 1046 bytes
 mate/24x24/actions/open-menu.png                   |   Bin 0 -> 525 bytes
 mate/24x24/actions/process-stop.png                |   Bin 0 -> 1206 bytes
 mate/24x24/actions/send-to.png                     |     1 +
 mate/24x24/actions/star-new.png                    |     1 +
 mate/24x24/actions/system-lock-screen.png          |   Bin 0 -> 1438 bytes
 mate/24x24/actions/system-log-out.png              |   Bin 0 -> 1245 bytes
 mate/24x24/actions/system-run.png                  |   Bin 0 -> 1424 bytes
 mate/24x24/actions/system-search.png               |   Bin 0 -> 1579 bytes
 mate/24x24/actions/system-shutdown.png             |   Bin 0 -> 733 bytes
 mate/24x24/actions/tab-new.png                     |   Bin 0 -> 1292 bytes
 mate/24x24/actions/tools-check-spelling.png        |   Bin 0 -> 1023 bytes
 mate/24x24/actions/view-fullscreen.png             |   Bin 0 -> 633 bytes
 mate/24x24/actions/view-refresh.png                |   Bin 0 -> 1373 bytes
 mate/24x24/actions/view-restore.png                |   Bin 0 -> 595 bytes
 mate/24x24/actions/view-sort-ascending.png         |   Bin 0 -> 944 bytes
 mate/24x24/actions/view-sort-descending.png        |   Bin 0 -> 880 bytes
 mate/24x24/actions/window-close.png                |   Bin 0 -> 1187 bytes
 mate/24x24/actions/window-new.png                  |   Bin 0 -> 981 bytes
 mate/24x24/actions/zoom-fit-best.png               |   Bin 0 -> 878 bytes
 mate/24x24/actions/zoom-in.png                     |   Bin 0 -> 858 bytes
 mate/24x24/actions/zoom-original.png               |   Bin 0 -> 879 bytes
 mate/24x24/actions/zoom-out.png                    |   Bin 0 -> 791 bytes
 mate/24x24/apps/accessories-calculator.png         |   Bin 0 -> 820 bytes
 mate/24x24/apps/accessories-character-map.png      |   Bin 0 -> 1057 bytes
 mate/24x24/apps/accessories-dictionary.png         |   Bin 0 -> 1306 bytes
 mate/24x24/apps/accessories-text-editor.png        |   Bin 0 -> 1308 bytes
 mate/24x24/apps/applets-screenshooter.png          |   Bin 0 -> 1335 bytes
 mate/24x24/apps/dconf-editor.png                   |   Bin 0 -> 1324 bytes
 mate/24x24/apps/gcolor2.png                        |   Bin 0 -> 1153 bytes
 mate/24x24/apps/help-browser.png                   |   Bin 0 -> 2081 bytes
 mate/24x24/apps/logviewer.png                      |   Bin 0 -> 1034 bytes
 mate/24x24/apps/mate.png                           |   Bin 0 -> 1511 bytes
 mate/24x24/apps/multimedia-volume-control.png      |   Bin 0 -> 1156 bytes
 .../apps/preferences-desktop-accessibility.png     |   Bin 0 -> 1646 bytes
 .../preferences-desktop-default-applications.png   |   Bin 0 -> 1340 bytes
 mate/24x24/apps/preferences-desktop-display.png    |   Bin 0 -> 1287 bytes
 mate/24x24/apps/preferences-desktop-font.png       |   Bin 0 -> 1053 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |   Bin 0 -> 881 bytes
 mate/24x24/apps/preferences-desktop-keyboard.png   |   Bin 0 -> 1195 bytes
 mate/24x24/apps/preferences-desktop-locale.png     |   Bin 0 -> 1380 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 1096 bytes
 .../24x24/apps/preferences-desktop-screensaver.png |   Bin 0 -> 1211 bytes
 mate/24x24/apps/preferences-desktop-theme.png      |   Bin 0 -> 1414 bytes
 mate/24x24/apps/preferences-desktop-wallpaper.png  |   Bin 0 -> 1245 bytes
 mate/24x24/apps/preferences-system-bluetooth.png   |   Bin 0 -> 1023 bytes
 mate/24x24/apps/preferences-system-privacy.png     |   Bin 0 -> 1203 bytes
 mate/24x24/apps/preferences-system-windows.png     |   Bin 0 -> 596 bytes
 mate/24x24/apps/system-config-keyboard.png         |   Bin 0 -> 1441 bytes
 mate/24x24/apps/system-file-manager.png            |   Bin 0 -> 1128 bytes
 mate/24x24/apps/system-software-install.png        |   Bin 0 -> 1362 bytes
 mate/24x24/apps/system-software-update.png         |   Bin 0 -> 1503 bytes
 mate/24x24/apps/system-users.png                   |   Bin 0 -> 1280 bytes
 mate/24x24/apps/user-info.png                      |   Bin 0 -> 1475 bytes
 mate/24x24/apps/utilities-system-monitor.png       |   Bin 0 -> 1227 bytes
 mate/24x24/apps/utilities-terminal.png             |   Bin 0 -> 1092 bytes
 mate/24x24/apps/web-browser.png                    |   Bin 0 -> 1724 bytes
 mate/24x24/categories/applications-accessories.png |   Bin 0 -> 1584 bytes
 mate/24x24/categories/applications-development.png |   Bin 0 -> 1044 bytes
 mate/24x24/categories/applications-engineering.png |   Bin 0 -> 1101 bytes
 mate/24x24/categories/applications-games.png       |   Bin 0 -> 925 bytes
 mate/24x24/categories/applications-graphics.png    |   Bin 0 -> 1651 bytes
 mate/24x24/categories/applications-internet.png    |   Bin 0 -> 1802 bytes
 mate/24x24/categories/applications-multimedia.png  |   Bin 0 -> 1072 bytes
 mate/24x24/categories/applications-office.png      |   Bin 0 -> 1324 bytes
 mate/24x24/categories/applications-other.png       |   Bin 0 -> 1378 bytes
 mate/24x24/categories/applications-science.png     |   Bin 0 -> 1518 bytes
 mate/24x24/categories/applications-system.png      |   Bin 0 -> 1470 bytes
 mate/24x24/categories/applications-utilities.png   |   Bin 0 -> 1473 bytes
 .../categories/preferences-desktop-peripherals.png |   Bin 0 -> 872 bytes
 .../categories/preferences-desktop-personal.png    |   Bin 0 -> 1042 bytes
 mate/24x24/categories/preferences-desktop.png      |   Bin 0 -> 840 bytes
 mate/24x24/categories/preferences-other.png        |   Bin 0 -> 1342 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 1403 bytes
 mate/24x24/categories/preferences-system.png       |   Bin 0 -> 1564 bytes
 mate/24x24/categories/system-help.png              |   Bin 0 -> 1180 bytes
 mate/24x24/devices/ac-adapter.png                  |   Bin 0 -> 1004 bytes
 mate/24x24/devices/audio-card.png                  |   Bin 0 -> 1414 bytes
 mate/24x24/devices/audio-headphones.png            |   Bin 0 -> 1205 bytes
 mate/24x24/devices/audio-headset.png               |   Bin 0 -> 1293 bytes
 mate/24x24/devices/audio-input-microphone.png      |   Bin 0 -> 1232 bytes
 mate/24x24/devices/audio-speakers.png              |   Bin 0 -> 1444 bytes
 mate/24x24/devices/battery.png                     |   Bin 0 -> 579 bytes
 mate/24x24/devices/camera-photo.png                |   Bin 0 -> 1491 bytes
 mate/24x24/devices/camera-video.png                |   Bin 0 -> 1376 bytes
 mate/24x24/devices/camera-web.png                  |   Bin 0 -> 1436 bytes
 mate/24x24/devices/computer.png                    |   Bin 0 -> 1298 bytes
 mate/24x24/devices/drive-harddisk.png              |   Bin 0 -> 1247 bytes
 mate/24x24/devices/drive-multidisk.png             |   Bin 0 -> 1199 bytes
 mate/24x24/devices/drive-optical.png               |   Bin 0 -> 1300 bytes
 mate/24x24/devices/drive-removable-media.png       |   Bin 0 -> 895 bytes
 mate/24x24/devices/input-dialpad.png               |   Bin 0 -> 266 bytes
 mate/24x24/devices/input-gaming.png                |   Bin 0 -> 1252 bytes
 mate/24x24/devices/input-keyboard.png              |   Bin 0 -> 840 bytes
 mate/24x24/devices/input-mouse.png                 |   Bin 0 -> 1387 bytes
 mate/24x24/devices/input-tablet.png                |   Bin 0 -> 780 bytes
 mate/24x24/devices/input-touchpad.png              |   Bin 0 -> 998 bytes
 mate/24x24/devices/media-flash.png                 |   Bin 0 -> 978 bytes
 mate/24x24/devices/media-floppy.png                |   Bin 0 -> 962 bytes
 mate/24x24/devices/media-optical.png               |   Bin 0 -> 1520 bytes
 mate/24x24/devices/media-removable.png             |   Bin 0 -> 1048 bytes
 mate/24x24/devices/media-tape.png                  |   Bin 0 -> 1043 bytes
 mate/24x24/devices/modem.png                       |   Bin 0 -> 1359 bytes
 mate/24x24/devices/multimedia-player.png           |   Bin 0 -> 801 bytes
 mate/24x24/devices/network-vpn.png                 |   Bin 0 -> 978 bytes
 mate/24x24/devices/network-wired.png               |   Bin 0 -> 846 bytes
 mate/24x24/devices/network-wireless.png            |   Bin 0 -> 1455 bytes
 mate/24x24/devices/pda.png                         |   Bin 0 -> 789 bytes
 mate/24x24/devices/phone.png                       |   Bin 0 -> 1024 bytes
 mate/24x24/devices/printer-network.png             |   Bin 0 -> 1560 bytes
 mate/24x24/devices/printer.png                     |   Bin 0 -> 1148 bytes
 mate/24x24/devices/scanner.png                     |   Bin 0 -> 1196 bytes
 .../24x24/devices/uninterruptible-power-supply.png |   Bin 0 -> 1219 bytes
 mate/24x24/devices/video-display.png               |   Bin 0 -> 1118 bytes
 mate/24x24/emblems/emblem-default.png              |   Bin 0 -> 1505 bytes
 mate/24x24/emblems/emblem-documents.png            |   Bin 0 -> 1436 bytes
 mate/24x24/emblems/emblem-downloads.png            |   Bin 0 -> 858 bytes
 mate/24x24/emblems/emblem-favorite.png             |   Bin 0 -> 1092 bytes
 mate/24x24/emblems/emblem-generic.png              |   Bin 0 -> 1577 bytes
 mate/24x24/emblems/emblem-important.png            |   Bin 0 -> 1330 bytes
 mate/24x24/emblems/emblem-mail.png                 |   Bin 0 -> 1095 bytes
 mate/24x24/emblems/emblem-new.png                  |   Bin 0 -> 1165 bytes
 mate/24x24/emblems/emblem-package.png              |   Bin 0 -> 898 bytes
 mate/24x24/emblems/emblem-photos.png               |   Bin 0 -> 1364 bytes
 mate/24x24/emblems/emblem-readonly.png             |   Bin 0 -> 849 bytes
 mate/24x24/emblems/emblem-shared.png               |   Bin 0 -> 964 bytes
 mate/24x24/emblems/emblem-symbolic-link.png        |   Bin 0 -> 870 bytes
 mate/24x24/emblems/emblem-system.png               |   Bin 0 -> 1033 bytes
 mate/24x24/emblems/emblem-unreadable.png           |   Bin 0 -> 888 bytes
 mate/24x24/emblems/emblem-urgent.png               |   Bin 0 -> 1350 bytes
 mate/24x24/emblems/emblem-web.png                  |   Bin 0 -> 1547 bytes
 mate/24x24/emotes/face-angel.png                   |   Bin 0 -> 1628 bytes
 mate/24x24/emotes/face-angry.png                   |   Bin 0 -> 1503 bytes
 mate/24x24/emotes/face-cool.png                    |   Bin 0 -> 1358 bytes
 mate/24x24/emotes/face-crying.png                  |   Bin 0 -> 1422 bytes
 mate/24x24/emotes/face-devilish.png                |   Bin 0 -> 1490 bytes
 mate/24x24/emotes/face-embarrassed.png             |   Bin 0 -> 1479 bytes
 mate/24x24/emotes/face-glasses.png                 |   Bin 0 -> 1486 bytes
 mate/24x24/emotes/face-kiss.png                    |   Bin 0 -> 1415 bytes
 mate/24x24/emotes/face-laugh.png                   |   Bin 0 -> 1412 bytes
 mate/24x24/emotes/face-monkey.png                  |   Bin 0 -> 1537 bytes
 mate/24x24/emotes/face-plain.png                   |   Bin 0 -> 1379 bytes
 mate/24x24/emotes/face-raspberry.png               |   Bin 0 -> 1395 bytes
 mate/24x24/emotes/face-sad.png                     |   Bin 0 -> 1387 bytes
 mate/24x24/emotes/face-sick.png                    |   Bin 0 -> 1421 bytes
 mate/24x24/emotes/face-smile-big.png               |   Bin 0 -> 1386 bytes
 mate/24x24/emotes/face-smile.png                   |   Bin 0 -> 1386 bytes
 mate/24x24/emotes/face-smirk.png                   |   Bin 0 -> 1381 bytes
 mate/24x24/emotes/face-surprise.png                |   Bin 0 -> 1429 bytes
 mate/24x24/emotes/face-tired.png                   |   Bin 0 -> 1457 bytes
 mate/24x24/emotes/face-uncertain.png               |   Bin 0 -> 1378 bytes
 mate/24x24/emotes/face-wink.png                    |   Bin 0 -> 1393 bytes
 mate/24x24/emotes/face-worried.png                 |   Bin 0 -> 1379 bytes
 mate/24x24/mimetypes/application-certificate.png   |   Bin 0 -> 976 bytes
 mate/24x24/mimetypes/application-pdf.png           |   Bin 0 -> 1325 bytes
 mate/24x24/mimetypes/application-pgp-encrypted.png |   Bin 0 -> 1423 bytes
 mate/24x24/mimetypes/application-rss+xml.png       |   Bin 0 -> 1130 bytes
 .../application-vnd.openofficeorg.extension.png    |   Bin 0 -> 1917 bytes
 mate/24x24/mimetypes/application-x-addon.png       |   Bin 0 -> 1114 bytes
 mate/24x24/mimetypes/application-x-bittorrent.png  |   Bin 0 -> 1085 bytes
 mate/24x24/mimetypes/application-x-blender.png     |   Bin 0 -> 1561 bytes
 mate/24x24/mimetypes/application-x-cd-image.png    |   Bin 0 -> 1509 bytes
 mate/24x24/mimetypes/application-x-desktop.png     |   Bin 0 -> 1130 bytes
 mate/24x24/mimetypes/application-x-executable.png  |   Bin 0 -> 1348 bytes
 mate/24x24/mimetypes/application-x-homebank.png    |   Bin 0 -> 1114 bytes
 .../24x24/mimetypes/application-x-java-archive.png |   Bin 0 -> 1459 bytes
 mate/24x24/mimetypes/application-x-java.png        |   Bin 0 -> 1285 bytes
 mate/24x24/mimetypes/application-x-javascript.png  |     1 +
 mate/24x24/mimetypes/application-x-keepass.png     |   Bin 0 -> 1046 bytes
 .../mimetypes/application-x-mono-develop-xib.png   |   Bin 0 -> 1411 bytes
 .../mimetypes/application-x-ms-dos-executable.png  |   Bin 0 -> 1133 bytes
 .../24x24/mimetypes/application-x-package-list.png |   Bin 0 -> 948 bytes
 mate/24x24/mimetypes/application-x-perl.png        |   Bin 0 -> 1452 bytes
 mate/24x24/mimetypes/application-x-php.png         |   Bin 0 -> 1403 bytes
 mate/24x24/mimetypes/application-x-planner.png     |   Bin 0 -> 1028 bytes
 .../mimetypes/application-x-python-bytecode.png    |   Bin 0 -> 1230 bytes
 .../mimetypes/application-x-remote-connection.png  |   Bin 0 -> 1267 bytes
 mate/24x24/mimetypes/application-x-ruby.png        |   Bin 0 -> 1317 bytes
 mate/24x24/mimetypes/application-x-theme.png       |   Bin 0 -> 1273 bytes
 mate/24x24/mimetypes/application-x-vnc.png         |     1 +
 mate/24x24/mimetypes/audio-x-generic.png           |   Bin 0 -> 1090 bytes
 mate/24x24/mimetypes/font-x-generic.png            |   Bin 0 -> 1471 bytes
 .../24x24/mimetypes/gnome-mime-application-zip.png |     1 +
 mate/24x24/mimetypes/gnome-mime-audio.png          |     1 +
 mate/24x24/mimetypes/gnome-mime-image.png          |     1 +
 mate/24x24/mimetypes/gnome-mime-text.png           |     1 +
 mate/24x24/mimetypes/gnome-mime-video.png          |     1 +
 mate/24x24/mimetypes/gtk-file.png                  |     1 +
 mate/24x24/mimetypes/image-svg+xml-compressed.png  |   Bin 0 -> 935 bytes
 mate/24x24/mimetypes/image-svg+xml.png             |   Bin 0 -> 1380 bytes
 mate/24x24/mimetypes/image-x-compressed-xcf.png    |   Bin 0 -> 1101 bytes
 mate/24x24/mimetypes/image-x-generic.png           |   Bin 0 -> 1114 bytes
 mate/24x24/mimetypes/image-x-xcf.png               |   Bin 0 -> 1145 bytes
 .../mimetypes/openofficeorg-drawing-template.png   |     1 +
 mate/24x24/mimetypes/openofficeorg-drawing.png     |     1 +
 mate/24x24/mimetypes/openofficeorg-extension.png   |     1 +
 .../openofficeorg-oasis-drawing-template.png       |     1 +
 .../mimetypes/openofficeorg-oasis-drawing.png      |     1 +
 .../openofficeorg-oasis-presentation-template.png  |     1 +
 .../mimetypes/openofficeorg-oasis-presentation.png |     1 +
 .../openofficeorg-oasis-spreadsheet-template.png   |     1 +
 .../mimetypes/openofficeorg-oasis-spreadsheet.png  |     1 +
 .../openofficeorg-oasis-text-template.png          |     1 +
 mate/24x24/mimetypes/openofficeorg-oasis-text.png  |     1 +
 .../openofficeorg-presentation-template.png        |     1 +
 .../24x24/mimetypes/openofficeorg-presentation.png |     1 +
 .../openofficeorg-spreadsheet-template.png         |     1 +
 mate/24x24/mimetypes/openofficeorg-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg-text-template.png      |     1 +
 mate/24x24/mimetypes/openofficeorg-text.png        |     1 +
 .../mimetypes/openofficeorg3-drawing-template.png  |     1 +
 mate/24x24/mimetypes/openofficeorg3-drawing.png    |     1 +
 mate/24x24/mimetypes/openofficeorg3-extension.png  |     1 +
 .../openofficeorg3-oasis-drawing-template.png      |     1 +
 .../mimetypes/openofficeorg3-oasis-drawing.png     |     1 +
 .../openofficeorg3-oasis-presentation-template.png |     1 +
 .../openofficeorg3-oasis-presentation.png          |     1 +
 .../openofficeorg3-oasis-spreadsheet-template.png  |     1 +
 .../mimetypes/openofficeorg3-oasis-spreadsheet.png |     1 +
 .../openofficeorg3-oasis-text-template.png         |     1 +
 mate/24x24/mimetypes/openofficeorg3-oasis-text.png |     1 +
 .../openofficeorg3-presentation-template.png       |     1 +
 .../mimetypes/openofficeorg3-presentation.png      |     1 +
 .../openofficeorg3-spreadsheet-template.png        |     1 +
 .../24x24/mimetypes/openofficeorg3-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg3-text-template.png     |     1 +
 mate/24x24/mimetypes/openofficeorg3-text.png       |     1 +
 mate/24x24/mimetypes/package-x-generic.png         |   Bin 0 -> 1089 bytes
 mate/24x24/mimetypes/text-css.png                  |   Bin 0 -> 1547 bytes
 mate/24x24/mimetypes/text-csv.png                  |     1 +
 mate/24x24/mimetypes/text-html.png                 |   Bin 0 -> 1350 bytes
 mate/24x24/mimetypes/text-x-apport.png             |   Bin 0 -> 1287 bytes
 mate/24x24/mimetypes/text-x-authors.png            |   Bin 0 -> 1216 bytes
 mate/24x24/mimetypes/text-x-boo.png                |   Bin 0 -> 1319 bytes
 mate/24x24/mimetypes/text-x-c++hdr.png             |     1 +
 mate/24x24/mimetypes/text-x-c++src.png             |     1 +
 mate/24x24/mimetypes/text-x-changelog.png          |   Bin 0 -> 1111 bytes
 mate/24x24/mimetypes/text-x-chdr.png               |     1 +
 mate/24x24/mimetypes/text-x-copying.png            |   Bin 0 -> 1496 bytes
 mate/24x24/mimetypes/text-x-csharp.png             |     1 +
 mate/24x24/mimetypes/text-x-csrc.png               |   Bin 0 -> 1511 bytes
 mate/24x24/mimetypes/text-x-generic-template.png   |   Bin 0 -> 1191 bytes
 mate/24x24/mimetypes/text-x-generic.png            |   Bin 0 -> 1140 bytes
 mate/24x24/mimetypes/text-x-install.png            |   Bin 0 -> 1327 bytes
 mate/24x24/mimetypes/text-x-java.png               |   Bin 0 -> 1345 bytes
 mate/24x24/mimetypes/text-x-log.png                |   Bin 0 -> 743 bytes
 mate/24x24/mimetypes/text-x-makefile.png           |   Bin 0 -> 1245 bytes
 mate/24x24/mimetypes/text-x-opml+xml.png           |   Bin 0 -> 1168 bytes
 mate/24x24/mimetypes/text-x-patch.png              |   Bin 0 -> 1858 bytes
 mate/24x24/mimetypes/text-x-preview.png            |   Bin 0 -> 1081 bytes
 mate/24x24/mimetypes/text-x-python.png             |   Bin 0 -> 1357 bytes
 mate/24x24/mimetypes/text-x-readme.png             |   Bin 0 -> 1368 bytes
 mate/24x24/mimetypes/text-x-script.png             |   Bin 0 -> 1362 bytes
 mate/24x24/mimetypes/video-x-generic.png           |   Bin 0 -> 1542 bytes
 mate/24x24/mimetypes/x-firmware.png                |   Bin 0 -> 1371 bytes
 mate/24x24/mimetypes/x-office-address-book.png     |   Bin 0 -> 1360 bytes
 mate/24x24/mimetypes/x-office-calendar.png         |   Bin 0 -> 967 bytes
 .../24x24/mimetypes/x-office-document-template.png |   Bin 0 -> 1479 bytes
 mate/24x24/mimetypes/x-office-document.png         |   Bin 0 -> 1291 bytes
 mate/24x24/mimetypes/x-office-drawing-template.png |   Bin 0 -> 1589 bytes
 mate/24x24/mimetypes/x-office-drawing.png          |   Bin 0 -> 1366 bytes
 .../mimetypes/x-office-presentation-template.png   |   Bin 0 -> 1497 bytes
 mate/24x24/mimetypes/x-office-presentation.png     |   Bin 0 -> 1230 bytes
 .../mimetypes/x-office-spreadsheet-template.png    |   Bin 0 -> 1596 bytes
 mate/24x24/mimetypes/x-office-spreadsheet.png      |   Bin 0 -> 1393 bytes
 mate/24x24/mimetypes/x-package-repository.png      |   Bin 0 -> 1589 bytes
 mate/24x24/places/folder-documents.png             |   Bin 0 -> 1082 bytes
 mate/24x24/places/folder-download.png              |   Bin 0 -> 1085 bytes
 mate/24x24/places/folder-music.png                 |   Bin 0 -> 1075 bytes
 mate/24x24/places/folder-pictures.png              |   Bin 0 -> 1185 bytes
 mate/24x24/places/folder-publicshare.png           |   Bin 0 -> 1095 bytes
 mate/24x24/places/folder-remote.png                |   Bin 0 -> 1049 bytes
 mate/24x24/places/folder-saved-search.png          |   Bin 0 -> 1091 bytes
 mate/24x24/places/folder-templates.png             |   Bin 0 -> 1056 bytes
 mate/24x24/places/folder-videos.png                |   Bin 0 -> 1084 bytes
 mate/24x24/places/folder.png                       |   Bin 0 -> 920 bytes
 mate/24x24/places/network-server.png               |   Bin 0 -> 1363 bytes
 mate/24x24/places/network-workgroup.png            |   Bin 0 -> 1275 bytes
 mate/24x24/places/start-here.png                   |   Bin 0 -> 1511 bytes
 mate/24x24/places/user-bookmarks.png               |   Bin 0 -> 1132 bytes
 mate/24x24/places/user-desktop.png                 |   Bin 0 -> 1067 bytes
 mate/24x24/places/user-home.png                    |   Bin 0 -> 1180 bytes
 mate/24x24/places/user-trash.png                   |   Bin 0 -> 1716 bytes
 mate/24x24/status/appointment-missed.png           |   Bin 0 -> 1682 bytes
 mate/24x24/status/appointment-soon.png             |   Bin 0 -> 1456 bytes
 mate/24x24/status/audio-volume-high.png            |   Bin 0 -> 1368 bytes
 mate/24x24/status/audio-volume-low.png             |   Bin 0 -> 998 bytes
 mate/24x24/status/audio-volume-medium.png          |   Bin 0 -> 1161 bytes
 mate/24x24/status/audio-volume-muted.png           |   Bin 0 -> 1123 bytes
 mate/24x24/status/avatar-default.png               |   Bin 0 -> 1230 bytes
 mate/24x24/status/battery-caution-charging.png     |   Bin 0 -> 1315 bytes
 mate/24x24/status/battery-caution.png              |   Bin 0 -> 1138 bytes
 mate/24x24/status/battery-empty.png                |   Bin 0 -> 743 bytes
 mate/24x24/status/battery-full-charged.png         |   Bin 0 -> 1077 bytes
 mate/24x24/status/battery-full-charging.png        |   Bin 0 -> 1250 bytes
 mate/24x24/status/battery-full.png                 |   Bin 0 -> 707 bytes
 mate/24x24/status/battery-good-charging.png        |   Bin 0 -> 1283 bytes
 mate/24x24/status/battery-good.png                 |   Bin 0 -> 762 bytes
 mate/24x24/status/battery-low-charging.png         |   Bin 0 -> 1308 bytes
 mate/24x24/status/battery-low.png                  |   Bin 0 -> 780 bytes
 mate/24x24/status/battery-missing.png              |   Bin 0 -> 882 bytes
 mate/24x24/status/changes-allow.png                |   Bin 0 -> 1169 bytes
 mate/24x24/status/changes-prevent.png              |   Bin 0 -> 1095 bytes
 mate/24x24/status/computer-fail.png                |   Bin 0 -> 1359 bytes
 mate/24x24/status/dialog-error.png                 |   Bin 0 -> 1251 bytes
 mate/24x24/status/dialog-information.png           |   Bin 0 -> 1248 bytes
 mate/24x24/status/dialog-password.png              |   Bin 0 -> 1315 bytes
 mate/24x24/status/dialog-question.png              |   Bin 0 -> 1054 bytes
 mate/24x24/status/dialog-warning.png               |   Bin 0 -> 1212 bytes
 mate/24x24/status/folder-drag-accept.png           |   Bin 0 -> 906 bytes
 mate/24x24/status/folder-open.png                  |   Bin 0 -> 1051 bytes
 mate/24x24/status/folder-visiting.png              |   Bin 0 -> 1235 bytes
 mate/24x24/status/image-loading.png                |   Bin 0 -> 1489 bytes
 mate/24x24/status/image-missing.png                |   Bin 0 -> 877 bytes
 mate/24x24/status/mail-attachment.png              |   Bin 0 -> 1074 bytes
 mate/24x24/status/mail-read.png                    |   Bin 0 -> 850 bytes
 mate/24x24/status/mail-replied.png                 |   Bin 0 -> 1251 bytes
 mate/24x24/status/mail-signed-verified.png         |   Bin 0 -> 1505 bytes
 mate/24x24/status/mail-signed.png                  |   Bin 0 -> 1243 bytes
 mate/24x24/status/mail-unread.png                  |   Bin 0 -> 1254 bytes
 mate/24x24/status/media-playlist-repeat.png        |   Bin 0 -> 939 bytes
 mate/24x24/status/media-playlist-shuffle.png       |   Bin 0 -> 1224 bytes
 mate/24x24/status/microphone-sensitivity-high.png  |   Bin 0 -> 1447 bytes
 mate/24x24/status/microphone-sensitivity-low.png   |   Bin 0 -> 1362 bytes
 .../24x24/status/microphone-sensitivity-medium.png |   Bin 0 -> 1378 bytes
 mate/24x24/status/microphone-sensitivity-muted.png |   Bin 0 -> 1348 bytes
 mate/24x24/status/network-error.png                |   Bin 0 -> 1195 bytes
 mate/24x24/status/network-idle.png                 |   Bin 0 -> 1039 bytes
 mate/24x24/status/network-offline.png              |   Bin 0 -> 1124 bytes
 mate/24x24/status/network-receive.png              |   Bin 0 -> 1135 bytes
 mate/24x24/status/network-transmit-receive.png     |   Bin 0 -> 1056 bytes
 mate/24x24/status/network-transmit.png             |   Bin 0 -> 1137 bytes
 mate/24x24/status/network-wireless-encrypted.png   |   Bin 0 -> 1630 bytes
 mate/24x24/status/non-starred.png                  |   Bin 0 -> 1152 bytes
 mate/24x24/status/printer-error.png                |   Bin 0 -> 1243 bytes
 mate/24x24/status/printer-printing.png             |   Bin 0 -> 1232 bytes
 mate/24x24/status/security-high.png                |   Bin 0 -> 1316 bytes
 mate/24x24/status/security-low.png                 |   Bin 0 -> 1337 bytes
 mate/24x24/status/security-medium.png              |   Bin 0 -> 1416 bytes
 mate/24x24/status/semi-starred-rtl.png             |   Bin 0 -> 1264 bytes
 mate/24x24/status/semi-starred.png                 |   Bin 0 -> 1274 bytes
 mate/24x24/status/software-update-available.png    |   Bin 0 -> 1381 bytes
 mate/24x24/status/software-update-urgent.png       |   Bin 0 -> 1285 bytes
 mate/24x24/status/starred.png                      |   Bin 0 -> 1351 bytes
 mate/24x24/status/task-due.png                     |   Bin 0 -> 1159 bytes
 mate/24x24/status/task-past-due.png                |   Bin 0 -> 1025 bytes
 mate/24x24/status/trophy-bronze.png                |   Bin 0 -> 1517 bytes
 mate/24x24/status/trophy-gold.png                  |   Bin 0 -> 1521 bytes
 mate/24x24/status/trophy-silver.png                |   Bin 0 -> 1521 bytes
 mate/24x24/status/user-available.png               |   Bin 0 -> 1349 bytes
 mate/24x24/status/user-away.png                    |   Bin 0 -> 1153 bytes
 mate/24x24/status/user-busy.png                    |   Bin 0 -> 1376 bytes
 mate/24x24/status/user-idle.png                    |   Bin 0 -> 1264 bytes
 mate/24x24/status/user-invisible.png               |   Bin 0 -> 1174 bytes
 mate/24x24/status/user-offline.png                 |   Bin 0 -> 1290 bytes
 mate/24x24/status/user-trash-full.png              |   Bin 0 -> 1724 bytes
 mate/24x24/status/weather-clear-night.png          |   Bin 0 -> 1361 bytes
 mate/24x24/status/weather-clear.png                |   Bin 0 -> 1442 bytes
 mate/24x24/status/weather-few-clouds-night.png     |   Bin 0 -> 1439 bytes
 mate/24x24/status/weather-few-clouds.png           |   Bin 0 -> 1517 bytes
 mate/24x24/status/weather-fog.png                  |   Bin 0 -> 1440 bytes
 mate/24x24/status/weather-overcast.png             |   Bin 0 -> 984 bytes
 mate/24x24/status/weather-severe-alert.png         |   Bin 0 -> 1401 bytes
 mate/24x24/status/weather-showers-scattered.png    |   Bin 0 -> 1318 bytes
 mate/24x24/status/weather-showers.png              |   Bin 0 -> 1424 bytes
 mate/24x24/status/weather-snow.png                 |   Bin 0 -> 1021 bytes
 mate/24x24/status/weather-storm.png                |   Bin 0 -> 1244 bytes
 mate/256x256/actions/address-book-new.png          |   Bin 0 -> 31514 bytes
 mate/256x256/actions/appointment-new.png           |   Bin 0 -> 41724 bytes
 mate/256x256/actions/document-new.png              |   Bin 0 -> 17181 bytes
 mate/256x256/actions/document-open-recent.png      |   Bin 0 -> 40571 bytes
 mate/256x256/actions/document-open.png             |   Bin 0 -> 40642 bytes
 mate/256x256/actions/document-page-setup.png       |   Bin 0 -> 46636 bytes
 mate/256x256/actions/document-print-preview.png    |   Bin 0 -> 35663 bytes
 mate/256x256/actions/document-print.png            |   Bin 0 -> 18913 bytes
 mate/256x256/actions/document-properties.png       |   Bin 0 -> 31535 bytes
 mate/256x256/actions/document-revert.png           |   Bin 0 -> 28838 bytes
 mate/256x256/actions/document-save-as.png          |   Bin 0 -> 33745 bytes
 mate/256x256/actions/document-save.png             |   Bin 0 -> 33764 bytes
 mate/256x256/actions/edit-delete.png               |   Bin 0 -> 27575 bytes
 mate/256x256/actions/edit-find-replace.png         |   Bin 0 -> 50577 bytes
 mate/256x256/actions/edit-find.png                 |   Bin 0 -> 42370 bytes
 mate/256x256/actions/edit-select-all.png           |   Bin 0 -> 27886 bytes
 mate/256x256/actions/folder-new.png                |   Bin 0 -> 46525 bytes
 mate/256x256/actions/go-first.png                  |   Bin 0 -> 14058 bytes
 mate/256x256/actions/go-jump.png                   |   Bin 0 -> 13037 bytes
 mate/256x256/actions/go-last.png                   |   Bin 0 -> 14124 bytes
 mate/256x256/actions/go-next.png                   |   Bin 0 -> 11433 bytes
 mate/256x256/actions/go-previous.png               |   Bin 0 -> 11478 bytes
 mate/256x256/actions/mail-message-new.png          |   Bin 0 -> 29318 bytes
 mate/256x256/actions/open-menu.png                 |   Bin 0 -> 10763 bytes
 mate/256x256/actions/process-stop.png              |   Bin 0 -> 15538 bytes
 mate/256x256/actions/system-lock-screen.png        |   Bin 0 -> 30275 bytes
 mate/256x256/actions/system-log-out.png            |   Bin 0 -> 23876 bytes
 mate/256x256/actions/system-search.png             |   Bin 0 -> 40216 bytes
 mate/256x256/actions/view-refresh.png              |   Bin 0 -> 17750 bytes
 mate/256x256/apps/accessories-calculator.png       |   Bin 0 -> 36891 bytes
 mate/256x256/apps/accessories-character-map.png    |   Bin 0 -> 16343 bytes
 mate/256x256/apps/accessories-dictionary.png       |   Bin 0 -> 45334 bytes
 mate/256x256/apps/accessories-text-editor.png      |   Bin 0 -> 34900 bytes
 mate/256x256/apps/applets-screenshooter.png        |   Bin 0 -> 36475 bytes
 mate/256x256/apps/dconf-editor.png                 |   Bin 0 -> 26435 bytes
 mate/256x256/apps/help-browser.png                 |   Bin 0 -> 51659 bytes
 .../apps/preferences-desktop-accessibility.png     |   Bin 0 -> 31782 bytes
 mate/256x256/apps/preferences-desktop-display.png  |   Bin 0 -> 32181 bytes
 mate/256x256/apps/preferences-desktop-font.png     |   Bin 0 -> 17189 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |   Bin 0 -> 18774 bytes
 mate/256x256/apps/preferences-desktop-keyboard.png |   Bin 0 -> 26738 bytes
 mate/256x256/apps/preferences-desktop-locale.png   |   Bin 0 -> 38272 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 26843 bytes
 .../apps/preferences-desktop-screensaver.png       |   Bin 0 -> 27874 bytes
 mate/256x256/apps/preferences-desktop-theme.png    |   Bin 0 -> 31647 bytes
 .../256x256/apps/preferences-desktop-wallpaper.png |   Bin 0 -> 23523 bytes
 mate/256x256/apps/system-file-manager.png          |   Bin 0 -> 22468 bytes
 mate/256x256/apps/system-software-install.png      |   Bin 0 -> 28264 bytes
 mate/256x256/apps/system-software-update.png       |   Bin 0 -> 35544 bytes
 mate/256x256/apps/system-users.png                 |   Bin 0 -> 39231 bytes
 mate/256x256/apps/user-info.png                    |   Bin 0 -> 30516 bytes
 mate/256x256/apps/utilities-system-monitor.png     |   Bin 0 -> 25084 bytes
 mate/256x256/apps/utilities-terminal.png           |   Bin 0 -> 18052 bytes
 mate/256x256/apps/web-browser.png                  |   Bin 0 -> 53300 bytes
 mate/256x256/categories/applications-graphics.png  |   Bin 0 -> 51499 bytes
 mate/256x256/categories/applications-internet.png  |   Bin 0 -> 48456 bytes
 mate/256x256/categories/applications-office.png    |   Bin 0 -> 34945 bytes
 mate/256x256/categories/applications-system.png    |   Bin 0 -> 20460 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 50518 bytes
 mate/256x256/categories/preferences-system.png     |   Bin 0 -> 34273 bytes
 mate/256x256/devices/ac-adapter.png                |   Bin 0 -> 35206 bytes
 mate/256x256/devices/audio-input-microphone.png    |   Bin 0 -> 35558 bytes
 mate/256x256/devices/battery.png                   |   Bin 0 -> 11276 bytes
 mate/256x256/devices/camera-photo.png              |   Bin 0 -> 35484 bytes
 mate/256x256/devices/computer.png                  |   Bin 0 -> 37416 bytes
 mate/256x256/devices/drive-harddisk.png            |   Bin 0 -> 27782 bytes
 mate/256x256/devices/drive-optical.png             |   Bin 0 -> 22541 bytes
 mate/256x256/devices/drive-removable-media.png     |   Bin 0 -> 12158 bytes
 mate/256x256/devices/input-keyboard.png            |   Bin 0 -> 15163 bytes
 mate/256x256/devices/media-flash.png               |   Bin 0 -> 53447 bytes
 mate/256x256/devices/media-optical.png             |   Bin 0 -> 49992 bytes
 mate/256x256/devices/multimedia-player.png         |   Bin 0 -> 21179 bytes
 mate/256x256/devices/printer.png                   |   Bin 0 -> 15592 bytes
 mate/256x256/devices/video-display.png             |   Bin 0 -> 24708 bytes
 mate/256x256/emblems/emblem-package.png            |   Bin 0 -> 22327 bytes
 mate/256x256/emblems/emblem-readonly.png           |   Bin 0 -> 12779 bytes
 mate/256x256/emblems/emblem-shared.png             |   Bin 0 -> 15317 bytes
 mate/256x256/emblems/emblem-symbolic-link.png      |   Bin 0 -> 14253 bytes
 mate/256x256/emblems/emblem-synchronizing.png      |   Bin 0 -> 15754 bytes
 mate/256x256/emblems/emblem-unreadable.png         |   Bin 0 -> 14917 bytes
 mate/256x256/emotes/face-angel.png                 |   Bin 0 -> 65228 bytes
 mate/256x256/emotes/face-angry.png                 |   Bin 0 -> 42401 bytes
 mate/256x256/emotes/face-cool.png                  |   Bin 0 -> 54156 bytes
 mate/256x256/emotes/face-crying.png                |   Bin 0 -> 43693 bytes
 mate/256x256/emotes/face-devilish.png              |   Bin 0 -> 46015 bytes
 mate/256x256/emotes/face-embarrassed.png           |   Bin 0 -> 49050 bytes
 mate/256x256/emotes/face-glasses.png               |   Bin 0 -> 53133 bytes
 mate/256x256/emotes/face-laugh.png                 |   Bin 0 -> 44201 bytes
 mate/256x256/emotes/face-plain.png                 |   Bin 0 -> 40724 bytes
 mate/256x256/emotes/face-sad.png                   |   Bin 0 -> 41402 bytes
 mate/256x256/emotes/face-sick.png                  |   Bin 0 -> 45094 bytes
 mate/256x256/emotes/face-smile-big.png             |   Bin 0 -> 42372 bytes
 mate/256x256/emotes/face-smile.png                 |   Bin 0 -> 44104 bytes
 mate/256x256/emotes/face-smirk.png                 |   Bin 0 -> 42109 bytes
 mate/256x256/emotes/face-surprise.png              |   Bin 0 -> 42530 bytes
 mate/256x256/emotes/face-tired.png                 |   Bin 0 -> 45342 bytes
 mate/256x256/emotes/face-uncertain.png             |   Bin 0 -> 41143 bytes
 mate/256x256/emotes/face-wink.png                  |   Bin 0 -> 43011 bytes
 .../mimetypes/application-pgp-encrypted.png        |   Bin 0 -> 27221 bytes
 mate/256x256/mimetypes/application-rss+xml.png     |   Bin 0 -> 15426 bytes
 .../application-vnd.openofficeorg.extension.png    |   Bin 0 -> 40191 bytes
 .../256x256/mimetypes/application-x-bittorrent.png |   Bin 0 -> 16487 bytes
 mate/256x256/mimetypes/application-x-blender.png   |   Bin 0 -> 38483 bytes
 mate/256x256/mimetypes/application-x-cd-image.png  |   Bin 0 -> 34992 bytes
 mate/256x256/mimetypes/application-x-desktop.png   |   Bin 0 -> 15915 bytes
 .../256x256/mimetypes/application-x-executable.png |   Bin 0 -> 30489 bytes
 mate/256x256/mimetypes/application-x-homebank.png  |     1 +
 mate/256x256/mimetypes/application-x-java.png      |     1 +
 .../256x256/mimetypes/application-x-javascript.png |     1 +
 mate/256x256/mimetypes/application-x-keepass.png   |   Bin 0 -> 15559 bytes
 .../mimetypes/application-x-mono-develop-xib.png   |   Bin 0 -> 31538 bytes
 .../mimetypes/application-x-ms-dos-executable.png  |   Bin 0 -> 20210 bytes
 .../mimetypes/application-x-package-list.png       |   Bin 0 -> 31527 bytes
 mate/256x256/mimetypes/application-x-php.png       |     1 +
 mate/256x256/mimetypes/application-x-planner.png   |     1 +
 .../mimetypes/application-x-python-bytecode.png    |     1 +
 mate/256x256/mimetypes/application-x-ruby.png      |     1 +
 mate/256x256/mimetypes/application-x-theme.png     |   Bin 0 -> 30787 bytes
 mate/256x256/mimetypes/audio-x-generic.png         |   Bin 0 -> 29979 bytes
 mate/256x256/mimetypes/font-x-generic.png          |   Bin 0 -> 38627 bytes
 .../mimetypes/gnome-mime-application-zip.png       |     1 +
 mate/256x256/mimetypes/gnome-mime-audio.png        |     1 +
 mate/256x256/mimetypes/gnome-mime-image.png        |     1 +
 mate/256x256/mimetypes/gnome-mime-text.png         |     1 +
 mate/256x256/mimetypes/gnome-mime-video.png        |     1 +
 mate/256x256/mimetypes/gtk-file.png                |     1 +
 .../256x256/mimetypes/image-svg+xml-compressed.png |   Bin 0 -> 36190 bytes
 mate/256x256/mimetypes/image-svg+xml.png           |   Bin 0 -> 40533 bytes
 mate/256x256/mimetypes/image-x-compressed-xcf.png  |   Bin 0 -> 38509 bytes
 mate/256x256/mimetypes/image-x-generic.png         |   Bin 0 -> 30341 bytes
 mate/256x256/mimetypes/image-x-xcf.png             |   Bin 0 -> 34026 bytes
 .../mimetypes/openofficeorg-drawing-template.png   |     1 +
 mate/256x256/mimetypes/openofficeorg-drawing.png   |     1 +
 mate/256x256/mimetypes/openofficeorg-extension.png |     1 +
 .../openofficeorg-oasis-drawing-template.png       |     1 +
 .../mimetypes/openofficeorg-oasis-drawing.png      |     1 +
 .../openofficeorg-oasis-presentation-template.png  |     1 +
 .../mimetypes/openofficeorg-oasis-presentation.png |     1 +
 .../openofficeorg-oasis-spreadsheet-template.png   |     1 +
 .../mimetypes/openofficeorg-oasis-spreadsheet.png  |     1 +
 .../openofficeorg-oasis-text-template.png          |     1 +
 .../256x256/mimetypes/openofficeorg-oasis-text.png |     1 +
 .../openofficeorg-presentation-template.png        |     1 +
 .../mimetypes/openofficeorg-presentation.png       |     1 +
 .../openofficeorg-spreadsheet-template.png         |     1 +
 .../mimetypes/openofficeorg-spreadsheet.png        |     1 +
 .../mimetypes/openofficeorg-text-template.png      |     1 +
 mate/256x256/mimetypes/openofficeorg-text.png      |     1 +
 .../mimetypes/openofficeorg3-drawing-template.png  |     1 +
 mate/256x256/mimetypes/openofficeorg3-drawing.png  |     1 +
 .../256x256/mimetypes/openofficeorg3-extension.png |     1 +
 .../openofficeorg3-oasis-drawing-template.png      |     1 +
 .../mimetypes/openofficeorg3-oasis-drawing.png     |     1 +
 .../openofficeorg3-oasis-presentation-template.png |     1 +
 .../openofficeorg3-oasis-presentation.png          |     1 +
 .../openofficeorg3-oasis-spreadsheet-template.png  |     1 +
 .../mimetypes/openofficeorg3-oasis-spreadsheet.png |     1 +
 .../openofficeorg3-oasis-text-template.png         |     1 +
 .../mimetypes/openofficeorg3-oasis-text.png        |     1 +
 .../openofficeorg3-presentation-template.png       |     1 +
 .../mimetypes/openofficeorg3-presentation.png      |     1 +
 .../openofficeorg3-spreadsheet-template.png        |     1 +
 .../mimetypes/openofficeorg3-spreadsheet.png       |     1 +
 .../mimetypes/openofficeorg3-text-template.png     |     1 +
 mate/256x256/mimetypes/openofficeorg3-text.png     |     1 +
 mate/256x256/mimetypes/package-x-generic.png       |   Bin 0 -> 27511 bytes
 mate/256x256/mimetypes/text-csv.png                |     1 +
 mate/256x256/mimetypes/text-html.png               |   Bin 0 -> 34089 bytes
 mate/256x256/mimetypes/text-x-authors.png          |   Bin 0 -> 30647 bytes
 mate/256x256/mimetypes/text-x-boo.png              |     1 +
 mate/256x256/mimetypes/text-x-c++hdr.png           |     1 +
 mate/256x256/mimetypes/text-x-c++src.png           |     1 +
 mate/256x256/mimetypes/text-x-changelog.png        |   Bin 0 -> 35485 bytes
 mate/256x256/mimetypes/text-x-chdr.png             |     1 +
 mate/256x256/mimetypes/text-x-csharp.png           |     1 +
 mate/256x256/mimetypes/text-x-csrc.png             |   Bin 0 -> 52304 bytes
 mate/256x256/mimetypes/text-x-generic-template.png |   Bin 0 -> 21792 bytes
 mate/256x256/mimetypes/text-x-generic.png          |   Bin 0 -> 27338 bytes
 mate/256x256/mimetypes/text-x-install.png          |   Bin 0 -> 49858 bytes
 mate/256x256/mimetypes/text-x-java.png             |     1 +
 mate/256x256/mimetypes/text-x-log.png              |   Bin 0 -> 44527 bytes
 mate/256x256/mimetypes/text-x-makefile.png         |   Bin 0 -> 43565 bytes
 mate/256x256/mimetypes/text-x-opml+xml.png         |   Bin 0 -> 18085 bytes
 mate/256x256/mimetypes/text-x-patch.png            |     1 +
 mate/256x256/mimetypes/text-x-preview.icon         |     2 +
 mate/256x256/mimetypes/text-x-preview.png          |   Bin 0 -> 14122 bytes
 mate/256x256/mimetypes/text-x-python.png           |     1 +
 mate/256x256/mimetypes/text-x-readme.png           |   Bin 0 -> 39939 bytes
 mate/256x256/mimetypes/text-x-script.png           |   Bin 0 -> 30797 bytes
 mate/256x256/mimetypes/video-x-generic.png         |   Bin 0 -> 66793 bytes
 mate/256x256/mimetypes/x-office-address-book.png   |   Bin 0 -> 23778 bytes
 .../mimetypes/x-office-document-template.png       |   Bin 0 -> 41744 bytes
 mate/256x256/mimetypes/x-office-document.png       |   Bin 0 -> 33113 bytes
 .../mimetypes/x-office-drawing-template.png        |   Bin 0 -> 31263 bytes
 mate/256x256/mimetypes/x-office-drawing.png        |   Bin 0 -> 23763 bytes
 .../mimetypes/x-office-presentation-template.png   |   Bin 0 -> 34287 bytes
 mate/256x256/mimetypes/x-office-presentation.png   |   Bin 0 -> 22939 bytes
 .../mimetypes/x-office-spreadsheet-template.png    |   Bin 0 -> 38340 bytes
 mate/256x256/mimetypes/x-office-spreadsheet.png    |   Bin 0 -> 30399 bytes
 mate/256x256/places/folder-documents.png           |   Bin 0 -> 41936 bytes
 mate/256x256/places/folder-download.png            |   Bin 0 -> 42326 bytes
 mate/256x256/places/folder-music.png               |   Bin 0 -> 42119 bytes
 mate/256x256/places/folder-pictures.png            |   Bin 0 -> 43827 bytes
 mate/256x256/places/folder-publicshare.png         |   Bin 0 -> 42337 bytes
 mate/256x256/places/folder-remote.png              |   Bin 0 -> 45178 bytes
 mate/256x256/places/folder-saved-search.png        |   Bin 0 -> 48263 bytes
 mate/256x256/places/folder-templates.png           |   Bin 0 -> 41181 bytes
 mate/256x256/places/folder-videos.png              |   Bin 0 -> 41629 bytes
 mate/256x256/places/folder.png                     |   Bin 0 -> 41439 bytes
 mate/256x256/places/network-server.png             |   Bin 0 -> 32917 bytes
 mate/256x256/places/network-workgroup.png          |   Bin 0 -> 39869 bytes
 mate/256x256/places/user-bookmarks.png             |   Bin 0 -> 43037 bytes
 mate/256x256/places/user-desktop.png               |   Bin 0 -> 42457 bytes
 mate/256x256/places/user-home.png                  |   Bin 0 -> 41908 bytes
 mate/256x256/places/user-trash.png                 |   Bin 0 -> 83424 bytes
 mate/256x256/status/appointment-missed.png         |   Bin 0 -> 40756 bytes
 mate/256x256/status/appointment-soon.png           |   Bin 0 -> 54263 bytes
 mate/256x256/status/audio-volume-high.png          |   Bin 0 -> 50626 bytes
 mate/256x256/status/audio-volume-low.png           |   Bin 0 -> 38400 bytes
 mate/256x256/status/audio-volume-medium.png        |   Bin 0 -> 44075 bytes
 mate/256x256/status/audio-volume-muted.png         |   Bin 0 -> 38992 bytes
 mate/256x256/status/avatar-default.png             |   Bin 0 -> 25710 bytes
 mate/256x256/status/battery-caution-charging.png   |   Bin 0 -> 57022 bytes
 mate/256x256/status/battery-caution.png            |   Bin 0 -> 34851 bytes
 mate/256x256/status/battery-empty.png              |   Bin 0 -> 19864 bytes
 mate/256x256/status/battery-full-charged.png       |   Bin 0 -> 44363 bytes
 mate/256x256/status/battery-full-charging.png      |   Bin 0 -> 54995 bytes
 mate/256x256/status/battery-full.png               |   Bin 0 -> 23063 bytes
 mate/256x256/status/battery-good-charging.png      |   Bin 0 -> 59848 bytes
 mate/256x256/status/battery-good.png               |   Bin 0 -> 28858 bytes
 mate/256x256/status/battery-low-charging.png       |   Bin 0 -> 56718 bytes
 mate/256x256/status/battery-low.png                |   Bin 0 -> 24194 bytes
 mate/256x256/status/battery-missing.png            |   Bin 0 -> 21837 bytes
 mate/256x256/status/dialog-error.png               |   Bin 0 -> 19677 bytes
 mate/256x256/status/dialog-information.png         |   Bin 0 -> 41373 bytes
 mate/256x256/status/dialog-question.png            |   Bin 0 -> 36388 bytes
 mate/256x256/status/dialog-warning.png             |   Bin 0 -> 27527 bytes
 mate/256x256/status/folder-drag-accept.png         |   Bin 0 -> 43624 bytes
 mate/256x256/status/folder-open.png                |   Bin 0 -> 46287 bytes
 mate/256x256/status/folder-visiting.png            |   Bin 0 -> 16389 bytes
 mate/256x256/status/image-loading.png              |   Bin 0 -> 32851 bytes
 mate/256x256/status/image-missing.png              |   Bin 0 -> 22121 bytes
 mate/256x256/status/mail-read.png                  |   Bin 0 -> 16994 bytes
 mate/256x256/status/network-error.png              |   Bin 0 -> 48567 bytes
 mate/256x256/status/network-idle.png               |   Bin 0 -> 45749 bytes
 mate/256x256/status/network-offline.png            |   Bin 0 -> 49335 bytes
 mate/256x256/status/network-receive.png            |   Bin 0 -> 46937 bytes
 mate/256x256/status/network-transmit-receive.png   |   Bin 0 -> 48452 bytes
 mate/256x256/status/network-transmit.png           |   Bin 0 -> 47618 bytes
 mate/256x256/status/printer-error.png              |   Bin 0 -> 18723 bytes
 mate/256x256/status/printer-printing.png           |   Bin 0 -> 18488 bytes
 mate/256x256/status/security-high.png              |   Bin 0 -> 40283 bytes
 mate/256x256/status/security-low.png               |   Bin 0 -> 39967 bytes
 mate/256x256/status/security-medium.png            |   Bin 0 -> 38144 bytes
 mate/256x256/status/software-update-available.png  |   Bin 0 -> 28058 bytes
 mate/256x256/status/software-update-urgent.png     |   Bin 0 -> 26876 bytes
 mate/256x256/status/user-trash-full.png            |   Bin 0 -> 71142 bytes
 mate/32x32/actions/address-book-new.png            |   Bin 0 -> 2280 bytes
 mate/32x32/actions/application-exit.png            |   Bin 0 -> 1686 bytes
 mate/32x32/actions/appointment-new.png             |   Bin 0 -> 2611 bytes
 mate/32x32/actions/bookmark-new.png                |   Bin 0 -> 1110 bytes
 mate/32x32/actions/call-start.png                  |   Bin 0 -> 1396 bytes
 mate/32x32/actions/call-stop.png                   |   Bin 0 -> 1157 bytes
 mate/32x32/actions/contact-new.png                 |   Bin 0 -> 1701 bytes
 mate/32x32/actions/dnd-multiple.png                |   Bin 0 -> 1215 bytes
 mate/32x32/actions/document-new.png                |   Bin 0 -> 1621 bytes
 mate/32x32/actions/document-open-recent.png        |   Bin 0 -> 2487 bytes
 mate/32x32/actions/document-open.png               |   Bin 0 -> 1352 bytes
 mate/32x32/actions/document-page-setup.png         |   Bin 0 -> 2031 bytes
 mate/32x32/actions/document-print-preview.png      |   Bin 0 -> 2192 bytes
 mate/32x32/actions/document-print.png              |   Bin 0 -> 1784 bytes
 mate/32x32/actions/document-properties.png         |   Bin 0 -> 1959 bytes
 mate/32x32/actions/document-revert-rtl.png         |   Bin 0 -> 1977 bytes
 mate/32x32/actions/document-revert.png             |   Bin 0 -> 1921 bytes
 mate/32x32/actions/document-save-as.png            |   Bin 0 -> 1891 bytes
 mate/32x32/actions/document-save.png               |   Bin 0 -> 2050 bytes
 mate/32x32/actions/document-send.png               |   Bin 0 -> 1279 bytes
 mate/32x32/actions/edit-clear-all.png              |     1 +
 mate/32x32/actions/edit-clear-rtl.png              |   Bin 0 -> 1698 bytes
 mate/32x32/actions/edit-clear.png                  |   Bin 0 -> 1698 bytes
 mate/32x32/actions/edit-copy.png                   |   Bin 0 -> 1055 bytes
 mate/32x32/actions/edit-cut.png                    |   Bin 0 -> 1503 bytes
 mate/32x32/actions/edit-delete.png                 |   Bin 0 -> 2100 bytes
 mate/32x32/actions/edit-find-replace.png           |   Bin 0 -> 2558 bytes
 mate/32x32/actions/edit-find.png                   |   Bin 0 -> 2296 bytes
 mate/32x32/actions/edit-paste.png                  |   Bin 0 -> 1415 bytes
 mate/32x32/actions/edit-redo-rtl.png               |   Bin 0 -> 1544 bytes
 mate/32x32/actions/edit-redo.png                   |   Bin 0 -> 1328 bytes
 mate/32x32/actions/edit-select-all.png             |   Bin 0 -> 1614 bytes
 mate/32x32/actions/edit-undo-rtl.png               |   Bin 0 -> 1390 bytes
 mate/32x32/actions/edit-undo.png                   |   Bin 0 -> 1254 bytes
 mate/32x32/actions/find-location.png               |     1 +
 mate/32x32/actions/folder-new.png                  |   Bin 0 -> 1490 bytes
 mate/32x32/actions/format-indent-less-rtl.png      |   Bin 0 -> 1148 bytes
 mate/32x32/actions/format-indent-less.png          |   Bin 0 -> 1146 bytes
 mate/32x32/actions/format-indent-more-rtl.png      |   Bin 0 -> 1181 bytes
 mate/32x32/actions/format-indent-more.png          |   Bin 0 -> 1162 bytes
 mate/32x32/actions/format-justify-center.png       |   Bin 0 -> 708 bytes
 mate/32x32/actions/format-justify-fill.png         |   Bin 0 -> 656 bytes
 mate/32x32/actions/format-justify-left.png         |   Bin 0 -> 723 bytes
 mate/32x32/actions/format-justify-right.png        |   Bin 0 -> 660 bytes
 mate/32x32/actions/format-text-bold.png            |   Bin 0 -> 1787 bytes
 mate/32x32/actions/format-text-direction-ltr.png   |   Bin 0 -> 1531 bytes
 mate/32x32/actions/format-text-direction-rtl.png   |   Bin 0 -> 1532 bytes
 mate/32x32/actions/format-text-italic.png          |   Bin 0 -> 1681 bytes
 mate/32x32/actions/format-text-strikethrough.png   |   Bin 0 -> 1534 bytes
 mate/32x32/actions/format-text-underline.png       |   Bin 0 -> 1675 bytes
 mate/32x32/actions/go-bottom.png                   |   Bin 0 -> 1603 bytes
 mate/32x32/actions/go-down.png                     |   Bin 0 -> 1487 bytes
 mate/32x32/actions/go-first-rtl.png                |   Bin 0 -> 1855 bytes
 mate/32x32/actions/go-first.png                    |   Bin 0 -> 1663 bytes
 mate/32x32/actions/go-home.png                     |   Bin 0 -> 1717 bytes
 mate/32x32/actions/go-jump.png                     |   Bin 0 -> 1537 bytes
 mate/32x32/actions/go-last-rtl.png                 |   Bin 0 -> 1816 bytes
 mate/32x32/actions/go-last.png                     |   Bin 0 -> 1711 bytes
 mate/32x32/actions/go-next-rtl.png                 |   Bin 0 -> 1671 bytes
 mate/32x32/actions/go-next.png                     |   Bin 0 -> 1455 bytes
 mate/32x32/actions/go-previous-rtl.png             |   Bin 0 -> 1701 bytes
 mate/32x32/actions/go-previous.png                 |   Bin 0 -> 1430 bytes
 mate/32x32/actions/go-top.png                      |   Bin 0 -> 1535 bytes
 mate/32x32/actions/go-up.png                       |   Bin 0 -> 1607 bytes
 mate/32x32/actions/gtk-dnd-multiple.png            |     1 +
 mate/32x32/actions/help-about.png                  |   Bin 0 -> 1716 bytes
 mate/32x32/actions/help-contents.png               |   Bin 0 -> 3250 bytes
 mate/32x32/actions/help-faq.png                    |   Bin 0 -> 1611 bytes
 mate/32x32/actions/insert-image.png                |   Bin 0 -> 1024 bytes
 mate/32x32/actions/insert-link.png                 |   Bin 0 -> 1467 bytes
 mate/32x32/actions/insert-object.png               |   Bin 0 -> 910 bytes
 mate/32x32/actions/insert-text.png                 |   Bin 0 -> 1151 bytes
 mate/32x32/actions/list-add.png                    |   Bin 0 -> 1184 bytes
 mate/32x32/actions/list-remove.png                 |   Bin 0 -> 625 bytes
 mate/32x32/actions/mail-forward.png                |   Bin 0 -> 1624 bytes
 mate/32x32/actions/mail-mark-important.png         |   Bin 0 -> 1238 bytes
 mate/32x32/actions/mail-mark-junk.png              |   Bin 0 -> 2211 bytes
 mate/32x32/actions/mail-mark-notjunk.png           |   Bin 0 -> 1961 bytes
 mate/32x32/actions/mail-mark-read.png              |   Bin 0 -> 2024 bytes
 mate/32x32/actions/mail-mark-unread.png            |   Bin 0 -> 1620 bytes
 mate/32x32/actions/mail-message-new.png            |   Bin 0 -> 1731 bytes
 mate/32x32/actions/mail-reply-all.png              |   Bin 0 -> 1963 bytes
 mate/32x32/actions/mail-reply-sender.png           |   Bin 0 -> 1748 bytes
 mate/32x32/actions/mail-send-receive.png           |   Bin 0 -> 1805 bytes
 mate/32x32/actions/mail-send.png                   |   Bin 0 -> 1452 bytes
 mate/32x32/actions/mark-location.png               |   Bin 0 -> 1347 bytes
 mate/32x32/actions/media-eject.png                 |   Bin 0 -> 1163 bytes
 mate/32x32/actions/media-playback-pause.png        |   Bin 0 -> 540 bytes
 mate/32x32/actions/media-playback-start-rtl.png    |   Bin 0 -> 1055 bytes
 mate/32x32/actions/media-playback-start.png        |   Bin 0 -> 1021 bytes
 mate/32x32/actions/media-playback-stop.png         |   Bin 0 -> 590 bytes
 mate/32x32/actions/media-record.png                |   Bin 0 -> 1324 bytes
 mate/32x32/actions/media-seek-backward-rtl.png     |   Bin 0 -> 1265 bytes
 mate/32x32/actions/media-seek-backward.png         |   Bin 0 -> 1279 bytes
 mate/32x32/actions/media-seek-forward-rtl.png      |   Bin 0 -> 1292 bytes
 mate/32x32/actions/media-seek-forward.png          |   Bin 0 -> 1228 bytes
 mate/32x32/actions/media-skip-backward-rtl.png     |   Bin 0 -> 1327 bytes
 mate/32x32/actions/media-skip-backward.png         |   Bin 0 -> 1345 bytes
 mate/32x32/actions/media-skip-forward-rtl.png      |   Bin 0 -> 1365 bytes
 mate/32x32/actions/media-skip-forward.png          |   Bin 0 -> 1327 bytes
 mate/32x32/actions/object-flip-horizontal.png      |   Bin 0 -> 1482 bytes
 mate/32x32/actions/object-flip-vertical.png        |   Bin 0 -> 1491 bytes
 mate/32x32/actions/object-rotate-left.png          |   Bin 0 -> 1540 bytes
 mate/32x32/actions/object-rotate-right.png         |   Bin 0 -> 1560 bytes
 mate/32x32/actions/open-menu.png                   |   Bin 0 -> 640 bytes
 mate/32x32/actions/process-stop.png                |   Bin 0 -> 1444 bytes
 mate/32x32/actions/send-to.png                     |     1 +
 mate/32x32/actions/star-new.png                    |     1 +
 mate/32x32/actions/system-lock-screen.png          |   Bin 0 -> 2061 bytes
 mate/32x32/actions/system-log-out.png              |   Bin 0 -> 1626 bytes
 mate/32x32/actions/system-run.png                  |   Bin 0 -> 2181 bytes
 mate/32x32/actions/system-search.png               |   Bin 0 -> 2343 bytes
 mate/32x32/actions/system-shutdown.png             |   Bin 0 -> 989 bytes
 mate/32x32/actions/tools-check-spelling.png        |   Bin 0 -> 1225 bytes
 mate/32x32/actions/view-fullscreen.png             |   Bin 0 -> 1012 bytes
 mate/32x32/actions/view-refresh.png                |   Bin 0 -> 1623 bytes
 mate/32x32/actions/view-restore.png                |   Bin 0 -> 895 bytes
 mate/32x32/actions/view-sort-ascending.png         |   Bin 0 -> 1533 bytes
 mate/32x32/actions/view-sort-descending.png        |   Bin 0 -> 1463 bytes
 mate/32x32/actions/window-close.png                |   Bin 0 -> 1648 bytes
 mate/32x32/actions/window-new.png                  |   Bin 0 -> 1269 bytes
 mate/32x32/actions/zoom-fit-best.png               |   Bin 0 -> 1262 bytes
 mate/32x32/actions/zoom-in.png                     |   Bin 0 -> 1235 bytes
 mate/32x32/actions/zoom-original.png               |   Bin 0 -> 1214 bytes
 mate/32x32/actions/zoom-out.png                    |   Bin 0 -> 1057 bytes
 mate/32x32/animations/process-working.png          |   Bin 0 -> 6874 bytes
 mate/32x32/apps/accessories-calculator.png         |   Bin 0 -> 1343 bytes
 mate/32x32/apps/accessories-character-map.png      |   Bin 0 -> 1599 bytes
 mate/32x32/apps/accessories-dictionary.png         |   Bin 0 -> 1699 bytes
 mate/32x32/apps/accessories-text-editor.png        |   Bin 0 -> 1759 bytes
 mate/32x32/apps/applets-screenshooter.png          |   Bin 0 -> 2025 bytes
 mate/32x32/apps/dconf-editor.png                   |   Bin 0 -> 1981 bytes
 mate/32x32/apps/gcolor2.png                        |   Bin 0 -> 1297 bytes
 mate/32x32/apps/help-browser.png                   |   Bin 0 -> 3250 bytes
 mate/32x32/apps/logviewer.png                      |   Bin 0 -> 1528 bytes
 mate/32x32/apps/mate.png                           |   Bin 0 -> 2180 bytes
 mate/32x32/apps/multimedia-volume-control.png      |   Bin 0 -> 1417 bytes
 .../apps/preferences-desktop-accessibility.png     |   Bin 0 -> 2341 bytes
 .../preferences-desktop-default-applications.png   |   Bin 0 -> 1727 bytes
 mate/32x32/apps/preferences-desktop-display.png    |   Bin 0 -> 2181 bytes
 mate/32x32/apps/preferences-desktop-font.png       |   Bin 0 -> 1457 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |   Bin 0 -> 1335 bytes
 mate/32x32/apps/preferences-desktop-keyboard.png   |   Bin 0 -> 1454 bytes
 mate/32x32/apps/preferences-desktop-locale.png     |   Bin 0 -> 2019 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 1715 bytes
 .../32x32/apps/preferences-desktop-screensaver.png |   Bin 0 -> 2040 bytes
 mate/32x32/apps/preferences-desktop-theme.png      |   Bin 0 -> 1742 bytes
 mate/32x32/apps/preferences-desktop-wallpaper.png  |   Bin 0 -> 1924 bytes
 mate/32x32/apps/preferences-system-bluetooth.png   |   Bin 0 -> 1970 bytes
 .../apps/preferences-system-notifications.png      |   Bin 0 -> 1659 bytes
 mate/32x32/apps/preferences-system-privacy.png     |   Bin 0 -> 2046 bytes
 mate/32x32/apps/preferences-system-search.png      |   Bin 0 -> 1525 bytes
 mate/32x32/apps/preferences-system-sharing.png     |   Bin 0 -> 1983 bytes
 mate/32x32/apps/preferences-system-windows.png     |   Bin 0 -> 684 bytes
 mate/32x32/apps/system-config-keyboard.png         |   Bin 0 -> 1871 bytes
 mate/32x32/apps/system-file-manager.png            |   Bin 0 -> 1602 bytes
 mate/32x32/apps/system-software-install.png        |   Bin 0 -> 1731 bytes
 mate/32x32/apps/system-software-update.png         |   Bin 0 -> 2073 bytes
 mate/32x32/apps/system-users.png                   |   Bin 0 -> 1444 bytes
 mate/32x32/apps/user-info.png                      |   Bin 0 -> 2182 bytes
 mate/32x32/apps/utilities-system-monitor.png       |   Bin 0 -> 1693 bytes
 mate/32x32/apps/utilities-terminal.png             |   Bin 0 -> 1483 bytes
 mate/32x32/apps/web-browser.png                    |   Bin 0 -> 2740 bytes
 mate/32x32/categories/applications-accessories.png |   Bin 0 -> 2292 bytes
 mate/32x32/categories/applications-development.png |   Bin 0 -> 1159 bytes
 mate/32x32/categories/applications-engineering.png |   Bin 0 -> 1392 bytes
 mate/32x32/categories/applications-games.png       |   Bin 0 -> 1357 bytes
 mate/32x32/categories/applications-graphics.png    |   Bin 0 -> 2532 bytes
 mate/32x32/categories/applications-internet.png    |   Bin 0 -> 2654 bytes
 mate/32x32/categories/applications-multimedia.png  |   Bin 0 -> 1692 bytes
 mate/32x32/categories/applications-office.png      |   Bin 0 -> 2064 bytes
 mate/32x32/categories/applications-other.png       |   Bin 0 -> 1898 bytes
 mate/32x32/categories/applications-science.png     |   Bin 0 -> 2566 bytes
 mate/32x32/categories/applications-system.png      |   Bin 0 -> 2308 bytes
 mate/32x32/categories/applications-utilities.png   |   Bin 0 -> 2245 bytes
 .../categories/preferences-desktop-peripherals.png |   Bin 0 -> 1837 bytes
 .../categories/preferences-desktop-personal.png    |   Bin 0 -> 1579 bytes
 mate/32x32/categories/preferences-desktop.png      |   Bin 0 -> 1390 bytes
 mate/32x32/categories/preferences-other.png        |   Bin 0 -> 2354 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 2220 bytes
 mate/32x32/categories/preferences-system.png       |   Bin 0 -> 2138 bytes
 mate/32x32/categories/system-help.png              |   Bin 0 -> 1915 bytes
 mate/32x32/devices/ac-adapter.png                  |   Bin 0 -> 2037 bytes
 mate/32x32/devices/audio-card.png                  |   Bin 0 -> 2006 bytes
 mate/32x32/devices/audio-headphones.png            |   Bin 0 -> 1969 bytes
 mate/32x32/devices/audio-headset.png               |   Bin 0 -> 1530 bytes
 mate/32x32/devices/audio-input-microphone.png      |   Bin 0 -> 1839 bytes
 mate/32x32/devices/audio-speakers.png              |   Bin 0 -> 2388 bytes
 mate/32x32/devices/battery.png                     |   Bin 0 -> 1042 bytes
 mate/32x32/devices/camera-photo.png                |   Bin 0 -> 1950 bytes
 mate/32x32/devices/camera-video.png                |   Bin 0 -> 1969 bytes
 mate/32x32/devices/camera-web.png                  |   Bin 0 -> 2067 bytes
 mate/32x32/devices/computer.png                    |   Bin 0 -> 2012 bytes
 mate/32x32/devices/drive-harddisk.png              |   Bin 0 -> 1519 bytes
 mate/32x32/devices/drive-multidisk.png             |   Bin 0 -> 2195 bytes
 mate/32x32/devices/drive-optical.png               |   Bin 0 -> 1528 bytes
 mate/32x32/devices/drive-removable-media.png       |   Bin 0 -> 1052 bytes
 mate/32x32/devices/input-dialpad.png               |   Bin 0 -> 1544 bytes
 mate/32x32/devices/input-gaming.png                |   Bin 0 -> 1573 bytes
 mate/32x32/devices/input-keyboard.png              |   Bin 0 -> 972 bytes
 mate/32x32/devices/input-mouse.png                 |   Bin 0 -> 1776 bytes
 mate/32x32/devices/input-tablet.png                |   Bin 0 -> 2338 bytes
 mate/32x32/devices/input-touchpad.png              |   Bin 0 -> 1421 bytes
 mate/32x32/devices/media-flash.png                 |   Bin 0 -> 1547 bytes
 mate/32x32/devices/media-floppy.png                |   Bin 0 -> 1238 bytes
 mate/32x32/devices/media-optical.png               |   Bin 0 -> 2291 bytes
 mate/32x32/devices/media-removable.png             |   Bin 0 -> 1554 bytes
 mate/32x32/devices/media-tape.png                  |   Bin 0 -> 1317 bytes
 mate/32x32/devices/modem.png                       |   Bin 0 -> 2212 bytes
 mate/32x32/devices/multimedia-player.png           |   Bin 0 -> 1186 bytes
 mate/32x32/devices/network-vpn.png                 |   Bin 0 -> 1419 bytes
 mate/32x32/devices/network-wired.png               |   Bin 0 -> 1632 bytes
 mate/32x32/devices/network-wireless.png            |   Bin 0 -> 2834 bytes
 mate/32x32/devices/pda.png                         |   Bin 0 -> 1059 bytes
 mate/32x32/devices/phone.png                       |   Bin 0 -> 1369 bytes
 mate/32x32/devices/printer-network.png             |   Bin 0 -> 2160 bytes
 mate/32x32/devices/printer.png                     |   Bin 0 -> 1557 bytes
 mate/32x32/devices/scanner.png                     |   Bin 0 -> 1714 bytes
 .../32x32/devices/uninterruptible-power-supply.png |   Bin 0 -> 1588 bytes
 mate/32x32/devices/video-display.png               |   Bin 0 -> 1679 bytes
 mate/32x32/emblems/emblem-default.png              |   Bin 0 -> 2062 bytes
 mate/32x32/emblems/emblem-documents.png            |   Bin 0 -> 1739 bytes
 mate/32x32/emblems/emblem-downloads.png            |   Bin 0 -> 1158 bytes
 mate/32x32/emblems/emblem-favorite.png             |   Bin 0 -> 1660 bytes
 mate/32x32/emblems/emblem-generic.png              |   Bin 0 -> 1954 bytes
 mate/32x32/emblems/emblem-important.png            |   Bin 0 -> 1914 bytes
 mate/32x32/emblems/emblem-mail.png                 |   Bin 0 -> 1386 bytes
 mate/32x32/emblems/emblem-new.png                  |   Bin 0 -> 1582 bytes
 mate/32x32/emblems/emblem-package.png              |   Bin 0 -> 1307 bytes
 mate/32x32/emblems/emblem-photos.png               |   Bin 0 -> 2730 bytes
 mate/32x32/emblems/emblem-readonly.png             |   Bin 0 -> 1126 bytes
 mate/32x32/emblems/emblem-shared.png               |   Bin 0 -> 1218 bytes
 mate/32x32/emblems/emblem-symbolic-link.png        |   Bin 0 -> 1239 bytes
 mate/32x32/emblems/emblem-synchronizing.png        |   Bin 0 -> 1420 bytes
 mate/32x32/emblems/emblem-system.png               |   Bin 0 -> 1470 bytes
 mate/32x32/emblems/emblem-unreadable.png           |   Bin 0 -> 1301 bytes
 mate/32x32/emblems/emblem-urgent.png               |   Bin 0 -> 2008 bytes
 mate/32x32/emblems/emblem-web.png                  |   Bin 0 -> 2414 bytes
 mate/32x32/emotes/emote-love.png                   |   Bin 0 -> 1592 bytes
 mate/32x32/emotes/face-angel.png                   |   Bin 0 -> 2687 bytes
 mate/32x32/emotes/face-angry.png                   |   Bin 0 -> 2565 bytes
 mate/32x32/emotes/face-cool.png                    |   Bin 0 -> 2811 bytes
 mate/32x32/emotes/face-crying.png                  |   Bin 0 -> 2677 bytes
 mate/32x32/emotes/face-devilish.png                |   Bin 0 -> 2735 bytes
 mate/32x32/emotes/face-embarrassed.png             |   Bin 0 -> 2774 bytes
 mate/32x32/emotes/face-glasses.png                 |   Bin 0 -> 2796 bytes
 mate/32x32/emotes/face-kiss.png                    |   Bin 0 -> 2623 bytes
 mate/32x32/emotes/face-laugh.png                   |   Bin 0 -> 2704 bytes
 mate/32x32/emotes/face-monkey.png                  |   Bin 0 -> 2149 bytes
 mate/32x32/emotes/face-plain.png                   |   Bin 0 -> 2555 bytes
 mate/32x32/emotes/face-raspberry.png               |   Bin 0 -> 2594 bytes
 mate/32x32/emotes/face-sad.png                     |   Bin 0 -> 2580 bytes
 mate/32x32/emotes/face-sick.png                    |   Bin 0 -> 2634 bytes
 mate/32x32/emotes/face-smile-big.png               |   Bin 0 -> 2638 bytes
 mate/32x32/emotes/face-smile.png                   |   Bin 0 -> 2655 bytes
 mate/32x32/emotes/face-smirk.png                   |   Bin 0 -> 2604 bytes
 mate/32x32/emotes/face-surprise.png                |   Bin 0 -> 2583 bytes
 mate/32x32/emotes/face-tired.png                   |   Bin 0 -> 2691 bytes
 mate/32x32/emotes/face-uncertain.png               |   Bin 0 -> 2573 bytes
 mate/32x32/emotes/face-wink.png                    |   Bin 0 -> 2633 bytes
 mate/32x32/emotes/face-worried.png                 |   Bin 0 -> 2587 bytes
 mate/32x32/mimetypes/application-certificate.png   |   Bin 0 -> 1106 bytes
 mate/32x32/mimetypes/application-pdf.png           |   Bin 0 -> 1602 bytes
 mate/32x32/mimetypes/application-pgp-encrypted.png |   Bin 0 -> 1842 bytes
 mate/32x32/mimetypes/application-rss+xml.png       |   Bin 0 -> 1505 bytes
 .../application-vnd.openofficeorg.extension.png    |   Bin 0 -> 2761 bytes
 mate/32x32/mimetypes/application-x-addon.png       |   Bin 0 -> 2597 bytes
 mate/32x32/mimetypes/application-x-bittorrent.png  |   Bin 0 -> 1462 bytes
 mate/32x32/mimetypes/application-x-blender.png     |   Bin 0 -> 2236 bytes
 mate/32x32/mimetypes/application-x-cd-image.png    |   Bin 0 -> 2100 bytes
 mate/32x32/mimetypes/application-x-desktop.png     |   Bin 0 -> 1491 bytes
 mate/32x32/mimetypes/application-x-executable.png  |   Bin 0 -> 1912 bytes
 mate/32x32/mimetypes/application-x-homebank.png    |   Bin 0 -> 1608 bytes
 .../32x32/mimetypes/application-x-java-archive.png |   Bin 0 -> 1737 bytes
 mate/32x32/mimetypes/application-x-java.png        |   Bin 0 -> 1833 bytes
 mate/32x32/mimetypes/application-x-javascript.png  |     1 +
 mate/32x32/mimetypes/application-x-keepass.png     |   Bin 0 -> 1413 bytes
 .../mimetypes/application-x-mono-develop-xib.png   |   Bin 0 -> 2100 bytes
 .../mimetypes/application-x-ms-dos-executable.png  |   Bin 0 -> 1445 bytes
 .../32x32/mimetypes/application-x-package-list.png |   Bin 0 -> 1589 bytes
 mate/32x32/mimetypes/application-x-perl.png        |   Bin 0 -> 1815 bytes
 mate/32x32/mimetypes/application-x-php.png         |   Bin 0 -> 2001 bytes
 mate/32x32/mimetypes/application-x-planner.png     |   Bin 0 -> 1626 bytes
 .../mimetypes/application-x-python-bytecode.png    |   Bin 0 -> 1890 bytes
 .../mimetypes/application-x-remote-connection.png  |   Bin 0 -> 2127 bytes
 mate/32x32/mimetypes/application-x-ruby.png        |   Bin 0 -> 2007 bytes
 mate/32x32/mimetypes/application-x-theme.png       |   Bin 0 -> 1745 bytes
 mate/32x32/mimetypes/application-x-vnc.png         |     1 +
 mate/32x32/mimetypes/audio-x-generic.png           |   Bin 0 -> 1461 bytes
 mate/32x32/mimetypes/font-x-generic.png            |   Bin 0 -> 2204 bytes
 .../32x32/mimetypes/gnome-mime-application-zip.png |     1 +
 mate/32x32/mimetypes/gnome-mime-audio.png          |     1 +
 mate/32x32/mimetypes/gnome-mime-image.png          |     1 +
 mate/32x32/mimetypes/gnome-mime-text.png           |     1 +
 mate/32x32/mimetypes/gnome-mime-video.png          |     1 +
 mate/32x32/mimetypes/gtk-file.png                  |     1 +
 mate/32x32/mimetypes/image-svg+xml-compressed.png  |   Bin 0 -> 1712 bytes
 mate/32x32/mimetypes/image-svg+xml.png             |   Bin 0 -> 2132 bytes
 mate/32x32/mimetypes/image-x-compressed-xcf.png    |   Bin 0 -> 1841 bytes
 mate/32x32/mimetypes/image-x-generic.png           |   Bin 0 -> 1521 bytes
 mate/32x32/mimetypes/image-x-xcf.png               |   Bin 0 -> 1620 bytes
 .../mimetypes/openofficeorg-drawing-template.png   |     1 +
 mate/32x32/mimetypes/openofficeorg-drawing.png     |     1 +
 mate/32x32/mimetypes/openofficeorg-extension.png   |     1 +
 .../openofficeorg-oasis-drawing-template.png       |     1 +
 .../mimetypes/openofficeorg-oasis-drawing.png      |     1 +
 .../openofficeorg-oasis-presentation-template.png  |     1 +
 .../mimetypes/openofficeorg-oasis-presentation.png |     1 +
 .../openofficeorg-oasis-spreadsheet-template.png   |     1 +
 .../mimetypes/openofficeorg-oasis-spreadsheet.png  |     1 +
 .../openofficeorg-oasis-text-template.png          |     1 +
 mate/32x32/mimetypes/openofficeorg-oasis-text.png  |     1 +
 .../openofficeorg-presentation-template.png        |     1 +
 .../32x32/mimetypes/openofficeorg-presentation.png |     1 +
 .../openofficeorg-spreadsheet-template.png         |     1 +
 mate/32x32/mimetypes/openofficeorg-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg-text-template.png      |     1 +
 mate/32x32/mimetypes/openofficeorg-text.png        |     1 +
 .../mimetypes/openofficeorg3-drawing-template.png  |     1 +
 mate/32x32/mimetypes/openofficeorg3-drawing.png    |     1 +
 mate/32x32/mimetypes/openofficeorg3-extension.png  |     1 +
 .../openofficeorg3-oasis-drawing-template.png      |     1 +
 .../mimetypes/openofficeorg3-oasis-drawing.png     |     1 +
 .../openofficeorg3-oasis-presentation-template.png |     1 +
 .../openofficeorg3-oasis-presentation.png          |     1 +
 .../openofficeorg3-oasis-spreadsheet-template.png  |     1 +
 .../mimetypes/openofficeorg3-oasis-spreadsheet.png |     1 +
 .../openofficeorg3-oasis-text-template.png         |     1 +
 mate/32x32/mimetypes/openofficeorg3-oasis-text.png |     1 +
 .../openofficeorg3-presentation-template.png       |     1 +
 .../mimetypes/openofficeorg3-presentation.png      |     1 +
 .../openofficeorg3-spreadsheet-template.png        |     1 +
 .../32x32/mimetypes/openofficeorg3-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg3-text-template.png     |     1 +
 mate/32x32/mimetypes/openofficeorg3-text.png       |     1 +
 mate/32x32/mimetypes/package-x-generic.png         |   Bin 0 -> 1676 bytes
 mate/32x32/mimetypes/text-css.png                  |   Bin 0 -> 2009 bytes
 mate/32x32/mimetypes/text-csv.png                  |     1 +
 mate/32x32/mimetypes/text-html.png                 |   Bin 0 -> 1900 bytes
 mate/32x32/mimetypes/text-x-apport.png             |   Bin 0 -> 2236 bytes
 mate/32x32/mimetypes/text-x-authors.png            |   Bin 0 -> 1687 bytes
 mate/32x32/mimetypes/text-x-boo.png                |   Bin 0 -> 1891 bytes
 mate/32x32/mimetypes/text-x-c++hdr.png             |     1 +
 mate/32x32/mimetypes/text-x-c++src.png             |     1 +
 mate/32x32/mimetypes/text-x-changelog.png          |   Bin 0 -> 1458 bytes
 mate/32x32/mimetypes/text-x-chdr.png               |     1 +
 mate/32x32/mimetypes/text-x-copying.png            |   Bin 0 -> 1795 bytes
 mate/32x32/mimetypes/text-x-csharp.png             |     1 +
 mate/32x32/mimetypes/text-x-csrc.png               |   Bin 0 -> 2123 bytes
 mate/32x32/mimetypes/text-x-generic-template.png   |   Bin 0 -> 1588 bytes
 mate/32x32/mimetypes/text-x-generic.png            |   Bin 0 -> 1404 bytes
 mate/32x32/mimetypes/text-x-install.png            |   Bin 0 -> 1859 bytes
 mate/32x32/mimetypes/text-x-java.png               |   Bin 0 -> 1872 bytes
 mate/32x32/mimetypes/text-x-log.png                |   Bin 0 -> 1037 bytes
 mate/32x32/mimetypes/text-x-makefile.png           |   Bin 0 -> 1719 bytes
 mate/32x32/mimetypes/text-x-opml+xml.png           |   Bin 0 -> 1600 bytes
 mate/32x32/mimetypes/text-x-patch.png              |   Bin 0 -> 1590 bytes
 mate/32x32/mimetypes/text-x-preview.png            |   Bin 0 -> 1342 bytes
 mate/32x32/mimetypes/text-x-python.png             |   Bin 0 -> 1908 bytes
 mate/32x32/mimetypes/text-x-readme.png             |   Bin 0 -> 1653 bytes
 mate/32x32/mimetypes/text-x-script.png             |   Bin 0 -> 1865 bytes
 mate/32x32/mimetypes/video-x-generic.png           |   Bin 0 -> 2645 bytes
 mate/32x32/mimetypes/x-firmware.png                |   Bin 0 -> 1729 bytes
 mate/32x32/mimetypes/x-office-address-book.png     |   Bin 0 -> 2026 bytes
 mate/32x32/mimetypes/x-office-calendar.png         |   Bin 0 -> 1741 bytes
 .../32x32/mimetypes/x-office-document-template.png |   Bin 0 -> 2037 bytes
 mate/32x32/mimetypes/x-office-document.png         |   Bin 0 -> 1682 bytes
 mate/32x32/mimetypes/x-office-drawing-template.png |   Bin 0 -> 2251 bytes
 mate/32x32/mimetypes/x-office-drawing.png          |   Bin 0 -> 1898 bytes
 .../mimetypes/x-office-presentation-template.png   |   Bin 0 -> 2151 bytes
 mate/32x32/mimetypes/x-office-presentation.png     |   Bin 0 -> 1678 bytes
 .../mimetypes/x-office-spreadsheet-template.png    |   Bin 0 -> 2206 bytes
 mate/32x32/mimetypes/x-office-spreadsheet.png      |   Bin 0 -> 1827 bytes
 mate/32x32/mimetypes/x-package-repository.png      |   Bin 0 -> 2314 bytes
 mate/32x32/places/folder-documents.png             |   Bin 0 -> 1347 bytes
 mate/32x32/places/folder-download.png              |   Bin 0 -> 1335 bytes
 mate/32x32/places/folder-music.png                 |   Bin 0 -> 1317 bytes
 mate/32x32/places/folder-pictures.png              |   Bin 0 -> 1625 bytes
 mate/32x32/places/folder-publicshare.png           |   Bin 0 -> 1376 bytes
 mate/32x32/places/folder-remote.png                |   Bin 0 -> 1329 bytes
 mate/32x32/places/folder-saved-search.png          |   Bin 0 -> 1374 bytes
 mate/32x32/places/folder-templates.png             |   Bin 0 -> 1308 bytes
 mate/32x32/places/folder-videos.png                |   Bin 0 -> 1388 bytes
 mate/32x32/places/folder.png                       |   Bin 0 -> 1046 bytes
 mate/32x32/places/network-server.png               |   Bin 0 -> 1759 bytes
 mate/32x32/places/network-workgroup.png            |   Bin 0 -> 1840 bytes
 mate/32x32/places/start-here.png                   |   Bin 0 -> 2180 bytes
 mate/32x32/places/user-bookmarks.png               |   Bin 0 -> 1476 bytes
 mate/32x32/places/user-desktop.png                 |   Bin 0 -> 1386 bytes
 mate/32x32/places/user-home.png                    |   Bin 0 -> 1575 bytes
 mate/32x32/places/user-trash.png                   |   Bin 0 -> 2695 bytes
 mate/32x32/status/appointment-missed.png           |   Bin 0 -> 2562 bytes
 mate/32x32/status/appointment-soon.png             |   Bin 0 -> 2400 bytes
 mate/32x32/status/audio-volume-high.png            |   Bin 0 -> 2150 bytes
 mate/32x32/status/audio-volume-low.png             |   Bin 0 -> 1778 bytes
 mate/32x32/status/audio-volume-medium.png          |   Bin 0 -> 1952 bytes
 mate/32x32/status/audio-volume-muted.png           |   Bin 0 -> 1970 bytes
 mate/32x32/status/avatar-default.png               |   Bin 0 -> 1938 bytes
 mate/32x32/status/battery-caution-charging.png     |   Bin 0 -> 2589 bytes
 mate/32x32/status/battery-caution.png              |   Bin 0 -> 1865 bytes
 mate/32x32/status/battery-empty.png                |   Bin 0 -> 1275 bytes
 mate/32x32/status/battery-full-charged.png         |   Bin 0 -> 2268 bytes
 mate/32x32/status/battery-full-charging.png        |   Bin 0 -> 2469 bytes
 mate/32x32/status/battery-full.png                 |   Bin 0 -> 1223 bytes
 mate/32x32/status/battery-good-charging.png        |   Bin 0 -> 2566 bytes
 mate/32x32/status/battery-good.png                 |   Bin 0 -> 1371 bytes
 mate/32x32/status/battery-low-charging.png         |   Bin 0 -> 2599 bytes
 mate/32x32/status/battery-low.png                  |   Bin 0 -> 1407 bytes
 mate/32x32/status/battery-missing.png              |   Bin 0 -> 1561 bytes
 mate/32x32/status/changes-allow.png                |   Bin 0 -> 1975 bytes
 mate/32x32/status/changes-prevent.png              |   Bin 0 -> 1860 bytes
 mate/32x32/status/computer-fail.png                |   Bin 0 -> 2150 bytes
 mate/32x32/status/dialog-error.png                 |   Bin 0 -> 1546 bytes
 mate/32x32/status/dialog-information.png           |   Bin 0 -> 1925 bytes
 mate/32x32/status/dialog-password.png              |   Bin 0 -> 1820 bytes
 mate/32x32/status/dialog-question.png              |   Bin 0 -> 1848 bytes
 mate/32x32/status/dialog-warning.png               |   Bin 0 -> 1720 bytes
 mate/32x32/status/folder-drag-accept.png           |   Bin 0 -> 1191 bytes
 mate/32x32/status/folder-open.png                  |   Bin 0 -> 1213 bytes
 mate/32x32/status/folder-visiting.png              |   Bin 0 -> 1604 bytes
 mate/32x32/status/image-loading.png                |   Bin 0 -> 2129 bytes
 mate/32x32/status/image-missing.png                |   Bin 0 -> 1039 bytes
 mate/32x32/status/mail-attachment.png              |   Bin 0 -> 1443 bytes
 mate/32x32/status/mail-read.png                    |   Bin 0 -> 1243 bytes
 mate/32x32/status/mail-replied.png                 |   Bin 0 -> 1962 bytes
 mate/32x32/status/mail-unread.png                  |   Bin 0 -> 1687 bytes
 mate/32x32/status/media-playlist-repeat.png        |   Bin 0 -> 1275 bytes
 mate/32x32/status/media-playlist-shuffle.png       |   Bin 0 -> 1348 bytes
 mate/32x32/status/microphone-sensitivity-high.png  |   Bin 0 -> 2048 bytes
 mate/32x32/status/microphone-sensitivity-low.png   |   Bin 0 -> 2137 bytes
 .../32x32/status/microphone-sensitivity-medium.png |   Bin 0 -> 2144 bytes
 mate/32x32/status/microphone-sensitivity-muted.png |   Bin 0 -> 2269 bytes
 mate/32x32/status/network-error.png                |   Bin 0 -> 1902 bytes
 mate/32x32/status/network-idle.png                 |   Bin 0 -> 1555 bytes
 mate/32x32/status/network-offline.png              |   Bin 0 -> 1870 bytes
 mate/32x32/status/network-receive.png              |   Bin 0 -> 1797 bytes
 mate/32x32/status/network-transmit-receive.png     |   Bin 0 -> 1578 bytes
 mate/32x32/status/network-transmit.png             |   Bin 0 -> 1782 bytes
 mate/32x32/status/non-starred.png                  |   Bin 0 -> 1548 bytes
 mate/32x32/status/printer-error.png                |   Bin 0 -> 1734 bytes
 mate/32x32/status/printer-printing.png             |   Bin 0 -> 1696 bytes
 mate/32x32/status/security-high.png                |   Bin 0 -> 2457 bytes
 mate/32x32/status/security-low.png                 |   Bin 0 -> 1865 bytes
 mate/32x32/status/security-medium.png              |   Bin 0 -> 2050 bytes
 mate/32x32/status/semi-starred-rtl.png             |   Bin 0 -> 1819 bytes
 mate/32x32/status/semi-starred.png                 |   Bin 0 -> 1812 bytes
 mate/32x32/status/software-update-available.png    |   Bin 0 -> 1801 bytes
 mate/32x32/status/software-update-urgent.png       |   Bin 0 -> 1754 bytes
 mate/32x32/status/starred.png                      |   Bin 0 -> 2189 bytes
 mate/32x32/status/task-due.png                     |   Bin 0 -> 1648 bytes
 mate/32x32/status/task-past-due.png                |   Bin 0 -> 1474 bytes
 mate/32x32/status/trophy-bronze.png                |   Bin 0 -> 2205 bytes
 mate/32x32/status/trophy-gold.png                  |   Bin 0 -> 2178 bytes
 mate/32x32/status/trophy-silver.png                |   Bin 0 -> 2150 bytes
 mate/32x32/status/user-available.png               |   Bin 0 -> 2259 bytes
 mate/32x32/status/user-away.png                    |   Bin 0 -> 1796 bytes
 mate/32x32/status/user-busy.png                    |   Bin 0 -> 2259 bytes
 mate/32x32/status/user-idle.png                    |   Bin 0 -> 2034 bytes
 mate/32x32/status/user-invisible.png               |   Bin 0 -> 1867 bytes
 mate/32x32/status/user-offline.png                 |   Bin 0 -> 1809 bytes
 mate/32x32/status/user-trash-full.png              |   Bin 0 -> 2649 bytes
 mate/32x32/status/weather-clear-night.png          |   Bin 0 -> 1758 bytes
 mate/32x32/status/weather-clear.png                |   Bin 0 -> 2245 bytes
 mate/32x32/status/weather-few-clouds-night.png     |   Bin 0 -> 2101 bytes
 mate/32x32/status/weather-few-clouds.png           |   Bin 0 -> 2157 bytes
 mate/32x32/status/weather-fog.png                  |   Bin 0 -> 1376 bytes
 mate/32x32/status/weather-overcast.png             |   Bin 0 -> 1214 bytes
 mate/32x32/status/weather-severe-alert.png         |   Bin 0 -> 1838 bytes
 mate/32x32/status/weather-showers-scattered.png    |   Bin 0 -> 1599 bytes
 mate/32x32/status/weather-showers.png              |   Bin 0 -> 2343 bytes
 mate/32x32/status/weather-snow.png                 |   Bin 0 -> 1181 bytes
 mate/32x32/status/weather-storm.png                |   Bin 0 -> 1654 bytes
 mate/48x48/actions/address-book-new.png            |   Bin 0 -> 3787 bytes
 mate/48x48/actions/application-exit.png            |   Bin 0 -> 2633 bytes
 mate/48x48/actions/appointment-new.png             |   Bin 0 -> 4804 bytes
 mate/48x48/actions/bookmark-new.png                |   Bin 0 -> 1500 bytes
 mate/48x48/actions/call-start.png                  |   Bin 0 -> 2155 bytes
 mate/48x48/actions/call-stop.png                   |   Bin 0 -> 1922 bytes
 mate/48x48/actions/contact-new.png                 |   Bin 0 -> 1992 bytes
 mate/48x48/actions/document-new.png                |   Bin 0 -> 2459 bytes
 mate/48x48/actions/document-open-recent.png        |   Bin 0 -> 4690 bytes
 mate/48x48/actions/document-open.png               |   Bin 0 -> 2190 bytes
 mate/48x48/actions/document-page-setup.png         |   Bin 0 -> 3328 bytes
 mate/48x48/actions/document-print-preview.png      |   Bin 0 -> 3843 bytes
 mate/48x48/actions/document-print.png              |   Bin 0 -> 2899 bytes
 mate/48x48/actions/document-properties.png         |   Bin 0 -> 3139 bytes
 mate/48x48/actions/document-revert-rtl.png         |   Bin 0 -> 3138 bytes
 mate/48x48/actions/document-revert.png             |   Bin 0 -> 3011 bytes
 mate/48x48/actions/document-save-as.png            |   Bin 0 -> 2801 bytes
 mate/48x48/actions/document-save.png               |   Bin 0 -> 2946 bytes
 mate/48x48/actions/document-send.png               |   Bin 0 -> 1796 bytes
 mate/48x48/actions/edit-clear-all.png              |     1 +
 mate/48x48/actions/edit-clear-rtl.png              |   Bin 0 -> 2738 bytes
 mate/48x48/actions/edit-clear.png                  |   Bin 0 -> 2777 bytes
 mate/48x48/actions/edit-copy.png                   |   Bin 0 -> 1295 bytes
 mate/48x48/actions/edit-cut.png                    |   Bin 0 -> 2185 bytes
 mate/48x48/actions/edit-delete.png                 |   Bin 0 -> 3145 bytes
 mate/48x48/actions/edit-find-replace.png           |   Bin 0 -> 5240 bytes
 mate/48x48/actions/edit-find.png                   |   Bin 0 -> 4342 bytes
 mate/48x48/actions/edit-paste.png                  |   Bin 0 -> 1913 bytes
 mate/48x48/actions/edit-redo-rtl.png               |   Bin 0 -> 2319 bytes
 mate/48x48/actions/edit-redo.png                   |   Bin 0 -> 2142 bytes
 mate/48x48/actions/edit-select-all.png             |   Bin 0 -> 2504 bytes
 mate/48x48/actions/edit-undo-rtl.png               |   Bin 0 -> 2085 bytes
 mate/48x48/actions/edit-undo.png                   |   Bin 0 -> 1986 bytes
 mate/48x48/actions/find-location.png               |     1 +
 mate/48x48/actions/folder-new.png                  |   Bin 0 -> 2311 bytes
 mate/48x48/actions/format-indent-less-rtl.png      |   Bin 0 -> 1403 bytes
 mate/48x48/actions/format-indent-less.png          |   Bin 0 -> 1371 bytes
 mate/48x48/actions/format-indent-more-rtl.png      |   Bin 0 -> 1458 bytes
 mate/48x48/actions/format-indent-more.png          |   Bin 0 -> 1419 bytes
 mate/48x48/actions/format-justify-center.png       |   Bin 0 -> 869 bytes
 mate/48x48/actions/format-justify-fill.png         |   Bin 0 -> 832 bytes
 mate/48x48/actions/format-justify-left.png         |   Bin 0 -> 901 bytes
 mate/48x48/actions/format-justify-right.png        |   Bin 0 -> 813 bytes
 mate/48x48/actions/format-text-bold.png            |   Bin 0 -> 2872 bytes
 mate/48x48/actions/format-text-direction-ltr.png   |   Bin 0 -> 2097 bytes
 mate/48x48/actions/format-text-direction-rtl.png   |   Bin 0 -> 2125 bytes
 mate/48x48/actions/format-text-italic.png          |   Bin 0 -> 2749 bytes
 mate/48x48/actions/format-text-strikethrough.png   |   Bin 0 -> 2554 bytes
 mate/48x48/actions/format-text-underline.png       |   Bin 0 -> 2699 bytes
 mate/48x48/actions/go-bottom.png                   |   Bin 0 -> 2282 bytes
 mate/48x48/actions/go-down.png                     |   Bin 0 -> 2013 bytes
 mate/48x48/actions/go-first-rtl.png                |   Bin 0 -> 2604 bytes
 mate/48x48/actions/go-first.png                    |   Bin 0 -> 2470 bytes
 mate/48x48/actions/go-home.png                     |   Bin 0 -> 2491 bytes
 mate/48x48/actions/go-jump.png                     |   Bin 0 -> 1917 bytes
 mate/48x48/actions/go-last-rtl.png                 |   Bin 0 -> 2621 bytes
 mate/48x48/actions/go-last.png                     |   Bin 0 -> 2422 bytes
 mate/48x48/actions/go-next-rtl.png                 |   Bin 0 -> 2168 bytes
 mate/48x48/actions/go-next.png                     |   Bin 0 -> 2004 bytes
 mate/48x48/actions/go-previous-rtl.png             |   Bin 0 -> 2323 bytes
 mate/48x48/actions/go-previous.png                 |   Bin 0 -> 1915 bytes
 mate/48x48/actions/go-top.png                      |   Bin 0 -> 2246 bytes
 mate/48x48/actions/go-up.png                       |   Bin 0 -> 1963 bytes
 mate/48x48/actions/help-about.png                  |   Bin 0 -> 2978 bytes
 mate/48x48/actions/help-contents.png               |   Bin 0 -> 5915 bytes
 mate/48x48/actions/help-faq.png                    |   Bin 0 -> 2421 bytes
 mate/48x48/actions/insert-image.png                |   Bin 0 -> 1886 bytes
 mate/48x48/actions/insert-link.png                 |   Bin 0 -> 2222 bytes
 mate/48x48/actions/insert-object.png               |   Bin 0 -> 1386 bytes
 mate/48x48/actions/insert-text.png                 |   Bin 0 -> 1699 bytes
 mate/48x48/actions/list-add.png                    |   Bin 0 -> 1500 bytes
 mate/48x48/actions/list-remove.png                 |   Bin 0 -> 812 bytes
 mate/48x48/actions/mail-forward.png                |   Bin 0 -> 2466 bytes
 mate/48x48/actions/mail-mark-important.png         |   Bin 0 -> 1856 bytes
 mate/48x48/actions/mail-mark-junk.png              |   Bin 0 -> 3583 bytes
 mate/48x48/actions/mail-mark-notjunk.png           |   Bin 0 -> 3728 bytes
 mate/48x48/actions/mail-mark-read.png              |   Bin 0 -> 3317 bytes
 mate/48x48/actions/mail-mark-unread.png            |   Bin 0 -> 2128 bytes
 mate/48x48/actions/mail-message-new.png            |   Bin 0 -> 2616 bytes
 mate/48x48/actions/mail-reply-all.png              |   Bin 0 -> 3054 bytes
 mate/48x48/actions/mail-reply-sender.png           |   Bin 0 -> 2552 bytes
 mate/48x48/actions/mail-send-receive.png           |   Bin 0 -> 2553 bytes
 mate/48x48/actions/mail-send.png                   |   Bin 0 -> 2021 bytes
 mate/48x48/actions/mark-location.png               |   Bin 0 -> 1673 bytes
 mate/48x48/actions/media-eject.png                 |   Bin 0 -> 1666 bytes
 mate/48x48/actions/media-playback-pause.png        |   Bin 0 -> 781 bytes
 mate/48x48/actions/media-playback-start-rtl.png    |   Bin 0 -> 1577 bytes
 mate/48x48/actions/media-playback-start.png        |   Bin 0 -> 1577 bytes
 mate/48x48/actions/media-playback-stop.png         |   Bin 0 -> 703 bytes
 mate/48x48/actions/media-record.png                |   Bin 0 -> 2306 bytes
 mate/48x48/actions/media-seek-backward-rtl.png     |   Bin 0 -> 2126 bytes
 mate/48x48/actions/media-seek-backward.png         |   Bin 0 -> 1939 bytes
 mate/48x48/actions/media-seek-forward-rtl.png      |   Bin 0 -> 2250 bytes
 mate/48x48/actions/media-seek-forward.png          |   Bin 0 -> 1824 bytes
 mate/48x48/actions/media-skip-backward-rtl.png     |   Bin 0 -> 2197 bytes
 mate/48x48/actions/media-skip-backward.png         |   Bin 0 -> 2160 bytes
 mate/48x48/actions/media-skip-forward-rtl.png      |   Bin 0 -> 2264 bytes
 mate/48x48/actions/media-skip-forward.png          |   Bin 0 -> 2053 bytes
 mate/48x48/actions/object-flip-horizontal.png      |   Bin 0 -> 1824 bytes
 mate/48x48/actions/object-flip-vertical.png        |   Bin 0 -> 2121 bytes
 mate/48x48/actions/object-rotate-left.png          |   Bin 0 -> 2235 bytes
 mate/48x48/actions/object-rotate-right.png         |   Bin 0 -> 2332 bytes
 mate/48x48/actions/open-menu.png                   |   Bin 0 -> 988 bytes
 mate/48x48/actions/process-stop.png                |   Bin 0 -> 2181 bytes
 mate/48x48/actions/send-to.png                     |     1 +
 mate/48x48/actions/star-new.png                    |     1 +
 mate/48x48/actions/system-lock-screen.png          |   Bin 0 -> 3425 bytes
 mate/48x48/actions/system-log-out.png              |   Bin 0 -> 2398 bytes
 mate/48x48/actions/system-run.png                  |   Bin 0 -> 3241 bytes
 mate/48x48/actions/system-search.png               |   Bin 0 -> 4315 bytes
 mate/48x48/actions/system-shutdown.png             |   Bin 0 -> 1602 bytes
 mate/48x48/actions/tools-check-spelling.png        |   Bin 0 -> 2050 bytes
 mate/48x48/actions/view-fullscreen.png             |   Bin 0 -> 1568 bytes
 mate/48x48/actions/view-refresh.png                |   Bin 0 -> 2422 bytes
 mate/48x48/actions/view-restore.png                |   Bin 0 -> 1152 bytes
 mate/48x48/actions/view-sort-ascending.png         |   Bin 0 -> 2090 bytes
 mate/48x48/actions/view-sort-descending.png        |   Bin 0 -> 1819 bytes
 mate/48x48/actions/window-close.png                |   Bin 0 -> 1981 bytes
 mate/48x48/actions/window-new.png                  |   Bin 0 -> 1430 bytes
 mate/48x48/actions/zoom-fit-best.png               |   Bin 0 -> 1405 bytes
 mate/48x48/actions/zoom-in.png                     |   Bin 0 -> 1224 bytes
 mate/48x48/actions/zoom-original.png               |   Bin 0 -> 1387 bytes
 mate/48x48/actions/zoom-out.png                    |   Bin 0 -> 1172 bytes
 mate/48x48/animations/process-working.png          |   Bin 0 -> 14110 bytes
 mate/48x48/apps/accessories-calculator.png         |   Bin 0 -> 2473 bytes
 mate/48x48/apps/accessories-character-map.png      |   Bin 0 -> 2319 bytes
 mate/48x48/apps/accessories-dictionary.png         |   Bin 0 -> 2869 bytes
 mate/48x48/apps/accessories-text-editor.png        |   Bin 0 -> 2660 bytes
 mate/48x48/apps/applets-screenshooter.png          |   Bin 0 -> 3015 bytes
 mate/48x48/apps/dconf-editor.png                   |   Bin 0 -> 3285 bytes
 mate/48x48/apps/gcolor2.png                        |   Bin 0 -> 1705 bytes
 mate/48x48/apps/help-browser.png                   |   Bin 0 -> 5915 bytes
 mate/48x48/apps/logviewer.png                      |   Bin 0 -> 2449 bytes
 mate/48x48/apps/mate.png                           |   Bin 0 -> 4164 bytes
 mate/48x48/apps/multimedia-volume-control.png      |   Bin 0 -> 2479 bytes
 .../apps/preferences-desktop-accessibility.png     |   Bin 0 -> 3714 bytes
 .../preferences-desktop-default-applications.png   |   Bin 0 -> 2825 bytes
 mate/48x48/apps/preferences-desktop-display.png    |   Bin 0 -> 3339 bytes
 mate/48x48/apps/preferences-desktop-font.png       |   Bin 0 -> 2147 bytes
 .../preferences-desktop-keyboard-shortcuts.png     |   Bin 0 -> 2667 bytes
 mate/48x48/apps/preferences-desktop-keyboard.png   |   Bin 0 -> 2183 bytes
 mate/48x48/apps/preferences-desktop-locale.png     |   Bin 0 -> 3075 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 2706 bytes
 .../48x48/apps/preferences-desktop-screensaver.png |   Bin 0 -> 3154 bytes
 mate/48x48/apps/preferences-desktop-theme.png      |   Bin 0 -> 3118 bytes
 mate/48x48/apps/preferences-desktop-wallpaper.png  |   Bin 0 -> 2654 bytes
 mate/48x48/apps/preferences-system-bluetooth.png   |   Bin 0 -> 3004 bytes
 .../apps/preferences-system-notifications.png      |   Bin 0 -> 2322 bytes
 mate/48x48/apps/preferences-system-privacy.png     |   Bin 0 -> 3059 bytes
 mate/48x48/apps/preferences-system-search.png      |   Bin 0 -> 2352 bytes
 mate/48x48/apps/preferences-system-sharing.png     |   Bin 0 -> 3015 bytes
 mate/48x48/apps/preferences-system-windows.png     |   Bin 0 -> 846 bytes
 mate/48x48/apps/system-config-keyboard.png         |   Bin 0 -> 2049 bytes
 mate/48x48/apps/system-file-manager.png            |   Bin 0 -> 2061 bytes
 mate/48x48/apps/system-software-install.png        |   Bin 0 -> 2232 bytes
 mate/48x48/apps/system-software-update.png         |   Bin 0 -> 2605 bytes
 mate/48x48/apps/system-users.png                   |   Bin 0 -> 3891 bytes
 mate/48x48/apps/user-info.png                      |   Bin 0 -> 3607 bytes
 mate/48x48/apps/utilities-system-monitor.png       |   Bin 0 -> 2758 bytes
 mate/48x48/apps/utilities-terminal.png             |   Bin 0 -> 2406 bytes
 mate/48x48/apps/visor.png                          |   Bin 0 -> 2714 bytes
 mate/48x48/apps/web-browser.png                    |   Bin 0 -> 4992 bytes
 mate/48x48/categories/applications-accessories.png |   Bin 0 -> 3743 bytes
 mate/48x48/categories/applications-development.png |   Bin 0 -> 1556 bytes
 mate/48x48/categories/applications-engineering.png |   Bin 0 -> 3105 bytes
 mate/48x48/categories/applications-games.png       |   Bin 0 -> 2040 bytes
 mate/48x48/categories/applications-graphics.png    |   Bin 0 -> 4381 bytes
 mate/48x48/categories/applications-internet.png    |   Bin 0 -> 4680 bytes
 mate/48x48/categories/applications-multimedia.png  |   Bin 0 -> 2448 bytes
 mate/48x48/categories/applications-office.png      |   Bin 0 -> 3608 bytes
 mate/48x48/categories/applications-other.png       |   Bin 0 -> 2764 bytes
 mate/48x48/categories/applications-science.png     |   Bin 0 -> 4577 bytes
 mate/48x48/categories/applications-system.png      |   Bin 0 -> 3937 bytes
 mate/48x48/categories/applications-utilities.png   |   Bin 0 -> 3604 bytes
 .../categories/preferences-desktop-peripherals.png |   Bin 0 -> 3034 bytes
 .../categories/preferences-desktop-personal.png    |   Bin 0 -> 2180 bytes
 mate/48x48/categories/preferences-desktop.png      |   Bin 0 -> 2083 bytes
 mate/48x48/categories/preferences-other.png        |   Bin 0 -> 3769 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 3719 bytes
 mate/48x48/categories/preferences-system.png       |   Bin 0 -> 3373 bytes
 mate/48x48/categories/system-help.png              |   Bin 0 -> 2962 bytes
 mate/48x48/devices/ac-adapter.png                  |   Bin 0 -> 3368 bytes
 mate/48x48/devices/audio-card.png                  |   Bin 0 -> 3020 bytes
 mate/48x48/devices/audio-headphones.png            |   Bin 0 -> 3166 bytes
 mate/48x48/devices/audio-headset.png               |   Bin 0 -> 2780 bytes
 mate/48x48/devices/audio-input-microphone.png      |   Bin 0 -> 3385 bytes
 mate/48x48/devices/audio-speakers.png              |   Bin 0 -> 3904 bytes
 mate/48x48/devices/battery.png                     |   Bin 0 -> 1486 bytes
 mate/48x48/devices/camera-photo.png                |   Bin 0 -> 3378 bytes
 mate/48x48/devices/camera-video.png                |   Bin 0 -> 2498 bytes
 mate/48x48/devices/camera-web.png                  |   Bin 0 -> 3352 bytes
 mate/48x48/devices/computer.png                    |   Bin 0 -> 3328 bytes
 mate/48x48/devices/drive-harddisk.png              |   Bin 0 -> 2326 bytes
 mate/48x48/devices/drive-multidisk.png             |   Bin 0 -> 3564 bytes
 mate/48x48/devices/drive-optical.png               |   Bin 0 -> 2405 bytes
 mate/48x48/devices/drive-removable-media.png       |   Bin 0 -> 1632 bytes
 mate/48x48/devices/input-dialpad.png               |   Bin 0 -> 501 bytes
 mate/48x48/devices/input-gaming.png                |   Bin 0 -> 2511 bytes
 mate/48x48/devices/input-keyboard.png              |   Bin 0 -> 1381 bytes
 mate/48x48/devices/input-mouse.png                 |   Bin 0 -> 2688 bytes
 mate/48x48/devices/input-tablet.png                |   Bin 0 -> 2924 bytes
 mate/48x48/devices/input-touchpad.png              |   Bin 0 -> 1949 bytes
 mate/48x48/devices/media-flash.png                 |   Bin 0 -> 2919 bytes
 mate/48x48/devices/media-floppy.png                |   Bin 0 -> 1822 bytes
 mate/48x48/devices/media-optical.png               |   Bin 0 -> 3997 bytes
 mate/48x48/devices/media-removable.png             |   Bin 0 -> 2800 bytes
 mate/48x48/devices/media-tape.png                  |   Bin 0 -> 2195 bytes
 mate/48x48/devices/modem.png                       |   Bin 0 -> 3019 bytes
 mate/48x48/devices/multimedia-player.png           |   Bin 0 -> 1824 bytes
 mate/48x48/devices/network-vpn.png                 |   Bin 0 -> 2586 bytes
 mate/48x48/devices/network-wired.png               |   Bin 0 -> 3108 bytes
 mate/48x48/devices/network-wireless.png            |   Bin 0 -> 4747 bytes
 mate/48x48/devices/pda.png                         |   Bin 0 -> 1728 bytes
 mate/48x48/devices/phone.png                       |   Bin 0 -> 2352 bytes
 mate/48x48/devices/printer-network.png             |   Bin 0 -> 3220 bytes
 mate/48x48/devices/printer.png                     |   Bin 0 -> 2453 bytes
 mate/48x48/devices/scanner.png                     |   Bin 0 -> 2680 bytes
 .../48x48/devices/uninterruptible-power-supply.png |   Bin 0 -> 2366 bytes
 mate/48x48/devices/video-display.png               |   Bin 0 -> 2405 bytes
 mate/48x48/emblems/emblem-default.png              |   Bin 0 -> 3591 bytes
 mate/48x48/emblems/emblem-desktop.png              |   Bin 0 -> 2291 bytes
 mate/48x48/emblems/emblem-documents.png            |   Bin 0 -> 2602 bytes
 mate/48x48/emblems/emblem-downloads.png            |   Bin 0 -> 1408 bytes
 mate/48x48/emblems/emblem-favorite.png             |   Bin 0 -> 2614 bytes
 mate/48x48/emblems/emblem-generic.png              |   Bin 0 -> 3030 bytes
 mate/48x48/emblems/emblem-important.png            |   Bin 0 -> 2866 bytes
 mate/48x48/emblems/emblem-mail.png                 |   Bin 0 -> 2231 bytes
 mate/48x48/emblems/emblem-new.png                  |   Bin 0 -> 2453 bytes
 mate/48x48/emblems/emblem-package.png              |   Bin 0 -> 1900 bytes
 mate/48x48/emblems/emblem-photos.png               |   Bin 0 -> 4942 bytes
 mate/48x48/emblems/emblem-readonly.png             |   Bin 0 -> 1703 bytes
 mate/48x48/emblems/emblem-shared.png               |   Bin 0 -> 1769 bytes
 mate/48x48/emblems/emblem-symbolic-link.png        |   Bin 0 -> 1800 bytes
 mate/48x48/emblems/emblem-synchronizing.png        |   Bin 0 -> 1971 bytes
 mate/48x48/emblems/emblem-system.png               |   Bin 0 -> 2004 bytes
 mate/48x48/emblems/emblem-unreadable.png           |   Bin 0 -> 2045 bytes
 mate/48x48/emblems/emblem-urgent.png               |   Bin 0 -> 3122 bytes
 mate/48x48/emblems/emblem-web.png                  |   Bin 0 -> 3981 bytes
 mate/48x48/emotes/emote-love.png                   |   Bin 0 -> 2637 bytes
 mate/48x48/emotes/face-angel.png                   |   Bin 0 -> 5111 bytes
 mate/48x48/emotes/face-angry.png                   |   Bin 0 -> 4073 bytes
 mate/48x48/emotes/face-cool.png                    |   Bin 0 -> 4673 bytes
 mate/48x48/emotes/face-crying.png                  |   Bin 0 -> 4314 bytes
 mate/48x48/emotes/face-devilish.png                |   Bin 0 -> 4939 bytes
 mate/48x48/emotes/face-embarrassed.png             |   Bin 0 -> 4733 bytes
 mate/48x48/emotes/face-glasses.png                 |   Bin 0 -> 4863 bytes
 mate/48x48/emotes/face-kiss.png                    |   Bin 0 -> 4261 bytes
 mate/48x48/emotes/face-laugh.png                   |   Bin 0 -> 4447 bytes
 mate/48x48/emotes/face-monkey.png                  |   Bin 0 -> 3684 bytes
 mate/48x48/emotes/face-plain.png                   |   Bin 0 -> 4108 bytes
 mate/48x48/emotes/face-raspberry.png               |   Bin 0 -> 4165 bytes
 mate/48x48/emotes/face-sad.png                     |   Bin 0 -> 4135 bytes
 mate/48x48/emotes/face-sick.png                    |   Bin 0 -> 4303 bytes
 mate/48x48/emotes/face-smile-big.png               |   Bin 0 -> 4244 bytes
 mate/48x48/emotes/face-smile.png                   |   Bin 0 -> 4296 bytes
 mate/48x48/emotes/face-smirk.png                   |   Bin 0 -> 4236 bytes
 mate/48x48/emotes/face-surprise.png                |   Bin 0 -> 4173 bytes
 mate/48x48/emotes/face-tired.png                   |   Bin 0 -> 4535 bytes
 mate/48x48/emotes/face-uncertain.png               |   Bin 0 -> 4096 bytes
 mate/48x48/emotes/face-wink.png                    |   Bin 0 -> 4188 bytes
 mate/48x48/emotes/face-worried.png                 |   Bin 0 -> 4079 bytes
 mate/48x48/mimetypes/application-certificate.png   |   Bin 0 -> 1740 bytes
 mate/48x48/mimetypes/application-pdf.png           |   Bin 0 -> 2506 bytes
 mate/48x48/mimetypes/application-pgp-encrypted.png |   Bin 0 -> 3330 bytes
 mate/48x48/mimetypes/application-rss+xml.png       |   Bin 0 -> 2254 bytes
 .../application-vnd.openofficeorg.extension.png    |   Bin 0 -> 4853 bytes
 mate/48x48/mimetypes/application-x-addon.png       |   Bin 0 -> 3871 bytes
 mate/48x48/mimetypes/application-x-bittorrent.png  |   Bin 0 -> 2344 bytes
 mate/48x48/mimetypes/application-x-blender.png     |   Bin 0 -> 3924 bytes
 mate/48x48/mimetypes/application-x-cd-image.png    |   Bin 0 -> 3554 bytes
 mate/48x48/mimetypes/application-x-desktop.png     |   Bin 0 -> 2323 bytes
 mate/48x48/mimetypes/application-x-executable.png  |   Bin 0 -> 3105 bytes
 mate/48x48/mimetypes/application-x-homebank.png    |   Bin 0 -> 2838 bytes
 .../48x48/mimetypes/application-x-java-archive.png |   Bin 0 -> 3317 bytes
 mate/48x48/mimetypes/application-x-java.png        |   Bin 0 -> 3115 bytes
 mate/48x48/mimetypes/application-x-javascript.png  |     1 +
 mate/48x48/mimetypes/application-x-keepass.png     |   Bin 0 -> 2281 bytes
 .../mimetypes/application-x-mono-develop-xib.png   |   Bin 0 -> 3633 bytes
 .../mimetypes/application-x-ms-dos-executable.png  |   Bin 0 -> 2330 bytes
 .../48x48/mimetypes/application-x-package-list.png |   Bin 0 -> 2440 bytes
 mate/48x48/mimetypes/application-x-perl.png        |   Bin 0 -> 3180 bytes
 mate/48x48/mimetypes/application-x-php.png         |   Bin 0 -> 3456 bytes
 mate/48x48/mimetypes/application-x-planner.png     |   Bin 0 -> 2640 bytes
 .../mimetypes/application-x-python-bytecode.png    |   Bin 0 -> 3162 bytes
 .../mimetypes/application-x-remote-connection.png  |   Bin 0 -> 3438 bytes
 mate/48x48/mimetypes/application-x-ruby.png        |   Bin 0 -> 3429 bytes
 mate/48x48/mimetypes/application-x-theme.png       |   Bin 0 -> 3120 bytes
 mate/48x48/mimetypes/application-x-vnc.png         |     1 +
 mate/48x48/mimetypes/audio-x-generic.png           |   Bin 0 -> 2290 bytes
 mate/48x48/mimetypes/font-x-generic.png            |   Bin 0 -> 3978 bytes
 .../48x48/mimetypes/gnome-mime-application-zip.png |     1 +
 mate/48x48/mimetypes/gnome-mime-audio.png          |     1 +
 mate/48x48/mimetypes/gnome-mime-image.png          |     1 +
 mate/48x48/mimetypes/gnome-mime-text.png           |     1 +
 mate/48x48/mimetypes/gnome-mime-video.png          |     1 +
 mate/48x48/mimetypes/gtk-file.png                  |     1 +
 mate/48x48/mimetypes/image-svg+xml-compressed.png  |   Bin 0 -> 2571 bytes
 mate/48x48/mimetypes/image-svg+xml.png             |   Bin 0 -> 3699 bytes
 mate/48x48/mimetypes/image-x-compressed-xcf.png    |   Bin 0 -> 2862 bytes
 mate/48x48/mimetypes/image-x-generic.png           |   Bin 0 -> 2603 bytes
 mate/48x48/mimetypes/image-x-xcf.png               |   Bin 0 -> 2856 bytes
 .../mimetypes/openofficeorg-drawing-template.png   |     1 +
 mate/48x48/mimetypes/openofficeorg-drawing.png     |     1 +
 mate/48x48/mimetypes/openofficeorg-extension.png   |     1 +
 .../openofficeorg-oasis-drawing-template.png       |     1 +
 .../mimetypes/openofficeorg-oasis-drawing.png      |     1 +
 .../openofficeorg-oasis-presentation-template.png  |     1 +
 .../mimetypes/openofficeorg-oasis-presentation.png |     1 +
 .../openofficeorg-oasis-spreadsheet-template.png   |     1 +
 .../mimetypes/openofficeorg-oasis-spreadsheet.png  |     1 +
 .../openofficeorg-oasis-text-template.png          |     1 +
 mate/48x48/mimetypes/openofficeorg-oasis-text.png  |     1 +
 .../openofficeorg-presentation-template.png        |     1 +
 .../48x48/mimetypes/openofficeorg-presentation.png |     1 +
 .../openofficeorg-spreadsheet-template.png         |     1 +
 mate/48x48/mimetypes/openofficeorg-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg-text-template.png      |     1 +
 mate/48x48/mimetypes/openofficeorg-text.png        |     1 +
 .../mimetypes/openofficeorg3-drawing-template.png  |     1 +
 mate/48x48/mimetypes/openofficeorg3-drawing.png    |     1 +
 mate/48x48/mimetypes/openofficeorg3-extension.png  |     1 +
 .../openofficeorg3-oasis-drawing-template.png      |     1 +
 .../mimetypes/openofficeorg3-oasis-drawing.png     |     1 +
 .../openofficeorg3-oasis-presentation-template.png |     1 +
 .../openofficeorg3-oasis-presentation.png          |     1 +
 .../openofficeorg3-oasis-spreadsheet-template.png  |     1 +
 .../mimetypes/openofficeorg3-oasis-spreadsheet.png |     1 +
 .../openofficeorg3-oasis-text-template.png         |     1 +
 mate/48x48/mimetypes/openofficeorg3-oasis-text.png |     1 +
 .../openofficeorg3-presentation-template.png       |     1 +
 .../mimetypes/openofficeorg3-presentation.png      |     1 +
 .../openofficeorg3-spreadsheet-template.png        |     1 +
 .../48x48/mimetypes/openofficeorg3-spreadsheet.png |     1 +
 .../mimetypes/openofficeorg3-text-template.png     |     1 +
 mate/48x48/mimetypes/openofficeorg3-text.png       |     1 +
 mate/48x48/mimetypes/package-x-generic.png         |   Bin 0 -> 2418 bytes
 mate/48x48/mimetypes/text-css.png                  |   Bin 0 -> 3184 bytes
 mate/48x48/mimetypes/text-csv.png                  |     1 +
 mate/48x48/mimetypes/text-html.png                 |   Bin 0 -> 3347 bytes
 mate/48x48/mimetypes/text-x-apport.png             |   Bin 0 -> 3642 bytes
 mate/48x48/mimetypes/text-x-authors.png            |   Bin 0 -> 3082 bytes
 mate/48x48/mimetypes/text-x-boo.png                |   Bin 0 -> 3095 bytes
 mate/48x48/mimetypes/text-x-c++hdr.png             |     1 +
 mate/48x48/mimetypes/text-x-c++src.png             |     1 +
 mate/48x48/mimetypes/text-x-changelog.png          |   Bin 0 -> 2243 bytes
 mate/48x48/mimetypes/text-x-chdr.png               |     1 +
 mate/48x48/mimetypes/text-x-copying.png            |   Bin 0 -> 3180 bytes
 mate/48x48/mimetypes/text-x-csharp.png             |     1 +
 mate/48x48/mimetypes/text-x-csrc.png               |   Bin 0 -> 3260 bytes
 mate/48x48/mimetypes/text-x-generic-template.png   |   Bin 0 -> 2753 bytes
 mate/48x48/mimetypes/text-x-generic.png            |   Bin 0 -> 2118 bytes
 mate/48x48/mimetypes/text-x-install.png            |   Bin 0 -> 3287 bytes
 mate/48x48/mimetypes/text-x-java.png               |   Bin 0 -> 3139 bytes
 mate/48x48/mimetypes/text-x-log.png                |   Bin 0 -> 2409 bytes
 mate/48x48/mimetypes/text-x-makefile.png           |   Bin 0 -> 2852 bytes
 mate/48x48/mimetypes/text-x-opml+xml.png           |   Bin 0 -> 2484 bytes
 mate/48x48/mimetypes/text-x-patch.png              |   Bin 0 -> 2762 bytes
 mate/48x48/mimetypes/text-x-preview.icon           |     2 +
 mate/48x48/mimetypes/text-x-preview.png            |   Bin 0 -> 2095 bytes
 mate/48x48/mimetypes/text-x-python.png             |   Bin 0 -> 3095 bytes
 mate/48x48/mimetypes/text-x-readme.png             |   Bin 0 -> 2676 bytes
 mate/48x48/mimetypes/text-x-script.png             |   Bin 0 -> 3056 bytes
 mate/48x48/mimetypes/video-x-generic.png           |   Bin 0 -> 4665 bytes
 mate/48x48/mimetypes/x-firmware.png                |   Bin 0 -> 3130 bytes
 mate/48x48/mimetypes/x-office-address-book.png     |   Bin 0 -> 3259 bytes
 mate/48x48/mimetypes/x-office-calendar.png         |   Bin 0 -> 2848 bytes
 .../48x48/mimetypes/x-office-document-template.png |   Bin 0 -> 3295 bytes
 mate/48x48/mimetypes/x-office-document.png         |   Bin 0 -> 2625 bytes
 mate/48x48/mimetypes/x-office-drawing-template.png |   Bin 0 -> 3719 bytes
 mate/48x48/mimetypes/x-office-drawing.png          |   Bin 0 -> 2998 bytes
 .../mimetypes/x-office-presentation-template.png   |   Bin 0 -> 3244 bytes
 mate/48x48/mimetypes/x-office-presentation.png     |   Bin 0 -> 2293 bytes
 .../mimetypes/x-office-spreadsheet-template.png    |   Bin 0 -> 3449 bytes
 mate/48x48/mimetypes/x-office-spreadsheet.png      |   Bin 0 -> 2774 bytes
 mate/48x48/mimetypes/x-package-repository.png      |   Bin 0 -> 3469 bytes
 mate/48x48/places/folder-documents.png             |   Bin 0 -> 2177 bytes
 mate/48x48/places/folder-download.png              |   Bin 0 -> 2103 bytes
 mate/48x48/places/folder-music.png                 |   Bin 0 -> 2344 bytes
 mate/48x48/places/folder-pictures.png              |   Bin 0 -> 2660 bytes
 mate/48x48/places/folder-publicshare.png           |   Bin 0 -> 2208 bytes
 mate/48x48/places/folder-remote.png                |   Bin 0 -> 2211 bytes
 mate/48x48/places/folder-saved-search.png          |   Bin 0 -> 2216 bytes
 mate/48x48/places/folder-templates.png             |   Bin 0 -> 2004 bytes
 mate/48x48/places/folder-videos.png                |   Bin 0 -> 2267 bytes
 mate/48x48/places/folder.png                       |   Bin 0 -> 1601 bytes
 mate/48x48/places/network-server.png               |   Bin 0 -> 3253 bytes
 mate/48x48/places/network-workgroup.png            |   Bin 0 -> 3146 bytes
 mate/48x48/places/start-here.png                   |   Bin 0 -> 4164 bytes
 mate/48x48/places/user-bookmarks.png               |   Bin 0 -> 2399 bytes
 mate/48x48/places/user-desktop.png                 |   Bin 0 -> 2132 bytes
 mate/48x48/places/user-home.png                    |   Bin 0 -> 2337 bytes
 mate/48x48/places/user-trash.png                   |   Bin 0 -> 5204 bytes
 mate/48x48/status/appointment-missed.png           |   Bin 0 -> 4722 bytes
 mate/48x48/status/appointment-soon.png             |   Bin 0 -> 4836 bytes
 mate/48x48/status/audio-volume-high.png            |   Bin 0 -> 3499 bytes
 mate/48x48/status/audio-volume-low.png             |   Bin 0 -> 2866 bytes
 mate/48x48/status/audio-volume-medium.png          |   Bin 0 -> 3134 bytes
 mate/48x48/status/audio-volume-muted.png           |   Bin 0 -> 3227 bytes
 mate/48x48/status/avatar-default.png               |   Bin 0 -> 3123 bytes
 mate/48x48/status/battery-caution-charging.png     |   Bin 0 -> 4589 bytes
 mate/48x48/status/battery-caution.png              |   Bin 0 -> 3049 bytes
 mate/48x48/status/battery-empty.png                |   Bin 0 -> 1969 bytes
 mate/48x48/status/battery-full-charged.png         |   Bin 0 -> 3743 bytes
 mate/48x48/status/battery-full-charging.png        |   Bin 0 -> 4244 bytes
 mate/48x48/status/battery-full.png                 |   Bin 0 -> 1854 bytes
 mate/48x48/status/battery-good-charging.png        |   Bin 0 -> 4497 bytes
 mate/48x48/status/battery-good.png                 |   Bin 0 -> 2125 bytes
 mate/48x48/status/battery-low-charging.png         |   Bin 0 -> 4552 bytes
 mate/48x48/status/battery-low.png                  |   Bin 0 -> 2220 bytes
 mate/48x48/status/battery-missing.png              |   Bin 0 -> 2270 bytes
 mate/48x48/status/changes-allow.png                |   Bin 0 -> 3178 bytes
 mate/48x48/status/changes-prevent.png              |   Bin 0 -> 2924 bytes
 mate/48x48/status/computer-fail.png                |   Bin 0 -> 3658 bytes
 mate/48x48/status/dialog-error.png                 |   Bin 0 -> 2383 bytes
 mate/48x48/status/dialog-information.png           |   Bin 0 -> 3165 bytes
 mate/48x48/status/dialog-password.png              |   Bin 0 -> 2992 bytes
 mate/48x48/status/dialog-question.png              |   Bin 0 -> 2502 bytes
 mate/48x48/status/dialog-warning.png               |   Bin 0 -> 2844 bytes
 mate/48x48/status/folder-drag-accept.png           |   Bin 0 -> 1729 bytes
 mate/48x48/status/folder-open.png                  |   Bin 0 -> 1979 bytes
 mate/48x48/status/folder-visiting.png              |   Bin 0 -> 2599 bytes
 mate/48x48/status/image-loading.png                |   Bin 0 -> 3585 bytes
 mate/48x48/status/image-missing.png                |   Bin 0 -> 1728 bytes
 mate/48x48/status/mail-attachment.png              |   Bin 0 -> 1947 bytes
 mate/48x48/status/mail-read.png                    |   Bin 0 -> 1621 bytes
 mate/48x48/status/mail-replied.png                 |   Bin 0 -> 2886 bytes
 mate/48x48/status/mail-unread.png                  |   Bin 0 -> 2609 bytes
 mate/48x48/status/media-playlist-repeat.png        |   Bin 0 -> 1830 bytes
 mate/48x48/status/media-playlist-shuffle.png       |   Bin 0 -> 2061 bytes
 mate/48x48/status/microphone-sensitivity-high.png  |   Bin 0 -> 3519 bytes
 mate/48x48/status/microphone-sensitivity-low.png   |   Bin 0 -> 3629 bytes
 .../48x48/status/microphone-sensitivity-medium.png |   Bin 0 -> 3632 bytes
 mate/48x48/status/microphone-sensitivity-muted.png |   Bin 0 -> 3903 bytes
 mate/48x48/status/network-error.png                |   Bin 0 -> 3571 bytes
 mate/48x48/status/network-idle.png                 |   Bin 0 -> 3031 bytes
 mate/48x48/status/network-offline.png              |   Bin 0 -> 3502 bytes
 mate/48x48/status/network-receive.png              |   Bin 0 -> 3438 bytes
 mate/48x48/status/network-transmit-receive.png     |   Bin 0 -> 3213 bytes
 mate/48x48/status/network-transmit.png             |   Bin 0 -> 3434 bytes
 mate/48x48/status/non-starred.png                  |   Bin 0 -> 2310 bytes
 mate/48x48/status/printer-error.png                |   Bin 0 -> 2760 bytes
 mate/48x48/status/printer-printing.png             |   Bin 0 -> 2704 bytes
 mate/48x48/status/security-high.png                |   Bin 0 -> 4219 bytes
 mate/48x48/status/security-low.png                 |   Bin 0 -> 3088 bytes
 mate/48x48/status/security-medium.png              |   Bin 0 -> 3129 bytes
 mate/48x48/status/semi-starred-rtl.png             |   Bin 0 -> 2997 bytes
 mate/48x48/status/semi-starred.png                 |   Bin 0 -> 3010 bytes
 mate/48x48/status/software-update-available.png    |   Bin 0 -> 3058 bytes
 mate/48x48/status/software-update-urgent.png       |   Bin 0 -> 3005 bytes
 mate/48x48/status/starred.png                      |   Bin 0 -> 3670 bytes
 mate/48x48/status/task-due.png                     |   Bin 0 -> 2155 bytes
 mate/48x48/status/task-past-due.png                |   Bin 0 -> 1850 bytes
 mate/48x48/status/trophy-bronze.png                |   Bin 0 -> 3491 bytes
 mate/48x48/status/trophy-gold.png                  |   Bin 0 -> 3447 bytes
 mate/48x48/status/trophy-silver.png                |   Bin 0 -> 3319 bytes
 mate/48x48/status/user-available.png               |   Bin 0 -> 4060 bytes
 mate/48x48/status/user-away.png                    |   Bin 0 -> 2868 bytes
 mate/48x48/status/user-busy.png                    |   Bin 0 -> 3751 bytes
 mate/48x48/status/user-idle.png                    |   Bin 0 -> 3235 bytes
 mate/48x48/status/user-invisible.png               |   Bin 0 -> 2949 bytes
 mate/48x48/status/user-offline.png                 |   Bin 0 -> 2698 bytes
 mate/48x48/status/user-trash-full.png              |   Bin 0 -> 4937 bytes
 mate/48x48/status/weather-clear-night.png          |   Bin 0 -> 3064 bytes
 mate/48x48/status/weather-clear.png                |   Bin 0 -> 4042 bytes
 mate/48x48/status/weather-few-clouds-night.png     |   Bin 0 -> 3626 bytes
 mate/48x48/status/weather-few-clouds.png           |   Bin 0 -> 3618 bytes
 mate/48x48/status/weather-fog.png                  |   Bin 0 -> 2541 bytes
 mate/48x48/status/weather-overcast.png             |   Bin 0 -> 1890 bytes
 mate/48x48/status/weather-severe-alert.png         |   Bin 0 -> 2601 bytes
 mate/48x48/status/weather-showers-scattered.png    |   Bin 0 -> 2812 bytes
 mate/48x48/status/weather-showers.png              |   Bin 0 -> 4295 bytes
 mate/48x48/status/weather-snow.png                 |   Bin 0 -> 1864 bytes
 mate/48x48/status/weather-storm.png                |   Bin 0 -> 2769 bytes
 mate/8x8/emblems/emblem-default.png                |   Bin 0 -> 332 bytes
 mate/8x8/emblems/emblem-new.png                    |   Bin 0 -> 328 bytes
 mate/8x8/emblems/emblem-readonly.png               |   Bin 0 -> 343 bytes
 mate/8x8/emblems/emblem-symbolic-link.png          |   Bin 0 -> 353 bytes
 mate/8x8/emblems/emblem-synchronizing.png          |   Bin 0 -> 358 bytes
 mate/8x8/emblems/emblem-unreadable.png             |   Bin 0 -> 362 bytes
 mate/Makefile.am                                   |     8 +
 mate/scalable-up-to-32/Makefile.am                 |    23 +
 .../status/process-working-symbolic.svg            |    24 +
 mate/scalable/Makefile.am                          |    38 +
 .../actions/action-unavailable-symbolic.svg        |   125 +
 .../scalable/actions/address-book-new-symbolic.svg | 16197 +++++++++
 .../scalable/actions/application-exit-symbolic.svg |    32 +
 mate/scalable/actions/appointment-new-symbolic.svg |    33 +
 mate/scalable/actions/bookmark-add-symbolic.svg    |    32 +
 mate/scalable/actions/bookmark-new-symbolic.svg    |    32 +
 mate/scalable/actions/call-end-symbolic.svg        |    31 +
 mate/scalable/actions/call-start-symbolic.svg      |    30 +
 mate/scalable/actions/call-stop-symbolic.svg       |    32 +
 mate/scalable/actions/color-select-symbolic.svg    |    34 +
 mate/scalable/actions/contact-new-symbolic.svg     |    33 +
 mate/scalable/actions/document-new-symbolic.svg    |    32 +
 .../actions/document-open-recent-symbolic.svg      |    31 +
 mate/scalable/actions/document-open-symbolic.svg   |    31 +
 .../actions/document-page-setup-symbolic.svg       |    32 +
 .../actions/document-print-preview-symbolic.svg    |    32 +
 mate/scalable/actions/document-print-symbolic.svg  |    33 +
 .../actions/document-properties-symbolic.svg       |    32 +
 .../actions/document-revert-symbolic-rtl.svg       |    31 +
 mate/scalable/actions/document-revert-symbolic.svg |    31 +
 .../scalable/actions/document-save-as-symbolic.svg |    35 +
 mate/scalable/actions/document-save-symbolic.svg   |    33 +
 mate/scalable/actions/document-send-symbolic.svg   |    34 +
 mate/scalable/actions/drive-multidisk-symbolic.svg |    34 +
 mate/scalable/actions/edit-clear-all-symbolic.svg  |    33 +
 mate/scalable/actions/edit-clear-rtl-symbolic.svg  |    32 +
 mate/scalable/actions/edit-clear-symbolic-rtl.svg  |    31 +
 mate/scalable/actions/edit-clear-symbolic.svg      |    31 +
 mate/scalable/actions/edit-copy-symbolic.svg       |    30 +
 mate/scalable/actions/edit-cut-symbolic.svg        |    31 +
 mate/scalable/actions/edit-delete-symbolic.svg     |    26 +
 .../actions/edit-find-replace-symbolic.svg         |    33 +
 mate/scalable/actions/edit-find-symbolic.svg       |    31 +
 mate/scalable/actions/edit-paste-symbolic.svg      |    31 +
 mate/scalable/actions/edit-redo-rtl-symbolic.svg   |    32 +
 mate/scalable/actions/edit-redo-symbolic-rtl.svg   |    32 +
 mate/scalable/actions/edit-redo-symbolic.svg       |    32 +
 mate/scalable/actions/edit-select-all-symbolic.svg |    31 +
 mate/scalable/actions/edit-select-symbolic.svg     |    33 +
 mate/scalable/actions/edit-undo-rtl-symbolic.svg   |    32 +
 mate/scalable/actions/edit-undo-symbolic-rtl.svg   |    32 +
 mate/scalable/actions/edit-undo-symbolic.svg       |    32 +
 mate/scalable/actions/find-location-symbolic.svg   |    31 +
 .../actions/focus-legacy-systray-symbolic.svg      |    33 +
 mate/scalable/actions/focus-top-bar-symbolic.svg   |    31 +
 mate/scalable/actions/focus-windows-symbolic.svg   |    32 +
 mate/scalable/actions/folder-new-symbolic.svg      |    33 +
 mate/scalable/actions/font-select-symbolic.svg     |    33 +
 .../actions/format-indent-less-rtl-symbolic.svg    |    33 +
 .../actions/format-indent-less-symbolic-rtl.svg    |    33 +
 .../actions/format-indent-less-symbolic.svg        |    35 +
 .../actions/format-indent-more-rtl-symbolic.svg    |    33 +
 .../actions/format-indent-more-symbolic-rtl.svg    |    35 +
 .../actions/format-indent-more-symbolic.svg        |    33 +
 .../actions/format-justify-center-symbolic.svg     |    32 +
 .../actions/format-justify-fill-symbolic.svg       |    32 +
 .../actions/format-justify-left-symbolic.svg       |    32 +
 .../actions/format-justify-right-symbolic.svg      |    34 +
 .../scalable/actions/format-text-bold-symbolic.svg |    31 +
 .../actions/format-text-direction-ltr-symbolic.svg |    33 +
 .../actions/format-text-direction-rtl-symbolic.svg |    33 +
 .../actions/format-text-italic-symbolic.svg        |    30 +
 .../actions/format-text-strikethrough-symbolic.svg |    31 +
 .../actions/format-text-underline-symbolic.svg     |    31 +
 mate/scalable/actions/go-bottom-symbolic.svg       |    32 +
 mate/scalable/actions/go-down-symbolic.svg         |    34 +
 mate/scalable/actions/go-first-symbolic-rtl.svg    |    32 +
 mate/scalable/actions/go-first-symbolic.svg        |    32 +
 mate/scalable/actions/go-home-symbolic.svg         |    44 +
 mate/scalable/actions/go-jump-symbolic.svg         |    32 +
 mate/scalable/actions/go-last-symbolic-rtl.svg     |    32 +
 mate/scalable/actions/go-last-symbolic.svg         |    32 +
 mate/scalable/actions/go-next-symbolic-rtl.svg     |    31 +
 mate/scalable/actions/go-next-symbolic.svg         |    31 +
 mate/scalable/actions/go-previous-symbolic-rtl.svg |    31 +
 mate/scalable/actions/go-previous-symbolic.svg     |    31 +
 mate/scalable/actions/go-top-symbolic.svg          |    32 +
 mate/scalable/actions/go-up-symbolic.svg           |    31 +
 mate/scalable/actions/help-about-symbolic.svg      |    31 +
 mate/scalable/actions/image-crop-symbolic.svg      |    32 +
 mate/scalable/actions/image-denoise-symbolic.svg   |    49 +
 mate/scalable/actions/image-filter-symbolic.svg    |    34 +
 mate/scalable/actions/image-sharpen-symbolic.svg   |    31 +
 mate/scalable/actions/insert-image-symbolic.svg    |    33 +
 mate/scalable/actions/insert-link-symbolic.svg     |    34 +
 mate/scalable/actions/insert-object-symbolic.svg   |    32 +
 mate/scalable/actions/insert-text-symbolic.svg     |    32 +
 mate/scalable/actions/list-add-symbolic.svg        |    30 +
 mate/scalable/actions/list-remove-all-symbolic.svg |    35 +
 mate/scalable/actions/list-remove-symbolic.svg     |    30 +
 .../actions/mail-mark-important-symbolic.svg       |    33 +
 .../actions/mail-send-receive-symbolic.svg         |    34 +
 mate/scalable/actions/mail-send-symbolic.svg       |    32 +
 mate/scalable/actions/mark-location-symbolic.svg   |    31 +
 mate/scalable/actions/media-eject-symbolic.svg     |    35 +
 .../actions/media-playback-pause-symbolic.svg      |    29 +
 .../actions/media-playback-start-rtl-symbolic.svg  |    32 +
 .../actions/media-playback-start-symbolic-rtl.svg  |    31 +
 .../actions/media-playback-start-symbolic.svg      |    29 +
 .../actions/media-playback-stop-symbolic.svg       |    29 +
 mate/scalable/actions/media-record-symbolic.svg    |    26 +
 .../actions/media-seek-backward-rtl-symbolic.svg   |    35 +
 .../actions/media-seek-backward-symbolic-rtl.svg   |    32 +
 .../actions/media-seek-backward-symbolic.svg       |    32 +
 .../actions/media-seek-forward-rtl-symbolic.svg    |    35 +
 .../actions/media-seek-forward-symbolic-rtl.svg    |    32 +
 .../actions/media-seek-forward-symbolic.svg        |    32 +
 .../actions/media-skip-backward-rtl-symbolic.svg   |    36 +
 .../actions/media-skip-backward-symbolic-rtl.svg   |    33 +
 .../actions/media-skip-backward-symbolic.svg       |    33 +
 .../actions/media-skip-forward-rtl-symbolic.svg    |    36 +
 .../actions/media-skip-forward-symbolic-rtl.svg    |    33 +
 .../actions/media-skip-forward-symbolic.svg        |    33 +
 .../actions/media-view-subtitles-symbolic.svg      |    31 +
 .../actions/object-flip-horizontal-symbolic.svg    |    34 +
 .../actions/object-flip-vertical-symbolic.svg      |    34 +
 .../actions/object-rotate-left-symbolic.svg        |    32 +
 .../actions/object-rotate-right-symbolic.svg       |    32 +
 mate/scalable/actions/object-select-symbolic.svg   |    30 +
 mate/scalable/actions/open-menu-symbolic.svg       |    33 +
 mate/scalable/actions/open-menu.svg                |   273 +
 mate/scalable/actions/pan-down-symbolic.svg        |    31 +
 mate/scalable/actions/pan-end-symbolic-rtl.svg     |    31 +
 mate/scalable/actions/pan-end-symbolic.svg         |    31 +
 mate/scalable/actions/pan-start-symbolic-rtl.svg   |    31 +
 mate/scalable/actions/pan-start-symbolic.svg       |    31 +
 mate/scalable/actions/pan-up-symbolic.svg          |    31 +
 mate/scalable/actions/process-stop-symbolic.svg    |    32 +
 .../actions/selection-end-symbolic-rtl.svg         |    31 +
 mate/scalable/actions/selection-end-symbolic.svg   |    31 +
 .../actions/selection-start-symbolic-rtl.svg       |    31 +
 mate/scalable/actions/selection-start-symbolic.svg |    31 +
 mate/scalable/actions/send-to-symbolic.svg         |    32 +
 mate/scalable/actions/star-new-symbolic.svg        |    31 +
 mate/scalable/actions/system-run-symbolic.svg      |    31 +
 mate/scalable/actions/system-search-symbolic.svg   |    32 +
 mate/scalable/actions/system-shutdown-symbolic.svg |    31 +
 mate/scalable/actions/tab-new-symbolic.svg         |    34 +
 .../actions/tools-check-spelling-symbolic.svg      |    33 +
 mate/scalable/actions/view-continuous-symbolic.svg |    35 +
 mate/scalable/actions/view-dual-symbolic.svg       |    35 +
 mate/scalable/actions/view-fullscreen-symbolic.svg |    40 +
 mate/scalable/actions/view-grid-symbolic.svg       |    39 +
 mate/scalable/actions/view-list-symbolic.svg       |    36 +
 mate/scalable/actions/view-more-symbolic.svg       |    34 +
 mate/scalable/actions/view-paged-symbolic.svg      |    34 +
 mate/scalable/actions/view-refresh-symbolic.svg    |    31 +
 mate/scalable/actions/view-restore-symbolic.svg    |    39 +
 .../actions/view-sort-ascending-symbolic.svg       |    34 +
 .../actions/view-sort-descending-symbolic.svg      |    34 +
 mate/scalable/actions/window-close-symbolic.svg    |    28 +
 mate/scalable/actions/window-maximize-symbolic.svg |    31 +
 mate/scalable/actions/window-minimize-symbolic.svg |    31 +
 mate/scalable/actions/window-restore-symbolic.svg  |    31 +
 mate/scalable/actions/zoom-fit-best-symbolic.svg   |    31 +
 mate/scalable/actions/zoom-in-symbolic.svg         |    31 +
 mate/scalable/actions/zoom-original-symbolic.svg   |    31 +
 mate/scalable/actions/zoom-out-symbolic.svg        |    31 +
 mate/scalable/animations/_basque.svg               |   151 +
 mate/scalable/animations/_catalonia.svg            |   146 +
 mate/scalable/animations/_earth_pernefeldt.svg     |   327 +
 mate/scalable/animations/_galicia.svg              |  1059 +
 mate/scalable/animations/_generic.svg              |   223 +
 mate/scalable/animations/_olympic.svg              |   253 +
 mate/scalable/animations/_scotland.svg             |   107 +
 mate/scalable/animations/_united_nations.svg       |   718 +
 mate/scalable/animations/_wales.svg                |   135 +
 mate/scalable/animations/ad.svg                    |   881 +
 mate/scalable/animations/ae.svg                    |   138 +
 mate/scalable/animations/af.svg                    |  4343 +++
 mate/scalable/animations/ag.svg                    |   112 +
 mate/scalable/animations/ai.svg                    |  3944 +++
 mate/scalable/animations/al.svg                    |    97 +
 mate/scalable/animations/am.svg                    |    70 +
 mate/scalable/animations/ao.svg                    |   221 +
 mate/scalable/animations/aq.svg                    |    86 +
 mate/scalable/animations/ar.svg                    |  1019 +
 mate/scalable/animations/as.svg                    |   609 +
 mate/scalable/animations/at.svg                    |    75 +
 mate/scalable/animations/au.svg                    |   123 +
 mate/scalable/animations/aw.svg                    |  1035 +
 mate/scalable/animations/ax.svg                    |   107 +
 mate/scalable/animations/az.svg                    |   131 +
 mate/scalable/animations/ba.svg                    |   165 +
 mate/scalable/animations/bb.svg                    |    93 +
 mate/scalable/animations/bd.svg                    |    78 +
 mate/scalable/animations/be.svg                    |    98 +
 mate/scalable/animations/bf.svg                    |    75 +
 mate/scalable/animations/bg.svg                    |    73 +
 mate/scalable/animations/bh.svg                    |    93 +
 mate/scalable/animations/bi.svg                    |   164 +
 mate/scalable/animations/bj.svg                    |   112 +
 mate/scalable/animations/bl.svg                    |    73 +
 mate/scalable/animations/bm.svg                    |  1892 +
 mate/scalable/animations/bn.svg                    |   808 +
 mate/scalable/animations/bo.svg                    |   117 +
 mate/scalable/animations/bq.svg                    |    76 +
 mate/scalable/animations/br.svg                    |   734 +
 mate/scalable/animations/brl.svg                   |   260 +
 mate/scalable/animations/bs.svg                    |   135 +
 mate/scalable/animations/bt.svg                    |  1235 +
 mate/scalable/animations/bv.svg                    |   152 +
 mate/scalable/animations/bw.svg                    |   117 +
 mate/scalable/animations/by.svg                    |  2051 ++
 mate/scalable/animations/bz.svg                    |  1621 +
 mate/scalable/animations/ca.svg                    |   128 +
 mate/scalable/animations/cc.svg                    |   120 +
 mate/scalable/animations/cd.svg                    |    16 +
 mate/scalable/animations/cf.svg                    |   136 +
 mate/scalable/animations/cg.svg                    |    91 +
 mate/scalable/animations/ch.svg                    |    98 +
 mate/scalable/animations/ci.svg                    |   117 +
 mate/scalable/animations/ck.svg                    |   538 +
 mate/scalable/animations/cl.svg                    |   101 +
 mate/scalable/animations/cm.svg                    |    94 +
 mate/scalable/animations/cn.svg                    |   123 +
 mate/scalable/animations/co.svg                    |    79 +
 mate/scalable/animations/cr.svg                    |    70 +
 mate/scalable/animations/cu.svg                    |   113 +
 mate/scalable/animations/cv.svg                    |   292 +
 mate/scalable/animations/cw.svg                    |   121 +
 mate/scalable/animations/cx.svg                    |   193 +
 mate/scalable/animations/cy.svg                    |   218 +
 mate/scalable/animations/cz.svg                    |   101 +
 mate/scalable/animations/de.svg                    |   101 +
 mate/scalable/animations/dj.svg                    |    99 +
 mate/scalable/animations/dk.svg                    |   112 +
 mate/scalable/animations/dm.svg                    |  1270 +
 mate/scalable/animations/do.svg                    | 34066 ++++++++++++++++++
 mate/scalable/animations/dz.svg                    |    85 +
 mate/scalable/animations/ec.svg                    |  1157 +
 mate/scalable/animations/ee.svg                    |    97 +
 mate/scalable/animations/eg.svg                    |   469 +
 mate/scalable/animations/eh.svg                    |   163 +
 mate/scalable/animations/eo.svg                    |     5 +
 mate/scalable/animations/er.svg                    |   110 +
 mate/scalable/animations/es.svg                    |  1885 +
 mate/scalable/animations/et.svg                    |   131 +
 mate/scalable/animations/fi.svg                    |   184 +
 mate/scalable/animations/fj.svg                    |  1004 +
 mate/scalable/animations/fk.svg                    |  1937 +
 mate/scalable/animations/fm.svg                    |   101 +
 mate/scalable/animations/fo.svg                    |   126 +
 mate/scalable/animations/fr.svg                    |    72 +
 mate/scalable/animations/ga.svg                    |   100 +
 mate/scalable/animations/gb.svg                    |   134 +
 mate/scalable/animations/gd.svg                    |   223 +
 mate/scalable/animations/ge.svg                    |    31 +
 mate/scalable/animations/gf.svg                    |    73 +
 mate/scalable/animations/gg.svg                    |   135 +
 mate/scalable/animations/gh.svg                    |   118 +
 mate/scalable/animations/gi.svg                    |  1940 +
 mate/scalable/animations/gl.svg                    |   164 +
 mate/scalable/animations/gm.svg                    |   122 +
 mate/scalable/animations/gn.svg                    |    99 +
 mate/scalable/animations/gp.svg                    |    77 +
 mate/scalable/animations/gq.svg                    |   444 +
 mate/scalable/animations/gr.svg                    |   191 +
 mate/scalable/animations/gs.svg                    |  1745 +
 mate/scalable/animations/gt.svg                    |   828 +
 mate/scalable/animations/gu.svg                    |   227 +
 mate/scalable/animations/gw.svg                    |   118 +
 mate/scalable/animations/gy.svg                    |    97 +
 mate/scalable/animations/hk.svg                    |   217 +
 mate/scalable/animations/hm.svg                    |   119 +
 mate/scalable/animations/hn.svg                    |   140 +
 mate/scalable/animations/hr.svg                    |   778 +
 mate/scalable/animations/ht.svg                    |    99 +
 mate/scalable/animations/hu.svg                    |    79 +
 mate/scalable/animations/id.svg                    |    79 +
 mate/scalable/animations/ie.svg                    |    72 +
 mate/scalable/animations/il.svg                    |   164 +
 mate/scalable/animations/im.svg                    |   340 +
 mate/scalable/animations/in.svg                    |   246 +
 mate/scalable/animations/io.svg                    |  1254 +
 mate/scalable/animations/iq.svg                    |   146 +
 mate/scalable/animations/ir.svg                    |  3590 ++
 mate/scalable/animations/is.svg                    |    92 +
 mate/scalable/animations/it.svg                    |    79 +
 mate/scalable/animations/je.svg                    |   266 +
 mate/scalable/animations/jm.svg                    |   107 +
 mate/scalable/animations/jo.svg                    |   142 +
 mate/scalable/animations/jp.svg                    |   102 +
 mate/scalable/animations/ke.svg                    |   178 +
 mate/scalable/animations/kg.svg                    |   145 +
 mate/scalable/animations/kh.svg                    |   829 +
 mate/scalable/animations/ki.svg                    |   284 +
 mate/scalable/animations/km.svg                    |   203 +
 mate/scalable/animations/kn.svg                    |   110 +
 mate/scalable/animations/kp.svg                    |   122 +
 mate/scalable/animations/kr.svg                    |   263 +
 mate/scalable/animations/kw.svg                    |   102 +
 mate/scalable/animations/ky.svg                    |   773 +
 mate/scalable/animations/kz.svg                    |   379 +
 mate/scalable/animations/la.svg                    |    97 +
 mate/scalable/animations/lb.svg                    |   224 +
 mate/scalable/animations/lc.svg                    |    75 +
 mate/scalable/animations/li.svg                    |  1272 +
 mate/scalable/animations/lk.svg                    |   214 +
 mate/scalable/animations/lr.svg                    |   152 +
 mate/scalable/animations/ls.svg                    |   173 +
 mate/scalable/animations/lt.svg                    |    81 +
 mate/scalable/animations/lu.svg                    |   115 +
 mate/scalable/animations/lv.svg                    |   106 +
 mate/scalable/animations/ly.svg                    |    94 +
 mate/scalable/animations/ma.svg                    |    83 +
 mate/scalable/animations/mc.svg                    |    64 +
 mate/scalable/animations/md.svg                    |   614 +
 mate/scalable/animations/me.svg                    |  1606 +
 mate/scalable/animations/mf.svg                    |   509 +
 mate/scalable/animations/mg.svg                    |   101 +
 mate/scalable/animations/mh.svg                    |   100 +
 mate/scalable/animations/mk.svg                    |   159 +
 mate/scalable/animations/ml.svg                    |   117 +
 mate/scalable/animations/mm.svg                    |   146 +
 mate/scalable/animations/mn.svg                    |   131 +
 mate/scalable/animations/mo.svg                    |   203 +
 mate/scalable/animations/mp.svg                    |  1237 +
 mate/scalable/animations/mq.svg                    |    72 +
 mate/scalable/animations/mr.svg                    |    93 +
 mate/scalable/animations/ms.svg                    |   367 +
 mate/scalable/animations/mt.svg                    |   510 +
 mate/scalable/animations/mu.svg                    |   125 +
 mate/scalable/animations/mv.svg                    |   104 +
 mate/scalable/animations/mw.svg                    |   270 +
 mate/scalable/animations/mx.svg                    |  2048 ++
 mate/scalable/animations/my.svg                    |   143 +
 mate/scalable/animations/mz.svg                    |   169 +
 mate/scalable/animations/na.svg                    |   155 +
 mate/scalable/animations/nc.svg                    |    73 +
 mate/scalable/animations/ne.svg                    |   100 +
 mate/scalable/animations/nf.svg                    |   227 +
 mate/scalable/animations/ng.svg                    |    76 +
 mate/scalable/animations/ni.svg                    |   636 +
 mate/scalable/animations/nl.svg                    |   105 +
 mate/scalable/animations/no.svg                    |   161 +
 mate/scalable/animations/np.svg                    |   138 +
 mate/scalable/animations/nr.svg                    |   107 +
 mate/scalable/animations/nu.svg                    |   185 +
 mate/scalable/animations/nz.svg                    |   300 +
 mate/scalable/animations/om.svg                    |  2188 ++
 mate/scalable/animations/pa.svg                    |   121 +
 mate/scalable/animations/pe.svg                    |   120 +
 mate/scalable/animations/pf.svg                    |   388 +
 mate/scalable/animations/pg.svg                    |   176 +
 mate/scalable/animations/ph.svg                    |   183 +
 mate/scalable/animations/pk.svg                    |   110 +
 mate/scalable/animations/pl.svg                    |    67 +
 mate/scalable/animations/pm.svg                    |    73 +
 mate/scalable/animations/pn.svg                    |   609 +
 mate/scalable/animations/pr.svg                    |   136 +
 mate/scalable/animations/ps.svg                    |   113 +
 mate/scalable/animations/pt.svg                    |  2740 ++
 mate/scalable/animations/pw.svg                    |   109 +
 mate/scalable/animations/py.svg                    |  1583 +
 mate/scalable/animations/qa.svg                    |    88 +
 mate/scalable/animations/re.svg                    |    73 +
 mate/scalable/animations/ro.svg                    |    99 +
 mate/scalable/animations/rs.svg                    |  1562 +
 mate/scalable/animations/ru.svg                    |    79 +
 mate/scalable/animations/rw.svg                    |   132 +
 mate/scalable/animations/sa.svg                    |   304 +
 mate/scalable/animations/sb.svg                    |   121 +
 mate/scalable/animations/sc.svg                    |   132 +
 mate/scalable/animations/sd.svg                    |   100 +
 mate/scalable/animations/se.svg                    |   133 +
 mate/scalable/animations/sg.svg                    |   129 +
 mate/scalable/animations/sh.svg                    |  2364 ++
 mate/scalable/animations/si.svg                    |   142 +
 mate/scalable/animations/sj.svg                    |   160 +
 mate/scalable/animations/sk.svg                    |   123 +
 mate/scalable/animations/sl.svg                    |    43 +
 mate/scalable/animations/sm.svg                    |  1108 +
 mate/scalable/animations/sn.svg                    |    79 +
 mate/scalable/animations/so.svg                    |    87 +
 mate/scalable/animations/sr.svg                    |   123 +
 mate/scalable/animations/ss.svg                    |    94 +
 mate/scalable/animations/st.svg                    |   126 +
 mate/scalable/animations/sv.svg                    |  2081 ++
 mate/scalable/animations/sx.svg                    |   509 +
 mate/scalable/animations/sy.svg                    |   125 +
 mate/scalable/animations/sz.svg                    |   537 +
 mate/scalable/animations/tc.svg                    |   575 +
 mate/scalable/animations/td.svg                    |    41 +
 mate/scalable/animations/tf.svg                    |    73 +
 mate/scalable/animations/tg.svg                    |   115 +
 mate/scalable/animations/th.svg                    |    89 +
 mate/scalable/animations/tj.svg                    |   270 +
 mate/scalable/animations/tk.svg                    |   159 +
 mate/scalable/animations/tl.svg                    |    99 +
 mate/scalable/animations/tm.svg                    |  2060 ++
 mate/scalable/animations/tn.svg                    |   115 +
 mate/scalable/animations/to.svg                    |    89 +
 mate/scalable/animations/tr.svg                    |   123 +
 mate/scalable/animations/tt.svg                    |    72 +
 mate/scalable/animations/tv.svg                    |   233 +
 mate/scalable/animations/tw.svg                    |   133 +
 mate/scalable/animations/tz.svg                    |   134 +
 mate/scalable/animations/ua.svg                    |    72 +
 mate/scalable/animations/ug.svg                    |   214 +
 mate/scalable/animations/um.svg                    |  1109 +
 mate/scalable/animations/us.svg                    |  1109 +
 mate/scalable/animations/uy.svg                    |   654 +
 mate/scalable/animations/uz.svg                    |   319 +
 mate/scalable/animations/va.svg                    |  2937 ++
 mate/scalable/animations/vc.svg                    |    94 +
 mate/scalable/animations/ve.svg                    |   142 +
 mate/scalable/animations/vg.svg                    |  1132 +
 mate/scalable/animations/vi.svg                    |  1132 +
 mate/scalable/animations/vn.svg                    |    94 +
 mate/scalable/animations/vu.svg                    |   141 +
 mate/scalable/animations/wf.svg                    |    73 +
 mate/scalable/animations/ws.svg                    |   155 +
 mate/scalable/animations/ye.svg                    |    71 +
 mate/scalable/animations/yt.svg                    |    73 +
 mate/scalable/animations/za.svg                    |   157 +
 mate/scalable/animations/zm.svg                    |   208 +
 mate/scalable/animations/zw.svg                    |   283 +
 .../apps/accessories-calculator-symbolic.svg       |    31 +
 .../apps/accessories-character-map-symbolic.svg    |    33 +
 .../apps/accessories-dictionary-symbolic.svg       |    34 +
 .../apps/accessories-text-editor-symbolic.svg      |    39 +
 .../apps/applets-screenshooter-symbolic.svg        |    33 +
 mate/scalable/apps/bluetooth-symbolic.svg          |    36 +
 .../scalable/apps/gnome-power-manager-symbolic.svg |    32 +
 mate/scalable/apps/goa-panel-symbolic.svg          |    32 +
 mate/scalable/apps/help-browser-symbolic.svg       |    32 +
 mate/scalable/apps/help-contents-symbolic.svg      |    34 +
 mate/scalable/apps/help-faq-symbolic.svg           |    32 +
 mate/scalable/apps/mate.svg                        |   178 +
 .../apps/multimedia-volume-control-symbolic.svg    |    33 +
 mate/scalable/apps/preferences-color-symbolic.svg  |    34 +
 .../preferences-desktop-accessibility-symbolic.svg |    26 +
 .../apps/preferences-desktop-display-symbolic.svg  |    33 +
 ...erences-desktop-keyboard-shortcuts-symbolic.svg |    33 +
 .../apps/preferences-desktop-locale-symbolic.svg   |    31 +
 ...preferences-desktop-remote-desktop-symbolic.svg |    34 +
 .../preferences-desktop-screensaver-symbolic.svg   |    35 +
 .../preferences-desktop-wallpaper-symbolic.svg     |    34 +
 .../scalable/apps/preferences-system-bluetooth.svg |   234 +
 .../preferences-system-network-proxy-symbolic.svg  |    37 +
 .../apps/preferences-system-network-symbolic.svg   |    35 +
 .../preferences-system-notifications-symbolic.svg  |    32 +
 .../apps/preferences-system-privacy-symbolic.svg   |    41 +
 .../apps/preferences-system-search-symbolic.svg    |    32 +
 .../apps/preferences-system-sharing-symbolic.svg   |    34 +
 .../apps/preferences-system-time-symbolic.svg      |    32 +
 .../scalable/apps/system-file-manager-symbolic.svg |    30 +
 .../apps/system-software-install-symbolic.svg      |    33 +
 mate/scalable/apps/system-users-symbolic.svg       |    34 +
 mate/scalable/apps/text-editor-symbolic.svg        |    33 +
 mate/scalable/apps/user-info-symbolic.svg          |    34 +
 .../apps/utilities-system-monitor-symbolic.svg     |    31 +
 mate/scalable/apps/utilities-terminal-symbolic.svg |    32 +
 mate/scalable/apps/web-browser-symbolic.svg        |    33 +
 .../applications-engineering-symbolic.svg          |    32 +
 .../categories/applications-games-symbolic.svg     |    31 +
 .../categories/applications-graphics-symbolic.svg  |    33 +
 .../applications-multimedia-symbolic.svg           |    34 +
 .../categories/applications-science-symbolic.svg   |    32 +
 .../categories/applications-system-symbolic.svg    |    31 +
 .../categories/applications-utilities-symbolic.svg |    33 +
 .../categories/preferences-other-symbolic.svg      |    35 +
 .../categories/preferences-system-symbolic.svg     |    32 +
 mate/scalable/categories/system-help-symbolic.svg  |    33 +
 mate/scalable/devices/ac-adapter-symbolic.svg      |    32 +
 mate/scalable/devices/audio-card-symbolic.svg      |    36 +
 .../scalable/devices/audio-headphones-symbolic.svg |    33 +
 mate/scalable/devices/audio-headset-symbolic.svg   |    35 +
 .../devices/audio-input-microphone-symbolic.svg    |    31 +
 mate/scalable/devices/audio-speakers-symbolic.svg  |    37 +
 mate/scalable/devices/battery-symbolic.svg         |    34 +
 mate/scalable/devices/camera-photo-symbolic.svg    |    26 +
 mate/scalable/devices/camera-video-symbolic.svg    |    32 +
 mate/scalable/devices/camera-web-symbolic.svg      |    32 +
 .../devices/colorimeter-colorhug-symbolic.svg      |    32 +
 .../devices/computer-apple-ipad-symbolic.svg       |    31 +
 mate/scalable/devices/computer-symbolic.svg        |    32 +
 .../devices/display-projector-symbolic.svg         |    32 +
 .../devices/drive-harddisk-ieee1394-symbolic.svg   |    33 +
 .../devices/drive-harddisk-solidstate-symbolic.svg |    38 +
 mate/scalable/devices/drive-harddisk-symbolic.svg  |    34 +
 .../devices/drive-harddisk-system-symbolic.svg     |    33 +
 .../devices/drive-harddisk-usb-symbolic.svg        |    33 +
 mate/scalable/devices/drive-multidisk-symbolic.svg |    35 +
 mate/scalable/devices/drive-optical-symbolic.svg   |    34 +
 .../devices/drive-removable-media-symbolic.svg     |    32 +
 mate/scalable/devices/headphones-symbolic.svg      |    33 +
 mate/scalable/devices/input-dialpad-symbolic.svg   |    32 +
 mate/scalable/devices/input-gaming-symbolic.svg    |    33 +
 mate/scalable/devices/input-keyboard-symbolic.svg  |    32 +
 mate/scalable/devices/input-mouse-symbolic.svg     |    32 +
 mate/scalable/devices/input-tablet-symbolic.svg    |    33 +
 mate/scalable/devices/input-touchpad-symbolic.svg  |    31 +
 mate/scalable/devices/media-flash-symbolic.svg     |    34 +
 mate/scalable/devices/media-floppy-symbolic.svg    |    34 +
 .../scalable/devices/media-optical-bd-symbolic.svg |    32 +
 .../devices/media-optical-cd-audio-symbolic.svg    |    32 +
 .../devices/media-optical-dvd-symbolic.svg         |    32 +
 mate/scalable/devices/media-optical-symbolic.svg   |    33 +
 mate/scalable/devices/media-removable-symbolic.svg |    34 +
 mate/scalable/devices/media-tape-symbolic.svg      |    31 +
 mate/scalable/devices/media-zip-symbolic.svg       |    33 +
 mate/scalable/devices/modem-symbolic.svg           |    32 +
 ...multimedia-player-apple-ipod-touch-symbolic.svg |    31 +
 .../devices/multimedia-player-symbolic.svg         |    32 +
 mate/scalable/devices/network-wired-symbolic.svg   |    32 +
 .../scalable/devices/network-wireless-symbolic.svg |    45 +
 mate/scalable/devices/pda-symbolic.svg             |    32 +
 .../devices/phone-apple-iphone-symbolic.svg        |    31 +
 mate/scalable/devices/phone-symbolic.svg           |    32 +
 mate/scalable/devices/printer-network-symbolic.svg |    32 +
 mate/scalable/devices/printer-symbolic.svg         |    35 +
 mate/scalable/devices/scanner-symbolic.svg         |    35 +
 mate/scalable/devices/tv-symbolic.svg              |    34 +
 .../uninterruptible-power-supply-symbolic.svg      |    32 +
 mate/scalable/devices/video-display-symbolic.svg   |    32 +
 mate/scalable/emblems/emblem-default-symbolic.svg  |    32 +
 .../scalable/emblems/emblem-documents-symbolic.svg |    36 +
 mate/scalable/emblems/emblem-favorite-symbolic.svg |    32 +
 .../scalable/emblems/emblem-important-symbolic.svg |    31 +
 mate/scalable/emblems/emblem-music-symbolic.svg    |    35 +
 mate/scalable/emblems/emblem-ok-symbolic.svg       |    31 +
 mate/scalable/emblems/emblem-photos-symbolic.svg   |    33 +
 mate/scalable/emblems/emblem-shared-symbolic.svg   |    34 +
 .../emblems/emblem-synchronizing-symbolic.svg      |    34 +
 mate/scalable/emblems/emblem-system-symbolic.svg   |    31 +
 mate/scalable/emblems/emblem-videos-symbolic.svg   |    33 +
 mate/scalable/emotes/emote-love-symbolic.svg       |    31 +
 mate/scalable/emotes/face-angel-symbolic.svg       |    32 +
 mate/scalable/emotes/face-angry-symbolic.svg       |    31 +
 mate/scalable/emotes/face-confused-symbolic.svg    |    31 +
 mate/scalable/emotes/face-cool-symbolic.svg        |    31 +
 mate/scalable/emotes/face-crying-symbolic.svg      |    31 +
 mate/scalable/emotes/face-devilish-symbolic.svg    |    31 +
 mate/scalable/emotes/face-embarrassed-symbolic.svg |    31 +
 mate/scalable/emotes/face-glasses-symbolic.svg     |    31 +
 mate/scalable/emotes/face-kiss-symbolic.svg        |    34 +
 mate/scalable/emotes/face-laugh-symbolic.svg       |    31 +
 mate/scalable/emotes/face-monkey-symbolic.svg      |    32 +
 mate/scalable/emotes/face-plain-symbolic.svg       |    31 +
 mate/scalable/emotes/face-raspberry-symbolic.svg   |    31 +
 mate/scalable/emotes/face-sad-symbolic.svg         |    31 +
 mate/scalable/emotes/face-shutmouth-symbolic.svg   |    31 +
 mate/scalable/emotes/face-sick-symbolic.svg        |    31 +
 mate/scalable/emotes/face-smile-big-symbolic.svg   |    31 +
 mate/scalable/emotes/face-smile-symbolic.svg       |    31 +
 mate/scalable/emotes/face-smirk-symbolic.svg       |    31 +
 mate/scalable/emotes/face-surprise-symbolic.svg    |    31 +
 mate/scalable/emotes/face-surprised-symbolic.svg   |    31 +
 mate/scalable/emotes/face-tired-symbolic.svg       |    31 +
 mate/scalable/emotes/face-uncertain-symbolic.svg   |    31 +
 mate/scalable/emotes/face-wink-symbolic.svg        |    31 +
 mate/scalable/emotes/face-worried-symbolic.svg     |    31 +
 mate/scalable/emotes/face-yawn-symbolic.svg        |    31 +
 .../mimetypes/application-certificate-symbolic.svg |    33 +
 .../mimetypes/application-rss+xml-symbolic.svg     |    32 +
 .../mimetypes/application-x-appliance-symbolic.svg |    44 +
 .../application-x-executable-symbolic.svg          |    31 +
 .../mimetypes/audio-x-generic-symbolic.svg         |    31 +
 .../mimetypes/image-x-generic-symbolic.svg         |    33 +
 .../mimetypes/inode-directory-symbolic.svg         |    31 +
 .../mimetypes/package-x-generic-symbolic.svg       |    32 +
 .../scalable/mimetypes/text-x-generic-symbolic.svg |    30 +
 .../mimetypes/video-x-generic-symbolic.svg         |    32 +
 .../mimetypes/x-office-address-book-symbolic.svg   |    39 +
 .../mimetypes/x-office-calendar-symbolic.svg       |    32 +
 .../mimetypes/x-office-document-symbolic.svg       |    35 +
 .../mimetypes/x-office-drawing-symbolic.svg        |    33 +
 .../mimetypes/x-office-presentation-symbolic.svg   |    34 +
 .../mimetypes/x-office-spreadsheet-symbolic.svg    |    39 +
 mate/scalable/places/folder-documents-symbolic.svg |    31 +
 mate/scalable/places/folder-download-symbolic.svg  |    34 +
 mate/scalable/places/folder-music-symbolic.svg     |    35 +
 mate/scalable/places/folder-pictures-symbolic.svg  |    31 +
 .../places/folder-publicshare-symbolic.svg         |    34 +
 mate/scalable/places/folder-remote-symbolic.svg    |    31 +
 .../places/folder-saved-search-symbolic.svg        |    32 +
 mate/scalable/places/folder-symbolic.svg           |    31 +
 mate/scalable/places/folder-templates-symbolic.svg |    47 +
 mate/scalable/places/folder-videos-symbolic.svg    |    32 +
 mate/scalable/places/network-server-symbolic.svg   |    35 +
 .../scalable/places/network-workgroup-symbolic.svg |    36 +
 mate/scalable/places/start-here-symbolic.svg       |    24 +
 mate/scalable/places/user-bookmarks-symbolic.svg   |    32 +
 mate/scalable/places/user-desktop-symbolic.svg     |    32 +
 mate/scalable/places/user-home-symbolic.svg        |    44 +
 mate/scalable/places/user-trash-symbolic.svg       |    31 +
 mate/scalable/status/airplane-mode-symbolic.svg    |    34 +
 mate/scalable/status/alarm-symbolic.svg            |    35 +
 .../status/appointment-missed-symbolic.svg         |    33 +
 mate/scalable/status/appointment-soon-symbolic.svg |    33 +
 .../scalable/status/audio-volume-high-symbolic.svg |    34 +
 mate/scalable/status/audio-volume-low-symbolic.svg |    34 +
 .../status/audio-volume-medium-symbolic.svg        |    34 +
 .../status/audio-volume-muted-symbolic.svg         |    34 +
 mate/scalable/status/avatar-default-symbolic.svg   |    32 +
 .../status/battery-caution-charging-symbolic.svg   |    39 +
 mate/scalable/status/battery-caution-symbolic.svg  |    34 +
 .../status/battery-empty-charging-symbolic.svg     |    38 +
 mate/scalable/status/battery-empty-symbolic.svg    |    33 +
 .../status/battery-full-charged-symbolic.svg       |    32 +
 .../status/battery-full-charging-symbolic.svg      |    33 +
 mate/scalable/status/battery-full-symbolic.svg     |    35 +
 .../status/battery-good-charging-symbolic.svg      |    39 +
 mate/scalable/status/battery-good-symbolic.svg     |    34 +
 .../status/battery-low-charging-symbolic.svg       |    39 +
 mate/scalable/status/battery-low-symbolic.svg      |    33 +
 mate/scalable/status/battery-missing-symbolic.svg  |    33 +
 mate/scalable/status/bluetooth-active-symbolic.svg |    36 +
 .../status/bluetooth-disabled-symbolic.svg         |    41 +
 mate/scalable/status/call-missed-symbolic.svg      |    32 +
 mate/scalable/status/changes-allow-symbolic.svg    |    31 +
 mate/scalable/status/changes-prevent-symbolic.svg  |    31 +
 mate/scalable/status/channel-insecure-symbolic.svg |    33 +
 mate/scalable/status/channel-secure-symbolic.svg   |    31 +
 mate/scalable/status/checkbox-checked-symbolic.svg |    32 +
 mate/scalable/status/checkbox-mixed-symbolic.svg   |    32 +
 mate/scalable/status/checkbox-symbolic.svg         |    31 +
 mate/scalable/status/computer-fail-symbolic.svg    |    32 +
 mate/scalable/status/content-loading-symbolic.svg  |    33 +
 mate/scalable/status/dialog-error-symbolic.svg     |    32 +
 .../status/dialog-information-symbolic.svg         |    33 +
 mate/scalable/status/dialog-password-symbolic.svg  |    32 +
 mate/scalable/status/dialog-question-symbolic.svg  |    30 +
 mate/scalable/status/dialog-warning-symbolic.svg   |    32 +
 .../status/display-brightness-symbolic.svg         |    40 +
 .../status/folder-drag-accept-symbolic.svg         |    31 +
 mate/scalable/status/folder-open-symbolic.svg      |    31 +
 mate/scalable/status/folder-visiting-symbolic.svg  |    31 +
 mate/scalable/status/image-loading-symbolic.svg    |    33 +
 .../status/keyboard-brightness-symbolic.svg        |    37 +
 mate/scalable/status/mail-attachment-symbolic.svg  |    35 +
 mate/scalable/status/mail-read-symbolic.svg        |    31 +
 mate/scalable/status/mail-replied-symbolic.svg     |    31 +
 mate/scalable/status/mail-unread-symbolic.svg      |    30 +
 .../media-playlist-consecutive-rtl-symbolic.svg    |    34 +
 .../status/media-playlist-consecutive-symbolic.svg |    34 +
 .../status/media-playlist-repeat-rtl-symbolic.svg  |    34 +
 .../media-playlist-repeat-song-rtl-symbolic.svg    |    36 +
 .../status/media-playlist-repeat-song-symbolic.svg |    36 +
 .../status/media-playlist-repeat-symbolic.svg      |    33 +
 .../status/media-playlist-shuffle-rtl-symbolic.svg |    38 +
 .../status/media-playlist-shuffle-symbolic.svg     |    38 +
 .../microphone-sensitivity-high-symbolic.svg       |    45 +
 .../status/microphone-sensitivity-low-symbolic.svg |    45 +
 .../microphone-sensitivity-medium-symbolic.svg     |    45 +
 .../microphone-sensitivity-muted-symbolic.svg      |    45 +
 .../status/network-cellular-3g-symbolic.svg        |    30 +
 .../status/network-cellular-4g-symbolic.svg        |    30 +
 .../status/network-cellular-acquiring-symbolic.svg |    40 +
 .../status/network-cellular-connected-symbolic.svg |    34 +
 .../status/network-cellular-edge-symbolic.svg      |    26 +
 .../status/network-cellular-gprs-symbolic.svg      |    26 +
 .../status/network-cellular-hspa-symbolic.svg      |    31 +
 .../status/network-cellular-no-route-symbolic.svg  |    34 +
 .../status/network-cellular-offline-symbolic.svg   |    35 +
 .../network-cellular-signal-excellent-symbolic.svg |    35 +
 .../network-cellular-signal-good-symbolic.svg      |    35 +
 .../network-cellular-signal-none-symbolic.svg      |    34 +
 .../status/network-cellular-signal-ok-symbolic.svg |    35 +
 .../network-cellular-signal-weak-symbolic.svg      |    35 +
 .../status/network-cellular-umts-symbolic.svg      |    26 +
 mate/scalable/status/network-error-symbolic.svg    |    33 +
 mate/scalable/status/network-idle-symbolic.svg     |    32 +
 mate/scalable/status/network-no-route-symbolic.svg |    39 +
 mate/scalable/status/network-offline-symbolic.svg  |    34 +
 mate/scalable/status/network-receive-symbolic.svg  |    32 +
 .../status/network-transmit-receive-symbolic.svg   |    32 +
 mate/scalable/status/network-transmit-symbolic.svg |    32 +
 .../status/network-vpn-acquiring-symbolic.svg      |    38 +
 mate/scalable/status/network-vpn-symbolic.svg      |    35 +
 .../status/network-wired-acquiring-symbolic.svg    |    36 +
 .../status/network-wired-disconnected-symbolic.svg |    34 +
 .../status/network-wired-no-route-symbolic.svg     |    32 +
 .../status/network-wired-offline-symbolic.svg      |    34 +
 mate/scalable/status/network-wired-symbolic.svg    |    34 +
 .../status/network-wireless-acquiring-symbolic.svg |    36 +
 .../status/network-wireless-connected-symbolic.svg |    38 +
 .../status/network-wireless-encrypted-symbolic.svg |    31 +
 .../status/network-wireless-hotspot-symbolic.svg   |    32 +
 .../status/network-wireless-no-route-symbolic.svg  |    35 +
 .../status/network-wireless-offline-symbolic.svg   |    35 +
 .../network-wireless-signal-excellent-symbolic.svg |    34 +
 .../network-wireless-signal-good-symbolic.svg      |    34 +
 .../network-wireless-signal-none-symbolic.svg      |    34 +
 .../status/network-wireless-signal-ok-symbolic.svg |    34 +
 .../network-wireless-signal-weak-symbolic.svg      |    34 +
 mate/scalable/status/non-starred-symbolic.svg      |    32 +
 mate/scalable/status/printer-error-symbolic.svg    |    34 +
 mate/scalable/status/printer-printing-symbolic.svg |    35 +
 mate/scalable/status/printer-warning-symbolic.svg  |    32 +
 mate/scalable/status/radio-checked-symbolic.svg    |    32 +
 mate/scalable/status/radio-mixed-symbolic.svg      |    32 +
 mate/scalable/status/radio-symbolic.svg            |    31 +
 mate/scalable/status/rotation-allowed-symbolic.svg |    31 +
 mate/scalable/status/rotation-locked-symbolic.svg  |    32 +
 mate/scalable/status/security-high-symbolic.svg    |    32 +
 mate/scalable/status/security-low-symbolic.svg     |    31 +
 mate/scalable/status/security-medium-symbolic.svg  |    32 +
 mate/scalable/status/semi-starred-rtl-symbolic.svg |    32 +
 mate/scalable/status/semi-starred-symbolic.svg     |    32 +
 .../status/software-update-available-symbolic.svg  |    32 +
 .../status/software-update-urgent-symbolic.svg     |    30 +
 mate/scalable/status/starred-symbolic.svg          |    32 +
 .../status/system-lock-screen-symbolic.svg         |    31 +
 mate/scalable/status/task-due-symbolic.svg         |    34 +
 mate/scalable/status/task-past-due-symbolic.svg    |    34 +
 .../scalable/status/touchpad-disabled-symbolic.svg |    32 +
 mate/scalable/status/user-available-symbolic.svg   |    32 +
 mate/scalable/status/user-away-symbolic.svg        |    33 +
 mate/scalable/status/user-busy-symbolic.svg        |    33 +
 mate/scalable/status/user-idle-symbolic.svg        |    31 +
 mate/scalable/status/user-invisible-symbolic.svg   |    32 +
 mate/scalable/status/user-offline-symbolic.svg     |    33 +
 .../status/user-status-pending-symbolic.svg        |    35 +
 mate/scalable/status/user-trash-full-symbolic.svg  |    31 +
 mate/scalable/status/view-wrapped-symbolic-rtl.svg |    34 +
 mate/scalable/status/view-wrapped-symbolic.svg     |    34 +
 .../status/weather-clear-night-symbolic.svg        |    31 +
 mate/scalable/status/weather-clear-symbolic.svg    |    46 +
 .../status/weather-few-clouds-night-symbolic.svg   |    34 +
 .../status/weather-few-clouds-symbolic.svg         |    47 +
 mate/scalable/status/weather-fog-symbolic.svg      |    33 +
 mate/scalable/status/weather-overcast-symbolic.svg |    30 +
 .../status/weather-severe-alert-symbolic.svg       |    33 +
 .../status/weather-showers-scattered-symbolic.svg  |    33 +
 mate/scalable/status/weather-showers-symbolic.svg  |    36 +
 mate/scalable/status/weather-snow-symbolic.svg     |    31 +
 mate/scalable/status/weather-storm-symbolic.svg    |    33 +
 menta/16x16/actions/document-open.png              |   Bin 0 -> 654 bytes
 menta/16x16/actions/folder-new.png                 |   Bin 0 -> 721 bytes
 menta/16x16/actions/list-add.png                   |   Bin 0 -> 564 bytes
 menta/16x16/actions/list-remove.png                |   Bin 0 -> 332 bytes
 menta/16x16/apps/preferences-desktop-display.png   |   Bin 0 -> 789 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 646 bytes
 menta/16x16/apps/preferences-desktop-wallpaper.png |   Bin 0 -> 730 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 773 bytes
 menta/16x16/devices/computer.png                   |   Bin 0 -> 695 bytes
 menta/16x16/devices/video-display.png              |   Bin 0 -> 642 bytes
 menta/16x16/places/folder-documents.png            |   Bin 0 -> 694 bytes
 menta/16x16/places/folder-download.png             |   Bin 0 -> 671 bytes
 menta/16x16/places/folder-music.png                |   Bin 0 -> 680 bytes
 menta/16x16/places/folder-pictures.png             |   Bin 0 -> 774 bytes
 menta/16x16/places/folder-publicshare.png          |   Bin 0 -> 685 bytes
 menta/16x16/places/folder-remote.png               |   Bin 0 -> 617 bytes
 menta/16x16/places/folder-templates.png            |   Bin 0 -> 644 bytes
 menta/16x16/places/folder-videos.png               |   Bin 0 -> 660 bytes
 menta/16x16/places/folder.png                      |   Bin 0 -> 538 bytes
 menta/16x16/places/network-workgroup.png           |   Bin 0 -> 634 bytes
 menta/16x16/places/start-here.png                  |   Bin 0 -> 774 bytes
 menta/16x16/places/user-bookmarks.png              |   Bin 0 -> 733 bytes
 menta/16x16/places/user-desktop.png                |   Bin 0 -> 725 bytes
 menta/16x16/places/user-home.png                   |   Bin 0 -> 749 bytes
 menta/16x16/status/avatar-default.png              |   Bin 0 -> 846 bytes
 menta/16x16/status/folder-drag-accept.png          |   Bin 0 -> 559 bytes
 menta/16x16/status/folder-open.png                 |   Bin 0 -> 616 bytes
 menta/16x16/status/folder-visiting.png             |   Bin 0 -> 685 bytes
 menta/16x16/status/network-error.png               |   Bin 0 -> 779 bytes
 menta/16x16/status/network-idle.png                |   Bin 0 -> 620 bytes
 menta/16x16/status/network-offline.png             |   Bin 0 -> 687 bytes
 menta/16x16/status/network-receive.png             |   Bin 0 -> 679 bytes
 menta/16x16/status/network-transmit-receive.png    |   Bin 0 -> 637 bytes
 menta/16x16/status/network-transmit.png            |   Bin 0 -> 698 bytes
 menta/22x22/actions/document-open.png              |   Bin 0 -> 865 bytes
 menta/22x22/actions/folder-new.png                 |   Bin 0 -> 1014 bytes
 menta/22x22/actions/list-add.png                   |   Bin 0 -> 907 bytes
 menta/22x22/actions/list-remove.png                |   Bin 0 -> 498 bytes
 menta/22x22/apps/preferences-desktop-display.png   |   Bin 0 -> 1177 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 1032 bytes
 menta/22x22/apps/preferences-desktop-wallpaper.png |   Bin 0 -> 1161 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 1265 bytes
 menta/22x22/devices/computer.png                   |   Bin 0 -> 1153 bytes
 menta/22x22/devices/video-display.png              |   Bin 0 -> 1031 bytes
 menta/22x22/places/folder-documents.png            |   Bin 0 -> 926 bytes
 menta/22x22/places/folder-download.png             |   Bin 0 -> 918 bytes
 menta/22x22/places/folder-music.png                |   Bin 0 -> 915 bytes
 menta/22x22/places/folder-pictures.png             |   Bin 0 -> 1010 bytes
 menta/22x22/places/folder-publicshare.png          |   Bin 0 -> 932 bytes
 menta/22x22/places/folder-remote.png               |   Bin 0 -> 904 bytes
 menta/22x22/places/folder-templates.png            |   Bin 0 -> 897 bytes
 menta/22x22/places/folder-videos.png               |   Bin 0 -> 925 bytes
 menta/22x22/places/folder.png                      |   Bin 0 -> 747 bytes
 menta/22x22/places/network-workgroup.png           |   Bin 0 -> 1213 bytes
 menta/22x22/places/start-here.png                  |   Bin 0 -> 1323 bytes
 menta/22x22/places/user-bookmarks.png              |   Bin 0 -> 974 bytes
 menta/22x22/places/user-desktop.png                |   Bin 0 -> 933 bytes
 menta/22x22/places/user-home.png                   |   Bin 0 -> 1013 bytes
 menta/22x22/status/avatar-default.png              |   Bin 0 -> 1202 bytes
 menta/22x22/status/folder-drag-accept.png          |   Bin 0 -> 746 bytes
 menta/22x22/status/folder-open.png                 |   Bin 0 -> 905 bytes
 menta/22x22/status/folder-visiting.png             |   Bin 0 -> 1050 bytes
 menta/22x22/status/network-error.png               |   Bin 0 -> 1170 bytes
 menta/22x22/status/network-idle.png                |   Bin 0 -> 1042 bytes
 menta/22x22/status/network-offline.png             |   Bin 0 -> 1101 bytes
 menta/22x22/status/network-receive.png             |   Bin 0 -> 1139 bytes
 menta/22x22/status/network-transmit-receive.png    |   Bin 0 -> 1055 bytes
 menta/22x22/status/network-transmit.png            |   Bin 0 -> 1145 bytes
 menta/24x24/actions/document-open.png              |   Bin 0 -> 898 bytes
 menta/24x24/actions/folder-new.png                 |   Bin 0 -> 1063 bytes
 menta/24x24/actions/list-add.png                   |   Bin 0 -> 1194 bytes
 menta/24x24/actions/list-remove.png                |   Bin 0 -> 647 bytes
 menta/24x24/apps/preferences-desktop-display.png   |   Bin 0 -> 1197 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 992 bytes
 menta/24x24/apps/preferences-desktop-wallpaper.png |   Bin 0 -> 1156 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 1327 bytes
 menta/24x24/devices/computer.png                   |   Bin 0 -> 1186 bytes
 menta/24x24/devices/video-display.png              |   Bin 0 -> 1001 bytes
 menta/24x24/places/folder-documents.png            |   Bin 0 -> 960 bytes
 menta/24x24/places/folder-download.png             |   Bin 0 -> 949 bytes
 menta/24x24/places/folder-music.png                |   Bin 0 -> 946 bytes
 menta/24x24/places/folder-pictures.png             |   Bin 0 -> 1042 bytes
 menta/24x24/places/folder-publicshare.png          |   Bin 0 -> 965 bytes
 menta/24x24/places/folder-remote.png               |   Bin 0 -> 914 bytes
 menta/24x24/places/folder-templates.png            |   Bin 0 -> 927 bytes
 menta/24x24/places/folder-videos.png               |   Bin 0 -> 953 bytes
 menta/24x24/places/folder.png                      |   Bin 0 -> 789 bytes
 menta/24x24/places/network-workgroup.png           |   Bin 0 -> 1181 bytes
 menta/24x24/places/start-here.png                  |   Bin 0 -> 1511 bytes
 menta/24x24/places/user-bookmarks.png              |   Bin 0 -> 1006 bytes
 menta/24x24/places/user-desktop.png                |   Bin 0 -> 944 bytes
 menta/24x24/places/user-home.png                   |   Bin 0 -> 1046 bytes
 menta/24x24/status/avatar-default.png              |   Bin 0 -> 1230 bytes
 menta/24x24/status/folder-drag-accept.png          |   Bin 0 -> 784 bytes
 menta/24x24/status/folder-open.png                 |   Bin 0 -> 957 bytes
 menta/24x24/status/folder-visiting.png             |   Bin 0 -> 1099 bytes
 menta/24x24/status/network-error.png               |   Bin 0 -> 1129 bytes
 menta/24x24/status/network-idle.png                |   Bin 0 -> 950 bytes
 menta/24x24/status/network-offline.png             |   Bin 0 -> 1022 bytes
 menta/24x24/status/network-receive.png             |   Bin 0 -> 1046 bytes
 menta/24x24/status/network-transmit-receive.png    |   Bin 0 -> 964 bytes
 menta/24x24/status/network-transmit.png            |   Bin 0 -> 1053 bytes
 menta/256x256/actions/document-open.png            |   Bin 0 -> 46047 bytes
 menta/256x256/actions/folder-new.png               |   Bin 0 -> 56346 bytes
 menta/256x256/apps/preferences-desktop-display.png |   Bin 0 -> 32409 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 26468 bytes
 .../256x256/apps/preferences-desktop-wallpaper.png |   Bin 0 -> 24019 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 48330 bytes
 menta/256x256/devices/computer.png                 |   Bin 0 -> 36802 bytes
 menta/256x256/devices/video-display.png            |   Bin 0 -> 24729 bytes
 menta/256x256/places/folder-documents.png          |   Bin 0 -> 50010 bytes
 menta/256x256/places/folder-download.png           |   Bin 0 -> 51668 bytes
 menta/256x256/places/folder-music.png              |   Bin 0 -> 50279 bytes
 menta/256x256/places/folder-pictures.png           |   Bin 0 -> 51880 bytes
 menta/256x256/places/folder-publicshare.png        |   Bin 0 -> 51232 bytes
 menta/256x256/places/folder-remote.png             |   Bin 0 -> 54282 bytes
 menta/256x256/places/folder-templates.png          |   Bin 0 -> 49632 bytes
 menta/256x256/places/folder-videos.png             |   Bin 0 -> 49144 bytes
 menta/256x256/places/folder.png                    |   Bin 0 -> 50749 bytes
 menta/256x256/places/network-workgroup.png         |   Bin 0 -> 39282 bytes
 menta/256x256/places/user-bookmarks.png            |   Bin 0 -> 51713 bytes
 menta/256x256/places/user-desktop.png              |   Bin 0 -> 50928 bytes
 menta/256x256/places/user-home.png                 |   Bin 0 -> 51160 bytes
 menta/256x256/status/avatar-default.png            |   Bin 0 -> 25710 bytes
 menta/256x256/status/folder-drag-accept.png        |   Bin 0 -> 51333 bytes
 menta/256x256/status/folder-open.png               |   Bin 0 -> 55108 bytes
 menta/256x256/status/folder-visiting.png           |   Bin 0 -> 17640 bytes
 menta/256x256/status/network-error.png             |   Bin 0 -> 48815 bytes
 menta/256x256/status/network-idle.png              |   Bin 0 -> 44606 bytes
 menta/256x256/status/network-offline.png           |   Bin 0 -> 47733 bytes
 menta/256x256/status/network-receive.png           |   Bin 0 -> 45615 bytes
 menta/256x256/status/network-transmit-receive.png  |   Bin 0 -> 47103 bytes
 menta/256x256/status/network-transmit.png          |   Bin 0 -> 46180 bytes
 menta/32x32/actions/document-open.png              |   Bin 0 -> 1331 bytes
 menta/32x32/actions/folder-new.png                 |   Bin 0 -> 1432 bytes
 menta/32x32/actions/list-add.png                   |   Bin 0 -> 1487 bytes
 menta/32x32/actions/list-remove.png                |   Bin 0 -> 1065 bytes
 menta/32x32/apps/preferences-desktop-display.png   |   Bin 0 -> 2090 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 1579 bytes
 menta/32x32/apps/preferences-desktop-wallpaper.png |   Bin 0 -> 1870 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 2100 bytes
 menta/32x32/devices/computer.png                   |   Bin 0 -> 1887 bytes
 menta/32x32/devices/video-display.png              |   Bin 0 -> 1565 bytes
 menta/32x32/places/folder-documents.png            |   Bin 0 -> 1279 bytes
 menta/32x32/places/folder-download.png             |   Bin 0 -> 1236 bytes
 menta/32x32/places/folder-music.png                |   Bin 0 -> 1239 bytes
 menta/32x32/places/folder-pictures.png             |   Bin 0 -> 1579 bytes
 menta/32x32/places/folder-publicshare.png          |   Bin 0 -> 1302 bytes
 menta/32x32/places/folder-remote.png               |   Bin 0 -> 1266 bytes
 menta/32x32/places/folder-templates.png            |   Bin 0 -> 1245 bytes
 menta/32x32/places/folder-videos.png               |   Bin 0 -> 1300 bytes
 menta/32x32/places/folder.png                      |   Bin 0 -> 961 bytes
 menta/32x32/places/network-workgroup.png           |   Bin 0 -> 1729 bytes
 menta/32x32/places/start-here.png                  |   Bin 0 -> 2180 bytes
 menta/32x32/places/user-bookmarks.png              |   Bin 0 -> 1383 bytes
 menta/32x32/places/user-desktop.png                |   Bin 0 -> 1293 bytes
 menta/32x32/places/user-home.png                   |   Bin 0 -> 1506 bytes
 menta/32x32/status/avatar-default.png              |   Bin 0 -> 1938 bytes
 menta/32x32/status/folder-drag-accept.png          |   Bin 0 -> 1165 bytes
 menta/32x32/status/folder-open.png                 |   Bin 0 -> 1106 bytes
 menta/32x32/status/folder-visiting.png             |   Bin 0 -> 1531 bytes
 menta/32x32/status/network-error.png               |   Bin 0 -> 1827 bytes
 menta/32x32/status/network-idle.png                |   Bin 0 -> 1534 bytes
 menta/32x32/status/network-offline.png             |   Bin 0 -> 1778 bytes
 menta/32x32/status/network-receive.png             |   Bin 0 -> 1784 bytes
 menta/32x32/status/network-transmit-receive.png    |   Bin 0 -> 1579 bytes
 menta/32x32/status/network-transmit.png            |   Bin 0 -> 1777 bytes
 menta/48x48/actions/document-open.png              |   Bin 0 -> 2387 bytes
 menta/48x48/actions/folder-new.png                 |   Bin 0 -> 2272 bytes
 menta/48x48/actions/list-add.png                   |   Bin 0 -> 2658 bytes
 menta/48x48/actions/list-remove.png                |   Bin 0 -> 1592 bytes
 menta/48x48/apps/preferences-desktop-display.png   |   Bin 0 -> 3203 bytes
 .../apps/preferences-desktop-remote-desktop.png    |   Bin 0 -> 2501 bytes
 menta/48x48/apps/preferences-desktop-wallpaper.png |   Bin 0 -> 2622 bytes
 .../categories/preferences-system-network.png      |   Bin 0 -> 3583 bytes
 menta/48x48/devices/computer.png                   |   Bin 0 -> 3266 bytes
 menta/48x48/devices/video-display.png              |   Bin 0 -> 2282 bytes
 menta/48x48/places/folder-documents.png            |   Bin 0 -> 2168 bytes
 menta/48x48/places/folder-download.png             |   Bin 0 -> 2074 bytes
 menta/48x48/places/folder-music.png                |   Bin 0 -> 2311 bytes
 menta/48x48/places/folder-pictures.png             |   Bin 0 -> 2710 bytes
 menta/48x48/places/folder-publicshare.png          |   Bin 0 -> 2168 bytes
 menta/48x48/places/folder-remote.png               |   Bin 0 -> 2198 bytes
 menta/48x48/places/folder-templates.png            |   Bin 0 -> 1972 bytes
 menta/48x48/places/folder-videos.png               |   Bin 0 -> 2202 bytes
 menta/48x48/places/folder.png                      |   Bin 0 -> 1571 bytes
 menta/48x48/places/network-workgroup.png           |   Bin 0 -> 2987 bytes
 menta/48x48/places/start-here.png                  |   Bin 0 -> 4164 bytes
 menta/48x48/places/user-bookmarks.png              |   Bin 0 -> 2366 bytes
 menta/48x48/places/user-desktop.png                |   Bin 0 -> 2097 bytes
 menta/48x48/places/user-home.png                   |   Bin 0 -> 2306 bytes
 menta/48x48/status/avatar-default.png              |   Bin 0 -> 3123 bytes
 menta/48x48/status/folder-drag-accept.png          |   Bin 0 -> 1919 bytes
 menta/48x48/status/folder-open.png                 |   Bin 0 -> 2262 bytes
 menta/48x48/status/folder-visiting.png             |   Bin 0 -> 2682 bytes
 menta/48x48/status/network-error.png               |   Bin 0 -> 3494 bytes
 menta/48x48/status/network-idle.png                |   Bin 0 -> 2889 bytes
 menta/48x48/status/network-offline.png             |   Bin 0 -> 3362 bytes
 menta/48x48/status/network-receive.png             |   Bin 0 -> 3322 bytes
 menta/48x48/status/network-transmit-receive.png    |   Bin 0 -> 3112 bytes
 menta/48x48/status/network-transmit.png            |   Bin 0 -> 3302 bytes
 menta/Makefile.am                                  |    40 +
 menta/index.theme                                  |   217 +
 po/ChangeLog                                       |  1708 +
 po/LINGUAS                                         |   109 +
 po/POTFILES.in                                     |     4 +
 po/POTFILES.skip                                   |     0
 po/af.po                                           |    27 +
 po/am.po                                           |    28 +
 po/ar.po                                           |    31 +
 po/as.po                                           |    27 +
 po/ast.po                                          |    28 +
 po/az.po                                           |    27 +
 po/be.po                                           |    28 +
 po/be@latin.po                                     |   189 +
 po/bg.po                                           |    28 +
 po/bn.po                                           |    30 +
 po/bn_IN.po                                        |    29 +
 po/br.po                                           |    27 +
 po/bs.po                                           |    27 +
 po/ca.po                                           |    28 +
 po/ca@valencia.po                                  |    27 +
 po/cmn.po                                          |    29 +
 po/crh.po                                          |    27 +
 po/cs.po                                           |    30 +
 po/cv.po                                           |    26 +
 po/cy.po                                           |    28 +
 po/da.po                                           |    27 +
 po/de.po                                           |    28 +
 po/de_CH.po                                        |    26 +
 po/dz.po                                           |    26 +
 po/el.po                                           |    28 +
 po/en@shaw.po                                      |    24 +
 po/en_AU.po                                        |    28 +
 po/en_CA.po                                        |    27 +
 po/en_GB.po                                        |    27 +
 po/en_US.po                                        |    27 +
 po/eo.po                                           |    28 +
 po/es.po                                           |    30 +
 po/es_419.po                                       |    26 +
 po/es_AR.po                                        |    26 +
 po/es_CL.po                                        |    27 +
 po/es_CO.po                                        |    27 +
 po/es_ES.po                                        |    26 +
 po/es_MX.po                                        |    27 +
 po/es_PR.po                                        |    27 +
 po/es_US.po                                        |    26 +
 po/es_UY.po                                        |    26 +
 po/et.po                                           |    29 +
 po/eu.po                                           |    28 +
 po/fa.po                                           |    28 +
 po/fi.po                                           |    28 +
 po/fil.po                                          |    26 +
 po/fo.po                                           |    26 +
 po/fr.po                                           |    27 +
 po/fr_CA.po                                        |    27 +
 po/frp.po                                          |    27 +
 po/fur.po                                          |    26 +
 po/fy.po                                           |    27 +
 po/ga.po                                           |    28 +
 po/gd.po                                           |    26 +
 po/gl.po                                           |    31 +
 po/gnome-copyrights.txt                            |  1061 +
 po/gu.po                                           |    28 +
 po/he.po                                           |    28 +
 po/hi.po                                           |    30 +
 po/hr.po                                           |    27 +
 po/hu.po                                           |    29 +
 po/hy.po                                           |    27 +
 po/ia.po                                           |    26 +
 po/id.po                                           |    27 +
 po/is.po                                           |    26 +
 po/it.po                                           |    26 +
 po/ja.po                                           |    27 +
 po/jv.po                                           |    26 +
 po/ka.po                                           |    27 +
 po/kk.po                                           |    28 +
 po/kn.po                                           |    27 +
 po/ko.po                                           |    27 +
 po/ku.po                                           |    26 +
 po/ku_IQ.po                                        |    27 +
 po/ky.po                                           |    27 +
 po/la.po                                           |    26 +
 po/li.po                                           |   223 +
 po/lt.po                                           |    27 +
 po/lv.po                                           |    29 +
 po/mai.po                                          |    27 +
 po/mg.po                                           |    27 +
 po/mk.po                                           |    28 +
 po/ml.po                                           |    30 +
 po/mn.po                                           |    28 +
 po/mr.po                                           |    28 +
 po/ms.po                                           |    28 +
 po/nah.po                                          |    26 +
 po/nb.po                                           |    28 +
 po/nds.po                                          |    27 +
 po/ne.po                                           |    27 +
 po/nl.po                                           |    29 +
 po/nn.po                                           |    28 +
 po/nqo.po                                          |    26 +
 po/oc.po                                           |    27 +
 po/om.po                                           |    26 +
 po/or.po                                           |    28 +
 po/pa.po                                           |    29 +
 po/pl.po                                           |    26 +
 po/pms.po                                          |    27 +
 po/ps.po                                           |    26 +
 po/pt.po                                           |    28 +
 po/pt_BR.po                                        |    30 +
 po/ro.po                                           |    28 +
 po/ru.po                                           |    28 +
 po/rw.po                                           |   247 +
 po/sc.po                                           |    27 +
 po/sco.po                                          |    26 +
 po/si.po                                           |    27 +
 po/sk.po                                           |    31 +
 po/sl.po                                           |    26 +
 po/so.po                                           |    26 +
 po/sq.po                                           |    28 +
 po/sr.po                                           |    29 +
 po/sr@latin.po                                     |    28 +
 po/sv.po                                           |    28 +
 po/sw.po                                           |    26 +
 po/ta.po                                           |    28 +
 po/te.po                                           |    28 +
 po/tg.po                                           |    26 +
 po/th.po                                           |    28 +
 po/tk.po                                           |    27 +
 po/tl.po                                           |    26 +
 po/tr.po                                           |    28 +
 po/ts.po                                           |    26 +
 po/uk.po                                           |    26 +
 po/uz.po                                           |    27 +
 po/uz@cyrillic.po                                  |    82 +
 po/vi.po                                           |    28 +
 po/wa.po                                           |   228 +
 po/xh.po                                           |    27 +
 po/zh-Hans.po                                      |    26 +
 po/zh_CN.po                                        |    29 +
 po/zh_HK.po                                        |    28 +
 po/zh_TW.po                                        |    29 +
 src/Makefile.am                                    |    44 +
 src/TODO                                           |    31 +
 src/accessories-calculator.svg                     |  6719 ++++
 src/accessories-character-map.svg                  |  1837 +
 src/accessories-dictionary.svg                     |  2541 ++
 src/accessories-text-editor.svg                    | 11255 ++++++
 src/applets-screenshooter.svg                      | 10209 ++++++
 src/application-certificate.svg                    |   889 +
 src/application-exit.svg                           |   951 +
 src/application-x-addon.svg                        |  2376 ++
 src/application-x-executable.svg                   |  1608 +
 src/applications-accessories.svg                   |  2093 ++
 src/applications-development.svg                   |  1487 +
 src/applications-engineering.svg                   |  1385 +
 src/applications-games.svg                         |  1343 +
 src/applications-graphics.svg                      |  2803 ++
 src/applications-internet.svg                      |  5035 +++
 src/applications-multimedia.svg                    |  2737 ++
 src/applications-office.svg                        |  3931 +++
 src/applications-other.svg                         |  2475 ++
 src/applications-science.svg                       |  2737 ++
 src/applications-system.svg                        |  1701 +
 src/applications-utilities.svg                     |  1448 +
 src/audio-card.svg                                 |  1771 +
 src/audio-headphones.svg                           |  4389 +++
 src/audio-input-microphone.svg                     |  5969 ++++
 src/audio-speakers.svg                             |  3172 ++
 src/audio-volume.svg                               |  4581 +++
 src/audio-x-generic.svg                            |  1730 +
 src/batteries.svg                                  | 29066 +++++++++++++++
 src/bookmark-new.svg                               |  1499 +
 src/cabinets.svg                                   |  9909 ++++++
 src/call-start.svg                                 |  1210 +
 src/call-stop.svg                                  |  1177 +
 src/camera-photo.svg                               |  7529 ++++
 src/camera-video.svg                               |  4003 +++
 src/camera-web.svg                                 |  2800 ++
 src/changes.svg                                    |  8704 +++++
 src/clocks.svg                                     |  8245 +++++
 src/computers.svg                                  | 19213 ++++++++++
 src/contact-new.svg                                |  1946 +
 src/copy-paste-tasks.svg                           |  4446 +++
 src/dialog-error.svg                               |   924 +
 src/dialog-information.svg                         |  3548 ++
 src/dialog-password.svg                            |  3133 ++
 src/dialog-question.svg                            |  1350 +
 src/dialog-warning.svg                             |  1087 +
 src/displays.svg                                   | 15371 ++++++++
 src/document-send.svg                              |   387 +
 src/drive-harddisk.svg                             |  3121 ++
 src/drive-multidisk.svg                            | 10208 ++++++
 src/drives.svg                                     |  3740 ++
 src/edit-clear-all.svg                             |   712 +
 src/edit-clear.svg                                 |   508 +
 src/edit-cut.svg                                   |   787 +
 src/edit-delete.svg                                |  1499 +
 src/edit-undo-redo.svg                             |  2332 ++
 src/emblem-default.svg                             |   493 +
 src/emblem-documents.svg                           |  1093 +
 src/emblem-downloads.svg                           |   853 +
 src/emblem-favorite.svg                            |   599 +
 src/emblem-generic.svg                             |   433 +
 src/emblem-important.svg                           |   570 +
 src/emblem-mail.svg                                |   756 +
 src/emblem-new.svg                                 |   435 +
 src/emblem-photos.svg                              |  1890 +
 src/emblem-shared.svg                              |  2331 ++
 src/emblem-synchronizing.svg                       |  1236 +
 src/emblem-system.svg                              |   529 +
 src/emblem-urgent.svg                              |   703 +
 src/emblem-web.svg                                 |  1840 +
 src/emblems-fs.svg                                 |  3351 ++
 src/emote-love.svg                                 |   851 +
 src/face-monkey.svg                                |  1174 +
 src/faces-1.svg                                    | 35188 +++++++++++++++++++
 src/faces-2.svg                                    | 11149 ++++++
 src/find.svg                                       |  6079 ++++
 src/firmware.svg                                   |  3130 ++
 src/folders.svg                                    | 14732 ++++++++
 src/format-indent-justify-text.svg                 | 11353 ++++++
 src/format-text-direction-ltr.svg                  |  1685 +
 src/format-text-direction-rtl.svg                  |  1545 +
 src/help-about.svg                                 |   483 +
 src/help-browser.svg                               |  1818 +
 src/help-contents.svg                              |  1395 +
 src/help-faq.svg                                   |   915 +
 src/input-dialpad.svg                              |  4225 +++
 src/input-gaming.svg                               |  2915 ++
 src/input-mouse.svg                                |  2935 ++
 src/input-tablet.svg                               |  2244 ++
 src/input-touchpad.svg                             |   936 +
 src/insert-image.svg                               |   806 +
 src/insert-link.svg                                |  1155 +
 src/insert-object.svg                              |   627 +
 src/insert-text.svg                                |   453 +
 src/keyboards.svg                                  |  6245 ++++
 src/list-add-remove.svg                            |  1030 +
 src/logviewer.svg                                  |  1084 +
 src/mail-attachment.svg                            |   452 +
 src/mail-forward.svg                               |  1719 +
 src/mail-mark-important.svg                        |  3790 ++
 src/mail-mark-junk.svg                             |   519 +
 src/mail-mark-notjunk.svg                          |   558 +
 src/mail-mark-unread.svg                           |   642 +
 src/mail-replied.svg                               |  2052 ++
 src/mail-reply-all.svg                             |  2093 ++
 src/mail-reply-sender.svg                          |  1670 +
 src/mail-send-receive.svg                          |  1974 ++
 src/mail-send.svg                                  |   865 +
 src/mail-signed-verified.svg                       |   819 +
 src/mail-signed.svg                                |   779 +
 src/mail-unread.svg                                |   580 +
 src/mark-location.svg                              |  1457 +
 src/mate.svg                                       |   178 +
 src/media-control-icons.svg                        |  8149 +++++
 src/media-flash.svg                                |  3010 ++
 src/media-floppy.svg                               |  2332 ++
 src/media-optical.svg                              |  2183 ++
 src/media-removable.svg                            |  6006 ++++
 src/media-tape.svg                                 |  1020 +
 src/microphones.svg                                | 17435 +++++++++
 src/modem.svg                                      |  2775 ++
 src/multimedia-player.svg                          |  2097 ++
 src/multimedia-volume-control.svg                  |  1069 +
 src/navigation-icons.svg                           | 17599 ++++++++++
 src/network-cellular-connected.svg                 |  9025 +++++
 src/network-server.svg                             | 14931 ++++++++
 src/network-vpn.svg                                |  4663 +++
 src/network-wired-disconnected.svg                 |  4039 +++
 src/network-wired.svg                              |  1106 +
 src/network-wireless-encrypted.svg                 |   647 +
 src/network-wireless.svg                           |  1001 +
 src/object-flip-rotate.svg                         |  2774 ++
 src/open-envelopes.svg                             |  5529 +++
 src/packages.svg                                   |  3716 ++
 src/paper-sheets.svg                               | 32719 +++++++++++++++++
 src/pda.svg                                        |   777 +
 src/phone.svg                                      |  8661 +++++
 src/photos.svg                                     |  2318 ++
 src/preferences-desktop-accessibility.svg          |  1708 +
 src/preferences-desktop-font.svg                   |  1121 +
 src/preferences-desktop-keyboard-shortcuts.svg     |  2540 ++
 src/preferences-desktop-locale.svg                 |  3722 ++
 src/preferences-desktop-peripherals.svg            |   905 +
 src/preferences-desktop-personal.svg               |  1320 +
 src/preferences-desktop-theme.svg                  |  3995 +++
 src/preferences-desktop.svg                        |  1074 +
 src/preferences-other.svg                          |  2483 ++
 src/preferences-system-notifications.svg           |  3126 ++
 src/preferences-system-privacy.svg                 |  5720 +++
 src/preferences-system-search.svg                  |  1799 +
 src/preferences-system-sharing.svg                 |  5040 +++
 src/preferences-system-windows.svg                 |   727 +
 src/preferences-system.svg                         |  2833 ++
 src/printer-network.svg                            |  4774 +++
 src/printers.svg                                   | 11098 ++++++
 src/scanner.svg                                    |  3170 ++
 src/security-high.svg                              |  1810 +
 src/security-low.svg                               |  1529 +
 src/security-medium.svg                            |  1896 +
 src/software-update.svg                            |  1902 +
 src/starred.svg                                    |  8126 +++++
 src/start-here.svg                                 |   920 +
 src/system-help.svg                                |   967 +
 src/system-log-out.svg                             |   959 +
 src/system-run.svg                                 |  1588 +
 src/system-search.svg                              |  2120 ++
 src/system-shutdown.svg                            |  1426 +
 src/system-software.svg                            |  5203 +++
 src/tab-new.svg                                    |   183 +
 src/terminals.svg                                  |  5047 +++
 src/tools-check-spelling.svg                       |   504 +
 src/trash.svg                                      | 15203 ++++++++
 src/trophies.svg                                   | 24747 +++++++++++++
 src/uninterruptible-power-supply.svg               |  9561 +++++
 src/user-statusses.svg                             |  7603 ++++
 src/users.svg                                      |  4736 +++
 src/video-x-generic.svg                            |  3412 ++
 src/view-fullscreen-restore.svg                    |  1920 +
 src/view-sort.svg                                  |  2327 ++
 src/weather-clear-night.svg                        |   744 +
 src/weather-clear.svg                              |   438 +
 src/weather-few-clouds-night.svg                   |   792 +
 src/weather-few-clouds.svg                         |   564 +
 src/weather-fog.svg                                |   900 +
 src/weather-icons.svg                              |  6921 ++++
 src/weather-overcast.svg                           |   434 +
 src/weather-severe-alert.svg                       |  1647 +
 src/weather-showers-scattered.svg                  |   768 +
 src/weather-showers.svg                            |   974 +
 src/weather-snow.svg                               |   458 +
 src/weather-storm.svg                              |   898 +
 src/web-browser.svg                                |  5466 +++
 src/window-close.svg                               |   576 +
 src/window-new.svg                                 |   974 +
 src/x-office-address-book.svg                      |  5566 +++
 src/x-office-calendar.svg                          |  1686 +
 src/x-office-presentation.svg                      |  6756 ++++
 src/x-package-repository.svg                       |  5399 +++
 src/zoom.svg                                       |  3693 ++
 3915 files changed, 932344 insertions(+)
