Page MenuHomeSolus

D8715.id20916.diff
No OneTemporary

D8715.id20916.diff

This file is larger than 256 KB, so syntax highlighting was skipped.
diff --git a/files/0001-fix-gnome-shell-install-dir.patch b/files/0001-fix-gnome-shell-install-dir.patch
new file mode 100644
--- /dev/null
+++ b/files/0001-fix-gnome-shell-install-dir.patch
@@ -0,0 +1,25 @@
+From cbb3719cf797212da504acdffdac7cea07d88c0c Mon Sep 17 00:00:00 2001
+From: Algent Albrahimi <algent@protonmail.com>
+Date: Sun, 19 Apr 2020 18:12:12 +0200
+Subject: [PATCH] fix gnome-shell install dir
+
+---
+ gnome-shell/meson.build | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/gnome-shell/meson.build b/gnome-shell/meson.build
+index 70ef5fa..0a0b4d4 100644
+--- a/gnome-shell/meson.build
++++ b/gnome-shell/meson.build
+@@ -1,7 +1,7 @@
+ gnome = import('gnome')
+
+ gnomeshell_use_gresource = get_option('gnome-shell-gresource')
+-gnomeshell_default_theme_dir = join_paths(get_option('datadir'), 'gnome-shell', 'theme')
++gnomeshell_default_theme_dir = join_paths(get_option('datadir'), 'themes', meson.project_name(), 'Yaru-shell')
+ gnomeshell_alt_themes_dir = join_paths(get_option('datadir'), 'themes')
+ gresources_xml_parser = find_program('gresources-xml-parser.py')
+ gnomeshell_copy_and_rename = find_program('copy-and-rename.py')
+--
+2.26.1
+
diff --git a/files/0001-gnome-shell-fix-install-dir.patch b/files/0001-gnome-shell-fix-install-dir.patch
deleted file mode 100644
--- a/files/0001-gnome-shell-fix-install-dir.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From d55e5ca2bd7544ceeb573cb24fe7cfe51a555c6b Mon Sep 17 00:00:00 2001
-From: Nicola Murino <nicola.murino@gmail.com>
-Date: Thu, 26 Jul 2018 14:44:20 +0200
-Subject: [PATCH] gnome-shell: fix install dir
-
----
- gnome-shell/meson.build | 2 +-
- gnome-shell/src/meson.build | 2 +-
- sessions/meson.build | 2 +-
- sessions/meson/install-dock-override | 2 +-
- 4 files changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/gnome-shell/meson.build b/gnome-shell/meson.build
-index 7a1ce6dd..5de2ea79 100644
---- a/gnome-shell/meson.build
-+++ b/gnome-shell/meson.build
-@@ -1,3 +1,3 @@
--gnomeshell_theme_dir = join_paths(get_option('datadir'), 'gnome-shell', 'theme')
-+gnomeshell_theme_dir = join_paths(get_option('datadir'), 'themes')
-
- subdir('src')
-diff --git a/gnome-shell/src/meson.build b/gnome-shell/src/meson.build
-index b0fb61a1..c4a59f73 100644
---- a/gnome-shell/src/meson.build
-+++ b/gnome-shell/src/meson.build
-@@ -1,5 +1,5 @@
- # destination directory
--install_dir = join_paths(gnomeshell_theme_dir, meson.project_name())
-+install_dir = join_paths(gnomeshell_theme_dir, meson.project_name(), 'gnome-shell')
-
- # generate .css files
- theme_sources = files([
-diff --git a/sessions/meson.build b/sessions/meson.build
-index 4922cd2f..e07af06c 100644
---- a/sessions/meson.build
-+++ b/sessions/meson.build
-@@ -1,4 +1,4 @@
--gnomeshell_mode_dir = join_paths(get_option('datadir'), 'gnome-shell', 'modes')
-+gnomeshell_mode_dir = join_paths(get_option('datadir'), 'themes', meson.project_name(), 'gnome-shell', 'modes')
-
- # NOTE: GNOME Shell only accept lowercase mode names.
- replace_name = find_program('../build-helpers/replace-name')
-diff --git a/sessions/meson/install-dock-override b/sessions/meson/install-dock-override
-index d8a74050..b716ef41 100755
---- a/sessions/meson/install-dock-override
-+++ b/sessions/meson/install-dock-override
-@@ -1,7 +1,7 @@
- #!/bin/sh
- set -eu
-
--DOCK_DIR="${MESON_INSTALL_DESTDIR_PREFIX}/share/gnome-shell/extensions/ubuntu-dock@ubuntu.com"
-+DOCK_DIR="${MESON_INSTALL_DESTDIR_PREFIX}/share/themes/Yaru/gnome-shell/extensions/ubuntu-dock@ubuntu.com"
-
- mkdir -p "${DOCK_DIR}"
- touch "${DOCK_DIR}/$1.css"
---
-2.18.0
-
diff --git a/package.yml b/package.yml
--- a/package.yml
+++ b/package.yml
@@ -1,11 +1,13 @@
name : yaru-theme
-version : 19.10.4
-release : 8
+version : 20.04.6
+release : 9
source :
- - https://github.com/ubuntu/yaru/archive/19.10.4.tar.gz : bff882ded3e9951d9c657eb60c34fe2d4cf5b9b98751f63fb062c64a98d08fd1
+ - https://github.com/ubuntu/yaru/archive/20.04.6.tar.gz : 024bf3ef198b8bd242a898e6849e17f5f1733cecb7a00fb7ce884d70ff9814cb
license :
- CC-BY-SA-4.0
- GPL-3.0-or-later
+ - LGPL-2.1-only
+ - LGPL-3.0-only
component :
- ^yaru-icon-theme : desktop.theme
- ^yaru-gtk-theme : desktop.theme
@@ -22,18 +24,19 @@
- gtk-engines
- gtk2-engine-murrine
setup : |
- %patch -p1 < $pkgfiles/0001-gnome-shell-fix-install-dir.patch
-
- %meson_configure
+ %patch -p1 < $pkgfiles/0001-fix-gnome-shell-install-dir.patch
+ %meson_configure \
+ -Dsessions=false \
+ -Dsounds=false
build : |
%ninja_build
install : |
%ninja_install
+ # Fix symbolic links
+ rm -rf $installdir/usr/share/themes/*/gnome-shell
+ ln -sv /usr/share/themes/Yaru/Yaru-shell/Yaru $installdir/usr/share/themes/Yaru/gnome-shell
+ ln -sv /usr/share/themes/Yaru/Yaru-shell/Yaru-dark $installdir/usr/share/themes/Yaru-dark/gnome-shell
+
# Nuke the things we don't need
- rm -fr $installdir/usr/share/glib-2.0
- rm -fr $installdir/usr/share/xsessions
- rm -fr $installdir/usr/share/sounds
- rm -fr $installdir/usr/share/wayland-sessions
- rm -fr $installdir/usr/share/themes/Yaru/gnome-shell/extensions/ubuntu-dock@ubuntu.com
- rmdir $installdir/usr/share/themes/Yaru/gnome-shell/extensions
+ rm -rf $installdir/usr/share/themes/Yaru/unity
diff --git a/pspec_x86_64.xml b/pspec_x86_64.xml
--- a/pspec_x86_64.xml
+++ b/pspec_x86_64.xml
@@ -7,6 +7,8 @@
</Packager>
<License>CC-BY-SA-4.0</License>
<License>GPL-3.0-or-later</License>
+ <License>LGPL-2.1-only</License>
+ <License>LGPL-3.0-only</License>
<PartOf>desktop.theme</PartOf>
<Summary xml:lang="en">Yaru default ubuntu theme</Summary>
<Description xml:lang="en">Yaru is a theme entirely backed by the Ubuntu community
@@ -20,6 +22,7 @@
</Description>
<PartOf>desktop.theme</PartOf>
<Files>
+ <Path fileType="data">/usr/share/themes/Yaru-dark/gnome-shell</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-2.0/apps.rc</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-2.0/assets/border.png</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-2.0/assets/button-active.png</Path>
@@ -189,10 +192,8 @@
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-2.0/gtkrc</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-2.0/hacks.rc</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-2.0/main.rc</Path>
- <Path fileType="data">/usr/share/themes/Yaru-dark/gtk-3.0/gtk-dark.css</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-3.0/gtk.css</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-3.0/gtk.gresource</Path>
- <Path fileType="data">/usr/share/themes/Yaru-dark/gtk-3.20/gtk-dark.css</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-3.20/gtk.css</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/gtk-3.20/gtk.gresource</Path>
<Path fileType="data">/usr/share/themes/Yaru-dark/index.theme</Path>
@@ -372,51 +373,95 @@
<Path fileType="data">/usr/share/themes/Yaru-light/gtk-3.20/gtk.css</Path>
<Path fileType="data">/usr/share/themes/Yaru-light/gtk-3.20/gtk.gresource</Path>
<Path fileType="data">/usr/share/themes/Yaru-light/index.theme</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/calendar-today.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox-dark.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox-focused-dark.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox-focused.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox-off-dark.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox-off-focused-dark.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox-off-focused.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox-off.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/checkbox.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/dash-placeholder.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/gnome-shell-high-contrast.css</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/gnome-shell.css</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/key-enter.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/key-hide.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/key-layout.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/key-shift-latched-uppercase.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/key-shift-uppercase.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/key-shift.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/lockscreen-gradient.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/logged-in-indicator.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/meson.build</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/message-indicator-symbolic.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/modes/yaru.json</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/no-events.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/no-notifications.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/noise-texture.png</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/pad-osd.css</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/pointer-double-click-symbolic.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/pointer-drag-symbolic.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/pointer-primary-click-symbolic.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/pointer-secondary-click-symbolic.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/process-working.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/running-indicator.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/source-button-border.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/summary-counter.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-off-dark.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-off-hc.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-off-intl.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-off.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-on-dark.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-on-hc.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-on-intl.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/toggle-on.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/ws-switch-arrow-down.svg</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gnome-shell/ws-switch-arrow-up.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/calendar-today.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox-focused-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox-focused.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox-off-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox-off-focused-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox-off-focused.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox-off.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/checkbox.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/dash-placeholder.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/eye-not-looking-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/eye-open-negative-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/gnome-shell-high-contrast.css</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/gnome-shell.css</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/keyboard-caps-lock-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/keyboard-enter-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/keyboard-hide-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/keyboard-layout-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/keyboard-shift-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/lockscreen-gradient.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/logged-in-indicator.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/message-indicator-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/no-events.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/no-notifications.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/noise-texture.png</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/pad-osd.css</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/pointer-double-click-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/pointer-drag-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/pointer-primary-click-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/pointer-secondary-click-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/process-working.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/running-indicator.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/source-button-border.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/summary-counter.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-off-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-off-hc.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-off-intl.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-off.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-on-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-on-hc.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-on-intl.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/toggle-on.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/ws-switch-arrow-down.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru-dark/ws-switch-arrow-up.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/calendar-today.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox-focused-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox-focused.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox-off-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox-off-focused-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox-off-focused.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox-off.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/checkbox.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/dash-placeholder.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/eye-not-looking-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/eye-open-negative-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/gnome-shell-high-contrast.css</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/gnome-shell.css</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/keyboard-caps-lock-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/keyboard-enter-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/keyboard-hide-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/keyboard-layout-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/keyboard-shift-filled-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/lockscreen-gradient.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/logged-in-indicator.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/message-indicator-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/no-events.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/no-notifications.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/noise-texture.png</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/pad-osd.css</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/pointer-double-click-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/pointer-drag-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/pointer-primary-click-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/pointer-secondary-click-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/process-working.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/running-indicator.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/source-button-border.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/summary-counter.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-off-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-off-hc.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-off-intl.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-off.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-on-dark.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-on-hc.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-on-intl.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/toggle-on.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/ws-switch-arrow-down.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/Yaru-shell/Yaru/ws-switch-arrow-up.svg</Path>
+ <Path fileType="data">/usr/share/themes/Yaru/gnome-shell</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-2.0/apps.rc</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-2.0/assets/border.png</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-2.0/assets/button-active.png</Path>
@@ -587,11 +632,9 @@
<Path fileType="data">/usr/share/themes/Yaru/gtk-2.0/hacks.rc</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-2.0/main.rc</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-3.0/gtk-dark.css</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gtk-3.0/gtk-light.css</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-3.0/gtk.css</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-3.0/gtk.gresource</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-3.20/gtk-dark.css</Path>
- <Path fileType="data">/usr/share/themes/Yaru/gtk-3.20/gtk-light.css</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-3.20/gtk.css</Path>
<Path fileType="data">/usr/share/themes/Yaru/gtk-3.20/gtk.gresource</Path>
<Path fileType="data">/usr/share/themes/Yaru/index.theme</Path>
@@ -604,6 +647,26 @@
</Description>
<PartOf>desktop.theme</PartOf>
<Files>
+ <Path fileType="data">/usr/share/icons/Yaru/128x128/legacy/document-new.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/accessories-character-map.png</Path>
@@ -638,6 +701,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/gallery-app.png</Path>
@@ -719,6 +783,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.Logs.png</Path>
@@ -753,7 +818,6 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/16x16/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/podcasts-app.png</Path>
@@ -761,7 +825,6 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/16x16/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/apps/scanner.png</Path>
@@ -816,21 +879,42 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-dropbox-selsync.png</Path>
@@ -838,19 +922,33 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/emblems/emblem-unreadable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-new.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-open.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-print-preview.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-print.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-properties.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-revert.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-save-as.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/legacy/document-save.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-archive-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-javascript.png</Path>
@@ -865,12 +963,15 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-vnd.ms-excel.png</Path>
@@ -908,23 +1009,38 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-x-typescript.png</Path>
@@ -933,6 +1049,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/audio-x-flac+ogg.png</Path>
@@ -956,6 +1073,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/image-eps.png</Path>
@@ -968,6 +1086,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/libreoffice-formula.png</Path>
@@ -991,6 +1110,11 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/office-document.png</Path>
@@ -1020,6 +1144,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-cpp.png</Path>
@@ -1029,6 +1154,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-install.png</Path>
@@ -1036,6 +1162,9 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/mimetypes/text-x-preview.png</Path>
@@ -1076,14 +1205,51 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/accessories-character-map.png</Path>
@@ -1118,6 +1284,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/gallery-app.png</Path>
@@ -1199,6 +1366,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.Logs.png</Path>
@@ -1233,7 +1401,6 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/podcasts-app.png</Path>
@@ -1241,7 +1408,6 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/apps/scanner.png</Path>
@@ -1296,21 +1462,42 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-dropbox-selsync.png</Path>
@@ -1318,12 +1505,17 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/emblems/emblem-unreadable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-archive-zip.png</Path>
@@ -1331,6 +1523,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-javascript.png</Path>
@@ -1345,12 +1538,15 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-vnd.ms-excel.png</Path>
@@ -1388,23 +1584,38 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-x-typescript.png</Path>
@@ -1413,6 +1624,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/audio-x-flac+ogg.png</Path>
@@ -1436,6 +1648,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/image-eps.png</Path>
@@ -1448,6 +1661,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/libreoffice-formula.png</Path>
@@ -1471,6 +1685,11 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/office-document.png</Path>
@@ -1500,6 +1719,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-cpp.png</Path>
@@ -1509,6 +1729,7 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-install.png</Path>
@@ -1516,6 +1737,9 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/mimetypes/text-x-preview.png</Path>
@@ -1556,14 +1780,62 @@
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/16x16@2x/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-export.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-import.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-new.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-open-recent.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-page-setup.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-print-preview.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-print.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-properties.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-revert.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-save-as.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/22x22/legacy/document-save.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/accessories-character-map.png</Path>
@@ -1598,6 +1870,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/gallery-app.png</Path>
@@ -1679,6 +1952,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.Logs.png</Path>
@@ -1713,7 +1987,6 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/24x24/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/podcasts-app.png</Path>
@@ -1721,7 +1994,6 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/24x24/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/apps/scanner.png</Path>
@@ -1776,21 +2048,42 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-dropbox-selsync.png</Path>
@@ -1798,19 +2091,37 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/emblems/emblem-unreadable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-export.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-import.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-new.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-open-recent.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-open.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-page-setup.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-print-preview.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-print.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-properties.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-revert.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-save-as.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/legacy/document-save.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-archive-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-javascript.png</Path>
@@ -1825,12 +2136,15 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-vnd.ms-excel.png</Path>
@@ -1868,23 +2182,38 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-x-typescript.png</Path>
@@ -1893,6 +2222,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/audio-x-flac+ogg.png</Path>
@@ -1916,6 +2246,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/image-eps.png</Path>
@@ -1928,6 +2259,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/libreoffice-formula.png</Path>
@@ -1951,6 +2283,11 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/office-document.png</Path>
@@ -1980,6 +2317,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-cpp.png</Path>
@@ -1989,6 +2327,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-install.png</Path>
@@ -1996,6 +2335,9 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/mimetypes/text-x-preview.png</Path>
@@ -2036,14 +2378,51 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/accessories-character-map.png</Path>
@@ -2078,6 +2457,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/gallery-app.png</Path>
@@ -2159,6 +2539,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.Logs.png</Path>
@@ -2193,7 +2574,6 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/podcasts-app.png</Path>
@@ -2201,7 +2581,6 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/apps/scanner.png</Path>
@@ -2256,21 +2635,42 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-dropbox-selsync.png</Path>
@@ -2278,12 +2678,17 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/emblems/emblem-unreadable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-archive-zip.png</Path>
@@ -2291,6 +2696,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-javascript.png</Path>
@@ -2305,12 +2711,15 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-vnd.ms-excel.png</Path>
@@ -2348,23 +2757,38 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-x-typescript.png</Path>
@@ -2373,6 +2797,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/audio-x-flac+ogg.png</Path>
@@ -2396,6 +2821,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/image-eps.png</Path>
@@ -2408,6 +2834,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/libreoffice-formula.png</Path>
@@ -2431,6 +2858,11 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/office-document.png</Path>
@@ -2460,6 +2892,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-cpp.png</Path>
@@ -2469,6 +2902,7 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-install.png</Path>
@@ -2476,6 +2910,9 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/mimetypes/text-x-preview.png</Path>
@@ -2516,14 +2953,51 @@
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/24x24@2x/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/accessories-character-map.png</Path>
@@ -2558,6 +3032,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/gallery-app.png</Path>
@@ -2639,6 +3114,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.Logs.png</Path>
@@ -2673,7 +3149,6 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/256x256/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/podcasts-app.png</Path>
@@ -2681,7 +3156,6 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/256x256/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/apps/scanner.png</Path>
@@ -2736,21 +3210,42 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-dropbox-selsync.png</Path>
@@ -2758,12 +3253,17 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/emblems/emblem-unreadable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-archive-zip.png</Path>
@@ -2771,6 +3271,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-javascript.png</Path>
@@ -2785,12 +3286,15 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-vnd.ms-excel.png</Path>
@@ -2828,23 +3332,38 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-x-typescript.png</Path>
@@ -2853,6 +3372,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/audio-x-flac+ogg.png</Path>
@@ -2876,6 +3396,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/image-eps.png</Path>
@@ -2888,6 +3409,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/libreoffice-formula.png</Path>
@@ -2911,6 +3433,11 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/office-document.png</Path>
@@ -2940,6 +3467,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-cpp.png</Path>
@@ -2949,6 +3477,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-install.png</Path>
@@ -2956,6 +3485,9 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/mimetypes/text-x-preview.png</Path>
@@ -2996,14 +3528,51 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/accessories-character-map.png</Path>
@@ -3038,6 +3607,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/gallery-app.png</Path>
@@ -3119,6 +3689,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.Logs.png</Path>
@@ -3153,7 +3724,6 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/podcasts-app.png</Path>
@@ -3161,7 +3731,6 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/apps/scanner.png</Path>
@@ -3216,21 +3785,42 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-dropbox-selsync.png</Path>
@@ -3238,12 +3828,17 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/emblems/emblem-unreadable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-archive-zip.png</Path>
@@ -3251,6 +3846,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-javascript.png</Path>
@@ -3265,12 +3861,15 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-vnd.ms-excel.png</Path>
@@ -3308,23 +3907,38 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-x-typescript.png</Path>
@@ -3333,6 +3947,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/audio-x-flac+ogg.png</Path>
@@ -3356,6 +3971,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/image-eps.png</Path>
@@ -3368,6 +3984,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/libreoffice-formula.png</Path>
@@ -3391,6 +4008,11 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/office-document.png</Path>
@@ -3420,6 +4042,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-cpp.png</Path>
@@ -3429,6 +4052,7 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-install.png</Path>
@@ -3436,6 +4060,9 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/mimetypes/text-x-preview.png</Path>
@@ -3476,14 +4103,51 @@
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/256x256@2x/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/accessories-character-map.png</Path>
@@ -3518,6 +4182,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/gallery-app.png</Path>
@@ -3599,6 +4264,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.Logs.png</Path>
@@ -3633,7 +4299,6 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/32x32/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/podcasts-app.png</Path>
@@ -3641,7 +4306,6 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/32x32/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/apps/scanner.png</Path>
@@ -3696,21 +4360,42 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-dropbox-selsync.png</Path>
@@ -3718,19 +4403,27 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/emblems/emblem-unreadable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/legacy/document-new.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/legacy/document-properties.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-archive-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-javascript.png</Path>
@@ -3745,12 +4438,15 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-vnd.ms-excel.png</Path>
@@ -3788,23 +4484,38 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-x-typescript.png</Path>
@@ -3813,6 +4524,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/audio-x-flac+ogg.png</Path>
@@ -3836,6 +4548,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/image-eps.png</Path>
@@ -3848,6 +4561,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/libreoffice-formula.png</Path>
@@ -3871,6 +4585,11 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/office-document.png</Path>
@@ -3900,6 +4619,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-cpp.png</Path>
@@ -3909,6 +4629,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-install.png</Path>
@@ -3916,6 +4637,9 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/mimetypes/text-x-preview.png</Path>
@@ -3956,14 +4680,51 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/accessories-character-map.png</Path>
@@ -3998,6 +4759,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/gallery-app.png</Path>
@@ -4079,6 +4841,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.Logs.png</Path>
@@ -4113,7 +4876,6 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/podcasts-app.png</Path>
@@ -4121,7 +4883,6 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/apps/scanner.png</Path>
@@ -4176,21 +4937,42 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-dropbox-selsync.png</Path>
@@ -4198,12 +4980,17 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/emblems/emblem-unreadable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-archive-zip.png</Path>
@@ -4211,6 +4998,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-javascript.png</Path>
@@ -4225,12 +5013,15 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-vnd.ms-excel.png</Path>
@@ -4268,23 +5059,38 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-x-typescript.png</Path>
@@ -4293,6 +5099,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/audio-x-flac+ogg.png</Path>
@@ -4316,6 +5123,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/image-eps.png</Path>
@@ -4328,6 +5136,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/libreoffice-formula.png</Path>
@@ -4351,6 +5160,11 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/office-document.png</Path>
@@ -4380,6 +5194,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-cpp.png</Path>
@@ -4389,6 +5204,7 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-install.png</Path>
@@ -4396,6 +5212,9 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/mimetypes/text-x-preview.png</Path>
@@ -4436,14 +5255,51 @@
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/32x32@2x/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/accessories-character-map.png</Path>
@@ -4478,6 +5334,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/gallery-app.png</Path>
@@ -4559,6 +5416,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.Logs.png</Path>
@@ -4593,7 +5451,6 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/48x48/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/podcasts-app.png</Path>
@@ -4601,7 +5458,6 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/48x48/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/apps/scanner.png</Path>
@@ -4656,21 +5512,62 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-center-back-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-center-back.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-center-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-center.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-left-back-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-left-back.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-left-side-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-left-side.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-left-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-left.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-mono-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-mono.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-right-back-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-right-back.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-right-side-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-right-side.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-right-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speaker-right.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-subwoofer-testing.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/audio-subwoofer.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-dropbox-selsync.png</Path>
@@ -4678,19 +5575,37 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/emblems/emblem-unreadable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-export.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-import.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-new.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-open-recent.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-open.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-page-setup.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-print-preview.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-print.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-properties.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-revert.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-save-as.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/legacy/document-save.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-archive-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-javascript.png</Path>
@@ -4705,12 +5620,15 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-vnd.ms-excel.png</Path>
@@ -4748,23 +5666,38 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-x-typescript.png</Path>
@@ -4773,6 +5706,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/audio-x-flac+ogg.png</Path>
@@ -4796,6 +5730,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/image-eps.png</Path>
@@ -4808,6 +5743,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/libreoffice-formula.png</Path>
@@ -4831,6 +5767,11 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/office-document.png</Path>
@@ -4860,6 +5801,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-cpp.png</Path>
@@ -4869,6 +5811,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-install.png</Path>
@@ -4876,6 +5819,9 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/mimetypes/text-x-preview.png</Path>
@@ -4916,14 +5862,51 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/selection-checked.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/accessories-calculator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/accessories-camera.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/accessories-character-map.png</Path>
@@ -4958,6 +5941,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/error-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/file-roller.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/filemanager-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/gallery-app.png</Path>
@@ -5039,6 +6023,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.Epiphany.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.Evince.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.Evolution.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.Extensions.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.Games.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.Gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.Logs.png</Path>
@@ -5073,7 +6058,6 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.gedit.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.seahorse.Application.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.gnome.tweaks.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/org.remmina.Remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/packages-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/passwords-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/podcasts-app.png</Path>
@@ -5081,7 +6065,6 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/preferences-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/preferences-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/quadrapassel.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/remmina.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/rhythmbox.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/root-terminal-app.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/apps/scanner.png</Path>
@@ -5136,21 +6119,42 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/categories/unity-color-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/categories/unity-datetime-panel.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/categories/unity-power-panel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/audio-headphones.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/audio-headset.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/audio-speakers.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-cdrom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-harddisk-ieee1394.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-harddisk-solidstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-harddisk-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-harddisk.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-multidisk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-optical.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-removable-media-usb.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/drive-removable-media.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/gnome-cd.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/gnome-dev-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/gnome-dev-disc-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/gtk-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/input-gaming.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/input-keyboard.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/input-mouse.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-cdrom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-flash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-floppy.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-optical-bd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-optical-cd-audio.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-optical-cd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-optical-dvd.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-optical.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/media-removable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/phone.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/printer-network.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/devices/printer.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-dropbox-mixedstate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-dropbox-selsync.png</Path>
@@ -5158,12 +6162,17 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-dropbox-unsyncable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-list-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-new.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/emblems/emblem-unreadable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-apk.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-archive-zip.png</Path>
@@ -5171,6 +6180,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-epub+zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-font.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-geo+json.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-illustrator.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-javascript.png</Path>
@@ -5185,12 +6195,15 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-photoshop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-postscript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-rss+xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-rtf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-sql.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-typescript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.android.package-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.debian.binary-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.flatpak.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.google-earth.kml+xml.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.iccprofile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.microsoft.portable-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.ms-access.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-vnd.ms-excel.png</Path>
@@ -5228,23 +6241,38 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-bzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-cd-image.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-compress.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-executable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-firmware.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-gameboy-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-gba-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-genesis-32x-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-genesis-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-gzpdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-java-archive.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-javascript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-karbon.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-krita.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-mobipocket-ebook.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-ms-dos-executable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-msi.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-n64-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-nes-rom.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-nintendo-ds-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-pdf.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-perl.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-php.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-pkcs7-certificates.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-python-bytecode.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-rar.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-ruby.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-shellscript.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-sms-rom.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-sqlite3.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-subrip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-theme.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-trash.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-x-typescript.png</Path>
@@ -5253,6 +6281,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-xml.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/application-zip.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/audio-flac.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/audio-midi.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/audio-mpeg.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/audio-x-adpcm.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/audio-x-flac+ogg.png</Path>
@@ -5276,6 +6305,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/gnome-mime-application-x-compress.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/gnome-mime-application-x-php.package-x-generic</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/gnome-mime-application-x-rar.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/gnome-mime-text-x-makefile.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/gnome-package.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/html.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/image-eps.png</Path>
@@ -5288,6 +6318,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/image-x-eps.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/image-x-generic.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/image-x-xcf.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/inode-symlink.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/libreoffice-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/libreoffice-drawing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/libreoffice-formula.png</Path>
@@ -5311,6 +6342,11 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/libreoffice-spreadsheet.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/libreoffice-text.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/libreoffice-web.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/message-rfc822.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/model-stl.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/model-x-stl-binary.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/model-x.stl-ascii.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/model-x.stl-binary.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/model.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/office-database.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/office-document.png</Path>
@@ -5340,6 +6376,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-c++src.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-c.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-chdr.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-cmake.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-cobol.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-copying.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-cpp.png</Path>
@@ -5349,6 +6386,7 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-csrc.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-fortran.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-generic.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-gettext-translation.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-go.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-haskell.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-install.png</Path>
@@ -5356,6 +6394,9 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-java.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-javascript.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-lua.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-makefile.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-meson.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-nim.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-php.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-plain.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/mimetypes/text-x-preview.png</Path>
@@ -5396,37 +6437,104 @@
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/places/user-desktop.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/places/user-home.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/places/user-trash.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-add.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-cleanup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-delete.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-download.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-resolve.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-setup.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-update-cache.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-upgrade.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-wait.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/aptdaemon-working.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/avatar-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/bluetooth-active.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/dialog-error.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/dialog-information.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/folder-drag-accept.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/folder-open.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/gtk-dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/gtk-image-missing.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/image-loading.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/image-missing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/important.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/messagebox_warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/software-update-available.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/stock_dialog-warning.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/48x48@2x/status/user-trash-full.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/64x64/legacy/document-new.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-dropbox-selsync.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-list-add.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8/emblems/emblem-unreadable.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/button_cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/dialog-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/dialog-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/dialog-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/dialog-no.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/dialog-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/dialog-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/gtk-close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/gtk-ok.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/gtk-yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/stock_calc-accept.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/stock_calc-cancel.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/stock_close.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/stock_mail-filters-apply.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/stock_mark.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/stock_yes.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/actions/window-close.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-danger.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-default.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-dialog-question.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-documents.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-downloads.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-dropbox-infinite.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-dropbox-selsync.png</Path>
- <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-dropbox-uptodate.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-favorite.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-list-add.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-people.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-personal.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-photos.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-readonly.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-shared.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-symbolic-link.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-synchronizing.png</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-system.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/8x8@2x/emblems/emblem-unreadable.png</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursor.theme</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/00008160000006810000408080010102</Path>
@@ -5447,6 +6555,7 @@
<Path fileType="data">/usr/share/icons/Yaru/cursors/X_cursor</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/X_cursor.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/alias</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/cursors/alias.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/all-scroll</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/all-scroll.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/arrow</Path>
@@ -5505,11 +6614,10 @@
<Path fileType="data">/usr/share/icons/Yaru/cursors/fd_double_arrow</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/fd_double_arrow.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/fleur</Path>
- <Path fileType="data">/usr/share/icons/Yaru/cursors/grab</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/cursors/fleur.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/grabbing</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/grabbing.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/h_double_arrow</Path>
- <Path fileType="data">/usr/share/icons/Yaru/cursors/hand</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/hand1</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/hand1.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/hand2</Path>
@@ -5537,6 +6645,7 @@
<Path fileType="data">/usr/share/icons/Yaru/cursors/ne-resize</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/nesw-resize</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/no-drop</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/cursors/no-drop.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/not-allowed</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/ns-resize</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/nw-resize</Path>
@@ -5549,6 +6658,7 @@
<Path fileType="data">/usr/share/icons/Yaru/cursors/pointer</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/pointer-move</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/pointer-move.cur</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/cursors/pointer.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/progress</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/question_arrow</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/question_arrow.cur</Path>
@@ -5574,6 +6684,7 @@
<Path fileType="data">/usr/share/icons/Yaru/cursors/sb_v_double_arrow.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/se-resize</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/size_all</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/cursors/size_all.cur</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/size_bdiag</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/size_fdiag</Path>
<Path fileType="data">/usr/share/icons/Yaru/cursors/size_hor</Path>
@@ -5631,6 +6742,7 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/document-save-as-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/document-save-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/document-send-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/actions/edit-clear-all-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/edit-clear-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/edit-copy-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/edit-cut-symbolic.svg</Path>
@@ -5644,6 +6756,7 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/edit-undo-rtl-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/edit-undo-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/error-correct-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/actions/favorite-new-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/find-location-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/folder-new-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/font-select-symbolic.svg</Path>
@@ -5663,6 +6776,7 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/format-text-italic-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/format-text-strikethrough-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/format-text-underline-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/actions/globe-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/go-bottom-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/go-down-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/go-first-rtl-symbolic.svg</Path>
@@ -5727,10 +6841,14 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/search-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/send-to-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/star-new-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/actions/stopwatch-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/system-lock-screen-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/actions/system-log-out-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/actions/system-reboot-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/system-search-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/system-shutdown-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/tab-new-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/actions/timer-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/view-app-grid-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/view-continuous-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/actions/view-dual-symbolic.svg</Path>
@@ -5788,6 +6906,7 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/error-app-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/evince-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/evolution-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/apps/extensions-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/file-roller-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/filemanager-app-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/gallery-app-symbolic.svg</Path>
@@ -5897,7 +7016,6 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/org.gnome.gedit-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/org.gnome.seahorse.Application-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/org.gnome.tweaks-symbolic.svg</Path>
- <Path fileType="data">/usr/share/icons/Yaru/scalable/apps/org.remmina.Remmina-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/packages-app-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/passwords-app-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/podcasts-app-symbolic.svg</Path>
@@ -5919,7 +7037,6 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/preferences-system-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/preferences-system-time-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/preferences-ubuntu-panel-symbolic.svg</Path>
- <Path fileType="data">/usr/share/icons/Yaru/scalable/apps/remmina-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/rhythmbox-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/root-terminal-app-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/scanner-symbolic.svg</Path>
@@ -5957,27 +7074,36 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/web-browser-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/webbrowser-app-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/apps/x-office-address-book-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/categories/accessories-dictionary-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-engineering-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-games-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-graphics-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-health-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-multimedia-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-science-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-system-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/applications-utilities-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/categories/document-page-setup-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/gnome-control-center-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/preferences-desktop-accessibility-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/categories/preferences-desktop-apps-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/categories/preferences-other-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/categories/preferences-system-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/categories/preferences-ubuntu-panel-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/audio-card-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/audio-headphones-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/audio-headset-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/audio-input-microphone-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/audio-speakers-bluetooth-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/audio-speakers-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/devices/auth-fingerprint-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/battery-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/bluetooth-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/camera-photo-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/camera-video-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/computer-apple-ipad-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/computer-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/devices/drive-cdrom-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/drive-harddisk-ieee1394-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/drive-harddisk-solidstate-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/drive-harddisk-symbolic.svg</Path>
@@ -5986,6 +7112,10 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/drive-multidisk-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/drive-optical-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/drive-removable-media-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/devices/gnome-cd-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/devices/gnome-dev-cdrom-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/devices/gnome-dev-disc-cdrom-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/devices/gtk-cdrom-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/input-dialpad-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/input-gaming-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/input-keyboard-symbolic.svg</Path>
@@ -5996,6 +7126,7 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/media-floppy-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/media-optical-bd-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/media-optical-cd-audio-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/devices/media-optical-cd-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/media-optical-dvd-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/media-optical-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/devices/media-removable-symbolic.svg</Path>
@@ -6027,7 +7158,9 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/emblems/emblem-photos-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/emblems/emblem-shared-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/emblems/emblem-synchronizing-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/emblems/emblem-system-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/emblems/emblem-videos-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/mimetypes/application-x-addon-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/mimetypes/application-x-appliance-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/mimetypes/audio-x-generic-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/mimetypes/image-x-generic-symbolic.svg</Path>
@@ -6217,6 +7350,7 @@
<Path fileType="data">/usr/share/icons/Yaru/scalable/status/view-private-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/status/view-wrapped-symbolic-rtl.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/status/view-wrapped-symbolic.svg</Path>
+ <Path fileType="data">/usr/share/icons/Yaru/scalable/status/volume-warning-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/status/weather-clear-night-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/status/weather-clear-symbolic.svg</Path>
<Path fileType="data">/usr/share/icons/Yaru/scalable/status/weather-cloudy-symbolic.svg</Path>
@@ -6233,12 +7367,12 @@
</Files>
</Package>
<History>
- <Update release="8">
- <Date>2019-11-15</Date>
- <Version>19.10.4</Version>
+ <Update release="9">
+ <Date>2020-04-19</Date>
+ <Version>20.04.6</Version>
<Comment>Packaging update</Comment>
<Name>Algent Albrahimi</Name>
<Email>algent@protonmail.com</Email>
</Update>
</History>
</PISI>
\ No newline at end of file

File Metadata

Mime Type
text/plain
Expires
Jun 26 2023, 3:50 PM (6 w, 4 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
5802793
Default Alt Text
D8715.id20916.diff (309 KB)

Event Timeline