diff --git a/cmainwindow.cpp b/cmainwindow.cpp index 489c6d1..6590b40 100644 --- a/cmainwindow.cpp +++ b/cmainwindow.cpp @@ -72,7 +72,7 @@ void cMainWindow::initUI() ui->setupUi(this); - QIcon::setThemeName("TangoMFK"); + QIcon::setThemeName("arc"); m_lpProgressBar = new QProgressBar(this); m_lpProgressBar->setVisible(false); diff --git a/cprint.cpp b/cprint.cpp index 85bbb0e..596fb3d 100644 --- a/cprint.cpp +++ b/cprint.cpp @@ -67,8 +67,14 @@ cPrint::cPrint(QProgressBar* lpProgressBar, QListView* lpSelectedList, QStandard m_lpPrintPreviewWidget->setObjectName(QString::fromUtf8("m_lpPrintPreviewWidget")); ui->m_lpSplitter->insertWidget(0, m_lpPrintPreviewWidget); + const QIcon zoomOutIcon = QIcon::fromTheme("document-new"); + const QIcon zoomInIcon = QIcon::fromTheme("zoom-in"); + + ui->m_lpZoomOut->setIcon(zoomOutIcon); + ui->m_lpZoomIn->setIcon(zoomInIcon); + connect(ui->m_lpPrinterSelect, &QComboBox::currentTextChanged, this, &cPrint::onPrinterChanged); - connect(ui->m_lpPrinterSettings, &QPushButton::clicked, this, &cPrint::onPrinterSettings); + connect(ui->m_lpPrinterProperties, &QPushButton::clicked, this, &cPrint::onPrinterSettings); connect(ui->m_lpPrintPreview, &QPushButton::clicked, this, &cPrint::onPrintPreview); connect(ui->m_lpPrint, &QPushButton::clicked, this, &cPrint::onPrint); @@ -90,6 +96,9 @@ void cPrint::onPrinterChanged(const QString& printer) { m_lpPrinter->setPrinterName(printer); + ui->m_lpPaperSize->clear(); + ui->m_lpPaperSource->clear(); + QPrinterInfo printerInfo(*m_lpPrinter); QList pageSizes = printerInfo.supportedPageSizes(); QList paperSources = m_lpPrinter->supportedPaperSources(); diff --git a/cprint.ui b/cprint.ui index 270612a..976a6a4 100644 --- a/cprint.ui +++ b/cprint.ui @@ -196,12 +196,32 @@ - + - printer settings... + ... + + + + ... + + + + + + + Qt::Horizontal + + + + 40 + 20 + + + + @@ -216,19 +236,6 @@ - - - - Qt::Horizontal - - - - 40 - 20 - - - - diff --git a/images/arc/16x16/actions/zoom-in.png b/images/arc/16x16/actions/zoom-in.png new file mode 100644 index 0000000..a826867 Binary files /dev/null and b/images/arc/16x16/actions/zoom-in.png differ diff --git a/images/tango/index.theme b/images/arc/index.theme similarity index 59% rename from images/tango/index.theme rename to images/arc/index.theme index 45b1be8..872263c 100644 --- a/images/tango/index.theme +++ b/images/arc/index.theme @@ -1,9 +1,12 @@ [Icon Theme] -Name=tango -Comment=Original tango icons +Name=Arc-ICONS +Inherits=Moka,Adwaita,gnome,hicolor +Comment=Arc Icon theme + Inherits=default Directories=16x16,22x22,32x32 - + + [16x16] Size=16 diff --git a/images/tango/16x16/actions/address-book-new.png b/images/tango/16x16/actions/address-book-new.png deleted file mode 100644 index 2098cfd..0000000 Binary files a/images/tango/16x16/actions/address-book-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/appointment-new.png b/images/tango/16x16/actions/appointment-new.png deleted file mode 100644 index 18b7c67..0000000 Binary files a/images/tango/16x16/actions/appointment-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/bookmark-new.png b/images/tango/16x16/actions/bookmark-new.png deleted file mode 100644 index 6cf6443..0000000 Binary files a/images/tango/16x16/actions/bookmark-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/contact-new.png b/images/tango/16x16/actions/contact-new.png deleted file mode 100644 index 46573ff..0000000 Binary files a/images/tango/16x16/actions/contact-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-new.png b/images/tango/16x16/actions/document-new.png deleted file mode 100644 index 4c3efdd..0000000 Binary files a/images/tango/16x16/actions/document-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-open.png b/images/tango/16x16/actions/document-open.png deleted file mode 100644 index ab94046..0000000 Binary files a/images/tango/16x16/actions/document-open.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-pdf.png b/images/tango/16x16/actions/document-pdf.png deleted file mode 100644 index 4e1657f..0000000 Binary files a/images/tango/16x16/actions/document-pdf.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-print-preview.png b/images/tango/16x16/actions/document-print-preview.png deleted file mode 100644 index ab92a30..0000000 Binary files a/images/tango/16x16/actions/document-print-preview.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-print.png b/images/tango/16x16/actions/document-print.png deleted file mode 100644 index 35c37bd..0000000 Binary files a/images/tango/16x16/actions/document-print.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-properties.png b/images/tango/16x16/actions/document-properties.png deleted file mode 100644 index ab0e8ea..0000000 Binary files a/images/tango/16x16/actions/document-properties.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-revert.png b/images/tango/16x16/actions/document-revert.png deleted file mode 100644 index cf3c13b..0000000 Binary files a/images/tango/16x16/actions/document-revert.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-save-as.png b/images/tango/16x16/actions/document-save-as.png deleted file mode 100644 index 9bed143..0000000 Binary files a/images/tango/16x16/actions/document-save-as.png and /dev/null differ diff --git a/images/tango/16x16/actions/document-save.png b/images/tango/16x16/actions/document-save.png deleted file mode 100644 index 22ff495..0000000 Binary files a/images/tango/16x16/actions/document-save.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-clear.png b/images/tango/16x16/actions/edit-clear.png deleted file mode 100644 index e6c8e8b..0000000 Binary files a/images/tango/16x16/actions/edit-clear.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-copy.png b/images/tango/16x16/actions/edit-copy.png deleted file mode 100644 index 8dd48c4..0000000 Binary files a/images/tango/16x16/actions/edit-copy.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-cut.png b/images/tango/16x16/actions/edit-cut.png deleted file mode 100644 index dc9eb9a..0000000 Binary files a/images/tango/16x16/actions/edit-cut.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-delete.png b/images/tango/16x16/actions/edit-delete.png deleted file mode 100644 index ea03150..0000000 Binary files a/images/tango/16x16/actions/edit-delete.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-find-replace.png b/images/tango/16x16/actions/edit-find-replace.png deleted file mode 100644 index 6edbef6..0000000 Binary files a/images/tango/16x16/actions/edit-find-replace.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-find.png b/images/tango/16x16/actions/edit-find.png deleted file mode 100644 index d072d3c..0000000 Binary files a/images/tango/16x16/actions/edit-find.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-paste.png b/images/tango/16x16/actions/edit-paste.png deleted file mode 100644 index 24588a3..0000000 Binary files a/images/tango/16x16/actions/edit-paste.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-redo.png b/images/tango/16x16/actions/edit-redo.png deleted file mode 100644 index c3b0df0..0000000 Binary files a/images/tango/16x16/actions/edit-redo.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-select-all.png b/images/tango/16x16/actions/edit-select-all.png deleted file mode 100644 index f4b0b19..0000000 Binary files a/images/tango/16x16/actions/edit-select-all.png and /dev/null differ diff --git a/images/tango/16x16/actions/edit-undo.png b/images/tango/16x16/actions/edit-undo.png deleted file mode 100644 index 8b0fef9..0000000 Binary files a/images/tango/16x16/actions/edit-undo.png and /dev/null differ diff --git a/images/tango/16x16/actions/folder-new.png b/images/tango/16x16/actions/folder-new.png deleted file mode 100644 index 628f4d5..0000000 Binary files a/images/tango/16x16/actions/folder-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-indent-less.png b/images/tango/16x16/actions/format-indent-less.png deleted file mode 100644 index 1787a7f..0000000 Binary files a/images/tango/16x16/actions/format-indent-less.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-indent-more.png b/images/tango/16x16/actions/format-indent-more.png deleted file mode 100644 index 6bad6bb..0000000 Binary files a/images/tango/16x16/actions/format-indent-more.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-justify-center.png b/images/tango/16x16/actions/format-justify-center.png deleted file mode 100644 index 207dc4c..0000000 Binary files a/images/tango/16x16/actions/format-justify-center.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-justify-fill.png b/images/tango/16x16/actions/format-justify-fill.png deleted file mode 100644 index 663cbad..0000000 Binary files a/images/tango/16x16/actions/format-justify-fill.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-justify-left.png b/images/tango/16x16/actions/format-justify-left.png deleted file mode 100644 index d9b40a7..0000000 Binary files a/images/tango/16x16/actions/format-justify-left.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-justify-right.png b/images/tango/16x16/actions/format-justify-right.png deleted file mode 100644 index c301307..0000000 Binary files a/images/tango/16x16/actions/format-justify-right.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-text-bold.png b/images/tango/16x16/actions/format-text-bold.png deleted file mode 100644 index c9cb630..0000000 Binary files a/images/tango/16x16/actions/format-text-bold.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-text-italic.png b/images/tango/16x16/actions/format-text-italic.png deleted file mode 100644 index 977ea82..0000000 Binary files a/images/tango/16x16/actions/format-text-italic.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-text-strikethrough.png b/images/tango/16x16/actions/format-text-strikethrough.png deleted file mode 100644 index ccee76e..0000000 Binary files a/images/tango/16x16/actions/format-text-strikethrough.png and /dev/null differ diff --git a/images/tango/16x16/actions/format-text-underline.png b/images/tango/16x16/actions/format-text-underline.png deleted file mode 100644 index 0c48721..0000000 Binary files a/images/tango/16x16/actions/format-text-underline.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-bottom.png b/images/tango/16x16/actions/go-bottom.png deleted file mode 100644 index 2c5a803..0000000 Binary files a/images/tango/16x16/actions/go-bottom.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-down.png b/images/tango/16x16/actions/go-down.png deleted file mode 100644 index 3dd7fcc..0000000 Binary files a/images/tango/16x16/actions/go-down.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-first.png b/images/tango/16x16/actions/go-first.png deleted file mode 100644 index 9c15c09..0000000 Binary files a/images/tango/16x16/actions/go-first.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-home.png b/images/tango/16x16/actions/go-home.png deleted file mode 100644 index a46fb22..0000000 Binary files a/images/tango/16x16/actions/go-home.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-jump.png b/images/tango/16x16/actions/go-jump.png deleted file mode 100644 index 1d218c3..0000000 Binary files a/images/tango/16x16/actions/go-jump.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-last.png b/images/tango/16x16/actions/go-last.png deleted file mode 100644 index 6e904ef..0000000 Binary files a/images/tango/16x16/actions/go-last.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-next.png b/images/tango/16x16/actions/go-next.png deleted file mode 100644 index 6ef8de7..0000000 Binary files a/images/tango/16x16/actions/go-next.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-previous.png b/images/tango/16x16/actions/go-previous.png deleted file mode 100644 index 659cd90..0000000 Binary files a/images/tango/16x16/actions/go-previous.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-top.png b/images/tango/16x16/actions/go-top.png deleted file mode 100644 index 70f2c99..0000000 Binary files a/images/tango/16x16/actions/go-top.png and /dev/null differ diff --git a/images/tango/16x16/actions/go-up.png b/images/tango/16x16/actions/go-up.png deleted file mode 100644 index fa9a7d7..0000000 Binary files a/images/tango/16x16/actions/go-up.png and /dev/null differ diff --git a/images/tango/16x16/actions/list-add.png b/images/tango/16x16/actions/list-add.png deleted file mode 100644 index 1aa7f09..0000000 Binary files a/images/tango/16x16/actions/list-add.png and /dev/null differ diff --git a/images/tango/16x16/actions/list-remove.png b/images/tango/16x16/actions/list-remove.png deleted file mode 100644 index 00b654e..0000000 Binary files a/images/tango/16x16/actions/list-remove.png and /dev/null differ diff --git a/images/tango/16x16/actions/mail-forward.png b/images/tango/16x16/actions/mail-forward.png deleted file mode 100644 index de0199b..0000000 Binary files a/images/tango/16x16/actions/mail-forward.png and /dev/null differ diff --git a/images/tango/16x16/actions/mail-mark-junk.png b/images/tango/16x16/actions/mail-mark-junk.png deleted file mode 100644 index f12d452..0000000 Binary files a/images/tango/16x16/actions/mail-mark-junk.png and /dev/null differ diff --git a/images/tango/16x16/actions/mail-mark-not-junk.png b/images/tango/16x16/actions/mail-mark-not-junk.png deleted file mode 100644 index 87c425f..0000000 Binary files a/images/tango/16x16/actions/mail-mark-not-junk.png and /dev/null differ diff --git a/images/tango/16x16/actions/mail-message-new.png b/images/tango/16x16/actions/mail-message-new.png deleted file mode 100644 index 7c68cb8..0000000 Binary files a/images/tango/16x16/actions/mail-message-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/mail-reply-all.png b/images/tango/16x16/actions/mail-reply-all.png deleted file mode 100644 index 2017b0a..0000000 Binary files a/images/tango/16x16/actions/mail-reply-all.png and /dev/null differ diff --git a/images/tango/16x16/actions/mail-reply-sender.png b/images/tango/16x16/actions/mail-reply-sender.png deleted file mode 100644 index a619741..0000000 Binary files a/images/tango/16x16/actions/mail-reply-sender.png and /dev/null differ diff --git a/images/tango/16x16/actions/mail-send-receive.png b/images/tango/16x16/actions/mail-send-receive.png deleted file mode 100644 index 3eb6a9c..0000000 Binary files a/images/tango/16x16/actions/mail-send-receive.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-eject.png b/images/tango/16x16/actions/media-eject.png deleted file mode 100644 index 2084067..0000000 Binary files a/images/tango/16x16/actions/media-eject.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-playback-pause.png b/images/tango/16x16/actions/media-playback-pause.png deleted file mode 100644 index c8b4fe2..0000000 Binary files a/images/tango/16x16/actions/media-playback-pause.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-playback-start.png b/images/tango/16x16/actions/media-playback-start.png deleted file mode 100644 index a7de0fe..0000000 Binary files a/images/tango/16x16/actions/media-playback-start.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-playback-stop.png b/images/tango/16x16/actions/media-playback-stop.png deleted file mode 100644 index ede2815..0000000 Binary files a/images/tango/16x16/actions/media-playback-stop.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-record.png b/images/tango/16x16/actions/media-record.png deleted file mode 100644 index 2f66cde..0000000 Binary files a/images/tango/16x16/actions/media-record.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-seek-backward.png b/images/tango/16x16/actions/media-seek-backward.png deleted file mode 100644 index ffcac31..0000000 Binary files a/images/tango/16x16/actions/media-seek-backward.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-seek-forward.png b/images/tango/16x16/actions/media-seek-forward.png deleted file mode 100644 index 4d7e2cd..0000000 Binary files a/images/tango/16x16/actions/media-seek-forward.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-skip-backward.png b/images/tango/16x16/actions/media-skip-backward.png deleted file mode 100644 index 94381f5..0000000 Binary files a/images/tango/16x16/actions/media-skip-backward.png and /dev/null differ diff --git a/images/tango/16x16/actions/media-skip-forward.png b/images/tango/16x16/actions/media-skip-forward.png deleted file mode 100644 index 758ec6f..0000000 Binary files a/images/tango/16x16/actions/media-skip-forward.png and /dev/null differ diff --git a/images/tango/16x16/actions/process-stop.png b/images/tango/16x16/actions/process-stop.png deleted file mode 100644 index ab6808f..0000000 Binary files a/images/tango/16x16/actions/process-stop.png and /dev/null differ diff --git a/images/tango/16x16/actions/system-lock-screen.png b/images/tango/16x16/actions/system-lock-screen.png deleted file mode 100644 index f7ea0cd..0000000 Binary files a/images/tango/16x16/actions/system-lock-screen.png and /dev/null differ diff --git a/images/tango/16x16/actions/system-log-out.png b/images/tango/16x16/actions/system-log-out.png deleted file mode 100644 index 0010931..0000000 Binary files a/images/tango/16x16/actions/system-log-out.png and /dev/null differ diff --git a/images/tango/16x16/actions/system-search.png b/images/tango/16x16/actions/system-search.png deleted file mode 100644 index fd7f0b0..0000000 Binary files a/images/tango/16x16/actions/system-search.png and /dev/null differ diff --git a/images/tango/16x16/actions/system-shutdown.png b/images/tango/16x16/actions/system-shutdown.png deleted file mode 100644 index afe62de..0000000 Binary files a/images/tango/16x16/actions/system-shutdown.png and /dev/null differ diff --git a/images/tango/16x16/actions/tab-new.png b/images/tango/16x16/actions/tab-new.png deleted file mode 100644 index 3e590f6..0000000 Binary files a/images/tango/16x16/actions/tab-new.png and /dev/null differ diff --git a/images/tango/16x16/actions/view-fullscreen.png b/images/tango/16x16/actions/view-fullscreen.png deleted file mode 100644 index ffdabd4..0000000 Binary files a/images/tango/16x16/actions/view-fullscreen.png and /dev/null differ diff --git a/images/tango/16x16/actions/view-refresh.png b/images/tango/16x16/actions/view-refresh.png deleted file mode 100644 index 3fd71d6..0000000 Binary files a/images/tango/16x16/actions/view-refresh.png and /dev/null differ diff --git a/images/tango/16x16/actions/window-new.png b/images/tango/16x16/actions/window-new.png deleted file mode 100644 index 0e12ef9..0000000 Binary files a/images/tango/16x16/actions/window-new.png and /dev/null differ diff --git a/images/tango/16x16/animations/process-working.png b/images/tango/16x16/animations/process-working.png deleted file mode 100644 index 984bde4..0000000 Binary files a/images/tango/16x16/animations/process-working.png and /dev/null differ diff --git a/images/tango/16x16/apps/accessories-calculator.png b/images/tango/16x16/apps/accessories-calculator.png deleted file mode 100644 index 9248971..0000000 Binary files a/images/tango/16x16/apps/accessories-calculator.png and /dev/null differ diff --git a/images/tango/16x16/apps/accessories-character-map.png b/images/tango/16x16/apps/accessories-character-map.png deleted file mode 100644 index 5dd1124..0000000 Binary files a/images/tango/16x16/apps/accessories-character-map.png and /dev/null differ diff --git a/images/tango/16x16/apps/accessories-text-editor.png b/images/tango/16x16/apps/accessories-text-editor.png deleted file mode 100644 index 188e1c1..0000000 Binary files a/images/tango/16x16/apps/accessories-text-editor.png and /dev/null differ diff --git a/images/tango/16x16/apps/help-browser.png b/images/tango/16x16/apps/help-browser.png deleted file mode 100644 index f25fc3f..0000000 Binary files a/images/tango/16x16/apps/help-browser.png and /dev/null differ diff --git a/images/tango/16x16/apps/internet-group-chat.png b/images/tango/16x16/apps/internet-group-chat.png deleted file mode 100644 index f6e8325..0000000 Binary files a/images/tango/16x16/apps/internet-group-chat.png and /dev/null differ diff --git a/images/tango/16x16/apps/internet-mail.png b/images/tango/16x16/apps/internet-mail.png deleted file mode 100644 index 859251f..0000000 Binary files a/images/tango/16x16/apps/internet-mail.png and /dev/null differ diff --git a/images/tango/16x16/apps/internet-news-reader.png b/images/tango/16x16/apps/internet-news-reader.png deleted file mode 100644 index a9850ee..0000000 Binary files a/images/tango/16x16/apps/internet-news-reader.png and /dev/null differ diff --git a/images/tango/16x16/apps/internet-web-browser.png b/images/tango/16x16/apps/internet-web-browser.png deleted file mode 100644 index ac5957a..0000000 Binary files a/images/tango/16x16/apps/internet-web-browser.png and /dev/null differ diff --git a/images/tango/16x16/apps/office-calendar.png b/images/tango/16x16/apps/office-calendar.png deleted file mode 100644 index 106a592..0000000 Binary files a/images/tango/16x16/apps/office-calendar.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-accessibility.png b/images/tango/16x16/apps/preferences-desktop-accessibility.png deleted file mode 100644 index b365c27..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-assistive-technology.png b/images/tango/16x16/apps/preferences-desktop-assistive-technology.png deleted file mode 100644 index 513d817..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-assistive-technology.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-font.png b/images/tango/16x16/apps/preferences-desktop-font.png deleted file mode 100644 index 18a0149..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-font.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-keyboard-shortcuts.png b/images/tango/16x16/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index 291dc1a..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-locale.png b/images/tango/16x16/apps/preferences-desktop-locale.png deleted file mode 100644 index 5ef73a6..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-multimedia.png b/images/tango/16x16/apps/preferences-desktop-multimedia.png deleted file mode 100644 index 2e5ba43..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-multimedia.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-remote-desktop.png b/images/tango/16x16/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index b790f63..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-screensaver.png b/images/tango/16x16/apps/preferences-desktop-screensaver.png deleted file mode 100644 index dc297db..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-theme.png b/images/tango/16x16/apps/preferences-desktop-theme.png deleted file mode 100644 index fbea772..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-desktop-wallpaper.png b/images/tango/16x16/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index e7cc834..0000000 Binary files a/images/tango/16x16/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-system-network-proxy.png b/images/tango/16x16/apps/preferences-system-network-proxy.png deleted file mode 100644 index bdeb79d..0000000 Binary files a/images/tango/16x16/apps/preferences-system-network-proxy.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-system-session.png b/images/tango/16x16/apps/preferences-system-session.png deleted file mode 100644 index 35f8b57..0000000 Binary files a/images/tango/16x16/apps/preferences-system-session.png and /dev/null differ diff --git a/images/tango/16x16/apps/preferences-system-windows.png b/images/tango/16x16/apps/preferences-system-windows.png deleted file mode 100644 index 596caf9..0000000 Binary files a/images/tango/16x16/apps/preferences-system-windows.png and /dev/null differ diff --git a/images/tango/16x16/apps/system-file-manager.png b/images/tango/16x16/apps/system-file-manager.png deleted file mode 100644 index 60cade4..0000000 Binary files a/images/tango/16x16/apps/system-file-manager.png and /dev/null differ diff --git a/images/tango/16x16/apps/system-installer.png b/images/tango/16x16/apps/system-installer.png deleted file mode 100644 index d16abcb..0000000 Binary files a/images/tango/16x16/apps/system-installer.png and /dev/null differ diff --git a/images/tango/16x16/apps/system-software-update.png b/images/tango/16x16/apps/system-software-update.png deleted file mode 100644 index 58f19c6..0000000 Binary files a/images/tango/16x16/apps/system-software-update.png and /dev/null differ diff --git a/images/tango/16x16/apps/system-users.png b/images/tango/16x16/apps/system-users.png deleted file mode 100644 index 9d2d500..0000000 Binary files a/images/tango/16x16/apps/system-users.png and /dev/null differ diff --git a/images/tango/16x16/apps/utilities-system-monitor.png b/images/tango/16x16/apps/utilities-system-monitor.png deleted file mode 100644 index 8734e77..0000000 Binary files a/images/tango/16x16/apps/utilities-system-monitor.png and /dev/null differ diff --git a/images/tango/16x16/apps/utilities-terminal.png b/images/tango/16x16/apps/utilities-terminal.png deleted file mode 100644 index c5b797a..0000000 Binary files a/images/tango/16x16/apps/utilities-terminal.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-accessories.png b/images/tango/16x16/categories/applications-accessories.png deleted file mode 100644 index c8d899c..0000000 Binary files a/images/tango/16x16/categories/applications-accessories.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-development.png b/images/tango/16x16/categories/applications-development.png deleted file mode 100644 index 4375227..0000000 Binary files a/images/tango/16x16/categories/applications-development.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-games.png b/images/tango/16x16/categories/applications-games.png deleted file mode 100644 index 4ba874b..0000000 Binary files a/images/tango/16x16/categories/applications-games.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-graphics.png b/images/tango/16x16/categories/applications-graphics.png deleted file mode 100644 index 4bb955f..0000000 Binary files a/images/tango/16x16/categories/applications-graphics.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-internet.png b/images/tango/16x16/categories/applications-internet.png deleted file mode 100644 index a588968..0000000 Binary files a/images/tango/16x16/categories/applications-internet.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-multimedia.png b/images/tango/16x16/categories/applications-multimedia.png deleted file mode 100644 index 3e4ced5..0000000 Binary files a/images/tango/16x16/categories/applications-multimedia.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-office.png b/images/tango/16x16/categories/applications-office.png deleted file mode 100644 index f9b3bb9..0000000 Binary files a/images/tango/16x16/categories/applications-office.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-other.png b/images/tango/16x16/categories/applications-other.png deleted file mode 100644 index 0d49f9d..0000000 Binary files a/images/tango/16x16/categories/applications-other.png and /dev/null differ diff --git a/images/tango/16x16/categories/applications-system.png b/images/tango/16x16/categories/applications-system.png deleted file mode 100644 index d90ab66..0000000 Binary files a/images/tango/16x16/categories/applications-system.png and /dev/null differ diff --git a/images/tango/16x16/categories/preferences-desktop-peripherals.png b/images/tango/16x16/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 2a63cee..0000000 Binary files a/images/tango/16x16/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/images/tango/16x16/categories/preferences-desktop.png b/images/tango/16x16/categories/preferences-desktop.png deleted file mode 100644 index 68f916c..0000000 Binary files a/images/tango/16x16/categories/preferences-desktop.png and /dev/null differ diff --git a/images/tango/16x16/categories/preferences-system.png b/images/tango/16x16/categories/preferences-system.png deleted file mode 100644 index 9460dfc..0000000 Binary files a/images/tango/16x16/categories/preferences-system.png and /dev/null differ diff --git a/images/tango/16x16/devices/audio-card.png b/images/tango/16x16/devices/audio-card.png deleted file mode 100644 index aaa7907..0000000 Binary files a/images/tango/16x16/devices/audio-card.png and /dev/null differ diff --git a/images/tango/16x16/devices/audio-input-microphone.png b/images/tango/16x16/devices/audio-input-microphone.png deleted file mode 100644 index 53a0393..0000000 Binary files a/images/tango/16x16/devices/audio-input-microphone.png and /dev/null differ diff --git a/images/tango/16x16/devices/battery.png b/images/tango/16x16/devices/battery.png deleted file mode 100644 index 8684e2a..0000000 Binary files a/images/tango/16x16/devices/battery.png and /dev/null differ diff --git a/images/tango/16x16/devices/camera-photo.png b/images/tango/16x16/devices/camera-photo.png deleted file mode 100644 index 1e8e886..0000000 Binary files a/images/tango/16x16/devices/camera-photo.png and /dev/null differ diff --git a/images/tango/16x16/devices/camera-video.png b/images/tango/16x16/devices/camera-video.png deleted file mode 100644 index 98fc211..0000000 Binary files a/images/tango/16x16/devices/camera-video.png and /dev/null differ diff --git a/images/tango/16x16/devices/computer.png b/images/tango/16x16/devices/computer.png deleted file mode 100644 index d0b397b..0000000 Binary files a/images/tango/16x16/devices/computer.png and /dev/null differ diff --git a/images/tango/16x16/devices/drive-harddisk.png b/images/tango/16x16/devices/drive-harddisk.png deleted file mode 100644 index 5c3b858..0000000 Binary files a/images/tango/16x16/devices/drive-harddisk.png and /dev/null differ diff --git a/images/tango/16x16/devices/drive-optical.png b/images/tango/16x16/devices/drive-optical.png deleted file mode 100644 index 4ced6fe..0000000 Binary files a/images/tango/16x16/devices/drive-optical.png and /dev/null differ diff --git a/images/tango/16x16/devices/drive-removable-media.png b/images/tango/16x16/devices/drive-removable-media.png deleted file mode 100644 index 9153898..0000000 Binary files a/images/tango/16x16/devices/drive-removable-media.png and /dev/null differ diff --git a/images/tango/16x16/devices/input-gaming.png b/images/tango/16x16/devices/input-gaming.png deleted file mode 100644 index 9d040ee..0000000 Binary files a/images/tango/16x16/devices/input-gaming.png and /dev/null differ diff --git a/images/tango/16x16/devices/input-keyboard.png b/images/tango/16x16/devices/input-keyboard.png deleted file mode 100644 index fab414b..0000000 Binary files a/images/tango/16x16/devices/input-keyboard.png and /dev/null differ diff --git a/images/tango/16x16/devices/input-mouse.png b/images/tango/16x16/devices/input-mouse.png deleted file mode 100644 index eeda4db..0000000 Binary files a/images/tango/16x16/devices/input-mouse.png and /dev/null differ diff --git a/images/tango/16x16/devices/media-flash.png b/images/tango/16x16/devices/media-flash.png deleted file mode 100644 index bef542a..0000000 Binary files a/images/tango/16x16/devices/media-flash.png and /dev/null differ diff --git a/images/tango/16x16/devices/media-floppy.png b/images/tango/16x16/devices/media-floppy.png deleted file mode 100644 index f1d7a19..0000000 Binary files a/images/tango/16x16/devices/media-floppy.png and /dev/null differ diff --git a/images/tango/16x16/devices/media-optical.png b/images/tango/16x16/devices/media-optical.png deleted file mode 100644 index 760de93..0000000 Binary files a/images/tango/16x16/devices/media-optical.png and /dev/null differ diff --git a/images/tango/16x16/devices/multimedia-player.png b/images/tango/16x16/devices/multimedia-player.png deleted file mode 100644 index 461e9de..0000000 Binary files a/images/tango/16x16/devices/multimedia-player.png and /dev/null differ diff --git a/images/tango/16x16/devices/network-wired.png b/images/tango/16x16/devices/network-wired.png deleted file mode 100644 index 3ac6b35..0000000 Binary files a/images/tango/16x16/devices/network-wired.png and /dev/null differ diff --git a/images/tango/16x16/devices/network-wireless.png b/images/tango/16x16/devices/network-wireless.png deleted file mode 100644 index 2dc6250..0000000 Binary files a/images/tango/16x16/devices/network-wireless.png and /dev/null differ diff --git a/images/tango/16x16/devices/printer.png b/images/tango/16x16/devices/printer.png deleted file mode 100644 index 12a4e39..0000000 Binary files a/images/tango/16x16/devices/printer.png and /dev/null differ diff --git a/images/tango/16x16/devices/video-display.png b/images/tango/16x16/devices/video-display.png deleted file mode 100644 index 226881f..0000000 Binary files a/images/tango/16x16/devices/video-display.png and /dev/null differ diff --git a/images/tango/16x16/emblems/emblem-favorite.png b/images/tango/16x16/emblems/emblem-favorite.png deleted file mode 100644 index 3acb57d..0000000 Binary files a/images/tango/16x16/emblems/emblem-favorite.png and /dev/null differ diff --git a/images/tango/16x16/emblems/emblem-important.png b/images/tango/16x16/emblems/emblem-important.png deleted file mode 100644 index 81e9ed2..0000000 Binary files a/images/tango/16x16/emblems/emblem-important.png and /dev/null differ diff --git a/images/tango/16x16/emblems/emblem-photos.png b/images/tango/16x16/emblems/emblem-photos.png deleted file mode 100644 index ab40463..0000000 Binary files a/images/tango/16x16/emblems/emblem-photos.png and /dev/null differ diff --git a/images/tango/16x16/emblems/emblem-readonly.png b/images/tango/16x16/emblems/emblem-readonly.png deleted file mode 100644 index 0466619..0000000 Binary files a/images/tango/16x16/emblems/emblem-readonly.png and /dev/null differ diff --git a/images/tango/16x16/emblems/emblem-symbolic-link.png b/images/tango/16x16/emblems/emblem-symbolic-link.png deleted file mode 100644 index 800b9e8..0000000 Binary files a/images/tango/16x16/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/images/tango/16x16/emblems/emblem-system.png b/images/tango/16x16/emblems/emblem-system.png deleted file mode 100644 index 259ed26..0000000 Binary files a/images/tango/16x16/emblems/emblem-system.png and /dev/null differ diff --git a/images/tango/16x16/emblems/emblem-unreadable.png b/images/tango/16x16/emblems/emblem-unreadable.png deleted file mode 100644 index 5c08b05..0000000 Binary files a/images/tango/16x16/emblems/emblem-unreadable.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-angel.png b/images/tango/16x16/emotes/face-angel.png deleted file mode 100644 index d2c5e94..0000000 Binary files a/images/tango/16x16/emotes/face-angel.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-crying.png b/images/tango/16x16/emotes/face-crying.png deleted file mode 100644 index 2620dab..0000000 Binary files a/images/tango/16x16/emotes/face-crying.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-devilish.png b/images/tango/16x16/emotes/face-devilish.png deleted file mode 100644 index 6edf683..0000000 Binary files a/images/tango/16x16/emotes/face-devilish.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-glasses.png b/images/tango/16x16/emotes/face-glasses.png deleted file mode 100644 index 00c2cd4..0000000 Binary files a/images/tango/16x16/emotes/face-glasses.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-grin.png b/images/tango/16x16/emotes/face-grin.png deleted file mode 100644 index 0d013d5..0000000 Binary files a/images/tango/16x16/emotes/face-grin.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-kiss.png b/images/tango/16x16/emotes/face-kiss.png deleted file mode 100644 index 809c1cf..0000000 Binary files a/images/tango/16x16/emotes/face-kiss.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-monkey.png b/images/tango/16x16/emotes/face-monkey.png deleted file mode 100644 index 69db8fa..0000000 Binary files a/images/tango/16x16/emotes/face-monkey.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-plain.png b/images/tango/16x16/emotes/face-plain.png deleted file mode 100644 index 31cf984..0000000 Binary files a/images/tango/16x16/emotes/face-plain.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-sad.png b/images/tango/16x16/emotes/face-sad.png deleted file mode 100644 index 159c04b..0000000 Binary files a/images/tango/16x16/emotes/face-sad.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-smile-big.png b/images/tango/16x16/emotes/face-smile-big.png deleted file mode 100644 index 9114fde..0000000 Binary files a/images/tango/16x16/emotes/face-smile-big.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-smile.png b/images/tango/16x16/emotes/face-smile.png deleted file mode 100644 index de862b1..0000000 Binary files a/images/tango/16x16/emotes/face-smile.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-surprise.png b/images/tango/16x16/emotes/face-surprise.png deleted file mode 100644 index 4b4d423..0000000 Binary files a/images/tango/16x16/emotes/face-surprise.png and /dev/null differ diff --git a/images/tango/16x16/emotes/face-wink.png b/images/tango/16x16/emotes/face-wink.png deleted file mode 100644 index e2db57e..0000000 Binary files a/images/tango/16x16/emotes/face-wink.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/application-certificate.png b/images/tango/16x16/mimetypes/application-certificate.png deleted file mode 100644 index 486913d..0000000 Binary files a/images/tango/16x16/mimetypes/application-certificate.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/application-x-executable.png b/images/tango/16x16/mimetypes/application-x-executable.png deleted file mode 100644 index 003ded2..0000000 Binary files a/images/tango/16x16/mimetypes/application-x-executable.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/audio-x-generic.png b/images/tango/16x16/mimetypes/audio-x-generic.png deleted file mode 100644 index 2bd5af9..0000000 Binary files a/images/tango/16x16/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/font-x-generic.png b/images/tango/16x16/mimetypes/font-x-generic.png deleted file mode 100644 index bdbc1a8..0000000 Binary files a/images/tango/16x16/mimetypes/font-x-generic.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/image-x-generic.png b/images/tango/16x16/mimetypes/image-x-generic.png deleted file mode 100644 index 68da502..0000000 Binary files a/images/tango/16x16/mimetypes/image-x-generic.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/package-x-generic.png b/images/tango/16x16/mimetypes/package-x-generic.png deleted file mode 100644 index 9015426..0000000 Binary files a/images/tango/16x16/mimetypes/package-x-generic.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/text-html.png b/images/tango/16x16/mimetypes/text-html.png deleted file mode 100644 index 53014ab..0000000 Binary files a/images/tango/16x16/mimetypes/text-html.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/text-x-generic-template.png b/images/tango/16x16/mimetypes/text-x-generic-template.png deleted file mode 100644 index a0cc462..0000000 Binary files a/images/tango/16x16/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/text-x-generic.png b/images/tango/16x16/mimetypes/text-x-generic.png deleted file mode 100644 index 2d7f2d6..0000000 Binary files a/images/tango/16x16/mimetypes/text-x-generic.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/text-x-script.png b/images/tango/16x16/mimetypes/text-x-script.png deleted file mode 100644 index c923098..0000000 Binary files a/images/tango/16x16/mimetypes/text-x-script.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/video-x-generic.png b/images/tango/16x16/mimetypes/video-x-generic.png deleted file mode 100644 index 64e7a30..0000000 Binary files a/images/tango/16x16/mimetypes/video-x-generic.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-address-book.png b/images/tango/16x16/mimetypes/x-office-address-book.png deleted file mode 100644 index f3b5d9d..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-calendar.png b/images/tango/16x16/mimetypes/x-office-calendar.png deleted file mode 100644 index f6978d7..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-document-template.png b/images/tango/16x16/mimetypes/x-office-document-template.png deleted file mode 100644 index d1d9e7c..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-document.png b/images/tango/16x16/mimetypes/x-office-document.png deleted file mode 100644 index d18082e..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-document.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-drawing-template.png b/images/tango/16x16/mimetypes/x-office-drawing-template.png deleted file mode 100644 index dc384db..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-drawing.png b/images/tango/16x16/mimetypes/x-office-drawing.png deleted file mode 100644 index ffbb9e4..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-presentation-template.png b/images/tango/16x16/mimetypes/x-office-presentation-template.png deleted file mode 100644 index d90d034..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-presentation.png b/images/tango/16x16/mimetypes/x-office-presentation.png deleted file mode 100644 index f7ea302..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-spreadsheet-template.png b/images/tango/16x16/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index e8bf570..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/images/tango/16x16/mimetypes/x-office-spreadsheet.png b/images/tango/16x16/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index a6b1268..0000000 Binary files a/images/tango/16x16/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/images/tango/16x16/places/folder-remote.png b/images/tango/16x16/places/folder-remote.png deleted file mode 100644 index 5234eab..0000000 Binary files a/images/tango/16x16/places/folder-remote.png and /dev/null differ diff --git a/images/tango/16x16/places/folder-saved-search.png b/images/tango/16x16/places/folder-saved-search.png deleted file mode 100644 index ca24a36..0000000 Binary files a/images/tango/16x16/places/folder-saved-search.png and /dev/null differ diff --git a/images/tango/16x16/places/folder.png b/images/tango/16x16/places/folder.png deleted file mode 100644 index 65bd0bb..0000000 Binary files a/images/tango/16x16/places/folder.png and /dev/null differ diff --git a/images/tango/16x16/places/network-server.png b/images/tango/16x16/places/network-server.png deleted file mode 100644 index 068ffeb..0000000 Binary files a/images/tango/16x16/places/network-server.png and /dev/null differ diff --git a/images/tango/16x16/places/network-workgroup.png b/images/tango/16x16/places/network-workgroup.png deleted file mode 100644 index 5c140d8..0000000 Binary files a/images/tango/16x16/places/network-workgroup.png and /dev/null differ diff --git a/images/tango/16x16/places/start-here.png b/images/tango/16x16/places/start-here.png deleted file mode 100644 index bd516a5..0000000 Binary files a/images/tango/16x16/places/start-here.png and /dev/null differ diff --git a/images/tango/16x16/places/user-desktop.png b/images/tango/16x16/places/user-desktop.png deleted file mode 100644 index 4c9787c..0000000 Binary files a/images/tango/16x16/places/user-desktop.png and /dev/null differ diff --git a/images/tango/16x16/places/user-home.png b/images/tango/16x16/places/user-home.png deleted file mode 100644 index 7b9110d..0000000 Binary files a/images/tango/16x16/places/user-home.png and /dev/null differ diff --git a/images/tango/16x16/places/user-trash.png b/images/tango/16x16/places/user-trash.png deleted file mode 100644 index 0e0953c..0000000 Binary files a/images/tango/16x16/places/user-trash.png and /dev/null differ diff --git a/images/tango/16x16/status/audio-volume-high.png b/images/tango/16x16/status/audio-volume-high.png deleted file mode 100644 index ec8f00b..0000000 Binary files a/images/tango/16x16/status/audio-volume-high.png and /dev/null differ diff --git a/images/tango/16x16/status/audio-volume-low.png b/images/tango/16x16/status/audio-volume-low.png deleted file mode 100644 index 4d7239f..0000000 Binary files a/images/tango/16x16/status/audio-volume-low.png and /dev/null differ diff --git a/images/tango/16x16/status/audio-volume-medium.png b/images/tango/16x16/status/audio-volume-medium.png deleted file mode 100644 index 36ca7b0..0000000 Binary files a/images/tango/16x16/status/audio-volume-medium.png and /dev/null differ diff --git a/images/tango/16x16/status/audio-volume-muted.png b/images/tango/16x16/status/audio-volume-muted.png deleted file mode 100644 index af5a97b..0000000 Binary files a/images/tango/16x16/status/audio-volume-muted.png and /dev/null differ diff --git a/images/tango/16x16/status/battery-caution.png b/images/tango/16x16/status/battery-caution.png deleted file mode 100644 index 53a27d1..0000000 Binary files a/images/tango/16x16/status/battery-caution.png and /dev/null differ diff --git a/images/tango/16x16/status/dialog-error.png b/images/tango/16x16/status/dialog-error.png deleted file mode 100644 index 3bbbb4a..0000000 Binary files a/images/tango/16x16/status/dialog-error.png and /dev/null differ diff --git a/images/tango/16x16/status/dialog-information.png b/images/tango/16x16/status/dialog-information.png deleted file mode 100644 index 8851b99..0000000 Binary files a/images/tango/16x16/status/dialog-information.png and /dev/null differ diff --git a/images/tango/16x16/status/dialog-warning.png b/images/tango/16x16/status/dialog-warning.png deleted file mode 100644 index a9e4ff3..0000000 Binary files a/images/tango/16x16/status/dialog-warning.png and /dev/null differ diff --git a/images/tango/16x16/status/folder-drag-accept.png b/images/tango/16x16/status/folder-drag-accept.png deleted file mode 100644 index 44055dc..0000000 Binary files a/images/tango/16x16/status/folder-drag-accept.png and /dev/null differ diff --git a/images/tango/16x16/status/folder-open.png b/images/tango/16x16/status/folder-open.png deleted file mode 100644 index b67403d..0000000 Binary files a/images/tango/16x16/status/folder-open.png and /dev/null differ diff --git a/images/tango/16x16/status/folder-visiting.png b/images/tango/16x16/status/folder-visiting.png deleted file mode 100644 index 9002444..0000000 Binary files a/images/tango/16x16/status/folder-visiting.png and /dev/null differ diff --git a/images/tango/16x16/status/image-loading.png b/images/tango/16x16/status/image-loading.png deleted file mode 100644 index 174994e..0000000 Binary files a/images/tango/16x16/status/image-loading.png and /dev/null differ diff --git a/images/tango/16x16/status/image-missing.png b/images/tango/16x16/status/image-missing.png deleted file mode 100644 index a644f24..0000000 Binary files a/images/tango/16x16/status/image-missing.png and /dev/null differ diff --git a/images/tango/16x16/status/mail-attachment.png b/images/tango/16x16/status/mail-attachment.png deleted file mode 100644 index 529bb7f..0000000 Binary files a/images/tango/16x16/status/mail-attachment.png and /dev/null differ diff --git a/images/tango/16x16/status/network-error.png b/images/tango/16x16/status/network-error.png deleted file mode 100644 index 3f18ed0..0000000 Binary files a/images/tango/16x16/status/network-error.png and /dev/null differ diff --git a/images/tango/16x16/status/network-idle.png b/images/tango/16x16/status/network-idle.png deleted file mode 100644 index 0efee57..0000000 Binary files a/images/tango/16x16/status/network-idle.png and /dev/null differ diff --git a/images/tango/16x16/status/network-offline.png b/images/tango/16x16/status/network-offline.png deleted file mode 100644 index 1f210fc..0000000 Binary files a/images/tango/16x16/status/network-offline.png and /dev/null differ diff --git a/images/tango/16x16/status/network-receive.png b/images/tango/16x16/status/network-receive.png deleted file mode 100644 index b57c65c..0000000 Binary files a/images/tango/16x16/status/network-receive.png and /dev/null differ diff --git a/images/tango/16x16/status/network-transmit-receive.png b/images/tango/16x16/status/network-transmit-receive.png deleted file mode 100644 index 271d37d..0000000 Binary files a/images/tango/16x16/status/network-transmit-receive.png and /dev/null differ diff --git a/images/tango/16x16/status/network-transmit.png b/images/tango/16x16/status/network-transmit.png deleted file mode 100644 index 08aa28b..0000000 Binary files a/images/tango/16x16/status/network-transmit.png and /dev/null differ diff --git a/images/tango/16x16/status/network-wireless-encrypted.png b/images/tango/16x16/status/network-wireless-encrypted.png deleted file mode 100644 index c73e33c..0000000 Binary files a/images/tango/16x16/status/network-wireless-encrypted.png and /dev/null differ diff --git a/images/tango/16x16/status/printer-error.png b/images/tango/16x16/status/printer-error.png deleted file mode 100644 index 21d4ded..0000000 Binary files a/images/tango/16x16/status/printer-error.png and /dev/null differ diff --git a/images/tango/16x16/status/software-update-available.png b/images/tango/16x16/status/software-update-available.png deleted file mode 100644 index ab8d494..0000000 Binary files a/images/tango/16x16/status/software-update-available.png and /dev/null differ diff --git a/images/tango/16x16/status/software-update-urgent.png b/images/tango/16x16/status/software-update-urgent.png deleted file mode 100644 index 433945d..0000000 Binary files a/images/tango/16x16/status/software-update-urgent.png and /dev/null differ diff --git a/images/tango/16x16/status/user-trash-full.png b/images/tango/16x16/status/user-trash-full.png deleted file mode 100644 index 695d215..0000000 Binary files a/images/tango/16x16/status/user-trash-full.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-clear-night.png b/images/tango/16x16/status/weather-clear-night.png deleted file mode 100644 index 4345752..0000000 Binary files a/images/tango/16x16/status/weather-clear-night.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-clear.png b/images/tango/16x16/status/weather-clear.png deleted file mode 100644 index 7dc15ea..0000000 Binary files a/images/tango/16x16/status/weather-clear.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-few-clouds-night.png b/images/tango/16x16/status/weather-few-clouds-night.png deleted file mode 100644 index d69efec..0000000 Binary files a/images/tango/16x16/status/weather-few-clouds-night.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-few-clouds.png b/images/tango/16x16/status/weather-few-clouds.png deleted file mode 100644 index 0e633a3..0000000 Binary files a/images/tango/16x16/status/weather-few-clouds.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-overcast.png b/images/tango/16x16/status/weather-overcast.png deleted file mode 100644 index 0045129..0000000 Binary files a/images/tango/16x16/status/weather-overcast.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-severe-alert.png b/images/tango/16x16/status/weather-severe-alert.png deleted file mode 100644 index 98e9f6c..0000000 Binary files a/images/tango/16x16/status/weather-severe-alert.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-showers-scattered.png b/images/tango/16x16/status/weather-showers-scattered.png deleted file mode 100644 index 8d10d84..0000000 Binary files a/images/tango/16x16/status/weather-showers-scattered.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-showers.png b/images/tango/16x16/status/weather-showers.png deleted file mode 100644 index d9685d2..0000000 Binary files a/images/tango/16x16/status/weather-showers.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-snow.png b/images/tango/16x16/status/weather-snow.png deleted file mode 100644 index a83d855..0000000 Binary files a/images/tango/16x16/status/weather-snow.png and /dev/null differ diff --git a/images/tango/16x16/status/weather-storm.png b/images/tango/16x16/status/weather-storm.png deleted file mode 100644 index feebe1d..0000000 Binary files a/images/tango/16x16/status/weather-storm.png and /dev/null differ diff --git a/images/tango/22x22/actions/address-book-new.png b/images/tango/22x22/actions/address-book-new.png deleted file mode 100644 index fad446c..0000000 Binary files a/images/tango/22x22/actions/address-book-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/appointment-new.png b/images/tango/22x22/actions/appointment-new.png deleted file mode 100644 index d676ffd..0000000 Binary files a/images/tango/22x22/actions/appointment-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/bookmark-new.png b/images/tango/22x22/actions/bookmark-new.png deleted file mode 100644 index 3ec0300..0000000 Binary files a/images/tango/22x22/actions/bookmark-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/contact-new.png b/images/tango/22x22/actions/contact-new.png deleted file mode 100644 index c9921be..0000000 Binary files a/images/tango/22x22/actions/contact-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-new.png b/images/tango/22x22/actions/document-new.png deleted file mode 100644 index e3808a1..0000000 Binary files a/images/tango/22x22/actions/document-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-open.png b/images/tango/22x22/actions/document-open.png deleted file mode 100644 index 254a6b8..0000000 Binary files a/images/tango/22x22/actions/document-open.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-pdf.png b/images/tango/22x22/actions/document-pdf.png deleted file mode 100644 index 033a703..0000000 Binary files a/images/tango/22x22/actions/document-pdf.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-print-preview.png b/images/tango/22x22/actions/document-print-preview.png deleted file mode 100644 index 75f43aa..0000000 Binary files a/images/tango/22x22/actions/document-print-preview.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-print.png b/images/tango/22x22/actions/document-print.png deleted file mode 100644 index 52dd67e..0000000 Binary files a/images/tango/22x22/actions/document-print.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-properties.png b/images/tango/22x22/actions/document-properties.png deleted file mode 100644 index a5ad728..0000000 Binary files a/images/tango/22x22/actions/document-properties.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-revert.png b/images/tango/22x22/actions/document-revert.png deleted file mode 100644 index 529abcb..0000000 Binary files a/images/tango/22x22/actions/document-revert.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-save-as.png b/images/tango/22x22/actions/document-save-as.png deleted file mode 100644 index 340a87e..0000000 Binary files a/images/tango/22x22/actions/document-save-as.png and /dev/null differ diff --git a/images/tango/22x22/actions/document-save.png b/images/tango/22x22/actions/document-save.png deleted file mode 100644 index a94e0ea..0000000 Binary files a/images/tango/22x22/actions/document-save.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-clear.png b/images/tango/22x22/actions/edit-clear.png deleted file mode 100644 index bbc77eb..0000000 Binary files a/images/tango/22x22/actions/edit-clear.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-copy.png b/images/tango/22x22/actions/edit-copy.png deleted file mode 100644 index 345b2f1..0000000 Binary files a/images/tango/22x22/actions/edit-copy.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-cut.png b/images/tango/22x22/actions/edit-cut.png deleted file mode 100644 index 7017d1b..0000000 Binary files a/images/tango/22x22/actions/edit-cut.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-delete.png b/images/tango/22x22/actions/edit-delete.png deleted file mode 100644 index 3811b64..0000000 Binary files a/images/tango/22x22/actions/edit-delete.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-find-replace.png b/images/tango/22x22/actions/edit-find-replace.png deleted file mode 100644 index de3a75f..0000000 Binary files a/images/tango/22x22/actions/edit-find-replace.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-find.png b/images/tango/22x22/actions/edit-find.png deleted file mode 100644 index 4f078cb..0000000 Binary files a/images/tango/22x22/actions/edit-find.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-paste.png b/images/tango/22x22/actions/edit-paste.png deleted file mode 100644 index f6a625c..0000000 Binary files a/images/tango/22x22/actions/edit-paste.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-redo.png b/images/tango/22x22/actions/edit-redo.png deleted file mode 100644 index 576cfc7..0000000 Binary files a/images/tango/22x22/actions/edit-redo.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-select-all.png b/images/tango/22x22/actions/edit-select-all.png deleted file mode 100644 index e6331c6..0000000 Binary files a/images/tango/22x22/actions/edit-select-all.png and /dev/null differ diff --git a/images/tango/22x22/actions/edit-undo.png b/images/tango/22x22/actions/edit-undo.png deleted file mode 100644 index f37c696..0000000 Binary files a/images/tango/22x22/actions/edit-undo.png and /dev/null differ diff --git a/images/tango/22x22/actions/folder-new.png b/images/tango/22x22/actions/folder-new.png deleted file mode 100644 index 1c3dc94..0000000 Binary files a/images/tango/22x22/actions/folder-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-indent-less.png b/images/tango/22x22/actions/format-indent-less.png deleted file mode 100644 index 5292012..0000000 Binary files a/images/tango/22x22/actions/format-indent-less.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-indent-more.png b/images/tango/22x22/actions/format-indent-more.png deleted file mode 100644 index ad2b527..0000000 Binary files a/images/tango/22x22/actions/format-indent-more.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-justify-center.png b/images/tango/22x22/actions/format-justify-center.png deleted file mode 100644 index 0777a9a..0000000 Binary files a/images/tango/22x22/actions/format-justify-center.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-justify-fill.png b/images/tango/22x22/actions/format-justify-fill.png deleted file mode 100644 index 0ce4013..0000000 Binary files a/images/tango/22x22/actions/format-justify-fill.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-justify-left.png b/images/tango/22x22/actions/format-justify-left.png deleted file mode 100644 index a8e1ca8..0000000 Binary files a/images/tango/22x22/actions/format-justify-left.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-justify-right.png b/images/tango/22x22/actions/format-justify-right.png deleted file mode 100644 index 8228d81..0000000 Binary files a/images/tango/22x22/actions/format-justify-right.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-text-bold.png b/images/tango/22x22/actions/format-text-bold.png deleted file mode 100644 index 7166e3d..0000000 Binary files a/images/tango/22x22/actions/format-text-bold.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-text-italic.png b/images/tango/22x22/actions/format-text-italic.png deleted file mode 100644 index ef68fb3..0000000 Binary files a/images/tango/22x22/actions/format-text-italic.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-text-strikethrough.png b/images/tango/22x22/actions/format-text-strikethrough.png deleted file mode 100644 index e4ca573..0000000 Binary files a/images/tango/22x22/actions/format-text-strikethrough.png and /dev/null differ diff --git a/images/tango/22x22/actions/format-text-underline.png b/images/tango/22x22/actions/format-text-underline.png deleted file mode 100644 index d33422b..0000000 Binary files a/images/tango/22x22/actions/format-text-underline.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-bottom.png b/images/tango/22x22/actions/go-bottom.png deleted file mode 100644 index d81e071..0000000 Binary files a/images/tango/22x22/actions/go-bottom.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-down.png b/images/tango/22x22/actions/go-down.png deleted file mode 100644 index af23788..0000000 Binary files a/images/tango/22x22/actions/go-down.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-first.png b/images/tango/22x22/actions/go-first.png deleted file mode 100644 index bf0d8f2..0000000 Binary files a/images/tango/22x22/actions/go-first.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-home.png b/images/tango/22x22/actions/go-home.png deleted file mode 100644 index 9d62109..0000000 Binary files a/images/tango/22x22/actions/go-home.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-jump.png b/images/tango/22x22/actions/go-jump.png deleted file mode 100644 index 373dce9..0000000 Binary files a/images/tango/22x22/actions/go-jump.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-last.png b/images/tango/22x22/actions/go-last.png deleted file mode 100644 index 32df45d..0000000 Binary files a/images/tango/22x22/actions/go-last.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-next.png b/images/tango/22x22/actions/go-next.png deleted file mode 100644 index 6f3f65d..0000000 Binary files a/images/tango/22x22/actions/go-next.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-previous.png b/images/tango/22x22/actions/go-previous.png deleted file mode 100644 index 93be3d1..0000000 Binary files a/images/tango/22x22/actions/go-previous.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-top.png b/images/tango/22x22/actions/go-top.png deleted file mode 100644 index 96f98dd..0000000 Binary files a/images/tango/22x22/actions/go-top.png and /dev/null differ diff --git a/images/tango/22x22/actions/go-up.png b/images/tango/22x22/actions/go-up.png deleted file mode 100644 index b0a0cd7..0000000 Binary files a/images/tango/22x22/actions/go-up.png and /dev/null differ diff --git a/images/tango/22x22/actions/list-add.png b/images/tango/22x22/actions/list-add.png deleted file mode 100644 index 306d3d8..0000000 Binary files a/images/tango/22x22/actions/list-add.png and /dev/null differ diff --git a/images/tango/22x22/actions/list-remove.png b/images/tango/22x22/actions/list-remove.png deleted file mode 100644 index 45e5c2a..0000000 Binary files a/images/tango/22x22/actions/list-remove.png and /dev/null differ diff --git a/images/tango/22x22/actions/mail-forward.png b/images/tango/22x22/actions/mail-forward.png deleted file mode 100644 index 51aa0b4..0000000 Binary files a/images/tango/22x22/actions/mail-forward.png and /dev/null differ diff --git a/images/tango/22x22/actions/mail-mark-junk.png b/images/tango/22x22/actions/mail-mark-junk.png deleted file mode 100644 index f980138..0000000 Binary files a/images/tango/22x22/actions/mail-mark-junk.png and /dev/null differ diff --git a/images/tango/22x22/actions/mail-mark-not-junk.png b/images/tango/22x22/actions/mail-mark-not-junk.png deleted file mode 100644 index da6fb95..0000000 Binary files a/images/tango/22x22/actions/mail-mark-not-junk.png and /dev/null differ diff --git a/images/tango/22x22/actions/mail-message-new.png b/images/tango/22x22/actions/mail-message-new.png deleted file mode 100644 index 96ae0e9..0000000 Binary files a/images/tango/22x22/actions/mail-message-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/mail-reply-all.png b/images/tango/22x22/actions/mail-reply-all.png deleted file mode 100644 index c158a72..0000000 Binary files a/images/tango/22x22/actions/mail-reply-all.png and /dev/null differ diff --git a/images/tango/22x22/actions/mail-reply-sender.png b/images/tango/22x22/actions/mail-reply-sender.png deleted file mode 100644 index 4f077a1..0000000 Binary files a/images/tango/22x22/actions/mail-reply-sender.png and /dev/null differ diff --git a/images/tango/22x22/actions/mail-send-receive.png b/images/tango/22x22/actions/mail-send-receive.png deleted file mode 100644 index 69e8272..0000000 Binary files a/images/tango/22x22/actions/mail-send-receive.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-eject.png b/images/tango/22x22/actions/media-eject.png deleted file mode 100644 index 5a232e6..0000000 Binary files a/images/tango/22x22/actions/media-eject.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-playback-pause.png b/images/tango/22x22/actions/media-playback-pause.png deleted file mode 100644 index ee40fc2..0000000 Binary files a/images/tango/22x22/actions/media-playback-pause.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-playback-start.png b/images/tango/22x22/actions/media-playback-start.png deleted file mode 100644 index 10102d8..0000000 Binary files a/images/tango/22x22/actions/media-playback-start.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-playback-stop.png b/images/tango/22x22/actions/media-playback-stop.png deleted file mode 100644 index d0e4733..0000000 Binary files a/images/tango/22x22/actions/media-playback-stop.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-record.png b/images/tango/22x22/actions/media-record.png deleted file mode 100644 index fb53e14..0000000 Binary files a/images/tango/22x22/actions/media-record.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-seek-backward.png b/images/tango/22x22/actions/media-seek-backward.png deleted file mode 100644 index e094d12..0000000 Binary files a/images/tango/22x22/actions/media-seek-backward.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-seek-forward.png b/images/tango/22x22/actions/media-seek-forward.png deleted file mode 100644 index b9c2c6c..0000000 Binary files a/images/tango/22x22/actions/media-seek-forward.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-skip-backward.png b/images/tango/22x22/actions/media-skip-backward.png deleted file mode 100644 index 2a5e703..0000000 Binary files a/images/tango/22x22/actions/media-skip-backward.png and /dev/null differ diff --git a/images/tango/22x22/actions/media-skip-forward.png b/images/tango/22x22/actions/media-skip-forward.png deleted file mode 100644 index 28bca3e..0000000 Binary files a/images/tango/22x22/actions/media-skip-forward.png and /dev/null differ diff --git a/images/tango/22x22/actions/process-stop.png b/images/tango/22x22/actions/process-stop.png deleted file mode 100644 index b68290b..0000000 Binary files a/images/tango/22x22/actions/process-stop.png and /dev/null differ diff --git a/images/tango/22x22/actions/system-lock-screen.png b/images/tango/22x22/actions/system-lock-screen.png deleted file mode 100644 index dc6b825..0000000 Binary files a/images/tango/22x22/actions/system-lock-screen.png and /dev/null differ diff --git a/images/tango/22x22/actions/system-log-out.png b/images/tango/22x22/actions/system-log-out.png deleted file mode 100644 index 28ac66f..0000000 Binary files a/images/tango/22x22/actions/system-log-out.png and /dev/null differ diff --git a/images/tango/22x22/actions/system-search.png b/images/tango/22x22/actions/system-search.png deleted file mode 100644 index 4e522b2..0000000 Binary files a/images/tango/22x22/actions/system-search.png and /dev/null differ diff --git a/images/tango/22x22/actions/system-shutdown.png b/images/tango/22x22/actions/system-shutdown.png deleted file mode 100644 index 0c2a2d1..0000000 Binary files a/images/tango/22x22/actions/system-shutdown.png and /dev/null differ diff --git a/images/tango/22x22/actions/tab-new.png b/images/tango/22x22/actions/tab-new.png deleted file mode 100644 index c7c7cf2..0000000 Binary files a/images/tango/22x22/actions/tab-new.png and /dev/null differ diff --git a/images/tango/22x22/actions/view-fullscreen.png b/images/tango/22x22/actions/view-fullscreen.png deleted file mode 100644 index 6f0f292..0000000 Binary files a/images/tango/22x22/actions/view-fullscreen.png and /dev/null differ diff --git a/images/tango/22x22/actions/view-refresh.png b/images/tango/22x22/actions/view-refresh.png deleted file mode 100644 index cab4d02..0000000 Binary files a/images/tango/22x22/actions/view-refresh.png and /dev/null differ diff --git a/images/tango/22x22/actions/window-new.png b/images/tango/22x22/actions/window-new.png deleted file mode 100644 index 314f997..0000000 Binary files a/images/tango/22x22/actions/window-new.png and /dev/null differ diff --git a/images/tango/22x22/animations/process-working.png b/images/tango/22x22/animations/process-working.png deleted file mode 100644 index 9005de7..0000000 Binary files a/images/tango/22x22/animations/process-working.png and /dev/null differ diff --git a/images/tango/22x22/apps/accessories-calculator.png b/images/tango/22x22/apps/accessories-calculator.png deleted file mode 100644 index e12d465..0000000 Binary files a/images/tango/22x22/apps/accessories-calculator.png and /dev/null differ diff --git a/images/tango/22x22/apps/accessories-character-map.png b/images/tango/22x22/apps/accessories-character-map.png deleted file mode 100644 index e630c7e..0000000 Binary files a/images/tango/22x22/apps/accessories-character-map.png and /dev/null differ diff --git a/images/tango/22x22/apps/accessories-text-editor.png b/images/tango/22x22/apps/accessories-text-editor.png deleted file mode 100644 index c3d245d..0000000 Binary files a/images/tango/22x22/apps/accessories-text-editor.png and /dev/null differ diff --git a/images/tango/22x22/apps/help-browser.png b/images/tango/22x22/apps/help-browser.png deleted file mode 100644 index c67c7a6..0000000 Binary files a/images/tango/22x22/apps/help-browser.png and /dev/null differ diff --git a/images/tango/22x22/apps/internet-group-chat.png b/images/tango/22x22/apps/internet-group-chat.png deleted file mode 100644 index 3cac5df..0000000 Binary files a/images/tango/22x22/apps/internet-group-chat.png and /dev/null differ diff --git a/images/tango/22x22/apps/internet-mail.png b/images/tango/22x22/apps/internet-mail.png deleted file mode 100644 index 68fc82e..0000000 Binary files a/images/tango/22x22/apps/internet-mail.png and /dev/null differ diff --git a/images/tango/22x22/apps/internet-news-reader.png b/images/tango/22x22/apps/internet-news-reader.png deleted file mode 100644 index 43950eb..0000000 Binary files a/images/tango/22x22/apps/internet-news-reader.png and /dev/null differ diff --git a/images/tango/22x22/apps/internet-web-browser.png b/images/tango/22x22/apps/internet-web-browser.png deleted file mode 100644 index 4125479..0000000 Binary files a/images/tango/22x22/apps/internet-web-browser.png and /dev/null differ diff --git a/images/tango/22x22/apps/office-calendar.png b/images/tango/22x22/apps/office-calendar.png deleted file mode 100644 index 60ad82b..0000000 Binary files a/images/tango/22x22/apps/office-calendar.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-accessibility.png b/images/tango/22x22/apps/preferences-desktop-accessibility.png deleted file mode 100644 index 919d735..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-assistive-technology.png b/images/tango/22x22/apps/preferences-desktop-assistive-technology.png deleted file mode 100644 index 483e4a6..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-assistive-technology.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-font.png b/images/tango/22x22/apps/preferences-desktop-font.png deleted file mode 100644 index d452db7..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-font.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-keyboard-shortcuts.png b/images/tango/22x22/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index c3e1328..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-locale.png b/images/tango/22x22/apps/preferences-desktop-locale.png deleted file mode 100644 index ed0480b..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-multimedia.png b/images/tango/22x22/apps/preferences-desktop-multimedia.png deleted file mode 100644 index e1bdf85..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-multimedia.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-remote-desktop.png b/images/tango/22x22/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index d25792b..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-screensaver.png b/images/tango/22x22/apps/preferences-desktop-screensaver.png deleted file mode 100644 index 619e196..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-theme.png b/images/tango/22x22/apps/preferences-desktop-theme.png deleted file mode 100644 index 7b5f0ba..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-desktop-wallpaper.png b/images/tango/22x22/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 3389e55..0000000 Binary files a/images/tango/22x22/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-system-network-proxy.png b/images/tango/22x22/apps/preferences-system-network-proxy.png deleted file mode 100644 index bec24de..0000000 Binary files a/images/tango/22x22/apps/preferences-system-network-proxy.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-system-session.png b/images/tango/22x22/apps/preferences-system-session.png deleted file mode 100644 index 9a09875..0000000 Binary files a/images/tango/22x22/apps/preferences-system-session.png and /dev/null differ diff --git a/images/tango/22x22/apps/preferences-system-windows.png b/images/tango/22x22/apps/preferences-system-windows.png deleted file mode 100644 index 2caa205..0000000 Binary files a/images/tango/22x22/apps/preferences-system-windows.png and /dev/null differ diff --git a/images/tango/22x22/apps/system-file-manager.png b/images/tango/22x22/apps/system-file-manager.png deleted file mode 100644 index 44d6310..0000000 Binary files a/images/tango/22x22/apps/system-file-manager.png and /dev/null differ diff --git a/images/tango/22x22/apps/system-installer.png b/images/tango/22x22/apps/system-installer.png deleted file mode 100644 index b75c6b1..0000000 Binary files a/images/tango/22x22/apps/system-installer.png and /dev/null differ diff --git a/images/tango/22x22/apps/system-software-update.png b/images/tango/22x22/apps/system-software-update.png deleted file mode 100644 index 5f7a362..0000000 Binary files a/images/tango/22x22/apps/system-software-update.png and /dev/null differ diff --git a/images/tango/22x22/apps/system-users.png b/images/tango/22x22/apps/system-users.png deleted file mode 100644 index bced28c..0000000 Binary files a/images/tango/22x22/apps/system-users.png and /dev/null differ diff --git a/images/tango/22x22/apps/utilities-system-monitor.png b/images/tango/22x22/apps/utilities-system-monitor.png deleted file mode 100644 index f2d266f..0000000 Binary files a/images/tango/22x22/apps/utilities-system-monitor.png and /dev/null differ diff --git a/images/tango/22x22/apps/utilities-terminal.png b/images/tango/22x22/apps/utilities-terminal.png deleted file mode 100644 index ceb0fb9..0000000 Binary files a/images/tango/22x22/apps/utilities-terminal.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-accessories.png b/images/tango/22x22/categories/applications-accessories.png deleted file mode 100644 index f619403..0000000 Binary files a/images/tango/22x22/categories/applications-accessories.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-development.png b/images/tango/22x22/categories/applications-development.png deleted file mode 100644 index 8ef08e2..0000000 Binary files a/images/tango/22x22/categories/applications-development.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-games.png b/images/tango/22x22/categories/applications-games.png deleted file mode 100644 index cc78378..0000000 Binary files a/images/tango/22x22/categories/applications-games.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-graphics.png b/images/tango/22x22/categories/applications-graphics.png deleted file mode 100644 index ca883da..0000000 Binary files a/images/tango/22x22/categories/applications-graphics.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-internet.png b/images/tango/22x22/categories/applications-internet.png deleted file mode 100644 index d4bfb82..0000000 Binary files a/images/tango/22x22/categories/applications-internet.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-multimedia.png b/images/tango/22x22/categories/applications-multimedia.png deleted file mode 100644 index ae2d28c..0000000 Binary files a/images/tango/22x22/categories/applications-multimedia.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-office.png b/images/tango/22x22/categories/applications-office.png deleted file mode 100644 index 7e3be9b..0000000 Binary files a/images/tango/22x22/categories/applications-office.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-other.png b/images/tango/22x22/categories/applications-other.png deleted file mode 100644 index 308acb2..0000000 Binary files a/images/tango/22x22/categories/applications-other.png and /dev/null differ diff --git a/images/tango/22x22/categories/applications-system.png b/images/tango/22x22/categories/applications-system.png deleted file mode 100644 index 4decc89..0000000 Binary files a/images/tango/22x22/categories/applications-system.png and /dev/null differ diff --git a/images/tango/22x22/categories/preferences-desktop-peripherals.png b/images/tango/22x22/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 985bcde..0000000 Binary files a/images/tango/22x22/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/images/tango/22x22/categories/preferences-desktop.png b/images/tango/22x22/categories/preferences-desktop.png deleted file mode 100644 index c359063..0000000 Binary files a/images/tango/22x22/categories/preferences-desktop.png and /dev/null differ diff --git a/images/tango/22x22/categories/preferences-system.png b/images/tango/22x22/categories/preferences-system.png deleted file mode 100644 index cc91d65..0000000 Binary files a/images/tango/22x22/categories/preferences-system.png and /dev/null differ diff --git a/images/tango/22x22/devices/audio-card.png b/images/tango/22x22/devices/audio-card.png deleted file mode 100644 index 93d99aa..0000000 Binary files a/images/tango/22x22/devices/audio-card.png and /dev/null differ diff --git a/images/tango/22x22/devices/audio-input-microphone.png b/images/tango/22x22/devices/audio-input-microphone.png deleted file mode 100644 index 496d244..0000000 Binary files a/images/tango/22x22/devices/audio-input-microphone.png and /dev/null differ diff --git a/images/tango/22x22/devices/battery.png b/images/tango/22x22/devices/battery.png deleted file mode 100644 index ad45674..0000000 Binary files a/images/tango/22x22/devices/battery.png and /dev/null differ diff --git a/images/tango/22x22/devices/camera-photo.png b/images/tango/22x22/devices/camera-photo.png deleted file mode 100644 index 8d28baf..0000000 Binary files a/images/tango/22x22/devices/camera-photo.png and /dev/null differ diff --git a/images/tango/22x22/devices/camera-video.png b/images/tango/22x22/devices/camera-video.png deleted file mode 100644 index e84992c..0000000 Binary files a/images/tango/22x22/devices/camera-video.png and /dev/null differ diff --git a/images/tango/22x22/devices/computer.png b/images/tango/22x22/devices/computer.png deleted file mode 100644 index b6e6b39..0000000 Binary files a/images/tango/22x22/devices/computer.png and /dev/null differ diff --git a/images/tango/22x22/devices/drive-harddisk.png b/images/tango/22x22/devices/drive-harddisk.png deleted file mode 100644 index da41305..0000000 Binary files a/images/tango/22x22/devices/drive-harddisk.png and /dev/null differ diff --git a/images/tango/22x22/devices/drive-optical.png b/images/tango/22x22/devices/drive-optical.png deleted file mode 100644 index af2c826..0000000 Binary files a/images/tango/22x22/devices/drive-optical.png and /dev/null differ diff --git a/images/tango/22x22/devices/drive-removable-media.png b/images/tango/22x22/devices/drive-removable-media.png deleted file mode 100644 index f487310..0000000 Binary files a/images/tango/22x22/devices/drive-removable-media.png and /dev/null differ diff --git a/images/tango/22x22/devices/input-gaming.png b/images/tango/22x22/devices/input-gaming.png deleted file mode 100644 index 18f7739..0000000 Binary files a/images/tango/22x22/devices/input-gaming.png and /dev/null differ diff --git a/images/tango/22x22/devices/input-keyboard.png b/images/tango/22x22/devices/input-keyboard.png deleted file mode 100644 index 6ffb232..0000000 Binary files a/images/tango/22x22/devices/input-keyboard.png and /dev/null differ diff --git a/images/tango/22x22/devices/input-mouse.png b/images/tango/22x22/devices/input-mouse.png deleted file mode 100644 index c1bbc79..0000000 Binary files a/images/tango/22x22/devices/input-mouse.png and /dev/null differ diff --git a/images/tango/22x22/devices/media-flash.png b/images/tango/22x22/devices/media-flash.png deleted file mode 100644 index c6a2d0c..0000000 Binary files a/images/tango/22x22/devices/media-flash.png and /dev/null differ diff --git a/images/tango/22x22/devices/media-floppy.png b/images/tango/22x22/devices/media-floppy.png deleted file mode 100644 index af79de8..0000000 Binary files a/images/tango/22x22/devices/media-floppy.png and /dev/null differ diff --git a/images/tango/22x22/devices/media-optical.png b/images/tango/22x22/devices/media-optical.png deleted file mode 100644 index e86bfa3..0000000 Binary files a/images/tango/22x22/devices/media-optical.png and /dev/null differ diff --git a/images/tango/22x22/devices/multimedia-player.png b/images/tango/22x22/devices/multimedia-player.png deleted file mode 100644 index 8be0228..0000000 Binary files a/images/tango/22x22/devices/multimedia-player.png and /dev/null differ diff --git a/images/tango/22x22/devices/network-wired.png b/images/tango/22x22/devices/network-wired.png deleted file mode 100644 index 51c8b16..0000000 Binary files a/images/tango/22x22/devices/network-wired.png and /dev/null differ diff --git a/images/tango/22x22/devices/network-wireless.png b/images/tango/22x22/devices/network-wireless.png deleted file mode 100644 index 2d7851f..0000000 Binary files a/images/tango/22x22/devices/network-wireless.png and /dev/null differ diff --git a/images/tango/22x22/devices/printer.png b/images/tango/22x22/devices/printer.png deleted file mode 100644 index 65caccf..0000000 Binary files a/images/tango/22x22/devices/printer.png and /dev/null differ diff --git a/images/tango/22x22/devices/video-display.png b/images/tango/22x22/devices/video-display.png deleted file mode 100644 index f244adb..0000000 Binary files a/images/tango/22x22/devices/video-display.png and /dev/null differ diff --git a/images/tango/22x22/emblems/emblem-favorite.png b/images/tango/22x22/emblems/emblem-favorite.png deleted file mode 100644 index 9b3d7ac..0000000 Binary files a/images/tango/22x22/emblems/emblem-favorite.png and /dev/null differ diff --git a/images/tango/22x22/emblems/emblem-important.png b/images/tango/22x22/emblems/emblem-important.png deleted file mode 100644 index 0437a0d..0000000 Binary files a/images/tango/22x22/emblems/emblem-important.png and /dev/null differ diff --git a/images/tango/22x22/emblems/emblem-photos.png b/images/tango/22x22/emblems/emblem-photos.png deleted file mode 100644 index b8b1c63..0000000 Binary files a/images/tango/22x22/emblems/emblem-photos.png and /dev/null differ diff --git a/images/tango/22x22/emblems/emblem-readonly.png b/images/tango/22x22/emblems/emblem-readonly.png deleted file mode 100644 index 33896d9..0000000 Binary files a/images/tango/22x22/emblems/emblem-readonly.png and /dev/null differ diff --git a/images/tango/22x22/emblems/emblem-symbolic-link.png b/images/tango/22x22/emblems/emblem-symbolic-link.png deleted file mode 100644 index d02781d..0000000 Binary files a/images/tango/22x22/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/images/tango/22x22/emblems/emblem-system.png b/images/tango/22x22/emblems/emblem-system.png deleted file mode 100644 index 1f2b3b3..0000000 Binary files a/images/tango/22x22/emblems/emblem-system.png and /dev/null differ diff --git a/images/tango/22x22/emblems/emblem-unreadable.png b/images/tango/22x22/emblems/emblem-unreadable.png deleted file mode 100644 index 6a88bdb..0000000 Binary files a/images/tango/22x22/emblems/emblem-unreadable.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-angel.png b/images/tango/22x22/emotes/face-angel.png deleted file mode 100644 index 604bf17..0000000 Binary files a/images/tango/22x22/emotes/face-angel.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-crying.png b/images/tango/22x22/emotes/face-crying.png deleted file mode 100644 index 761b0e8..0000000 Binary files a/images/tango/22x22/emotes/face-crying.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-devilish.png b/images/tango/22x22/emotes/face-devilish.png deleted file mode 100644 index fbd7808..0000000 Binary files a/images/tango/22x22/emotes/face-devilish.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-glasses.png b/images/tango/22x22/emotes/face-glasses.png deleted file mode 100644 index 5551f12..0000000 Binary files a/images/tango/22x22/emotes/face-glasses.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-grin.png b/images/tango/22x22/emotes/face-grin.png deleted file mode 100644 index 4513b92..0000000 Binary files a/images/tango/22x22/emotes/face-grin.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-kiss.png b/images/tango/22x22/emotes/face-kiss.png deleted file mode 100644 index a5d1bdd..0000000 Binary files a/images/tango/22x22/emotes/face-kiss.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-monkey.png b/images/tango/22x22/emotes/face-monkey.png deleted file mode 100644 index ced7b2e..0000000 Binary files a/images/tango/22x22/emotes/face-monkey.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-plain.png b/images/tango/22x22/emotes/face-plain.png deleted file mode 100644 index ea0ad6a..0000000 Binary files a/images/tango/22x22/emotes/face-plain.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-sad.png b/images/tango/22x22/emotes/face-sad.png deleted file mode 100644 index 23afcb2..0000000 Binary files a/images/tango/22x22/emotes/face-sad.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-smile-big.png b/images/tango/22x22/emotes/face-smile-big.png deleted file mode 100644 index b2e8a36..0000000 Binary files a/images/tango/22x22/emotes/face-smile-big.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-smile.png b/images/tango/22x22/emotes/face-smile.png deleted file mode 100644 index 45ff17d..0000000 Binary files a/images/tango/22x22/emotes/face-smile.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-surprise.png b/images/tango/22x22/emotes/face-surprise.png deleted file mode 100644 index 9bae9b6..0000000 Binary files a/images/tango/22x22/emotes/face-surprise.png and /dev/null differ diff --git a/images/tango/22x22/emotes/face-wink.png b/images/tango/22x22/emotes/face-wink.png deleted file mode 100644 index cf10119..0000000 Binary files a/images/tango/22x22/emotes/face-wink.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/application-certificate.png b/images/tango/22x22/mimetypes/application-certificate.png deleted file mode 100644 index 9657b43..0000000 Binary files a/images/tango/22x22/mimetypes/application-certificate.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/application-x-executable.png b/images/tango/22x22/mimetypes/application-x-executable.png deleted file mode 100644 index 2bb2adf..0000000 Binary files a/images/tango/22x22/mimetypes/application-x-executable.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/audio-x-generic.png b/images/tango/22x22/mimetypes/audio-x-generic.png deleted file mode 100644 index 318bebd..0000000 Binary files a/images/tango/22x22/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/font-x-generic.png b/images/tango/22x22/mimetypes/font-x-generic.png deleted file mode 100644 index bdc1814..0000000 Binary files a/images/tango/22x22/mimetypes/font-x-generic.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/image-x-generic.png b/images/tango/22x22/mimetypes/image-x-generic.png deleted file mode 100644 index 10f4671..0000000 Binary files a/images/tango/22x22/mimetypes/image-x-generic.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/package-x-generic.png b/images/tango/22x22/mimetypes/package-x-generic.png deleted file mode 100644 index dc76287..0000000 Binary files a/images/tango/22x22/mimetypes/package-x-generic.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/text-html.png b/images/tango/22x22/mimetypes/text-html.png deleted file mode 100644 index 51beaff..0000000 Binary files a/images/tango/22x22/mimetypes/text-html.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/text-x-generic-template.png b/images/tango/22x22/mimetypes/text-x-generic-template.png deleted file mode 100644 index f13f7c9..0000000 Binary files a/images/tango/22x22/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/text-x-generic.png b/images/tango/22x22/mimetypes/text-x-generic.png deleted file mode 100644 index d68a56c..0000000 Binary files a/images/tango/22x22/mimetypes/text-x-generic.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/text-x-script.png b/images/tango/22x22/mimetypes/text-x-script.png deleted file mode 100644 index abf8f61..0000000 Binary files a/images/tango/22x22/mimetypes/text-x-script.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/video-x-generic.png b/images/tango/22x22/mimetypes/video-x-generic.png deleted file mode 100644 index 6e26d9c..0000000 Binary files a/images/tango/22x22/mimetypes/video-x-generic.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-address-book.png b/images/tango/22x22/mimetypes/x-office-address-book.png deleted file mode 100644 index 2e519ce..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-calendar.png b/images/tango/22x22/mimetypes/x-office-calendar.png deleted file mode 100644 index 0c224e9..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-document-template.png b/images/tango/22x22/mimetypes/x-office-document-template.png deleted file mode 100644 index 18c4246..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-document.png b/images/tango/22x22/mimetypes/x-office-document.png deleted file mode 100644 index c9baeda..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-document.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-drawing-template.png b/images/tango/22x22/mimetypes/x-office-drawing-template.png deleted file mode 100644 index a7045ab..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-drawing.png b/images/tango/22x22/mimetypes/x-office-drawing.png deleted file mode 100644 index 5d84f9f..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-presentation-template.png b/images/tango/22x22/mimetypes/x-office-presentation-template.png deleted file mode 100644 index 1f7bc9b..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-presentation.png b/images/tango/22x22/mimetypes/x-office-presentation.png deleted file mode 100644 index 3633f53..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-spreadsheet-template.png b/images/tango/22x22/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index ea7d467..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/images/tango/22x22/mimetypes/x-office-spreadsheet.png b/images/tango/22x22/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index c82d574..0000000 Binary files a/images/tango/22x22/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/images/tango/22x22/places/folder-remote.png b/images/tango/22x22/places/folder-remote.png deleted file mode 100644 index 82db43b..0000000 Binary files a/images/tango/22x22/places/folder-remote.png and /dev/null differ diff --git a/images/tango/22x22/places/folder-saved-search.png b/images/tango/22x22/places/folder-saved-search.png deleted file mode 100644 index 901f4a7..0000000 Binary files a/images/tango/22x22/places/folder-saved-search.png and /dev/null differ diff --git a/images/tango/22x22/places/folder.png b/images/tango/22x22/places/folder.png deleted file mode 100644 index 01f45b8..0000000 Binary files a/images/tango/22x22/places/folder.png and /dev/null differ diff --git a/images/tango/22x22/places/network-server.png b/images/tango/22x22/places/network-server.png deleted file mode 100644 index a0d7118..0000000 Binary files a/images/tango/22x22/places/network-server.png and /dev/null differ diff --git a/images/tango/22x22/places/network-workgroup.png b/images/tango/22x22/places/network-workgroup.png deleted file mode 100644 index f96c9db..0000000 Binary files a/images/tango/22x22/places/network-workgroup.png and /dev/null differ diff --git a/images/tango/22x22/places/start-here.png b/images/tango/22x22/places/start-here.png deleted file mode 100644 index fc9b049..0000000 Binary files a/images/tango/22x22/places/start-here.png and /dev/null differ diff --git a/images/tango/22x22/places/user-desktop.png b/images/tango/22x22/places/user-desktop.png deleted file mode 100644 index d60b2f1..0000000 Binary files a/images/tango/22x22/places/user-desktop.png and /dev/null differ diff --git a/images/tango/22x22/places/user-home.png b/images/tango/22x22/places/user-home.png deleted file mode 100644 index c7eac99..0000000 Binary files a/images/tango/22x22/places/user-home.png and /dev/null differ diff --git a/images/tango/22x22/places/user-trash.png b/images/tango/22x22/places/user-trash.png deleted file mode 100644 index 05ff036..0000000 Binary files a/images/tango/22x22/places/user-trash.png and /dev/null differ diff --git a/images/tango/22x22/status/audio-volume-high.png b/images/tango/22x22/status/audio-volume-high.png deleted file mode 100644 index 1b2f30e..0000000 Binary files a/images/tango/22x22/status/audio-volume-high.png and /dev/null differ diff --git a/images/tango/22x22/status/audio-volume-low.png b/images/tango/22x22/status/audio-volume-low.png deleted file mode 100644 index 46bcd19..0000000 Binary files a/images/tango/22x22/status/audio-volume-low.png and /dev/null differ diff --git a/images/tango/22x22/status/audio-volume-medium.png b/images/tango/22x22/status/audio-volume-medium.png deleted file mode 100644 index 31883ef..0000000 Binary files a/images/tango/22x22/status/audio-volume-medium.png and /dev/null differ diff --git a/images/tango/22x22/status/audio-volume-muted.png b/images/tango/22x22/status/audio-volume-muted.png deleted file mode 100644 index 3e74c1d..0000000 Binary files a/images/tango/22x22/status/audio-volume-muted.png and /dev/null differ diff --git a/images/tango/22x22/status/battery-caution.png b/images/tango/22x22/status/battery-caution.png deleted file mode 100644 index 456f7a4..0000000 Binary files a/images/tango/22x22/status/battery-caution.png and /dev/null differ diff --git a/images/tango/22x22/status/dialog-error.png b/images/tango/22x22/status/dialog-error.png deleted file mode 100644 index 7d6aaf6..0000000 Binary files a/images/tango/22x22/status/dialog-error.png and /dev/null differ diff --git a/images/tango/22x22/status/dialog-information.png b/images/tango/22x22/status/dialog-information.png deleted file mode 100644 index 07cf010..0000000 Binary files a/images/tango/22x22/status/dialog-information.png and /dev/null differ diff --git a/images/tango/22x22/status/dialog-warning.png b/images/tango/22x22/status/dialog-warning.png deleted file mode 100644 index 45b64a7..0000000 Binary files a/images/tango/22x22/status/dialog-warning.png and /dev/null differ diff --git a/images/tango/22x22/status/folder-drag-accept.png b/images/tango/22x22/status/folder-drag-accept.png deleted file mode 100644 index 16a2b84..0000000 Binary files a/images/tango/22x22/status/folder-drag-accept.png and /dev/null differ diff --git a/images/tango/22x22/status/folder-open.png b/images/tango/22x22/status/folder-open.png deleted file mode 100644 index f81f70c..0000000 Binary files a/images/tango/22x22/status/folder-open.png and /dev/null differ diff --git a/images/tango/22x22/status/folder-visiting.png b/images/tango/22x22/status/folder-visiting.png deleted file mode 100644 index b4af525..0000000 Binary files a/images/tango/22x22/status/folder-visiting.png and /dev/null differ diff --git a/images/tango/22x22/status/image-loading.png b/images/tango/22x22/status/image-loading.png deleted file mode 100644 index a4be885..0000000 Binary files a/images/tango/22x22/status/image-loading.png and /dev/null differ diff --git a/images/tango/22x22/status/image-missing.png b/images/tango/22x22/status/image-missing.png deleted file mode 100644 index e12439a..0000000 Binary files a/images/tango/22x22/status/image-missing.png and /dev/null differ diff --git a/images/tango/22x22/status/mail-attachment.png b/images/tango/22x22/status/mail-attachment.png deleted file mode 100644 index c5d9633..0000000 Binary files a/images/tango/22x22/status/mail-attachment.png and /dev/null differ diff --git a/images/tango/22x22/status/network-error.png b/images/tango/22x22/status/network-error.png deleted file mode 100644 index d36ce29..0000000 Binary files a/images/tango/22x22/status/network-error.png and /dev/null differ diff --git a/images/tango/22x22/status/network-idle.png b/images/tango/22x22/status/network-idle.png deleted file mode 100644 index caebd98..0000000 Binary files a/images/tango/22x22/status/network-idle.png and /dev/null differ diff --git a/images/tango/22x22/status/network-offline.png b/images/tango/22x22/status/network-offline.png deleted file mode 100644 index 72dd12c..0000000 Binary files a/images/tango/22x22/status/network-offline.png and /dev/null differ diff --git a/images/tango/22x22/status/network-receive.png b/images/tango/22x22/status/network-receive.png deleted file mode 100644 index 11dfa07..0000000 Binary files a/images/tango/22x22/status/network-receive.png and /dev/null differ diff --git a/images/tango/22x22/status/network-transmit-receive.png b/images/tango/22x22/status/network-transmit-receive.png deleted file mode 100644 index 54d145f..0000000 Binary files a/images/tango/22x22/status/network-transmit-receive.png and /dev/null differ diff --git a/images/tango/22x22/status/network-transmit.png b/images/tango/22x22/status/network-transmit.png deleted file mode 100644 index 97b6301..0000000 Binary files a/images/tango/22x22/status/network-transmit.png and /dev/null differ diff --git a/images/tango/22x22/status/network-wireless-encrypted.png b/images/tango/22x22/status/network-wireless-encrypted.png deleted file mode 100644 index 712771c..0000000 Binary files a/images/tango/22x22/status/network-wireless-encrypted.png and /dev/null differ diff --git a/images/tango/22x22/status/printer-error.png b/images/tango/22x22/status/printer-error.png deleted file mode 100644 index 63863c2..0000000 Binary files a/images/tango/22x22/status/printer-error.png and /dev/null differ diff --git a/images/tango/22x22/status/software-update-available.png b/images/tango/22x22/status/software-update-available.png deleted file mode 100644 index c1d1348..0000000 Binary files a/images/tango/22x22/status/software-update-available.png and /dev/null differ diff --git a/images/tango/22x22/status/software-update-urgent.png b/images/tango/22x22/status/software-update-urgent.png deleted file mode 100644 index 0ce38d9..0000000 Binary files a/images/tango/22x22/status/software-update-urgent.png and /dev/null differ diff --git a/images/tango/22x22/status/user-trash-full.png b/images/tango/22x22/status/user-trash-full.png deleted file mode 100644 index ffd7cc2..0000000 Binary files a/images/tango/22x22/status/user-trash-full.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-clear-night.png b/images/tango/22x22/status/weather-clear-night.png deleted file mode 100644 index 52ea3e9..0000000 Binary files a/images/tango/22x22/status/weather-clear-night.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-clear.png b/images/tango/22x22/status/weather-clear.png deleted file mode 100644 index e17ca7c..0000000 Binary files a/images/tango/22x22/status/weather-clear.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-few-clouds-night.png b/images/tango/22x22/status/weather-few-clouds-night.png deleted file mode 100644 index 69fe49a..0000000 Binary files a/images/tango/22x22/status/weather-few-clouds-night.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-few-clouds.png b/images/tango/22x22/status/weather-few-clouds.png deleted file mode 100644 index 28b1147..0000000 Binary files a/images/tango/22x22/status/weather-few-clouds.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-overcast.png b/images/tango/22x22/status/weather-overcast.png deleted file mode 100644 index 79d7bc2..0000000 Binary files a/images/tango/22x22/status/weather-overcast.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-severe-alert.png b/images/tango/22x22/status/weather-severe-alert.png deleted file mode 100644 index e4d09b6..0000000 Binary files a/images/tango/22x22/status/weather-severe-alert.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-showers-scattered.png b/images/tango/22x22/status/weather-showers-scattered.png deleted file mode 100644 index 9eddd93..0000000 Binary files a/images/tango/22x22/status/weather-showers-scattered.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-showers.png b/images/tango/22x22/status/weather-showers.png deleted file mode 100644 index 4450fb1..0000000 Binary files a/images/tango/22x22/status/weather-showers.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-snow.png b/images/tango/22x22/status/weather-snow.png deleted file mode 100644 index 5457799..0000000 Binary files a/images/tango/22x22/status/weather-snow.png and /dev/null differ diff --git a/images/tango/22x22/status/weather-storm.png b/images/tango/22x22/status/weather-storm.png deleted file mode 100644 index 3b7ca9c..0000000 Binary files a/images/tango/22x22/status/weather-storm.png and /dev/null differ diff --git a/images/tango/32x32/actions/address-book-new.png b/images/tango/32x32/actions/address-book-new.png deleted file mode 100644 index 420139d..0000000 Binary files a/images/tango/32x32/actions/address-book-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/appointment-new.png b/images/tango/32x32/actions/appointment-new.png deleted file mode 100644 index 85daef3..0000000 Binary files a/images/tango/32x32/actions/appointment-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/bookmark-new.png b/images/tango/32x32/actions/bookmark-new.png deleted file mode 100644 index 621312a..0000000 Binary files a/images/tango/32x32/actions/bookmark-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/contact-new.png b/images/tango/32x32/actions/contact-new.png deleted file mode 100644 index 8b10c1e..0000000 Binary files a/images/tango/32x32/actions/contact-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-new.png b/images/tango/32x32/actions/document-new.png deleted file mode 100644 index e6d64bb..0000000 Binary files a/images/tango/32x32/actions/document-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-open.png b/images/tango/32x32/actions/document-open.png deleted file mode 100644 index f35f258..0000000 Binary files a/images/tango/32x32/actions/document-open.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-pdf.png b/images/tango/32x32/actions/document-pdf.png deleted file mode 100644 index 194ff27..0000000 Binary files a/images/tango/32x32/actions/document-pdf.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-print-preview.png b/images/tango/32x32/actions/document-print-preview.png deleted file mode 100644 index 772efe5..0000000 Binary files a/images/tango/32x32/actions/document-print-preview.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-print.png b/images/tango/32x32/actions/document-print.png deleted file mode 100644 index 3ef3930..0000000 Binary files a/images/tango/32x32/actions/document-print.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-properties.png b/images/tango/32x32/actions/document-properties.png deleted file mode 100644 index fa697db..0000000 Binary files a/images/tango/32x32/actions/document-properties.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-revert.png b/images/tango/32x32/actions/document-revert.png deleted file mode 100644 index 3540188..0000000 Binary files a/images/tango/32x32/actions/document-revert.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-save-as.png b/images/tango/32x32/actions/document-save-as.png deleted file mode 100644 index 5c9f6b3..0000000 Binary files a/images/tango/32x32/actions/document-save-as.png and /dev/null differ diff --git a/images/tango/32x32/actions/document-save.png b/images/tango/32x32/actions/document-save.png deleted file mode 100644 index db5c52b..0000000 Binary files a/images/tango/32x32/actions/document-save.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-clear.png b/images/tango/32x32/actions/edit-clear.png deleted file mode 100644 index 5542948..0000000 Binary files a/images/tango/32x32/actions/edit-clear.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-copy.png b/images/tango/32x32/actions/edit-copy.png deleted file mode 100644 index 3348ee0..0000000 Binary files a/images/tango/32x32/actions/edit-copy.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-cut.png b/images/tango/32x32/actions/edit-cut.png deleted file mode 100644 index 217663b..0000000 Binary files a/images/tango/32x32/actions/edit-cut.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-delete.png b/images/tango/32x32/actions/edit-delete.png deleted file mode 100644 index 9becb3e..0000000 Binary files a/images/tango/32x32/actions/edit-delete.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-find-replace.png b/images/tango/32x32/actions/edit-find-replace.png deleted file mode 100644 index 0f1b117..0000000 Binary files a/images/tango/32x32/actions/edit-find-replace.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-find.png b/images/tango/32x32/actions/edit-find.png deleted file mode 100644 index 5594785..0000000 Binary files a/images/tango/32x32/actions/edit-find.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-paste.png b/images/tango/32x32/actions/edit-paste.png deleted file mode 100644 index dd429ce..0000000 Binary files a/images/tango/32x32/actions/edit-paste.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-redo.png b/images/tango/32x32/actions/edit-redo.png deleted file mode 100644 index 3eb7b05..0000000 Binary files a/images/tango/32x32/actions/edit-redo.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-select-all.png b/images/tango/32x32/actions/edit-select-all.png deleted file mode 100644 index 107fc60..0000000 Binary files a/images/tango/32x32/actions/edit-select-all.png and /dev/null differ diff --git a/images/tango/32x32/actions/edit-undo.png b/images/tango/32x32/actions/edit-undo.png deleted file mode 100644 index 61b2ce9..0000000 Binary files a/images/tango/32x32/actions/edit-undo.png and /dev/null differ diff --git a/images/tango/32x32/actions/folder-new.png b/images/tango/32x32/actions/folder-new.png deleted file mode 100644 index fcd15c0..0000000 Binary files a/images/tango/32x32/actions/folder-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-indent-less.png b/images/tango/32x32/actions/format-indent-less.png deleted file mode 100644 index 7ced16f..0000000 Binary files a/images/tango/32x32/actions/format-indent-less.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-indent-more.png b/images/tango/32x32/actions/format-indent-more.png deleted file mode 100644 index 6a18867..0000000 Binary files a/images/tango/32x32/actions/format-indent-more.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-justify-center.png b/images/tango/32x32/actions/format-justify-center.png deleted file mode 100644 index a0db2bb..0000000 Binary files a/images/tango/32x32/actions/format-justify-center.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-justify-fill.png b/images/tango/32x32/actions/format-justify-fill.png deleted file mode 100644 index 2a34a8f..0000000 Binary files a/images/tango/32x32/actions/format-justify-fill.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-justify-left.png b/images/tango/32x32/actions/format-justify-left.png deleted file mode 100644 index ba0e914..0000000 Binary files a/images/tango/32x32/actions/format-justify-left.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-justify-right.png b/images/tango/32x32/actions/format-justify-right.png deleted file mode 100644 index 2144cb9..0000000 Binary files a/images/tango/32x32/actions/format-justify-right.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-text-bold.png b/images/tango/32x32/actions/format-text-bold.png deleted file mode 100644 index 99ed19c..0000000 Binary files a/images/tango/32x32/actions/format-text-bold.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-text-italic.png b/images/tango/32x32/actions/format-text-italic.png deleted file mode 100644 index 87ed6f9..0000000 Binary files a/images/tango/32x32/actions/format-text-italic.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-text-strikethrough.png b/images/tango/32x32/actions/format-text-strikethrough.png deleted file mode 100644 index b9b55ab..0000000 Binary files a/images/tango/32x32/actions/format-text-strikethrough.png and /dev/null differ diff --git a/images/tango/32x32/actions/format-text-underline.png b/images/tango/32x32/actions/format-text-underline.png deleted file mode 100644 index 0de6b1c..0000000 Binary files a/images/tango/32x32/actions/format-text-underline.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-bottom.png b/images/tango/32x32/actions/go-bottom.png deleted file mode 100644 index bf973fe..0000000 Binary files a/images/tango/32x32/actions/go-bottom.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-down.png b/images/tango/32x32/actions/go-down.png deleted file mode 100644 index dce3f15..0000000 Binary files a/images/tango/32x32/actions/go-down.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-first.png b/images/tango/32x32/actions/go-first.png deleted file mode 100644 index 5e2a6b1..0000000 Binary files a/images/tango/32x32/actions/go-first.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-home.png b/images/tango/32x32/actions/go-home.png deleted file mode 100644 index a3ca103..0000000 Binary files a/images/tango/32x32/actions/go-home.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-jump.png b/images/tango/32x32/actions/go-jump.png deleted file mode 100644 index 34dc4c0..0000000 Binary files a/images/tango/32x32/actions/go-jump.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-last.png b/images/tango/32x32/actions/go-last.png deleted file mode 100644 index 48fe95b..0000000 Binary files a/images/tango/32x32/actions/go-last.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-next.png b/images/tango/32x32/actions/go-next.png deleted file mode 100644 index a68e2db..0000000 Binary files a/images/tango/32x32/actions/go-next.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-previous.png b/images/tango/32x32/actions/go-previous.png deleted file mode 100644 index c37bc04..0000000 Binary files a/images/tango/32x32/actions/go-previous.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-top.png b/images/tango/32x32/actions/go-top.png deleted file mode 100644 index d99552b..0000000 Binary files a/images/tango/32x32/actions/go-top.png and /dev/null differ diff --git a/images/tango/32x32/actions/go-up.png b/images/tango/32x32/actions/go-up.png deleted file mode 100644 index afb307b..0000000 Binary files a/images/tango/32x32/actions/go-up.png and /dev/null differ diff --git a/images/tango/32x32/actions/list-add.png b/images/tango/32x32/actions/list-add.png deleted file mode 100644 index 2acdd8f..0000000 Binary files a/images/tango/32x32/actions/list-add.png and /dev/null differ diff --git a/images/tango/32x32/actions/list-remove.png b/images/tango/32x32/actions/list-remove.png deleted file mode 100644 index c5524f7..0000000 Binary files a/images/tango/32x32/actions/list-remove.png and /dev/null differ diff --git a/images/tango/32x32/actions/mail-forward.png b/images/tango/32x32/actions/mail-forward.png deleted file mode 100644 index bea94ab..0000000 Binary files a/images/tango/32x32/actions/mail-forward.png and /dev/null differ diff --git a/images/tango/32x32/actions/mail-mark-junk.png b/images/tango/32x32/actions/mail-mark-junk.png deleted file mode 100644 index 0af3006..0000000 Binary files a/images/tango/32x32/actions/mail-mark-junk.png and /dev/null differ diff --git a/images/tango/32x32/actions/mail-mark-not-junk.png b/images/tango/32x32/actions/mail-mark-not-junk.png deleted file mode 100644 index 296e92a..0000000 Binary files a/images/tango/32x32/actions/mail-mark-not-junk.png and /dev/null differ diff --git a/images/tango/32x32/actions/mail-message-new.png b/images/tango/32x32/actions/mail-message-new.png deleted file mode 100644 index 9f51246..0000000 Binary files a/images/tango/32x32/actions/mail-message-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/mail-reply-all.png b/images/tango/32x32/actions/mail-reply-all.png deleted file mode 100644 index 0216e39..0000000 Binary files a/images/tango/32x32/actions/mail-reply-all.png and /dev/null differ diff --git a/images/tango/32x32/actions/mail-reply-sender.png b/images/tango/32x32/actions/mail-reply-sender.png deleted file mode 100644 index 3f248dc..0000000 Binary files a/images/tango/32x32/actions/mail-reply-sender.png and /dev/null differ diff --git a/images/tango/32x32/actions/mail-send-receive.png b/images/tango/32x32/actions/mail-send-receive.png deleted file mode 100644 index 99349b9..0000000 Binary files a/images/tango/32x32/actions/mail-send-receive.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-eject.png b/images/tango/32x32/actions/media-eject.png deleted file mode 100644 index b218e7a..0000000 Binary files a/images/tango/32x32/actions/media-eject.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-playback-pause.png b/images/tango/32x32/actions/media-playback-pause.png deleted file mode 100644 index 1e9f4d5..0000000 Binary files a/images/tango/32x32/actions/media-playback-pause.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-playback-start.png b/images/tango/32x32/actions/media-playback-start.png deleted file mode 100644 index 66f32d8..0000000 Binary files a/images/tango/32x32/actions/media-playback-start.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-playback-stop.png b/images/tango/32x32/actions/media-playback-stop.png deleted file mode 100644 index a094787..0000000 Binary files a/images/tango/32x32/actions/media-playback-stop.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-record.png b/images/tango/32x32/actions/media-record.png deleted file mode 100644 index 43f034b..0000000 Binary files a/images/tango/32x32/actions/media-record.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-seek-backward.png b/images/tango/32x32/actions/media-seek-backward.png deleted file mode 100644 index 535c536..0000000 Binary files a/images/tango/32x32/actions/media-seek-backward.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-seek-forward.png b/images/tango/32x32/actions/media-seek-forward.png deleted file mode 100644 index 96ebe01..0000000 Binary files a/images/tango/32x32/actions/media-seek-forward.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-skip-backward.png b/images/tango/32x32/actions/media-skip-backward.png deleted file mode 100644 index aa08251..0000000 Binary files a/images/tango/32x32/actions/media-skip-backward.png and /dev/null differ diff --git a/images/tango/32x32/actions/media-skip-forward.png b/images/tango/32x32/actions/media-skip-forward.png deleted file mode 100644 index 52be942..0000000 Binary files a/images/tango/32x32/actions/media-skip-forward.png and /dev/null differ diff --git a/images/tango/32x32/actions/process-stop.png b/images/tango/32x32/actions/process-stop.png deleted file mode 100644 index e7a8d17..0000000 Binary files a/images/tango/32x32/actions/process-stop.png and /dev/null differ diff --git a/images/tango/32x32/actions/system-lock-screen.png b/images/tango/32x32/actions/system-lock-screen.png deleted file mode 100644 index 2c220fc..0000000 Binary files a/images/tango/32x32/actions/system-lock-screen.png and /dev/null differ diff --git a/images/tango/32x32/actions/system-log-out.png b/images/tango/32x32/actions/system-log-out.png deleted file mode 100644 index fddbc2b..0000000 Binary files a/images/tango/32x32/actions/system-log-out.png and /dev/null differ diff --git a/images/tango/32x32/actions/system-search.png b/images/tango/32x32/actions/system-search.png deleted file mode 100644 index 950d792..0000000 Binary files a/images/tango/32x32/actions/system-search.png and /dev/null differ diff --git a/images/tango/32x32/actions/system-shutdown.png b/images/tango/32x32/actions/system-shutdown.png deleted file mode 100644 index 36acd46..0000000 Binary files a/images/tango/32x32/actions/system-shutdown.png and /dev/null differ diff --git a/images/tango/32x32/actions/tab-new.png b/images/tango/32x32/actions/tab-new.png deleted file mode 100644 index 294d150..0000000 Binary files a/images/tango/32x32/actions/tab-new.png and /dev/null differ diff --git a/images/tango/32x32/actions/view-fullscreen.png b/images/tango/32x32/actions/view-fullscreen.png deleted file mode 100644 index 00e6b83..0000000 Binary files a/images/tango/32x32/actions/view-fullscreen.png and /dev/null differ diff --git a/images/tango/32x32/actions/view-refresh.png b/images/tango/32x32/actions/view-refresh.png deleted file mode 100644 index 606ea9e..0000000 Binary files a/images/tango/32x32/actions/view-refresh.png and /dev/null differ diff --git a/images/tango/32x32/actions/window-new.png b/images/tango/32x32/actions/window-new.png deleted file mode 100644 index e091702..0000000 Binary files a/images/tango/32x32/actions/window-new.png and /dev/null differ diff --git a/images/tango/32x32/animations/process-working.png b/images/tango/32x32/animations/process-working.png deleted file mode 100644 index f19c528..0000000 Binary files a/images/tango/32x32/animations/process-working.png and /dev/null differ diff --git a/images/tango/32x32/apps/accessories-calculator.png b/images/tango/32x32/apps/accessories-calculator.png deleted file mode 100644 index 7de1c44..0000000 Binary files a/images/tango/32x32/apps/accessories-calculator.png and /dev/null differ diff --git a/images/tango/32x32/apps/accessories-character-map.png b/images/tango/32x32/apps/accessories-character-map.png deleted file mode 100644 index a86c23e..0000000 Binary files a/images/tango/32x32/apps/accessories-character-map.png and /dev/null differ diff --git a/images/tango/32x32/apps/accessories-text-editor.png b/images/tango/32x32/apps/accessories-text-editor.png deleted file mode 100644 index c6b6285..0000000 Binary files a/images/tango/32x32/apps/accessories-text-editor.png and /dev/null differ diff --git a/images/tango/32x32/apps/help-browser.png b/images/tango/32x32/apps/help-browser.png deleted file mode 100644 index d60425f..0000000 Binary files a/images/tango/32x32/apps/help-browser.png and /dev/null differ diff --git a/images/tango/32x32/apps/internet-group-chat.png b/images/tango/32x32/apps/internet-group-chat.png deleted file mode 100644 index 9cb1d3b..0000000 Binary files a/images/tango/32x32/apps/internet-group-chat.png and /dev/null differ diff --git a/images/tango/32x32/apps/internet-mail.png b/images/tango/32x32/apps/internet-mail.png deleted file mode 100644 index dc3b9dd..0000000 Binary files a/images/tango/32x32/apps/internet-mail.png and /dev/null differ diff --git a/images/tango/32x32/apps/internet-news-reader.png b/images/tango/32x32/apps/internet-news-reader.png deleted file mode 100644 index ebc528f..0000000 Binary files a/images/tango/32x32/apps/internet-news-reader.png and /dev/null differ diff --git a/images/tango/32x32/apps/internet-web-browser.png b/images/tango/32x32/apps/internet-web-browser.png deleted file mode 100644 index 10d2ed4..0000000 Binary files a/images/tango/32x32/apps/internet-web-browser.png and /dev/null differ diff --git a/images/tango/32x32/apps/office-calendar.png b/images/tango/32x32/apps/office-calendar.png deleted file mode 100644 index 7817c12..0000000 Binary files a/images/tango/32x32/apps/office-calendar.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-accessibility.png b/images/tango/32x32/apps/preferences-desktop-accessibility.png deleted file mode 100644 index adfe247..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-accessibility.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-assistive-technology.png b/images/tango/32x32/apps/preferences-desktop-assistive-technology.png deleted file mode 100644 index 70adb92..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-assistive-technology.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-font.png b/images/tango/32x32/apps/preferences-desktop-font.png deleted file mode 100644 index b4ec434..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-font.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-keyboard-shortcuts.png b/images/tango/32x32/apps/preferences-desktop-keyboard-shortcuts.png deleted file mode 100644 index 178dd29..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-keyboard-shortcuts.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-locale.png b/images/tango/32x32/apps/preferences-desktop-locale.png deleted file mode 100644 index 66224ae..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-locale.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-multimedia.png b/images/tango/32x32/apps/preferences-desktop-multimedia.png deleted file mode 100644 index 56a5662..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-multimedia.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-remote-desktop.png b/images/tango/32x32/apps/preferences-desktop-remote-desktop.png deleted file mode 100644 index 6da67c6..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-remote-desktop.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-screensaver.png b/images/tango/32x32/apps/preferences-desktop-screensaver.png deleted file mode 100644 index dba2455..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-screensaver.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-theme.png b/images/tango/32x32/apps/preferences-desktop-theme.png deleted file mode 100644 index 7af777d..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-theme.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-desktop-wallpaper.png b/images/tango/32x32/apps/preferences-desktop-wallpaper.png deleted file mode 100644 index 4eb744c..0000000 Binary files a/images/tango/32x32/apps/preferences-desktop-wallpaper.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-system-network-proxy.png b/images/tango/32x32/apps/preferences-system-network-proxy.png deleted file mode 100644 index e75f6f7..0000000 Binary files a/images/tango/32x32/apps/preferences-system-network-proxy.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-system-session.png b/images/tango/32x32/apps/preferences-system-session.png deleted file mode 100644 index f8c2d11..0000000 Binary files a/images/tango/32x32/apps/preferences-system-session.png and /dev/null differ diff --git a/images/tango/32x32/apps/preferences-system-windows.png b/images/tango/32x32/apps/preferences-system-windows.png deleted file mode 100644 index 517e48a..0000000 Binary files a/images/tango/32x32/apps/preferences-system-windows.png and /dev/null differ diff --git a/images/tango/32x32/apps/system-file-manager.png b/images/tango/32x32/apps/system-file-manager.png deleted file mode 100644 index 1d6ce31..0000000 Binary files a/images/tango/32x32/apps/system-file-manager.png and /dev/null differ diff --git a/images/tango/32x32/apps/system-installer.png b/images/tango/32x32/apps/system-installer.png deleted file mode 100644 index c26576e..0000000 Binary files a/images/tango/32x32/apps/system-installer.png and /dev/null differ diff --git a/images/tango/32x32/apps/system-software-update.png b/images/tango/32x32/apps/system-software-update.png deleted file mode 100644 index 470b5d4..0000000 Binary files a/images/tango/32x32/apps/system-software-update.png and /dev/null differ diff --git a/images/tango/32x32/apps/system-users.png b/images/tango/32x32/apps/system-users.png deleted file mode 100644 index 749c825..0000000 Binary files a/images/tango/32x32/apps/system-users.png and /dev/null differ diff --git a/images/tango/32x32/apps/utilities-system-monitor.png b/images/tango/32x32/apps/utilities-system-monitor.png deleted file mode 100644 index b62959e..0000000 Binary files a/images/tango/32x32/apps/utilities-system-monitor.png and /dev/null differ diff --git a/images/tango/32x32/apps/utilities-terminal.png b/images/tango/32x32/apps/utilities-terminal.png deleted file mode 100644 index f86c784..0000000 Binary files a/images/tango/32x32/apps/utilities-terminal.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-accessories.png b/images/tango/32x32/categories/applications-accessories.png deleted file mode 100644 index fd43de3..0000000 Binary files a/images/tango/32x32/categories/applications-accessories.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-development.png b/images/tango/32x32/categories/applications-development.png deleted file mode 100644 index bc88a5c..0000000 Binary files a/images/tango/32x32/categories/applications-development.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-games.png b/images/tango/32x32/categories/applications-games.png deleted file mode 100644 index ff4044c..0000000 Binary files a/images/tango/32x32/categories/applications-games.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-graphics.png b/images/tango/32x32/categories/applications-graphics.png deleted file mode 100644 index 36b77c2..0000000 Binary files a/images/tango/32x32/categories/applications-graphics.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-internet.png b/images/tango/32x32/categories/applications-internet.png deleted file mode 100644 index 096e848..0000000 Binary files a/images/tango/32x32/categories/applications-internet.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-multimedia.png b/images/tango/32x32/categories/applications-multimedia.png deleted file mode 100644 index d09995a..0000000 Binary files a/images/tango/32x32/categories/applications-multimedia.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-office.png b/images/tango/32x32/categories/applications-office.png deleted file mode 100644 index efb850e..0000000 Binary files a/images/tango/32x32/categories/applications-office.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-other.png b/images/tango/32x32/categories/applications-other.png deleted file mode 100644 index 1990dbb..0000000 Binary files a/images/tango/32x32/categories/applications-other.png and /dev/null differ diff --git a/images/tango/32x32/categories/applications-system.png b/images/tango/32x32/categories/applications-system.png deleted file mode 100644 index 565f406..0000000 Binary files a/images/tango/32x32/categories/applications-system.png and /dev/null differ diff --git a/images/tango/32x32/categories/preferences-desktop-peripherals.png b/images/tango/32x32/categories/preferences-desktop-peripherals.png deleted file mode 100644 index 4682b36..0000000 Binary files a/images/tango/32x32/categories/preferences-desktop-peripherals.png and /dev/null differ diff --git a/images/tango/32x32/categories/preferences-desktop.png b/images/tango/32x32/categories/preferences-desktop.png deleted file mode 100644 index 3ec71a3..0000000 Binary files a/images/tango/32x32/categories/preferences-desktop.png and /dev/null differ diff --git a/images/tango/32x32/categories/preferences-system.png b/images/tango/32x32/categories/preferences-system.png deleted file mode 100644 index 6e52db7..0000000 Binary files a/images/tango/32x32/categories/preferences-system.png and /dev/null differ diff --git a/images/tango/32x32/devices/audio-card.png b/images/tango/32x32/devices/audio-card.png deleted file mode 100644 index 5b15dd6..0000000 Binary files a/images/tango/32x32/devices/audio-card.png and /dev/null differ diff --git a/images/tango/32x32/devices/audio-input-microphone.png b/images/tango/32x32/devices/audio-input-microphone.png deleted file mode 100644 index 9fe3b96..0000000 Binary files a/images/tango/32x32/devices/audio-input-microphone.png and /dev/null differ diff --git a/images/tango/32x32/devices/battery.png b/images/tango/32x32/devices/battery.png deleted file mode 100644 index ef08925..0000000 Binary files a/images/tango/32x32/devices/battery.png and /dev/null differ diff --git a/images/tango/32x32/devices/camera-photo.png b/images/tango/32x32/devices/camera-photo.png deleted file mode 100644 index ffbffc7..0000000 Binary files a/images/tango/32x32/devices/camera-photo.png and /dev/null differ diff --git a/images/tango/32x32/devices/camera-video.png b/images/tango/32x32/devices/camera-video.png deleted file mode 100644 index 7473dd7..0000000 Binary files a/images/tango/32x32/devices/camera-video.png and /dev/null differ diff --git a/images/tango/32x32/devices/computer.png b/images/tango/32x32/devices/computer.png deleted file mode 100644 index e34eb4e..0000000 Binary files a/images/tango/32x32/devices/computer.png and /dev/null differ diff --git a/images/tango/32x32/devices/drive-harddisk.png b/images/tango/32x32/devices/drive-harddisk.png deleted file mode 100644 index b34d8b7..0000000 Binary files a/images/tango/32x32/devices/drive-harddisk.png and /dev/null differ diff --git a/images/tango/32x32/devices/drive-optical.png b/images/tango/32x32/devices/drive-optical.png deleted file mode 100644 index bf2e8c8..0000000 Binary files a/images/tango/32x32/devices/drive-optical.png and /dev/null differ diff --git a/images/tango/32x32/devices/drive-removable-media.png b/images/tango/32x32/devices/drive-removable-media.png deleted file mode 100644 index 2d28909..0000000 Binary files a/images/tango/32x32/devices/drive-removable-media.png and /dev/null differ diff --git a/images/tango/32x32/devices/input-gaming.png b/images/tango/32x32/devices/input-gaming.png deleted file mode 100644 index 26e2a98..0000000 Binary files a/images/tango/32x32/devices/input-gaming.png and /dev/null differ diff --git a/images/tango/32x32/devices/input-keyboard.png b/images/tango/32x32/devices/input-keyboard.png deleted file mode 100644 index 788c717..0000000 Binary files a/images/tango/32x32/devices/input-keyboard.png and /dev/null differ diff --git a/images/tango/32x32/devices/input-mouse.png b/images/tango/32x32/devices/input-mouse.png deleted file mode 100644 index 49a923c..0000000 Binary files a/images/tango/32x32/devices/input-mouse.png and /dev/null differ diff --git a/images/tango/32x32/devices/media-flash.png b/images/tango/32x32/devices/media-flash.png deleted file mode 100644 index 7540f3f..0000000 Binary files a/images/tango/32x32/devices/media-flash.png and /dev/null differ diff --git a/images/tango/32x32/devices/media-floppy.png b/images/tango/32x32/devices/media-floppy.png deleted file mode 100644 index 17b1274..0000000 Binary files a/images/tango/32x32/devices/media-floppy.png and /dev/null differ diff --git a/images/tango/32x32/devices/media-optical.png b/images/tango/32x32/devices/media-optical.png deleted file mode 100644 index 5853a75..0000000 Binary files a/images/tango/32x32/devices/media-optical.png and /dev/null differ diff --git a/images/tango/32x32/devices/multimedia-player.png b/images/tango/32x32/devices/multimedia-player.png deleted file mode 100644 index 8d59208..0000000 Binary files a/images/tango/32x32/devices/multimedia-player.png and /dev/null differ diff --git a/images/tango/32x32/devices/network-wired.png b/images/tango/32x32/devices/network-wired.png deleted file mode 100644 index c3ca691..0000000 Binary files a/images/tango/32x32/devices/network-wired.png and /dev/null differ diff --git a/images/tango/32x32/devices/network-wireless.png b/images/tango/32x32/devices/network-wireless.png deleted file mode 100644 index aa5f9f2..0000000 Binary files a/images/tango/32x32/devices/network-wireless.png and /dev/null differ diff --git a/images/tango/32x32/devices/printer.png b/images/tango/32x32/devices/printer.png deleted file mode 100644 index 05b49e0..0000000 Binary files a/images/tango/32x32/devices/printer.png and /dev/null differ diff --git a/images/tango/32x32/devices/video-display.png b/images/tango/32x32/devices/video-display.png deleted file mode 100644 index b95ea5d..0000000 Binary files a/images/tango/32x32/devices/video-display.png and /dev/null differ diff --git a/images/tango/32x32/emblems/emblem-favorite.png b/images/tango/32x32/emblems/emblem-favorite.png deleted file mode 100644 index 8a9ad39..0000000 Binary files a/images/tango/32x32/emblems/emblem-favorite.png and /dev/null differ diff --git a/images/tango/32x32/emblems/emblem-important.png b/images/tango/32x32/emblems/emblem-important.png deleted file mode 100644 index 263fbd5..0000000 Binary files a/images/tango/32x32/emblems/emblem-important.png and /dev/null differ diff --git a/images/tango/32x32/emblems/emblem-photos.png b/images/tango/32x32/emblems/emblem-photos.png deleted file mode 100644 index f7dfd88..0000000 Binary files a/images/tango/32x32/emblems/emblem-photos.png and /dev/null differ diff --git a/images/tango/32x32/emblems/emblem-readonly.png b/images/tango/32x32/emblems/emblem-readonly.png deleted file mode 100644 index 5e972d1..0000000 Binary files a/images/tango/32x32/emblems/emblem-readonly.png and /dev/null differ diff --git a/images/tango/32x32/emblems/emblem-symbolic-link.png b/images/tango/32x32/emblems/emblem-symbolic-link.png deleted file mode 100644 index 56ef039..0000000 Binary files a/images/tango/32x32/emblems/emblem-symbolic-link.png and /dev/null differ diff --git a/images/tango/32x32/emblems/emblem-system.png b/images/tango/32x32/emblems/emblem-system.png deleted file mode 100644 index abac7e9..0000000 Binary files a/images/tango/32x32/emblems/emblem-system.png and /dev/null differ diff --git a/images/tango/32x32/emblems/emblem-unreadable.png b/images/tango/32x32/emblems/emblem-unreadable.png deleted file mode 100644 index b94fc97..0000000 Binary files a/images/tango/32x32/emblems/emblem-unreadable.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-angel.png b/images/tango/32x32/emotes/face-angel.png deleted file mode 100644 index abd0285..0000000 Binary files a/images/tango/32x32/emotes/face-angel.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-crying.png b/images/tango/32x32/emotes/face-crying.png deleted file mode 100644 index d8bc41e..0000000 Binary files a/images/tango/32x32/emotes/face-crying.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-devilish.png b/images/tango/32x32/emotes/face-devilish.png deleted file mode 100644 index 7a3cb08..0000000 Binary files a/images/tango/32x32/emotes/face-devilish.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-glasses.png b/images/tango/32x32/emotes/face-glasses.png deleted file mode 100644 index 1b25394..0000000 Binary files a/images/tango/32x32/emotes/face-glasses.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-grin.png b/images/tango/32x32/emotes/face-grin.png deleted file mode 100644 index 2e8268f..0000000 Binary files a/images/tango/32x32/emotes/face-grin.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-kiss.png b/images/tango/32x32/emotes/face-kiss.png deleted file mode 100644 index 1e3fa54..0000000 Binary files a/images/tango/32x32/emotes/face-kiss.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-monkey.png b/images/tango/32x32/emotes/face-monkey.png deleted file mode 100644 index fb0204a..0000000 Binary files a/images/tango/32x32/emotes/face-monkey.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-plain.png b/images/tango/32x32/emotes/face-plain.png deleted file mode 100644 index f8128a6..0000000 Binary files a/images/tango/32x32/emotes/face-plain.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-sad.png b/images/tango/32x32/emotes/face-sad.png deleted file mode 100644 index 2fbecde..0000000 Binary files a/images/tango/32x32/emotes/face-sad.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-smile-big.png b/images/tango/32x32/emotes/face-smile-big.png deleted file mode 100644 index 28704ae..0000000 Binary files a/images/tango/32x32/emotes/face-smile-big.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-smile.png b/images/tango/32x32/emotes/face-smile.png deleted file mode 100644 index a52e44d..0000000 Binary files a/images/tango/32x32/emotes/face-smile.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-surprise.png b/images/tango/32x32/emotes/face-surprise.png deleted file mode 100644 index af7cef4..0000000 Binary files a/images/tango/32x32/emotes/face-surprise.png and /dev/null differ diff --git a/images/tango/32x32/emotes/face-wink.png b/images/tango/32x32/emotes/face-wink.png deleted file mode 100644 index 494d785..0000000 Binary files a/images/tango/32x32/emotes/face-wink.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/application-certificate.png b/images/tango/32x32/mimetypes/application-certificate.png deleted file mode 100644 index b75ba54..0000000 Binary files a/images/tango/32x32/mimetypes/application-certificate.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/application-x-executable.png b/images/tango/32x32/mimetypes/application-x-executable.png deleted file mode 100644 index 8a150b8..0000000 Binary files a/images/tango/32x32/mimetypes/application-x-executable.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/audio-x-generic.png b/images/tango/32x32/mimetypes/audio-x-generic.png deleted file mode 100644 index c60b595..0000000 Binary files a/images/tango/32x32/mimetypes/audio-x-generic.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/font-x-generic.png b/images/tango/32x32/mimetypes/font-x-generic.png deleted file mode 100644 index b166f4b..0000000 Binary files a/images/tango/32x32/mimetypes/font-x-generic.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/image-x-generic.png b/images/tango/32x32/mimetypes/image-x-generic.png deleted file mode 100644 index 6f118cd..0000000 Binary files a/images/tango/32x32/mimetypes/image-x-generic.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/package-x-generic.png b/images/tango/32x32/mimetypes/package-x-generic.png deleted file mode 100644 index 4b55b50..0000000 Binary files a/images/tango/32x32/mimetypes/package-x-generic.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/text-html.png b/images/tango/32x32/mimetypes/text-html.png deleted file mode 100644 index a896697..0000000 Binary files a/images/tango/32x32/mimetypes/text-html.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/text-x-generic-template.png b/images/tango/32x32/mimetypes/text-x-generic-template.png deleted file mode 100644 index 5b7e649..0000000 Binary files a/images/tango/32x32/mimetypes/text-x-generic-template.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/text-x-generic.png b/images/tango/32x32/mimetypes/text-x-generic.png deleted file mode 100644 index 928a679..0000000 Binary files a/images/tango/32x32/mimetypes/text-x-generic.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/text-x-script.png b/images/tango/32x32/mimetypes/text-x-script.png deleted file mode 100644 index 801dcd6..0000000 Binary files a/images/tango/32x32/mimetypes/text-x-script.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/video-x-generic.png b/images/tango/32x32/mimetypes/video-x-generic.png deleted file mode 100644 index 5d6c8d1..0000000 Binary files a/images/tango/32x32/mimetypes/video-x-generic.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-address-book.png b/images/tango/32x32/mimetypes/x-office-address-book.png deleted file mode 100644 index 53dde74..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-address-book.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-calendar.png b/images/tango/32x32/mimetypes/x-office-calendar.png deleted file mode 100644 index bc6db5b..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-calendar.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-document-template.png b/images/tango/32x32/mimetypes/x-office-document-template.png deleted file mode 100644 index 9619241..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-document-template.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-document.png b/images/tango/32x32/mimetypes/x-office-document.png deleted file mode 100644 index daf84b2..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-document.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-drawing-template.png b/images/tango/32x32/mimetypes/x-office-drawing-template.png deleted file mode 100644 index 6fc043c..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-drawing-template.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-drawing.png b/images/tango/32x32/mimetypes/x-office-drawing.png deleted file mode 100644 index 5cd66c1..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-drawing.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-presentation-template.png b/images/tango/32x32/mimetypes/x-office-presentation-template.png deleted file mode 100644 index bc348f1..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-presentation-template.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-presentation.png b/images/tango/32x32/mimetypes/x-office-presentation.png deleted file mode 100644 index 047355c..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-presentation.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-spreadsheet-template.png b/images/tango/32x32/mimetypes/x-office-spreadsheet-template.png deleted file mode 100644 index 6a81f36..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-spreadsheet-template.png and /dev/null differ diff --git a/images/tango/32x32/mimetypes/x-office-spreadsheet.png b/images/tango/32x32/mimetypes/x-office-spreadsheet.png deleted file mode 100644 index c0ccb7a..0000000 Binary files a/images/tango/32x32/mimetypes/x-office-spreadsheet.png and /dev/null differ diff --git a/images/tango/32x32/places/folder-remote.png b/images/tango/32x32/places/folder-remote.png deleted file mode 100644 index 3e0d9ad..0000000 Binary files a/images/tango/32x32/places/folder-remote.png and /dev/null differ diff --git a/images/tango/32x32/places/folder-saved-search.png b/images/tango/32x32/places/folder-saved-search.png deleted file mode 100644 index 88d4541..0000000 Binary files a/images/tango/32x32/places/folder-saved-search.png and /dev/null differ diff --git a/images/tango/32x32/places/folder.png b/images/tango/32x32/places/folder.png deleted file mode 100644 index 472484f..0000000 Binary files a/images/tango/32x32/places/folder.png and /dev/null differ diff --git a/images/tango/32x32/places/network-server.png b/images/tango/32x32/places/network-server.png deleted file mode 100644 index 1d38e4f..0000000 Binary files a/images/tango/32x32/places/network-server.png and /dev/null differ diff --git a/images/tango/32x32/places/network-workgroup.png b/images/tango/32x32/places/network-workgroup.png deleted file mode 100644 index 4137b3c..0000000 Binary files a/images/tango/32x32/places/network-workgroup.png and /dev/null differ diff --git a/images/tango/32x32/places/start-here.png b/images/tango/32x32/places/start-here.png deleted file mode 100644 index 1e54d01..0000000 Binary files a/images/tango/32x32/places/start-here.png and /dev/null differ diff --git a/images/tango/32x32/places/user-desktop.png b/images/tango/32x32/places/user-desktop.png deleted file mode 100644 index 57fb177..0000000 Binary files a/images/tango/32x32/places/user-desktop.png and /dev/null differ diff --git a/images/tango/32x32/places/user-home.png b/images/tango/32x32/places/user-home.png deleted file mode 100644 index a29bd69..0000000 Binary files a/images/tango/32x32/places/user-home.png and /dev/null differ diff --git a/images/tango/32x32/places/user-trash.png b/images/tango/32x32/places/user-trash.png deleted file mode 100644 index 9b7a462..0000000 Binary files a/images/tango/32x32/places/user-trash.png and /dev/null differ diff --git a/images/tango/32x32/status/audio-volume-high.png b/images/tango/32x32/status/audio-volume-high.png deleted file mode 100644 index 70ae43a..0000000 Binary files a/images/tango/32x32/status/audio-volume-high.png and /dev/null differ diff --git a/images/tango/32x32/status/audio-volume-low.png b/images/tango/32x32/status/audio-volume-low.png deleted file mode 100644 index 34546f9..0000000 Binary files a/images/tango/32x32/status/audio-volume-low.png and /dev/null differ diff --git a/images/tango/32x32/status/audio-volume-medium.png b/images/tango/32x32/status/audio-volume-medium.png deleted file mode 100644 index 4d48a9a..0000000 Binary files a/images/tango/32x32/status/audio-volume-medium.png and /dev/null differ diff --git a/images/tango/32x32/status/audio-volume-muted.png b/images/tango/32x32/status/audio-volume-muted.png deleted file mode 100644 index a602c85..0000000 Binary files a/images/tango/32x32/status/audio-volume-muted.png and /dev/null differ diff --git a/images/tango/32x32/status/battery-caution.png b/images/tango/32x32/status/battery-caution.png deleted file mode 100644 index ede9788..0000000 Binary files a/images/tango/32x32/status/battery-caution.png and /dev/null differ diff --git a/images/tango/32x32/status/dialog-error.png b/images/tango/32x32/status/dialog-error.png deleted file mode 100644 index cdd95ba..0000000 Binary files a/images/tango/32x32/status/dialog-error.png and /dev/null differ diff --git a/images/tango/32x32/status/dialog-information.png b/images/tango/32x32/status/dialog-information.png deleted file mode 100644 index 2ac5747..0000000 Binary files a/images/tango/32x32/status/dialog-information.png and /dev/null differ diff --git a/images/tango/32x32/status/dialog-warning.png b/images/tango/32x32/status/dialog-warning.png deleted file mode 100644 index 7233d45..0000000 Binary files a/images/tango/32x32/status/dialog-warning.png and /dev/null differ diff --git a/images/tango/32x32/status/folder-drag-accept.png b/images/tango/32x32/status/folder-drag-accept.png deleted file mode 100644 index 2feba85..0000000 Binary files a/images/tango/32x32/status/folder-drag-accept.png and /dev/null differ diff --git a/images/tango/32x32/status/folder-open.png b/images/tango/32x32/status/folder-open.png deleted file mode 100644 index 901816c..0000000 Binary files a/images/tango/32x32/status/folder-open.png and /dev/null differ diff --git a/images/tango/32x32/status/folder-visiting.png b/images/tango/32x32/status/folder-visiting.png deleted file mode 100644 index be02b6a..0000000 Binary files a/images/tango/32x32/status/folder-visiting.png and /dev/null differ diff --git a/images/tango/32x32/status/image-loading.png b/images/tango/32x32/status/image-loading.png deleted file mode 100644 index 9442085..0000000 Binary files a/images/tango/32x32/status/image-loading.png and /dev/null differ diff --git a/images/tango/32x32/status/image-missing.png b/images/tango/32x32/status/image-missing.png deleted file mode 100644 index 27fccd5..0000000 Binary files a/images/tango/32x32/status/image-missing.png and /dev/null differ diff --git a/images/tango/32x32/status/mail-attachment.png b/images/tango/32x32/status/mail-attachment.png deleted file mode 100644 index 78f1e1c..0000000 Binary files a/images/tango/32x32/status/mail-attachment.png and /dev/null differ diff --git a/images/tango/32x32/status/network-error.png b/images/tango/32x32/status/network-error.png deleted file mode 100644 index 3de26e7..0000000 Binary files a/images/tango/32x32/status/network-error.png and /dev/null differ diff --git a/images/tango/32x32/status/network-idle.png b/images/tango/32x32/status/network-idle.png deleted file mode 100644 index dca03af..0000000 Binary files a/images/tango/32x32/status/network-idle.png and /dev/null differ diff --git a/images/tango/32x32/status/network-offline.png b/images/tango/32x32/status/network-offline.png deleted file mode 100644 index 428aaa5..0000000 Binary files a/images/tango/32x32/status/network-offline.png and /dev/null differ diff --git a/images/tango/32x32/status/network-receive.png b/images/tango/32x32/status/network-receive.png deleted file mode 100644 index b149c5d..0000000 Binary files a/images/tango/32x32/status/network-receive.png and /dev/null differ diff --git a/images/tango/32x32/status/network-transmit-receive.png b/images/tango/32x32/status/network-transmit-receive.png deleted file mode 100644 index 10ad0ac..0000000 Binary files a/images/tango/32x32/status/network-transmit-receive.png and /dev/null differ diff --git a/images/tango/32x32/status/network-transmit.png b/images/tango/32x32/status/network-transmit.png deleted file mode 100644 index aaa91b8..0000000 Binary files a/images/tango/32x32/status/network-transmit.png and /dev/null differ diff --git a/images/tango/32x32/status/network-wireless-encrypted.png b/images/tango/32x32/status/network-wireless-encrypted.png deleted file mode 100644 index 0d4e368..0000000 Binary files a/images/tango/32x32/status/network-wireless-encrypted.png and /dev/null differ diff --git a/images/tango/32x32/status/printer-error.png b/images/tango/32x32/status/printer-error.png deleted file mode 100644 index a6aa460..0000000 Binary files a/images/tango/32x32/status/printer-error.png and /dev/null differ diff --git a/images/tango/32x32/status/software-update-available.png b/images/tango/32x32/status/software-update-available.png deleted file mode 100644 index aadcb91..0000000 Binary files a/images/tango/32x32/status/software-update-available.png and /dev/null differ diff --git a/images/tango/32x32/status/software-update-urgent.png b/images/tango/32x32/status/software-update-urgent.png deleted file mode 100644 index 3d67d9e..0000000 Binary files a/images/tango/32x32/status/software-update-urgent.png and /dev/null differ diff --git a/images/tango/32x32/status/user-trash-full.png b/images/tango/32x32/status/user-trash-full.png deleted file mode 100644 index 462ef39..0000000 Binary files a/images/tango/32x32/status/user-trash-full.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-clear-night.png b/images/tango/32x32/status/weather-clear-night.png deleted file mode 100644 index aa2714c..0000000 Binary files a/images/tango/32x32/status/weather-clear-night.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-clear.png b/images/tango/32x32/status/weather-clear.png deleted file mode 100644 index c84e8d3..0000000 Binary files a/images/tango/32x32/status/weather-clear.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-few-clouds-night.png b/images/tango/32x32/status/weather-few-clouds-night.png deleted file mode 100644 index 62e21d7..0000000 Binary files a/images/tango/32x32/status/weather-few-clouds-night.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-few-clouds.png b/images/tango/32x32/status/weather-few-clouds.png deleted file mode 100644 index 8c14e0d..0000000 Binary files a/images/tango/32x32/status/weather-few-clouds.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-overcast.png b/images/tango/32x32/status/weather-overcast.png deleted file mode 100644 index cc22e4c..0000000 Binary files a/images/tango/32x32/status/weather-overcast.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-severe-alert.png b/images/tango/32x32/status/weather-severe-alert.png deleted file mode 100644 index fb75808..0000000 Binary files a/images/tango/32x32/status/weather-severe-alert.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-showers-scattered.png b/images/tango/32x32/status/weather-showers-scattered.png deleted file mode 100644 index 6e85a7b..0000000 Binary files a/images/tango/32x32/status/weather-showers-scattered.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-showers.png b/images/tango/32x32/status/weather-showers.png deleted file mode 100644 index 0074348..0000000 Binary files a/images/tango/32x32/status/weather-showers.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-snow.png b/images/tango/32x32/status/weather-snow.png deleted file mode 100644 index fef6e4d..0000000 Binary files a/images/tango/32x32/status/weather-snow.png and /dev/null differ diff --git a/images/tango/32x32/status/weather-storm.png b/images/tango/32x32/status/weather-storm.png deleted file mode 100644 index 8a7db96..0000000 Binary files a/images/tango/32x32/status/weather-storm.png and /dev/null differ diff --git a/pictureprint.qrc b/pictureprint.qrc index 8fe1cfa..16118c4 100644 --- a/pictureprint.qrc +++ b/pictureprint.qrc @@ -2,658 +2,8 @@ images/splash.png - - images/tango/16x16/actions/address-book-new.png - images/tango/16x16/actions/appointment-new.png - images/tango/16x16/actions/bookmark-new.png - images/tango/16x16/actions/contact-new.png - images/tango/16x16/actions/document-new.png - images/tango/16x16/actions/document-open.png - images/tango/16x16/actions/document-print-preview.png - images/tango/16x16/actions/document-print.png - images/tango/16x16/actions/document-pdf.png - images/tango/16x16/actions/document-properties.png - images/tango/16x16/actions/document-revert.png - images/tango/16x16/actions/document-save-as.png - images/tango/16x16/actions/document-save.png - images/tango/16x16/actions/edit-clear.png - images/tango/16x16/actions/edit-copy.png - images/tango/16x16/actions/edit-cut.png - images/tango/16x16/actions/edit-delete.png - images/tango/16x16/actions/edit-find-replace.png - images/tango/16x16/actions/edit-find.png - images/tango/16x16/actions/edit-paste.png - images/tango/16x16/actions/edit-redo.png - images/tango/16x16/actions/edit-select-all.png - images/tango/16x16/actions/edit-undo.png - images/tango/16x16/actions/folder-new.png - images/tango/16x16/actions/format-indent-less.png - images/tango/16x16/actions/format-indent-more.png - images/tango/16x16/actions/format-justify-center.png - images/tango/16x16/actions/format-justify-fill.png - images/tango/16x16/actions/format-justify-left.png - images/tango/16x16/actions/format-justify-right.png - images/tango/16x16/actions/format-text-bold.png - images/tango/16x16/actions/format-text-italic.png - images/tango/16x16/actions/format-text-strikethrough.png - images/tango/16x16/actions/format-text-underline.png - images/tango/16x16/actions/go-bottom.png - images/tango/16x16/actions/go-down.png - images/tango/16x16/actions/go-first.png - images/tango/16x16/actions/go-home.png - images/tango/16x16/actions/go-jump.png - images/tango/16x16/actions/go-last.png - images/tango/16x16/actions/go-next.png - images/tango/16x16/actions/go-previous.png - images/tango/16x16/actions/go-top.png - images/tango/16x16/actions/go-up.png - images/tango/16x16/actions/list-add.png - images/tango/16x16/actions/list-remove.png - images/tango/16x16/actions/mail-forward.png - images/tango/16x16/actions/mail-mark-junk.png - images/tango/16x16/actions/mail-mark-not-junk.png - images/tango/16x16/actions/mail-message-new.png - images/tango/16x16/actions/mail-reply-all.png - images/tango/16x16/actions/mail-reply-sender.png - images/tango/16x16/actions/mail-send-receive.png - images/tango/16x16/actions/media-eject.png - images/tango/16x16/actions/media-playback-pause.png - images/tango/16x16/actions/media-playback-start.png - images/tango/16x16/actions/media-playback-stop.png - images/tango/16x16/actions/media-record.png - images/tango/16x16/actions/media-seek-backward.png - images/tango/16x16/actions/media-seek-forward.png - images/tango/16x16/actions/media-skip-backward.png - images/tango/16x16/actions/media-skip-forward.png - images/tango/16x16/actions/process-stop.png - images/tango/16x16/actions/system-lock-screen.png - images/tango/16x16/actions/system-log-out.png - images/tango/16x16/actions/system-search.png - images/tango/16x16/actions/system-shutdown.png - images/tango/16x16/actions/tab-new.png - images/tango/16x16/actions/view-fullscreen.png - images/tango/16x16/actions/view-refresh.png - images/tango/16x16/actions/window-new.png - images/tango/16x16/animations/process-working.png - images/tango/16x16/apps/accessories-calculator.png - images/tango/16x16/apps/accessories-character-map.png - images/tango/16x16/apps/accessories-text-editor.png - images/tango/16x16/apps/help-browser.png - images/tango/16x16/apps/internet-group-chat.png - images/tango/16x16/apps/internet-mail.png - images/tango/16x16/apps/internet-news-reader.png - images/tango/16x16/apps/internet-web-browser.png - images/tango/16x16/apps/office-calendar.png - images/tango/16x16/apps/preferences-desktop-accessibility.png - images/tango/16x16/apps/preferences-desktop-assistive-technology.png - images/tango/16x16/apps/preferences-desktop-font.png - images/tango/16x16/apps/preferences-desktop-keyboard-shortcuts.png - images/tango/16x16/apps/preferences-desktop-locale.png - images/tango/16x16/apps/preferences-desktop-multimedia.png - images/tango/16x16/apps/preferences-desktop-remote-desktop.png - images/tango/16x16/apps/preferences-desktop-screensaver.png - images/tango/16x16/apps/preferences-desktop-theme.png - images/tango/16x16/apps/preferences-desktop-wallpaper.png - images/tango/16x16/apps/preferences-system-network-proxy.png - images/tango/16x16/apps/preferences-system-session.png - images/tango/16x16/apps/preferences-system-windows.png - images/tango/16x16/apps/system-file-manager.png - images/tango/16x16/apps/system-installer.png - images/tango/16x16/apps/system-software-update.png - images/tango/16x16/apps/system-users.png - images/tango/16x16/apps/utilities-system-monitor.png - images/tango/16x16/apps/utilities-terminal.png - images/tango/16x16/categories/applications-accessories.png - images/tango/16x16/categories/applications-development.png - images/tango/16x16/categories/applications-games.png - images/tango/16x16/categories/applications-graphics.png - images/tango/16x16/categories/applications-internet.png - images/tango/16x16/categories/applications-multimedia.png - images/tango/16x16/categories/applications-office.png - images/tango/16x16/categories/applications-other.png - images/tango/16x16/categories/applications-system.png - images/tango/16x16/categories/preferences-desktop-peripherals.png - images/tango/16x16/categories/preferences-desktop.png - images/tango/16x16/categories/preferences-system.png - images/tango/16x16/devices/audio-card.png - images/tango/16x16/devices/audio-input-microphone.png - images/tango/16x16/devices/battery.png - images/tango/16x16/devices/camera-photo.png - images/tango/16x16/devices/camera-video.png - images/tango/16x16/devices/computer.png - images/tango/16x16/devices/drive-harddisk.png - images/tango/16x16/devices/drive-optical.png - images/tango/16x16/devices/drive-removable-media.png - images/tango/16x16/devices/input-gaming.png - images/tango/16x16/devices/input-keyboard.png - images/tango/16x16/devices/input-mouse.png - images/tango/16x16/devices/media-flash.png - images/tango/16x16/devices/media-floppy.png - images/tango/16x16/devices/media-optical.png - images/tango/16x16/devices/multimedia-player.png - images/tango/16x16/devices/network-wired.png - images/tango/16x16/devices/network-wireless.png - images/tango/16x16/devices/printer.png - images/tango/16x16/devices/video-display.png - images/tango/16x16/emblems/emblem-favorite.png - images/tango/16x16/emblems/emblem-important.png - images/tango/16x16/emblems/emblem-photos.png - images/tango/16x16/emblems/emblem-readonly.png - images/tango/16x16/emblems/emblem-symbolic-link.png - images/tango/16x16/emblems/emblem-system.png - images/tango/16x16/emblems/emblem-unreadable.png - images/tango/16x16/emotes/face-angel.png - images/tango/16x16/emotes/face-crying.png - images/tango/16x16/emotes/face-devilish.png - images/tango/16x16/emotes/face-glasses.png - images/tango/16x16/emotes/face-grin.png - images/tango/16x16/emotes/face-kiss.png - images/tango/16x16/emotes/face-monkey.png - images/tango/16x16/emotes/face-plain.png - images/tango/16x16/emotes/face-sad.png - images/tango/16x16/emotes/face-smile-big.png - images/tango/16x16/emotes/face-smile.png - images/tango/16x16/emotes/face-surprise.png - images/tango/16x16/emotes/face-wink.png - images/tango/16x16/mimetypes/application-certificate.png - images/tango/16x16/mimetypes/application-x-executable.png - images/tango/16x16/mimetypes/audio-x-generic.png - images/tango/16x16/mimetypes/font-x-generic.png - images/tango/16x16/mimetypes/image-x-generic.png - images/tango/16x16/mimetypes/package-x-generic.png - images/tango/16x16/mimetypes/text-html.png - images/tango/16x16/mimetypes/text-x-generic-template.png - images/tango/16x16/mimetypes/text-x-generic.png - images/tango/16x16/mimetypes/text-x-script.png - images/tango/16x16/mimetypes/video-x-generic.png - images/tango/16x16/mimetypes/x-office-address-book.png - images/tango/16x16/mimetypes/x-office-calendar.png - images/tango/16x16/mimetypes/x-office-document-template.png - images/tango/16x16/mimetypes/x-office-document.png - images/tango/16x16/mimetypes/x-office-drawing-template.png - images/tango/16x16/mimetypes/x-office-drawing.png - images/tango/16x16/mimetypes/x-office-presentation-template.png - images/tango/16x16/mimetypes/x-office-presentation.png - images/tango/16x16/mimetypes/x-office-spreadsheet-template.png - images/tango/16x16/mimetypes/x-office-spreadsheet.png - images/tango/16x16/places/folder-remote.png - images/tango/16x16/places/folder-saved-search.png - images/tango/16x16/places/folder.png - images/tango/16x16/places/network-server.png - images/tango/16x16/places/network-workgroup.png - images/tango/16x16/places/start-here.png - images/tango/16x16/places/user-desktop.png - images/tango/16x16/places/user-home.png - images/tango/16x16/places/user-trash.png - images/tango/16x16/status/audio-volume-high.png - images/tango/16x16/status/audio-volume-low.png - images/tango/16x16/status/audio-volume-medium.png - images/tango/16x16/status/audio-volume-muted.png - images/tango/16x16/status/battery-caution.png - images/tango/16x16/status/dialog-error.png - images/tango/16x16/status/dialog-information.png - images/tango/16x16/status/dialog-warning.png - images/tango/16x16/status/folder-drag-accept.png - images/tango/16x16/status/folder-open.png - images/tango/16x16/status/folder-visiting.png - images/tango/16x16/status/image-loading.png - images/tango/16x16/status/image-missing.png - images/tango/16x16/status/mail-attachment.png - images/tango/16x16/status/network-error.png - images/tango/16x16/status/network-idle.png - images/tango/16x16/status/network-offline.png - images/tango/16x16/status/network-receive.png - images/tango/16x16/status/network-transmit-receive.png - images/tango/16x16/status/network-transmit.png - images/tango/16x16/status/network-wireless-encrypted.png - images/tango/16x16/status/printer-error.png - images/tango/16x16/status/software-update-available.png - images/tango/16x16/status/software-update-urgent.png - images/tango/16x16/status/user-trash-full.png - images/tango/16x16/status/weather-clear-night.png - images/tango/16x16/status/weather-clear.png - images/tango/16x16/status/weather-few-clouds-night.png - images/tango/16x16/status/weather-few-clouds.png - images/tango/16x16/status/weather-overcast.png - images/tango/16x16/status/weather-severe-alert.png - images/tango/16x16/status/weather-showers-scattered.png - images/tango/16x16/status/weather-showers.png - images/tango/16x16/status/weather-snow.png - images/tango/16x16/status/weather-storm.png - images/tango/22x22/actions/address-book-new.png - images/tango/22x22/actions/appointment-new.png - images/tango/22x22/actions/bookmark-new.png - images/tango/22x22/actions/contact-new.png - images/tango/22x22/actions/document-new.png - images/tango/22x22/actions/document-open.png - images/tango/22x22/actions/document-print-preview.png - images/tango/22x22/actions/document-print.png - images/tango/22x22/actions/document-pdf.png - images/tango/22x22/actions/document-properties.png - images/tango/22x22/actions/document-revert.png - images/tango/22x22/actions/document-save-as.png - images/tango/22x22/actions/document-save.png - images/tango/22x22/actions/edit-clear.png - images/tango/22x22/actions/edit-copy.png - images/tango/22x22/actions/edit-cut.png - images/tango/22x22/actions/edit-delete.png - images/tango/22x22/actions/edit-find-replace.png - images/tango/22x22/actions/edit-find.png - images/tango/22x22/actions/edit-paste.png - images/tango/22x22/actions/edit-redo.png - images/tango/22x22/actions/edit-select-all.png - images/tango/22x22/actions/edit-undo.png - images/tango/22x22/actions/folder-new.png - images/tango/22x22/actions/format-indent-less.png - images/tango/22x22/actions/format-indent-more.png - images/tango/22x22/actions/format-justify-center.png - images/tango/22x22/actions/format-justify-fill.png - images/tango/22x22/actions/format-justify-left.png - images/tango/22x22/actions/format-justify-right.png - images/tango/22x22/actions/format-text-bold.png - images/tango/22x22/actions/format-text-italic.png - images/tango/22x22/actions/format-text-strikethrough.png - images/tango/22x22/actions/format-text-underline.png - images/tango/22x22/actions/go-bottom.png - images/tango/22x22/actions/go-down.png - images/tango/22x22/actions/go-first.png - images/tango/22x22/actions/go-home.png - images/tango/22x22/actions/go-jump.png - images/tango/22x22/actions/go-last.png - images/tango/22x22/actions/go-next.png - images/tango/22x22/actions/go-previous.png - images/tango/22x22/actions/go-top.png - images/tango/22x22/actions/go-up.png - images/tango/22x22/actions/list-add.png - images/tango/22x22/actions/list-remove.png - images/tango/22x22/actions/mail-forward.png - images/tango/22x22/actions/mail-mark-junk.png - images/tango/22x22/actions/mail-mark-not-junk.png - images/tango/22x22/actions/mail-message-new.png - images/tango/22x22/actions/mail-reply-all.png - images/tango/22x22/actions/mail-reply-sender.png - images/tango/22x22/actions/mail-send-receive.png - images/tango/22x22/actions/media-eject.png - images/tango/22x22/actions/media-playback-pause.png - images/tango/22x22/actions/media-playback-start.png - images/tango/22x22/actions/media-playback-stop.png - images/tango/22x22/actions/media-record.png - images/tango/22x22/actions/media-seek-backward.png - images/tango/22x22/actions/media-seek-forward.png - images/tango/22x22/actions/media-skip-backward.png - images/tango/22x22/actions/media-skip-forward.png - images/tango/22x22/actions/process-stop.png - images/tango/22x22/actions/system-lock-screen.png - images/tango/22x22/actions/system-log-out.png - images/tango/22x22/actions/system-search.png - images/tango/22x22/actions/system-shutdown.png - images/tango/22x22/actions/tab-new.png - images/tango/22x22/actions/view-fullscreen.png - images/tango/22x22/actions/view-refresh.png - images/tango/22x22/actions/window-new.png - images/tango/22x22/animations/process-working.png - images/tango/22x22/apps/accessories-calculator.png - images/tango/22x22/apps/accessories-character-map.png - images/tango/22x22/apps/accessories-text-editor.png - images/tango/22x22/apps/help-browser.png - images/tango/22x22/apps/internet-group-chat.png - images/tango/22x22/apps/internet-mail.png - images/tango/22x22/apps/internet-news-reader.png - images/tango/22x22/apps/internet-web-browser.png - images/tango/22x22/apps/office-calendar.png - images/tango/22x22/apps/preferences-desktop-accessibility.png - images/tango/22x22/apps/preferences-desktop-assistive-technology.png - images/tango/22x22/apps/preferences-desktop-font.png - images/tango/22x22/apps/preferences-desktop-keyboard-shortcuts.png - images/tango/22x22/apps/preferences-desktop-locale.png - images/tango/22x22/apps/preferences-desktop-multimedia.png - images/tango/22x22/apps/preferences-desktop-remote-desktop.png - images/tango/22x22/apps/preferences-desktop-screensaver.png - images/tango/22x22/apps/preferences-desktop-theme.png - images/tango/22x22/apps/preferences-desktop-wallpaper.png - images/tango/22x22/apps/preferences-system-network-proxy.png - images/tango/22x22/apps/preferences-system-session.png - images/tango/22x22/apps/preferences-system-windows.png - images/tango/22x22/apps/system-file-manager.png - images/tango/22x22/apps/system-installer.png - images/tango/22x22/apps/system-software-update.png - images/tango/22x22/apps/system-users.png - images/tango/22x22/apps/utilities-system-monitor.png - images/tango/22x22/apps/utilities-terminal.png - images/tango/22x22/categories/applications-accessories.png - images/tango/22x22/categories/applications-development.png - images/tango/22x22/categories/applications-games.png - images/tango/22x22/categories/applications-graphics.png - images/tango/22x22/categories/applications-internet.png - images/tango/22x22/categories/applications-multimedia.png - images/tango/22x22/categories/applications-office.png - images/tango/22x22/categories/applications-other.png - images/tango/22x22/categories/applications-system.png - images/tango/22x22/categories/preferences-desktop-peripherals.png - images/tango/22x22/categories/preferences-desktop.png - images/tango/22x22/categories/preferences-system.png - images/tango/22x22/devices/audio-card.png - images/tango/22x22/devices/audio-input-microphone.png - images/tango/22x22/devices/battery.png - images/tango/22x22/devices/camera-photo.png - images/tango/22x22/devices/camera-video.png - images/tango/22x22/devices/computer.png - images/tango/22x22/devices/drive-harddisk.png - images/tango/22x22/devices/drive-optical.png - images/tango/22x22/devices/drive-removable-media.png - images/tango/22x22/devices/input-gaming.png - images/tango/22x22/devices/input-keyboard.png - images/tango/22x22/devices/input-mouse.png - images/tango/22x22/devices/media-flash.png - images/tango/22x22/devices/media-floppy.png - images/tango/22x22/devices/media-optical.png - images/tango/22x22/devices/multimedia-player.png - images/tango/22x22/devices/network-wired.png - images/tango/22x22/devices/network-wireless.png - images/tango/22x22/devices/printer.png - images/tango/22x22/devices/video-display.png - images/tango/22x22/emblems/emblem-favorite.png - images/tango/22x22/emblems/emblem-important.png - images/tango/22x22/emblems/emblem-photos.png - images/tango/22x22/emblems/emblem-readonly.png - images/tango/22x22/emblems/emblem-symbolic-link.png - images/tango/22x22/emblems/emblem-system.png - images/tango/22x22/emblems/emblem-unreadable.png - images/tango/22x22/emotes/face-angel.png - images/tango/22x22/emotes/face-crying.png - images/tango/22x22/emotes/face-devilish.png - images/tango/22x22/emotes/face-glasses.png - images/tango/22x22/emotes/face-grin.png - images/tango/22x22/emotes/face-kiss.png - images/tango/22x22/emotes/face-monkey.png - images/tango/22x22/emotes/face-plain.png - images/tango/22x22/emotes/face-sad.png - images/tango/22x22/emotes/face-smile-big.png - images/tango/22x22/emotes/face-smile.png - images/tango/22x22/emotes/face-surprise.png - images/tango/22x22/emotes/face-wink.png - images/tango/22x22/mimetypes/application-certificate.png - images/tango/22x22/mimetypes/application-x-executable.png - images/tango/22x22/mimetypes/audio-x-generic.png - images/tango/22x22/mimetypes/font-x-generic.png - images/tango/22x22/mimetypes/image-x-generic.png - images/tango/22x22/mimetypes/package-x-generic.png - images/tango/22x22/mimetypes/text-html.png - images/tango/22x22/mimetypes/text-x-generic-template.png - images/tango/22x22/mimetypes/text-x-generic.png - images/tango/22x22/mimetypes/text-x-script.png - images/tango/22x22/mimetypes/video-x-generic.png - images/tango/22x22/mimetypes/x-office-address-book.png - images/tango/22x22/mimetypes/x-office-calendar.png - images/tango/22x22/mimetypes/x-office-document-template.png - images/tango/22x22/mimetypes/x-office-document.png - images/tango/22x22/mimetypes/x-office-drawing-template.png - images/tango/22x22/mimetypes/x-office-drawing.png - images/tango/22x22/mimetypes/x-office-presentation-template.png - images/tango/22x22/mimetypes/x-office-presentation.png - images/tango/22x22/mimetypes/x-office-spreadsheet-template.png - images/tango/22x22/mimetypes/x-office-spreadsheet.png - images/tango/22x22/places/folder-remote.png - images/tango/22x22/places/folder-saved-search.png - images/tango/22x22/places/folder.png - images/tango/22x22/places/network-server.png - images/tango/22x22/places/network-workgroup.png - images/tango/22x22/places/start-here.png - images/tango/22x22/places/user-desktop.png - images/tango/22x22/places/user-home.png - images/tango/22x22/places/user-trash.png - images/tango/22x22/status/audio-volume-high.png - images/tango/22x22/status/audio-volume-low.png - images/tango/22x22/status/audio-volume-medium.png - images/tango/22x22/status/audio-volume-muted.png - images/tango/22x22/status/battery-caution.png - images/tango/22x22/status/dialog-error.png - images/tango/22x22/status/dialog-information.png - images/tango/22x22/status/dialog-warning.png - images/tango/22x22/status/folder-drag-accept.png - images/tango/22x22/status/folder-open.png - images/tango/22x22/status/folder-visiting.png - images/tango/22x22/status/image-loading.png - images/tango/22x22/status/image-missing.png - images/tango/22x22/status/mail-attachment.png - images/tango/22x22/status/network-error.png - images/tango/22x22/status/network-idle.png - images/tango/22x22/status/network-offline.png - images/tango/22x22/status/network-receive.png - images/tango/22x22/status/network-transmit-receive.png - images/tango/22x22/status/network-transmit.png - images/tango/22x22/status/network-wireless-encrypted.png - images/tango/22x22/status/printer-error.png - images/tango/22x22/status/software-update-available.png - images/tango/22x22/status/software-update-urgent.png - images/tango/22x22/status/user-trash-full.png - images/tango/22x22/status/weather-clear-night.png - images/tango/22x22/status/weather-clear.png - images/tango/22x22/status/weather-few-clouds-night.png - images/tango/22x22/status/weather-few-clouds.png - images/tango/22x22/status/weather-overcast.png - images/tango/22x22/status/weather-severe-alert.png - images/tango/22x22/status/weather-showers-scattered.png - images/tango/22x22/status/weather-showers.png - images/tango/22x22/status/weather-snow.png - images/tango/22x22/status/weather-storm.png - images/tango/32x32/actions/address-book-new.png - images/tango/32x32/actions/appointment-new.png - images/tango/32x32/actions/bookmark-new.png - images/tango/32x32/actions/contact-new.png - images/tango/32x32/actions/document-new.png - images/tango/32x32/actions/document-open.png - images/tango/32x32/actions/document-print-preview.png - images/tango/32x32/actions/document-print.png - images/tango/32x32/actions/document-pdf.png - images/tango/32x32/actions/document-properties.png - images/tango/32x32/actions/document-revert.png - images/tango/32x32/actions/document-save-as.png - images/tango/32x32/actions/document-save.png - images/tango/32x32/actions/edit-clear.png - images/tango/32x32/actions/edit-copy.png - images/tango/32x32/actions/edit-cut.png - images/tango/32x32/actions/edit-delete.png - images/tango/32x32/actions/edit-find-replace.png - images/tango/32x32/actions/edit-find.png - images/tango/32x32/actions/edit-paste.png - images/tango/32x32/actions/edit-redo.png - images/tango/32x32/actions/edit-select-all.png - images/tango/32x32/actions/edit-undo.png - images/tango/32x32/actions/folder-new.png - images/tango/32x32/actions/format-indent-less.png - images/tango/32x32/actions/format-indent-more.png - images/tango/32x32/actions/format-justify-center.png - images/tango/32x32/actions/format-justify-fill.png - images/tango/32x32/actions/format-justify-left.png - images/tango/32x32/actions/format-justify-right.png - images/tango/32x32/actions/format-text-bold.png - images/tango/32x32/actions/format-text-italic.png - images/tango/32x32/actions/format-text-strikethrough.png - images/tango/32x32/actions/format-text-underline.png - images/tango/32x32/actions/go-bottom.png - images/tango/32x32/actions/go-down.png - images/tango/32x32/actions/go-first.png - images/tango/32x32/actions/go-home.png - images/tango/32x32/actions/go-jump.png - images/tango/32x32/actions/go-last.png - images/tango/32x32/actions/go-next.png - images/tango/32x32/actions/go-previous.png - images/tango/32x32/actions/go-top.png - images/tango/32x32/actions/go-up.png - images/tango/32x32/actions/list-add.png - images/tango/32x32/actions/list-remove.png - images/tango/32x32/actions/mail-forward.png - images/tango/32x32/actions/mail-mark-junk.png - images/tango/32x32/actions/mail-mark-not-junk.png - images/tango/32x32/actions/mail-message-new.png - images/tango/32x32/actions/mail-reply-all.png - images/tango/32x32/actions/mail-reply-sender.png - images/tango/32x32/actions/mail-send-receive.png - images/tango/32x32/actions/media-eject.png - images/tango/32x32/actions/media-playback-pause.png - images/tango/32x32/actions/media-playback-start.png - images/tango/32x32/actions/media-playback-stop.png - images/tango/32x32/actions/media-record.png - images/tango/32x32/actions/media-seek-backward.png - images/tango/32x32/actions/media-seek-forward.png - images/tango/32x32/actions/media-skip-backward.png - images/tango/32x32/actions/media-skip-forward.png - images/tango/32x32/actions/process-stop.png - images/tango/32x32/actions/system-lock-screen.png - images/tango/32x32/actions/system-log-out.png - images/tango/32x32/actions/system-search.png - images/tango/32x32/actions/system-shutdown.png - images/tango/32x32/actions/tab-new.png - images/tango/32x32/actions/view-fullscreen.png - images/tango/32x32/actions/view-refresh.png - images/tango/32x32/actions/window-new.png - images/tango/32x32/animations/process-working.png - images/tango/32x32/apps/accessories-calculator.png - images/tango/32x32/apps/accessories-character-map.png - images/tango/32x32/apps/accessories-text-editor.png - images/tango/32x32/apps/help-browser.png - images/tango/32x32/apps/internet-group-chat.png - images/tango/32x32/apps/internet-mail.png - images/tango/32x32/apps/internet-news-reader.png - images/tango/32x32/apps/internet-web-browser.png - images/tango/32x32/apps/office-calendar.png - images/tango/32x32/apps/preferences-desktop-accessibility.png - images/tango/32x32/apps/preferences-desktop-assistive-technology.png - images/tango/32x32/apps/preferences-desktop-font.png - images/tango/32x32/apps/preferences-desktop-keyboard-shortcuts.png - images/tango/32x32/apps/preferences-desktop-locale.png - images/tango/32x32/apps/preferences-desktop-multimedia.png - images/tango/32x32/apps/preferences-desktop-remote-desktop.png - images/tango/32x32/apps/preferences-desktop-screensaver.png - images/tango/32x32/apps/preferences-desktop-theme.png - images/tango/32x32/apps/preferences-desktop-wallpaper.png - images/tango/32x32/apps/preferences-system-network-proxy.png - images/tango/32x32/apps/preferences-system-session.png - images/tango/32x32/apps/preferences-system-windows.png - images/tango/32x32/apps/system-file-manager.png - images/tango/32x32/apps/system-installer.png - images/tango/32x32/apps/system-software-update.png - images/tango/32x32/apps/system-users.png - images/tango/32x32/apps/utilities-system-monitor.png - images/tango/32x32/apps/utilities-terminal.png - images/tango/32x32/categories/applications-accessories.png - images/tango/32x32/categories/applications-development.png - images/tango/32x32/categories/applications-games.png - images/tango/32x32/categories/applications-graphics.png - images/tango/32x32/categories/applications-internet.png - images/tango/32x32/categories/applications-multimedia.png - images/tango/32x32/categories/applications-office.png - images/tango/32x32/categories/applications-other.png - images/tango/32x32/categories/applications-system.png - images/tango/32x32/categories/preferences-desktop-peripherals.png - images/tango/32x32/categories/preferences-desktop.png - images/tango/32x32/categories/preferences-system.png - images/tango/32x32/devices/audio-card.png - images/tango/32x32/devices/audio-input-microphone.png - images/tango/32x32/devices/battery.png - images/tango/32x32/devices/camera-photo.png - images/tango/32x32/devices/camera-video.png - images/tango/32x32/devices/computer.png - images/tango/32x32/devices/drive-harddisk.png - images/tango/32x32/devices/drive-optical.png - images/tango/32x32/devices/drive-removable-media.png - images/tango/32x32/devices/input-gaming.png - images/tango/32x32/devices/input-keyboard.png - images/tango/32x32/devices/input-mouse.png - images/tango/32x32/devices/media-flash.png - images/tango/32x32/devices/media-floppy.png - images/tango/32x32/devices/media-optical.png - images/tango/32x32/devices/multimedia-player.png - images/tango/32x32/devices/network-wired.png - images/tango/32x32/devices/network-wireless.png - images/tango/32x32/devices/printer.png - images/tango/32x32/devices/video-display.png - images/tango/32x32/emblems/emblem-favorite.png - images/tango/32x32/emblems/emblem-important.png - images/tango/32x32/emblems/emblem-photos.png - images/tango/32x32/emblems/emblem-readonly.png - images/tango/32x32/emblems/emblem-symbolic-link.png - images/tango/32x32/emblems/emblem-system.png - images/tango/32x32/emblems/emblem-unreadable.png - images/tango/32x32/emotes/face-angel.png - images/tango/32x32/emotes/face-crying.png - images/tango/32x32/emotes/face-devilish.png - images/tango/32x32/emotes/face-glasses.png - images/tango/32x32/emotes/face-grin.png - images/tango/32x32/emotes/face-kiss.png - images/tango/32x32/emotes/face-monkey.png - images/tango/32x32/emotes/face-plain.png - images/tango/32x32/emotes/face-sad.png - images/tango/32x32/emotes/face-smile-big.png - images/tango/32x32/emotes/face-smile.png - images/tango/32x32/emotes/face-surprise.png - images/tango/32x32/emotes/face-wink.png - images/tango/32x32/mimetypes/application-certificate.png - images/tango/32x32/mimetypes/application-x-executable.png - images/tango/32x32/mimetypes/audio-x-generic.png - images/tango/32x32/mimetypes/font-x-generic.png - images/tango/32x32/mimetypes/image-x-generic.png - images/tango/32x32/mimetypes/package-x-generic.png - images/tango/32x32/mimetypes/text-html.png - images/tango/32x32/mimetypes/text-x-generic-template.png - images/tango/32x32/mimetypes/text-x-generic.png - images/tango/32x32/mimetypes/text-x-script.png - images/tango/32x32/mimetypes/video-x-generic.png - images/tango/32x32/mimetypes/x-office-address-book.png - images/tango/32x32/mimetypes/x-office-calendar.png - images/tango/32x32/mimetypes/x-office-document-template.png - images/tango/32x32/mimetypes/x-office-document.png - images/tango/32x32/mimetypes/x-office-drawing-template.png - images/tango/32x32/mimetypes/x-office-drawing.png - images/tango/32x32/mimetypes/x-office-presentation-template.png - images/tango/32x32/mimetypes/x-office-presentation.png - images/tango/32x32/mimetypes/x-office-spreadsheet-template.png - images/tango/32x32/mimetypes/x-office-spreadsheet.png - images/tango/32x32/places/folder-remote.png - images/tango/32x32/places/folder-saved-search.png - images/tango/32x32/places/folder.png - images/tango/32x32/places/network-server.png - images/tango/32x32/places/network-workgroup.png - images/tango/32x32/places/start-here.png - images/tango/32x32/places/user-desktop.png - images/tango/32x32/places/user-home.png - images/tango/32x32/places/user-trash.png - images/tango/32x32/status/audio-volume-high.png - images/tango/32x32/status/audio-volume-low.png - images/tango/32x32/status/audio-volume-medium.png - images/tango/32x32/status/audio-volume-muted.png - images/tango/32x32/status/battery-caution.png - images/tango/32x32/status/dialog-error.png - images/tango/32x32/status/dialog-information.png - images/tango/32x32/status/dialog-warning.png - images/tango/32x32/status/folder-drag-accept.png - images/tango/32x32/status/folder-open.png - images/tango/32x32/status/folder-visiting.png - images/tango/32x32/status/image-loading.png - images/tango/32x32/status/image-missing.png - images/tango/32x32/status/mail-attachment.png - images/tango/32x32/status/network-error.png - images/tango/32x32/status/network-idle.png - images/tango/32x32/status/network-offline.png - images/tango/32x32/status/network-receive.png - images/tango/32x32/status/network-transmit-receive.png - images/tango/32x32/status/network-transmit.png - images/tango/32x32/status/network-wireless-encrypted.png - images/tango/32x32/status/printer-error.png - images/tango/32x32/status/software-update-available.png - images/tango/32x32/status/software-update-urgent.png - images/tango/32x32/status/user-trash-full.png - images/tango/32x32/status/weather-clear-night.png - images/tango/32x32/status/weather-clear.png - images/tango/32x32/status/weather-few-clouds-night.png - images/tango/32x32/status/weather-few-clouds.png - images/tango/32x32/status/weather-overcast.png - images/tango/32x32/status/weather-severe-alert.png - images/tango/32x32/status/weather-showers-scattered.png - images/tango/32x32/status/weather-showers.png - images/tango/32x32/status/weather-snow.png - images/tango/32x32/status/weather-storm.png - images/tango/index.theme + + images/arc/index.theme + images/arc/16x16/actions/zoom-in.png