diff --git a/argyllcms/.footprint b/argyllcms/.footprint index 6064abd..6f3a695 100644 --- a/argyllcms/.footprint +++ b/argyllcms/.footprint @@ -36,6 +36,7 @@ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/refine -rwxr-xr-x root/root usr/bin/revfix -rwxr-xr-x root/root usr/bin/scanin +-rwxr-xr-x root/root usr/bin/spec2cie -rwxr-xr-x root/root usr/bin/specplot -rwxr-xr-x root/root usr/bin/splitti3 -rwxr-xr-x root/root usr/bin/spotread diff --git a/argyllcms/Pkgfile b/argyllcms/Pkgfile index 7475a16..81d3542 100644 --- a/argyllcms/Pkgfile +++ b/argyllcms/Pkgfile @@ -2,10 +2,10 @@ # URL: https://www.argyllcms.com/ # Maintainer: Tim Biermann, tbier at posteo dot de # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: ftjam libpng libtiff xorg-libxinerama xorg-libxrandr xorg-libxxf86vm +# Depends on: ftjam libpng libtiff xorg-libxinerama xorg-libxrandr xorg-libxxf86vm xorg-libxscrnsaver name=argyllcms -version=3.2.0 +version=3.3.0 release=1 source=(https://www.argyllcms.com/Argyll_V${version}_src.zip) diff --git a/clutter/.footprint b/clutter/.footprint index fa1caa7..ec2f52b 100644 --- a/clutter/.footprint +++ b/clutter/.footprint @@ -137,20 +137,11 @@ drwxr-xr-x root/root usr/include/clutter-1.0/clutter/deprecated/ -rw-r--r-- root/root usr/include/clutter-1.0/clutter/deprecated/clutter-timeline.h -rw-r--r-- root/root usr/include/clutter-1.0/clutter/deprecated/clutter-timeout-pool.h -rw-r--r-- root/root usr/include/clutter-1.0/clutter/deprecated/clutter-util.h -drwxr-xr-x root/root usr/include/clutter-1.0/clutter/egl/ --rw-r--r-- root/root usr/include/clutter-1.0/clutter/egl/clutter-egl-headers.h --rw-r--r-- root/root usr/include/clutter-1.0/clutter/egl/clutter-egl.h -drwxr-xr-x root/root usr/include/clutter-1.0/clutter/evdev/ --rw-r--r-- root/root usr/include/clutter-1.0/clutter/evdev/clutter-evdev.h drwxr-xr-x root/root usr/include/clutter-1.0/clutter/gdk/ -rw-r--r-- root/root usr/include/clutter-1.0/clutter/gdk/clutter-gdk.h drwxr-xr-x root/root usr/include/clutter-1.0/clutter/glx/ -rw-r--r-- root/root usr/include/clutter-1.0/clutter/glx/clutter-glx-texture-pixmap.h -rw-r--r-- root/root usr/include/clutter-1.0/clutter/glx/clutter-glx.h -drwxr-xr-x root/root usr/include/clutter-1.0/clutter/wayland/ --rw-r--r-- root/root usr/include/clutter-1.0/clutter/wayland/clutter-wayland-compositor.h --rw-r--r-- root/root usr/include/clutter-1.0/clutter/wayland/clutter-wayland-surface.h --rw-r--r-- root/root usr/include/clutter-1.0/clutter/wayland/clutter-wayland.h drwxr-xr-x root/root usr/include/clutter-1.0/clutter/x11/ -rw-r--r-- root/root usr/include/clutter-1.0/clutter/x11/clutter-x11-texture-pixmap.h -rw-r--r-- root/root usr/include/clutter-1.0/clutter/x11/clutter-x11.h @@ -164,9 +155,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/cally-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/clutter-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/clutter-cogl-1.0.pc --rw-r--r-- root/root usr/lib/pkgconfig/clutter-egl-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/clutter-gdk-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/clutter-glx-1.0.pc --rw-r--r-- root/root usr/lib/pkgconfig/clutter-wayland-1.0.pc --rw-r--r-- root/root usr/lib/pkgconfig/clutter-wayland-compositor-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/clutter-x11-1.0.pc diff --git a/clutter/Pkgfile b/clutter/Pkgfile index af88398..4881904 100644 --- a/clutter/Pkgfile +++ b/clutter/Pkgfile @@ -1,7 +1,8 @@ # Description: A toolkit for creating fast, portable, compelling dynamic UIs # URL: https://blogs.gnome.org/clutter/ # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: gtk3 cogl libinput +# Depends on: gtk3 cogl libinput json-glib +# Optional: egl-wayland name=clutter version=1.26.4 @@ -11,13 +12,11 @@ source=(https://download.gnome.org/sources/$name/1.26/$name-$version.tar.xz) build() { cd $name-$version - ./configure --prefix=/usr \ - --enable-egl-backend \ + prt-get isinst egl-wayland && ls /usr/lib/pkgconfig/cogl-gles2-1.0.pc && ls /usr/lib/xkbcommon/xkbcli-interactive-wayland && PKGMK_CLUTTER+=' --enable-wayland-backend --enable-wayland-compositor --enable-egl-backend --enable-evdev-input' || PKGMK_CLUTTER+=' --enable-egl-backend=no' + + ./configure --prefix=/usr $PKGMK_CLUTTER \ --enable-gdk-backend \ - --enable-wayland-backend \ --enable-x11-backend \ - --enable-evdev-input \ - --enable-wayland-compositor \ --enable-introspection=no \ --disable-gtk-doc \ --disable-nls \ diff --git a/cogl/.footprint b/cogl/.footprint index 18b7c66..c915bda 100644 --- a/cogl/.footprint +++ b/cogl/.footprint @@ -1,11 +1,6 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/cogl/ -drwxr-xr-x root/root usr/include/cogl/cogl-gles2/ -drwxr-xr-x root/root usr/include/cogl/cogl-gles2/GLES2/ --rw-r--r-- root/root usr/include/cogl/cogl-gles2/GLES2/gl2.h --rw-r--r-- root/root usr/include/cogl/cogl-gles2/GLES2/gl2ext.h --rw-r--r-- root/root usr/include/cogl/cogl-gles2/GLES2/gl2platform.h drwxr-xr-x root/root usr/include/cogl/cogl-pango/ -rw-r--r-- root/root usr/include/cogl/cogl-pango/cogl-pango.h drwxr-xr-x root/root usr/include/cogl/cogl-path/ @@ -30,8 +25,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/ -rw-r--r-- root/root usr/include/cogl/cogl/cogl-deprecated.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-depth-state.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-display.h --rw-r--r-- root/root usr/include/cogl/cogl/cogl-egl-defines.h --rw-r--r-- root/root usr/include/cogl/cogl/cogl-egl.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-enum-types.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-error.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-euler.h @@ -46,8 +39,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/ -rw-r--r-- root/root usr/include/cogl/cogl/cogl-glx.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-index-buffer.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-indices.h --rw-r--r-- root/root usr/include/cogl/cogl/cogl-kms-display.h --rw-r--r-- root/root usr/include/cogl/cogl/cogl-kms-renderer.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-macros.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-material-compat.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-matrix-stack.h @@ -86,9 +77,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/ -rw-r--r-- root/root usr/include/cogl/cogl/cogl-vector.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-version.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-vertex-buffer.h --rw-r--r-- root/root usr/include/cogl/cogl/cogl-wayland-client.h --rw-r--r-- root/root usr/include/cogl/cogl/cogl-wayland-renderer.h --rw-r--r-- root/root usr/include/cogl/cogl/cogl-wayland-server.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-xlib-renderer.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl-xlib.h -rw-r--r-- root/root usr/include/cogl/cogl/cogl.h @@ -113,9 +101,6 @@ drwxr-xr-x root/root usr/include/cogl/cogl/gl-prototypes/ -rw-r--r-- root/root usr/include/cogl/cogl/gl-prototypes/cogl-in-gles-core-functions.h -rw-r--r-- root/root usr/include/cogl/cogl/gl-prototypes/cogl-in-gles2-core-functions.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libcogl-gles2.so -> libcogl-gles2.so.20.4.3 -lrwxrwxrwx root/root usr/lib/libcogl-gles2.so.20 -> libcogl-gles2.so.20.4.3 --rwxr-xr-x root/root usr/lib/libcogl-gles2.so.20.4.3 lrwxrwxrwx root/root usr/lib/libcogl-pango.so -> libcogl-pango.so.20.4.3 lrwxrwxrwx root/root usr/lib/libcogl-pango.so.20 -> libcogl-pango.so.20.4.3 -rwxr-xr-x root/root usr/lib/libcogl-pango.so.20.4.3 @@ -129,8 +114,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/ -rw-r--r-- root/root usr/lib/pkgconfig/cogl-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/cogl-2.0-experimental.pc -rw-r--r-- root/root usr/lib/pkgconfig/cogl-gl-1.0.pc --rw-r--r-- root/root usr/lib/pkgconfig/cogl-gles2-1.0.pc --rw-r--r-- root/root usr/lib/pkgconfig/cogl-gles2-2.0-experimental.pc -rw-r--r-- root/root usr/lib/pkgconfig/cogl-pango-1.0.pc -rw-r--r-- root/root usr/lib/pkgconfig/cogl-pango-2.0-experimental.pc -rw-r--r-- root/root usr/lib/pkgconfig/cogl-path-1.0.pc diff --git a/elementary-xfce-icons/.footprint b/elementary-xfce-icons/.footprint index 5056114..a2064da 100644 --- a/elementary-xfce-icons/.footprint +++ b/elementary-xfce-icons/.footprint @@ -5,8 +5,6 @@ drwxr-xr-x root/root usr/share/icons/elementary-xfce-dark/ -rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/index.theme drwxr-xr-x root/root usr/share/icons/elementary-xfce-dark/panel/ drwxr-xr-x root/root usr/share/icons/elementary-xfce-dark/panel/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/ac-adapter.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/account-logged-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/applications-chat-panel.png -> user-available-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-input-microphone-high-panel.png -> microphone-sensitivity-high.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-input-microphone-high.png -> microphone-sensitivity-high.png @@ -18,15 +16,11 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-input-m lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-input-microphone-none-panel.png -> microphone-sensitivity-muted.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-input-microphone-none.png -> microphone-sensitivity-muted.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-high-panel.png -> audio-volume-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-high.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-low-panel.png -> audio-volume-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-low-zero-panel.png -> audio-volume-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-low-zero.png -> audio-volume-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-medium-panel.png -> audio-volume-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-medium.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-muted-panel.png -> audio-volume-low-zero.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/audio-volume-muted.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-000-charging.png -> battery-empty-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-000.png -> battery-empty.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-020-charging.png -> battery-low-charging.png @@ -39,19 +33,7 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-080-c lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-080.png -> battery-good.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-100-charging.png -> battery-full-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-100.png -> battery-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-caution-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-caution.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-charged.png -> battery-full-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-empty-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-full-charged.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-full-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-good-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-low-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/battery-missing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery_charged.png -> battery-full-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery_full.png -> battery-full.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/battery_plugged.png -> battery-empty-charging.png @@ -61,10 +43,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/blueberry-tra lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/blueman-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/blueman-disabled.png -> bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/blueman-tray.png -> bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/bluetooth-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/bluetooth-paired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/content-loading.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/empathy-available.png -> user-available.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/empathy-away.png -> user-away.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/empathy-busy.png -> user-busy.png @@ -87,18 +65,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-battery-1 lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-battery-charged.png -> battery-full-charged.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-battery-empty.png -> battery-empty.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-battery-missing.png -> battery-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-keyboard-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-keyboard-020.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-keyboard-040.png -> gpm-keyboard-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-keyboard-060.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-keyboard-080.png -> gpm-keyboard-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-keyboard-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-mouse-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-mouse-020.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-mouse-040.png -> gpm-mouse-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-mouse-060.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-mouse-080.png -> gpm-mouse-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-mouse-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-primary-000-charging.png -> gpm-battery-000-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-primary-000.png -> gpm-battery-000.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-primary-020-charging.png -> gpm-battery-020-charging.png @@ -125,26 +95,7 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-ups-080.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-ups-100-charging.png -> gpm-battery-100-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-ups-100.png -> gpm-battery-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/gpm-ups-missing.png -> gpm-battery-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gsd-xrandr.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/gtg-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/haguichi-connected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/haguichi-connecting-1.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/haguichi-connecting-2.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/haguichi-connecting-3.png -> haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/im-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/indicator-messages-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/indicator-messages.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/microphone-sensitivity-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/microphone-sensitivity-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/microphone-sensitivity-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/microphone-sensitivity-muted.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/network-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/network-vpn-acquiring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/network-vpn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/network-wired-acquiring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/network-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/nm-adhoc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/nm-device-wired-autoip.png -> network-wired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/nm-device-wired-secure.png -> network-vpn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/nm-device-wired.png -> network-wired.png @@ -158,43 +109,24 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/pidgin-tray-p lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/pidgin-tray-xa.png -> empathy-away.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/pithos-tray-icon.png -> ../../panel/16/pithos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/pithos-tray-plugin.png -> ../../panel/16/pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/steam_tray_mono.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/system-restart-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/system-shutdown-panel-restart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/system-shutdown-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/user-available-panel.png -> user-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/user-available.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/user-away-panel.png -> user-away.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/user-away.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/user-busy-panel.png -> user-busy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/user-busy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/user-idle-panel.png -> user-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/user-idle.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/user-invisible-panel.png -> user-invisible.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/user-invisible.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/user-offline-panel.png -> user-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/user-offline.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/user-status-pending-panel.png -> user-status-pending.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/16/user-status-pending.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/xfce-newmail.png -> indicator-messages-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/16/xfce-nomail.png -> indicator-messages.png drwxr-xr-x root/root usr/share/icons/elementary-xfce-dark/panel/22/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/applications-email-panel.png -> indicator-messages.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-output-none-panel.png -> audio-volume-muted-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-high-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-high.png -> audio-volume-high-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-low-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-low-zero-panel.png -> audio-volume-muted-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-low.png -> audio-volume-low-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-medium-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-medium.png -> audio-volume-medium-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-muted-blocked-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-muted-blocking-panel.png -> audio-volume-muted-blocked-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-muted-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-muted.png -> audio-volume-muted-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/audio-volume-off.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/banshee-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/battery-000-charging.png -> gpm-battery-000-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/battery-000.png -> gpm-battery-000.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/battery-020-charging.png -> gpm-battery-020-charging.png @@ -227,50 +159,8 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/blueberry-tra lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/blueman-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/blueman-disabled.png -> bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/blueman-tray.png -> bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/bluetooth-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/bluetooth-paired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/caffeine-cup-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/caffeine-cup-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/dropboxstatus-busy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/dropboxstatus-busy2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/dropboxstatus-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/dropboxstatus-logo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/dropboxstatus-x.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-ac-adapter.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-000-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-020-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-040-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-060-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-080-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-100-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-charged.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-empty.png -> gpm-battery-000.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-battery-missing.png -> gpm-battery-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-keyboard-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-keyboard-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-keyboard-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-keyboard-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-keyboard-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-keyboard-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-mouse-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-mouse-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-mouse-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-mouse-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-mouse-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-mouse-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-phone-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-phone-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-phone-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-phone-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-phone-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-phone-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-primary-000-charging.png -> gpm-battery-000-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-primary-000.png -> gpm-battery-000.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-primary-020-charging.png -> gpm-battery-020-charging.png @@ -297,39 +187,12 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-ups-080.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-ups-100-charging.png -> gpm-battery-100-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-ups-100.png -> gpm-battery-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/gpm-ups-missing.png -> gpm-battery-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gsd-xrandr.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gtg-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/gtk-dialog-authentication-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/haguichi-connected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/haguichi-connecting-1.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/haguichi-connecting-2.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/haguichi-connecting-3.png -> haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/indicator-messages-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/indicator-messages.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/krb-valid-ticket.png -> gtk-dialog-authentication-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/new-messages-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-adhoc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-device-wired-autoip.png -> nm-device-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-device-wired-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-device-wired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-device-wireless.png -> nm-signal-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-device-wwan.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-mb-roam.png -> nm-wwan-tower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-no-connection.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-secure-lock.png -> nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-0-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-0.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-00-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-00.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-100-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-25-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-25.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-50-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-50.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-75-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-signal-75.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-tech-3g.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-tech-cdma-1x.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-tech-edge.png -> nm-wwan-tower.png @@ -341,37 +204,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-vpn-active lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-vpn-connecting12.png -> nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-vpn-connecting13.png -> nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-vpn-connecting14.png -> nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-vpn-standalone-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/nm-wwan-tower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/onboard-mono.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/pithos-tray-icon.png -> pithos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/pithos-tray-plugin.png -> pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/preferences-desktop-accessibility-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/redshift-status-off.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/redshift-status-on.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/rhythmbox-notplaying.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/rhythmbox-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/steadyflow-alert-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/steadyflow-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/steam_tray_mono.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/system-devices-panel-alert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/system-devices-panel-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/system-devices-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/system-file-manager-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/system-restart-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/system-shutdown-panel-restart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/system-shutdown-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/tomboy-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/ubuntuone-client-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/ubuntuone-client-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/ubuntuone-client-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/ubuntuone-client-updating.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/xchat-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/xfce-newmail.png -> indicator-messages-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/22/xfce-nomail.png -> indicator-messages.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/22/xfce4-menu.png drwxr-xr-x root/root usr/share/icons/elementary-xfce-dark/panel/24/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/audio-volume-high.png -> ../../../elementary-xfce/panel/24/audio-volume-high.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/audio-volume-low.png -> ../../../elementary-xfce/panel/24/audio-volume-low.png @@ -383,23 +219,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/blueberry-tra lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/blueman-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/blueman-disabled.png -> bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/blueman-tray.png -> bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/bluetooth-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/bluetooth-paired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-ac-adapter.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-000-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-020-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-040-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-060-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-080-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-100-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-charged.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-empty.png -> gpm-battery-000.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-battery-missing.png -> gpm-battery-000.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-primary-000-charging.png -> gpm-battery-000-charging.png @@ -428,20 +247,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-ups-080.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-ups-100-charging.png -> gpm-battery-100-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-ups-100.png -> gpm-battery-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/gpm-ups-missing.png -> gpm-battery-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/gtk-dialog-authentication-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/haguichi-connected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/haguichi-connecting-1.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/haguichi-connecting-2.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/haguichi-connecting-3.png -> haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/haguichi-disconnected.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/krb-valid-ticket.png -> gtk-dialog-authentication-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/24/nm-device-wired-autoip.png -> nm-device-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/nm-device-wired-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/nm-device-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/nm-no-connection.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/24/steam_tray_mono.png drwxr-xr-x root/root usr/share/icons/elementary-xfce-dark/panel/32/ --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/32/steam_tray_mono.png drwxr-xr-x root/root usr/share/icons/elementary-xfce-dark/panel/48/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/48/audio-volume-high.png -> ../../../elementary-xfce/status/48/audio-volume-high.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/48/audio-volume-low.png -> ../../../elementary-xfce/status/48/audio-volume-low.png @@ -451,160 +260,39 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/48/audio-volume- lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/48/krb-expiring-ticket.png -> ../../../elementary-xfce/status/48/krb-expiring-ticket.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/48/krb-no-valid-ticket.png -> ../../../elementary-xfce/status/48/krb-no-valid-ticket.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce-dark/panel/48/krb-valid-ticket.png -> ../../../elementary-xfce/apps/48/stock_keyring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/48/steam_tray_mono.png --rw-r--r-- root/root usr/share/icons/elementary-xfce-dark/panel/48/xfce4-menu.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/128/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/bookmark-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/document-export.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/document-import.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/document-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/128/document-open-recent.png -> ../../places/128/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/128/document-open.png -> ../../places/128/folder-drag-accept.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/document-page-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/document-revert-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/document-revert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/128/edit-delete.png -> ../../places/128/user-trash.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-paste.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-redo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-redo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-select-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-undo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/edit-undo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/help-hint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/128/help-info.png -> ../../status/128/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/insert-object.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/list-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/mail-reply-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/128/media-optical-audio-new.png -> ../../devices/128/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/media-playback-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/media-record.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/object-inverse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/process-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/128/system-search.png -> edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/tag-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/128/window-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/128/xfburn-burn-cd.png -> media-record.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/16/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/add-files-to-archive.png -> document-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/add-folder-to-archive.png -> folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/address-book-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-horizontal-baseline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-horizontal-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-horizontal-left-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-horizontal-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-horizontal-right-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-horizontal-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-vertical-baseline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-vertical-bottom-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-vertical-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-vertical-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-vertical-top-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/align-vertical-top.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/application-exit.png -> system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/appointment-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/appointment.png -> appointment-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/archive-insert-directory.png -> folder-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/archive-insert.png -> document-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/bookmark-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/browser-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/call-start.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/call-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/contact-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/crosshairs.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/dialog-apply.png -> dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/dialog-cancel.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/dialog-close.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/dialog-no.png -> window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/dialog-ok.png -> dialog-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/dialog-yes.png -> dialog-apply.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-horizontal-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-horizontal-gaps.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-horizontal-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-horizontal-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-vertical-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-vertical-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-vertical-gaps.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/distribute-vertical-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-edit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-export-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-export.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-import-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-import.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/document-open-recent.png -> ../../places/16/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/document-open.png -> ../../places/16/folder-drag-accept.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-page-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-print-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-print.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-revert-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-revert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-save-as.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-save.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/document-send.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/edit-add.png -> list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-clear-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-clear.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-cut.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-find-replace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-flag.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-paste.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-redo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-redo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-select-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-undo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/edit-undo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/event-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/extract-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/folder-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/folder-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-indent-less.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-indent-more.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-justify-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-justify-fill.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-justify-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-justify-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-text-bold.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-text-direction-ltr.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-text-direction-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-text-italic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-text-none.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-text-strikethrough.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/format-text-underline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-down.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/go-first-rtl.png -> go-last.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-first.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/go-home.png -> ../../places/16/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-jump-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-jump.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/go-last-rtl.png -> go-first.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-last.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/go-left.png -> go-previous.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/go-next-rtl.png -> go-previous.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-next.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/go-previous-rtl.png -> go-next.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-previous.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/go-right.png -> go-next.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/go-up.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-about.png -> help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-add.png -> list-add.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-apply.png -> dialog-apply.png @@ -614,7 +302,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-close.png -> lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-copy.png -> edit-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-cut.png -> edit-cut.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-delete.png -> edit-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/gtk-dnd-multiple.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-edit.png -> document-edit.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-execute.png -> system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-find-and-replace.png -> edit-find-replace.png @@ -634,7 +321,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-goto-last-rt lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-goto-top.png -> go-top.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-help.png -> help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-home.png -> go-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/gtk-index.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-info.png -> help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-jump-to-ltr.png -> go-jump.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-jump-to-rtl.png -> go-jump.png @@ -673,149 +359,24 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-zoom-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-zoom-fit.png -> zoom-fit-best.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-zoom-in.png -> zoom-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/gtk-zoom-out.png -> zoom-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/help-faq.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/help-hint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/help-info.png -> ../../status/16/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/im-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/insert-image.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/insert-link.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/insert-object.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/insert-text.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/iso-image-burn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/iso-image-new.png -> ../../mimetypes/16/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/list-remove.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/lpi-bug.png -> ../../apps/16/apport.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/lpi-help.png -> help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/lpi-translate.png -> ../../apps/16/preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-forward-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-mark-important.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-mark-junk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-mark-notjunk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-mark-read.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-reply-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-reply-sender-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-send-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/mail-send.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-eject.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/media-optical-audio-new.png -> ../../devices/16/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-optical-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/media-optical-data-new.png -> ../../devices/16/media-optical-data.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-optical-video-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-playback-pause.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-playback-start-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-playback-start.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-playback-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/media-seek-backward-rtl.png -> media-seek-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-seek-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/media-seek-forward-rtl.png -> media-seek-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-seek-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/media-skip-backward-rtl.png -> media-skip-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-skip-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/media-skip-forward-rtl.png -> media-skip-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/media-skip-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-align-horizontal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-align-vertical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-break.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-cusp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-delete-segment.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-distribute-horizontal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-distribute-vertical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-insert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-join-segment.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-join.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-smooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/node-symmetric.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/object-group.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/object-inverse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/object-merge.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/object-rotate-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/object-rotate-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/object-to-path.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/object-ungroup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/office-database-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/open-menu.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-available-locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-available-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-broken.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-downgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-install-auto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-installed-locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-installed-outdated.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-installed-updated.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-purge.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-reinstall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-remove-auto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-supported.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-upgrade-auto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/package-upgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/path-break-apart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/path-combine.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/path-difference.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/path-division.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/path-exclusion.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/path-intersection.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/path-union.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/process-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/segment-curve.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/segment-line.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-break.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-checked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-combine.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-exclude.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-lower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-raise.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/selection-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/send-to.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/stock_folder-copy.png -> folder-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/stock_folder-move.png -> folder-move.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/stock_people.png -> ../../apps/16/system-users.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/stroke-to-path.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/system-hibernate.png -> system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-lock-screen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-log-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-reboot.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/system-search.png -> edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-suspend.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/system-upgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/tab-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/tag-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/tap-create.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/tap-extract-to.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/tap-extract.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/tools-check-spelling.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/transform-rotate.png -> object-rotate-right.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/view-calendar.png -> ../../apps/16/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/view-fullscreen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/view-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/view-refresh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/view-restore.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/view-sort-ascending.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/view-sort-descending.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/window-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/xc_crosshair.png -> crosshairs.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/xfburn-burn-cd.png -> media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/xfsm-hibernate.png -> system-suspend-hibernate.png @@ -825,88 +386,21 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/xfsm-reboot.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/xfsm-shutdown.png -> system-shutdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/xfsm-suspend.png -> system-suspend.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/16/xfsm-switch-user.png -> system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/zoom-fit-best.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/zoom-in.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/zoom-original.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/16/zoom-out.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/22/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/add-files-to-archive.png -> archive-insert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/address-book-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/align-horizontal-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/align-horizontal-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/align-horizontal-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/align-vertical-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/align-vertical-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/align-vertical-top.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/application-exit.png -> system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/appointment-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/appointment.png -> appointment-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/archive-extract.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/archive-insert-directory.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/archive-insert.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/archive-remove.png -> list-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/bookmark-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/color-fill.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/contact-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/dialog-apply.png -> dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/dialog-cancel.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/dialog-close.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/dialog-no.png -> window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/dialog-ok.png -> dialog-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/dialog-yes.png -> dialog-apply.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/distribute-horizontal-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/distribute-horizontal-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/distribute-vertical-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/distribute-vertical-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/distribute-vertical-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-edit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-export.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-import.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/document-open-recent.png -> ../../places/22/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/document-open.png -> ../../places/22/folder-drag-accept.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-page-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-print-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-print.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-revert-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-revert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-save-as.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/document-save.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/document-send.png -> mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-brush.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-ellipse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-freehand.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-polygon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-polyline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-rectangle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-star.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/draw-text.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/edit-add.png -> list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-clear.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-cut.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-find-replace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-paste.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-redo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-redo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-select-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-undo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/edit-undo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/folder-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/folder-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-down.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-first.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-jump.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-last.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-next.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-previous.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/go-up.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/gtk-about.png -> help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/gtk-add.png -> list-add.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/gtk-apply.png -> dialog-apply.png @@ -963,241 +457,63 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/gtk-zoom-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/gtk-zoom-fit.png -> zoom-fit-best.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/gtk-zoom-in.png -> zoom-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/gtk-zoom-out.png -> zoom-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/help-hint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/help-info.png -> ../../status/22/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/im-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/insert-link.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/insert-text.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/iso-image-burn-22.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/kfind.png -> system-search.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/list-remove.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/mail-forward-all.png -> mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-forward-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-mark-important.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-mark-junk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-mark-notjunk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-reply-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-reply-sender-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-eject.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/media-optical-audio-new.png -> ../../devices/22/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-playback-start.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-playback-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-record.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-seek-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-seek-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-skip-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/media-skip-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-align-horizontal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-align-vertical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-break.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-curve.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-cusp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-delete-segment.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-distribute-horizontal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-distribute-vertical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-insert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-join-segment.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-join.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-line.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-smooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-symmectric.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-symmetric.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/node-to-curve.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/object-flip-horizontal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/object-flip-vertical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/object-inverse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/object-to-path.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/preview-file.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/process-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/segment-curve.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/segment-line.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/selection-break.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/selection-exclude.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/selection-union.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/sleep.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/stock_folder-copy.png -> folder-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/stock_folder-move.png -> folder-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/stroke-to-path.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/system-lock-screen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/system-log-out.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/system-reboot.png -> view-refresh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/system-search.png -> edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/system-upgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/tab-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/tag-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/view-calendar.png -> ../../apps/22/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/view-fullscreen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/view-refresh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/view-restore.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/window-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/xfburn-burn-cd.png -> media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/xfsm-lock.png -> system-lock-screen.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/xfsm-logout.png -> system-log-out.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/xfsm-reboot.png -> system-reboot.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/xfsm-shutdown.png -> system-shutdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/22/xfsm-switch-user.png -> ../../apps/22/system-users.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/zoom-fit-best.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/zoom-in.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/zoom-original.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/22/zoom-out.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/24/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/add-files-to-archive.png -> archive-insert.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/add-folder-to-archive.png -> archive-insert-directory.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/address-book-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-horizontal-baseline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-horizontal-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-horizontal-left-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-horizontal-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-horizontal-right-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-horizontal-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-vertical-baseline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-vertical-bottom-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-vertical-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-vertical-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-vertical-top-to-anchor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/align-vertical-top.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/application-exit.png -> system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/appointment-new.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/appointment-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/appointment.png -> appointment-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/archive-insert-directory.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/archive-insert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/bookmark-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/browser-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/color-fill.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/color-gradient-mesh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/color-gradient.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/color-picker.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/contact-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/crosshairs.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/dialog-apply.png -> dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/dialog-cancel.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/dialog-close.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/dialog-no.png -> window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/dialog-ok.png -> dialog-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/dialog-yes.png -> dialog-apply.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-horizontal-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-horizontal-gaps.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-horizontal-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-horizontal-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-vertical-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-vertical-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-vertical-gaps.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/distribute-vertical-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-edit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-export-rtl.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-export-symbolic-rtl.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-export-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-export.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-import-rtl.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-import-symbolic-rtl.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-import-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-import.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/document-open-recent.png -> ../../places/24/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/document-open.png -> ../../places/24/folder-drag-accept.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-page-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-print-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-print.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-revert-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-revert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-save-as.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-save.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/document-send.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-calligraphic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-cuboid.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-ellipse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-eraser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-freehand.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-path.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-polygon-star.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-rectangle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-spiral.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/draw-text.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/edit-add.png -> list-add.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-clear-symbolic-rtl.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-clear-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-clear.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-cut.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-delete-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-find-replace.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-find-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-flag.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-mark.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-paste.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-redo-rtl.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-redo-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-redo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-select-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-undo-rtl.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-undo-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/edit-undo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/event-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/extract-archive.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/find-location-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/folder-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/folder-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-indent-less-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-indent-less.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-indent-more-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-indent-more.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-justify-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-justify-fill.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-justify-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-justify-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-text-bold.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-text-highlight.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-text-italic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-text-none.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-text-strikethrough.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/format-text-underline.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-bottom-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-bottom.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-down-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-down.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-first-rtl.png -> go-last.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-first-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-first.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-home-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-jump-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-jump.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-last-rtl.png -> go-first.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-last-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-last.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-left.png -> go-previous.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-next-rtl.png -> go-previous.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-next-symbolic-rtl.svg -> go-previous-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-next-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-next.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-previous-rtl.png -> go-next.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-previous-symbolic-rtl.svg -> go-next-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-previous-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-previous.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/go-right.png -> go-next.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-top-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-top.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-up-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/go-up.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-about.png -> help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-add.png -> list-add.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-apply.png -> dialog-apply.png @@ -1226,7 +542,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-goto-last-rt lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-goto-top.png -> go-top.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-help.png -> help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-home.png -> go-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/gtk-index.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-info.png -> help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-jump-to-ltr.png -> go-jump.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-jump-to-rtl.png -> go-jump.png @@ -1267,150 +582,53 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-zoom-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-zoom-fit.png -> zoom-fit-best.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-zoom-in.png -> zoom-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/gtk-zoom-out.png -> zoom-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/help-faq.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/help-hint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/help-info.png -> ../../status/24/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/im-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/image-adjust.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/image-auto-adjust.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/image-crop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/image-red-eye.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/insert-image.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/insert-link.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/insert-object.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/insert-text.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/iso-image-burn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/list-add.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/list-remove-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/list-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/mail-forward-all.png -> mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-forward-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-mark-important.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-mark-junk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-mark-notjunk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-mark-unread.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-reply-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-reply-sender-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-send-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/mail-send.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-eject.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-optical-audio-new.png -> ../../devices/24/media-optical-audio.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-pause-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-pause.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-start-rtl.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-start-symbolic-rtl.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-start-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-start.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-stop-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-playback-stop.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-record-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-seek-backward-rtl.png -> media-seek-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-seek-backward-symbolic-rtl.svg -> media-seek-forward-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-seek-backward-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-seek-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-seek-forward-rtl.png -> media-seek-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-seek-forward-symbolic-rtl.svg -> media-seek-backward-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-seek-forward-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-seek-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-skip-backward-rtl.png -> media-skip-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-skip-backward-symbolic-rtl.svg -> media-skip-forward-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-skip-backward-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-skip-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-skip-forward-rtl.png -> media-skip-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/media-skip-forward-symbolic-rtl.svg -> media-skip-backward-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-skip-forward-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/media-skip-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/mesh-gradient.png -> color-gradient-mesh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-flip-horizontal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-flip-vertical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-group.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-inverse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-merge.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-rotate-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-rotate-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-straighten.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/object-ungroup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/office-database-new.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/open-menu-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/open-menu.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/pane-hide-symbolic-rtl.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/pane-hide-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/pane-show-symbolic-rtl.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/pane-show-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/path-break-apart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/path-combine.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/path-difference.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/path-division.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/path-exclusion.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/path-intersection.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/path-union.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/preview-file.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/process-stop-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/process-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/selection-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/selection-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/selection-checked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/selection-lower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/selection-raise.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/selection-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/selection-top.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/send-to-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/send-to.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/sleep.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/stock_folder-copy.png -> folder-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/stock_folder-move.png -> folder-move.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/stock_xfburn-audio-cd.png -> ../../devices/24/media-optical-audio.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/stock_xfburn-audio-copy.png -> ../../devices/24/media-optical-audio.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/stock_xfburn-blank-cdrw.png -> ../../devices/24/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/stock_xfburn-burn-cd.png -> iso-image-burn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/stock_xfburn-data-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/stock_xfburn-import-session.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/stock_xfburn-new-data-composition.png -> ../../devices/24/media-optical-data.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/system-hibernate.png -> system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-lock-screen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-log-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-reboot.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/system-search-symbolic.svg -> edit-find-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/system-search.png -> edit-find.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-shutdown-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-suspend.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/system-upgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/tab-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/tag-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/tool-measure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/tool-node-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/tool-pointer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/tool-spray.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/transform-rotate.png -> object-rotate-right.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-compact-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-dual-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-fullscreen.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-grid-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-list-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-page-continuous.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-page-facing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-reader.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-refresh-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-refresh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/view-restore.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/window-close-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/window-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/xarchiver-add.png -> archive-insert.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/xarchiver-extract.png -> extract-archive.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/xc_crosshair.png -> crosshairs.png @@ -1422,64 +640,17 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/xfsm-reboot.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/xfsm-shutdown.png -> system-shutdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/xfsm-suspend.png -> system-suspend.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/24/xfsm-switch-user.png -> system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/zoom-fit-best.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/zoom-in-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/zoom-in.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/zoom-original-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/zoom-original.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/zoom-out-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/24/zoom-out.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/32/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/address-book-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/application-exit.png -> system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/appointment-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/bookmark-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/browser-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/contact-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-export-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-export.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-import-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-import.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-open-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/document-open.png -> ../../places/32/folder-drag-accept.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-page-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-revert-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-revert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-save-as.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-save.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/document-send.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/edit-add.png -> list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-clear.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-cut.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-find-replace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-paste.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-redo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-redo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-select-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-undo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/edit-undo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/event-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/find-location.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-down.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/go-first-rtl.png -> go-last.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-first.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-jump-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-jump.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/go-last-rtl.png -> go-first.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-last.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/go-next-rtl.png -> go-previous.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-next.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/go-previous-rtl.png -> go-next.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-previous.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/go-up.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/gtk-about.png -> help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/gtk-add.png -> list-add.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/gtk-cancel.png -> process-stop.png @@ -1514,67 +685,20 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/gtk-zoom-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/gtk-zoom-fit.png -> zoom-fit-best.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/gtk-zoom-in.png -> zoom-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/gtk-zoom-out.png -> zoom-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/help-info.png -> ../../status/32/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/insert-image.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/insert-link.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/insert-object.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/insert-text.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/list-remove.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/lpi-translate.png -> ../../apps/32/preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-forward-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-mark-junk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-mark-notjunk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-reply-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-reply-sender-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/mail-send-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/media-optical-audio-new.png -> ../../devices/32/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-playback-pause.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-playback-start-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-playback-start.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-playback-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/media-seek-backward-rtl.png -> media-seek-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-seek-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/media-seek-forward-rtl.png -> media-seek-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-seek-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/media-skip-backward-rtl.png -> media-skip-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-skip-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/media-skip-forward-rtl.png -> media-skip-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/media-skip-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/object-inverse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/office-database-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/process-stop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/stock_people.png -> ../../apps/32/system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/system-hibernate.png -> system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-lock-screen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-log-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-reboot.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/system-search.png -> edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-suspend.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/system-upgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/tag-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/tool-pointer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/view-fullscreen.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/view-grid-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/view-list-compact-symbolic.svg -> view-list-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/view-list-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/view-list-tree-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/view-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/view-refresh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/view-restore.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/window-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/xfburn-burn-cd.png -> media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/xfsm-hibernate.png -> system-suspend-hibernate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/xfsm-lock.png -> system-lock-screen.png @@ -1583,81 +707,23 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/xfsm-reboot.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/xfsm-shutdown.png -> system-shutdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/xfsm-suspend.png -> system-suspend.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/32/xfsm-switch-user.png -> system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/zoom-fit-best.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/zoom-in.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/zoom-original.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/32/zoom-out.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/48/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/add-files-to-archive.png -> archive-insert.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/add-folder-to-archive.png -> archive-insert-directory.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/address-book-insert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/address-book-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/application-exit.png -> system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/appointment-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/appointment.png -> appointment-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/archive-insert-directory.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/archive-insert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/bookmark-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/browser-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/contact-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/dialog-apply.png -> dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/dialog-cancel.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/dialog-close.png -> window-close.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/dialog-no.png -> window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/dialog-ok-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/dialog-ok.png -> dialog-apply.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/dialog-yes.png -> dialog-apply.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-edit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-export-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-export.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-import-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-import.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-open-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/document-open.png -> ../../places/48/folder-drag-accept.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-page-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-print-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-print.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-revert-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-revert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-save-as.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-save.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/document-send.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/edit-add.png -> list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-clear.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-cut.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-delete-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-find-replace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-paste.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-redo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-redo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-select-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-undo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/edit-undo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/event-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/extract-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/find-location.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/folder-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/folder-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-bottom.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-down.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/go-first-rtl.png -> go-last.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-first.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-jump-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-jump.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/go-last-rtl.png -> go-first.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-last.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/go-next-rtl.png -> go-previous.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-next.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/go-previous-rtl.png -> go-next.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-previous.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-top.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/go-up.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/gtk-about.png -> help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/gtk-add.png -> list-add.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/gtk-apply.png -> dialog-apply.png @@ -1725,86 +791,21 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/gtk-zoom-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/gtk-zoom-fit.png -> zoom-fit-best.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/gtk-zoom-in.png -> zoom-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/gtk-zoom-out.png -> zoom-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/help-hint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/help-info.png -> ../../status/48/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/image-crop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/insert-image.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/insert-link.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/insert-object.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/insert-text.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/iso-image-burn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/list-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-forward-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-mark-important.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-mark-junk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-mark-notjunk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-reply-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-reply-sender-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-send-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/mail-send.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-eject.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/media-optical-audio-new.png -> ../../devices/48/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-optical-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/media-optical-data-new.png -> ../../devices/48/media-optical-data.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-optical-video-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-playback-pause.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-playback-start-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-playback-start.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-playback-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/media-seek-backward-rtl.png -> media-seek-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-seek-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/media-seek-forward-rtl.png -> media-seek-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-seek-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/media-skip-backward-rtl.png -> media-skip-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-skip-backward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/media-skip-forward-rtl.png -> media-skip-backward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/media-skip-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/object-inverse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/object-rotate-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/object-rotate-right.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/office-database-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/preview-file.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/process-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/sleep.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/stock_folder-copy.png -> folder-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/stock_folder-move.png -> folder-move.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/stock_xfburn-audio-cd.png -> ../../devices/48/media-optical-audio.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/stock_xfburn-blank-cdrw.png -> ../../devices/48/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/stock_xfburn-burn-cd.png -> iso-image-burn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/stock_xfburn-data-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/stock_xfburn-import-session.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/stock_xfburn-new-data-composition.png -> ../../devices/48/media-optical-data.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/system-hibernate.png -> system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-lock-screen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-log-out.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-reboot.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/system-search.png -> edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-shutdown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-suspend-hibernate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-suspend.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/system-upgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/tab-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/tag-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/tool-pointer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/transform-rotate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/view-fullscreen.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/view-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/view-refresh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/view-restore.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/window-close.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/window-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/xfburn-burn-cd.png -> media-record.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/xfsm-hibernate.png -> system-suspend-hibernate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/xfsm-lock.png -> system-lock-screen.png @@ -1813,64 +814,16 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/xfsm-reboot.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/xfsm-shutdown.png -> system-shutdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/xfsm-suspend.png -> system-suspend.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/48/xfsm-switch-user.png -> system-switch-user.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/zoom-fit-best.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/zoom-in.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/zoom-original.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/48/zoom-out.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/64/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/appointment-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/bookmark-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/document-export.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/document-import.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/document-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/document-open-recent.png -> ../../places/64/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/document-open.png -> ../../places/64/folder-drag-accept.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/document-page-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/document-revert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/edit-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/edit-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/edit-paste.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/edit-redo-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/edit-redo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/edit-undo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/find-location.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/folder-copy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/folder-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/folder-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/go-down.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/help-hint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/help-info.png -> ../../status/64/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/insert-image.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/insert-object.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/list-add.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/list-remove.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/mail-forward-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/mail-reply-all-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/mail-reply-all.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/mail-reply-sender-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/media-optical-audio-new.png -> ../../devices/64/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/media-playback-stop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/media-record.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/object-inverse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/process-stop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/stock_folder-copy.png -> folder-copy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/stock_folder-move.png -> folder-move.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/system-search.png -> edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/tag-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/64/window-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/64/xfburn-burn-cd.png -> media-record.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/96/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/96/edit-find.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/96/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/96/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/96/system-run.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/actions/96/system-search.png -> edit-find.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/actions/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/actions/symbolic/action-unavailable-symbolic.svg @@ -2135,28 +1088,6 @@ drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/128/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/128/brasero-disc-00.png -> ../../devices/128/media-optical.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-00.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-10.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-15.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-20.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-25.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-30.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-35.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-40.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-45.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/brasero-disc-50.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting01.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting02.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting03.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting04.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting06.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting07.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting08.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting09.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting10.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-stage01-connecting11.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/16/nm-stage02-connecting01.png -> nm-stage01-connecting01.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/16/nm-stage02-connecting02.png -> nm-stage01-connecting02.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/16/nm-stage02-connecting03.png -> nm-stage01-connecting03.png @@ -2179,54 +1110,12 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/16/nm-stage03-co lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/16/nm-stage03-connecting09.png -> nm-stage01-connecting09.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/16/nm-stage03-connecting10.png -> nm-stage01-connecting10.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/16/nm-stage03-connecting11.png -> nm-stage01-connecting11.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting01.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting02.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting03.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting04.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting06.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting07.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting08.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting09.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting10.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting11.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting12.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting13.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/nm-vpn-connecting14.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/16/process-working.svg drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/22/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-00.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-10.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-15.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-20.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-25.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-30.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-35.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-40.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-45.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-50.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-55.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-60.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-65.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-70.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-75.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-80.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-85.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-90.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/brasero-disc-95.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting01.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting02.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting03.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting04.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting06.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting07.png -> nm-stage01-connecting01.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting08.png -> nm-stage01-connecting02.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting09.png -> nm-stage01-connecting03.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting10.png -> nm-stage01-connecting04.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/22/nm-stage01-connecting11.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-stage02-connecting01.png -> nm-stage01-connecting01.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-stage02-connecting02.png -> nm-stage01-connecting02.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-stage02-connecting03.png -> nm-stage01-connecting03.png @@ -2261,60 +1150,16 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-vpn-connec lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-vpn-connecting10.png -> nm-stage01-connecting10.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/22/nm-vpn-connecting11.png -> nm-stage01-connecting11.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/24/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-00.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-10.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-15.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-20.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-25.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-30.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-35.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-40.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-45.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-50.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-55.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-60.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-65.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-70.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-75.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-80.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-85.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-90.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/brasero-disc-95.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting01.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting02.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting03.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting04.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting06.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting07.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting08.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting09.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting10.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage01-connecting11.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting01.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting02.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting03.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting04.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting06.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting07.png -> nm-stage02-connecting01.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting08.png -> nm-stage02-connecting02.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting09.png -> nm-stage02-connecting03.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting10.png -> nm-stage02-connecting04.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage02-connecting11.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting01.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting02.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting03.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting04.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting05.png -> nm-stage03-connecting01.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting06.png -> nm-stage03-connecting02.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting07.png -> nm-stage03-connecting03.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting08.png -> nm-stage03-connecting04.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting09.png -> nm-stage03-connecting05.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting10.png -> nm-stage03-connecting06.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/24/nm-stage03-connecting11.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-vpn-connecting01.png -> nm-stage01-connecting01.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-vpn-connecting02.png -> nm-stage01-connecting02.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-vpn-connecting03.png -> nm-stage01-connecting03.png @@ -2331,29 +1176,8 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-vpn-connec lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/24/nm-vpn-connecting14.png -> nm-stage01-connecting03.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/32/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/32/brasero-disc-00.png -> ../../devices/32/media-optical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/32/nm-stage02-connecting01.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/48/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-00.png -> ../../devices/48/media-optical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-05.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-10.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-15.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-20.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-25.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-30.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-35.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-40.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-45.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-50.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-55.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-60.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-65.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-70.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-75.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-80.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-85.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-90.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/animations/48/brasero-disc-95.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/64/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/64/brasero-disc-00.png -> ../../devices/64/media-optical.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/animations/symbolic/ @@ -2408,33 +1232,18 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/animations/symbolic/nm-stag drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/128/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/abiword.png -> openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/accessories-calculator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/accessories-camera.png -> ../../devices/128/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/alacarte.png -> menu-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/alsaplayer.png -> multimedia-audio-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/application-default-icon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/archive-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/atom.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/atril.png -> postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/blueman-device.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/blueman.png -> ../../devices/128/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/checkbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/claws-mail.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/clipman.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/date.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/desktop-effects.png -> preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/engrampa.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/evolution-calendar.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/gimp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/gmusicbrowser.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/gnumeric.png -> openoffice4-calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/goobox.png -> ../../actions/128/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/gucharmap.png -> accessories-character-map.png @@ -2443,69 +1252,34 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/help-browser.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/help.png -> ../../actions/128/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/htop.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/ibus-keyboard.png -> ../../devices/128/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/indicator-applet.png -> ../../actions/128/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/internet-feed-reader.png -> internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/internet-news-reader.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/internet-web-browser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/io.github.Hexchat.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/kfind.png -> ../../actions/128/edit-find.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-math.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-startcenter.png -> libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/lightdm-settings.png -> lightdm-gtk-greeter-settings.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/menulibre.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/mini.xterm.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/mpv.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/mugshot.png -> ../../status/128/avatar-default.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/multimedia-audio-player.png -> preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/multimedia-photo-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/multimedia-video-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/multimedia-volume-control.png -> ../../devices/128/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/onboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/openoffice4-base.png -> ../../mimetypes/128/office-database.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/openoffice4-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/openoffice4-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/openoffice4-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.gnome.Software.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.inkscape.Inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.Dictionary.png -> accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.filemanager.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.genmon.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.gigolo.png -> ../../places/128/gtk-network.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.mailreader.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.notification.png -> ../../categories/128/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.orage.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.cpugraph.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.directorymenu.png -> ../../places/128/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.launcher.png -> ../../categories/128/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.pager.png -> org.xfce.workspaces.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.showdesktop.png -> ../../places/128/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.ristretto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -2517,63 +1291,28 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.settings. lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.settings.mouse.png -> ../../devices/128/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.taskmanager.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.volman.png -> ../../devices/128/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/org.xfce.xfwm4.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/pidgin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-color.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-font.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-remote-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-system-power.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/preferences-system-session.png -> session-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/setroubleshoot_icon.png -> ../../actions/128/help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/software-store.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/spacefm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/spotify-client.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/stock_view-details.png -> ../../actions/128/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/synaptic.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/tilda.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/xarchiver.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/xfce-mail.png -> internet-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/xfce4-clipman-plugin.png -> clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/128/xfce4-notes-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/xmms2.png -> multimedia-audio-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/xpdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/yumex-dnf.png -> system-software-install.png @@ -2581,29 +1320,15 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/zen-icon.png -> sy lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/128/zim.png -> accessories-text-editor.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/16/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/abiword.png -> openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/accessories-calculator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/accessories-camera.png -> ../../devices/16/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/alacarte.png -> menu-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/alsaplayer.png -> multimedia-audio-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/appointment.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/apport.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/archive-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/atom.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/atril.png -> postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/blueman-device.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/blueman.png -> ../../devices/16/bluetooth.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/cairo-clock.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/checkbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/claws-mail.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/config-date.png -> time-admin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/config-users.png -> system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/date.png -> office-calendar.png @@ -2611,13 +1336,9 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/drakmenustyle.png -> alacarte.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/driver-manager.png -> jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/edit-urpm-sources.png -> software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/engrampa.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/evolution-calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/flickr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/gimp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/gmusicbrowser.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/gnumeric.png -> openoffice4-calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/goobox.png -> ../../actions/16/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/gtkpod.png -> ../../devices/16/multimedia-player.png @@ -2627,59 +1348,28 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/help-browser.png -> lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/help.png -> ../../actions/16/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/htop.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/ibus-keyboard.png -> ../../devices/16/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/indicator-applet.png -> ../../actions/16/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/internet-feed-reader.png -> internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/internet-news-reader.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/internet-web-browser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/io.github.Hexchat.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/jockey-kde.png -> jockey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/kfind.png -> ../../actions/16/edit-find.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-math.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-startcenter.png -> libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/lightdm-settings.png -> lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/localedrake.png -> preferences-desktop-locale.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/mandrivaupdate.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/menulibre.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/mini.xterm.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/mpv.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/mugshot.png -> ../../status/16/avatar-default.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/multimedia-audio-player.png -> preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/multimedia-photo-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/multimedia-video-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/multimedia-volume-control.png -> ../../devices/16/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/onboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/openoffice4-base.png -> ../../mimetypes/16/office-database.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/openoffice4-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/openoffice4-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/openoffice4-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.gnome.Software.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.inkscape.Inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.Dictionary.png -> accessories-dictionary.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.ScreenSaver.png -> preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.filemanager.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.genmon.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.gigolo.png -> ../../places/16/gtk-network.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.mailreader.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.notification.png -> ../../categories/16/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.orage.globaltime.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.orage.png -> office-calendar.png @@ -2689,14 +1379,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.cpug lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.directorymenu.png -> ../../places/16/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.launcher.png -> ../../categories/16/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.pager.png -> org.xfce.workspaces.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.showdesktop.png -> ../../places/16/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.ristretto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -2709,75 +1395,35 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.settings.m lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.settings.mouse.png -> ../../devices/16/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.taskmanager.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.thunar.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.volman.png -> ../../devices/16/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/org.xfce.xfwm4.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/pcmanfm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/pidgin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/pithos-tray-icon.png -> pithos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/pithos-tray-plugin.png -> pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-color.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-font.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-keyboard.png -> ../../devices/16/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-remote-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-system-power.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/preferences-system-session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/preferences-system-time.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/setroubleshoot_icon.png -> ../../actions/16/help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/software-store.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/spacefm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/spotify-client.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/stock_alarm.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/stock_keyring.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/stock_view-details.png -> ../../actions/16/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/synaptic.png -> system-software-install.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/system-config-language.png -> preferences-desktop-locale.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/system-config-printer.png -> ../../devices/16/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/tilda.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/user-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/users.png -> config-users.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xarchiver.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xfce-mail.png -> internet-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xfce-newmail.png -> ../../panel/16/indicator-messages-new.png @@ -2785,9 +1431,7 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xfce-nomail.png -> lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xfce-schedule.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xfce4-clipman-plugin.png -> clipman.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xfce4-cpufreq-plugin.png -> ../../mimetypes/16/application-x-firmware.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/xfce4-notes-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xfce4-pulseaudio-plugin.png -> ../../devices/16/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/16/xine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xmms2.png -> multimedia-audio-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xpdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/xscreensaver.png -> preferences-desktop-screensaver.png @@ -2795,29 +1439,15 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/yumex-dnf.png -> sy lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/16/zim.png -> accessories-text-editor.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/22/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/abiword.png -> openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/accessories-calculator.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/alacarte.png -> menu-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/alsaplayer.png -> multimedia-audio-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/appointment.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/apport.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/archive-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/atom.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/atril.png -> postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/blueman-device.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/blueman.png -> ../../devices/22/bluetooth.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/cairo-clock.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/checkbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/claws-mail.png -> internet-mail.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/clipman-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/config-date.png -> time-admin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/config-users.png -> system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/date.png -> office-calendar.png @@ -2825,61 +1455,31 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/drakmenustyle.png -> alacarte.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/driver-manager.png -> jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/edit-urpm-sources.png -> software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/engrampa.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/evolution-calendar.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/gimp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/gnumeric.png -> openoffice4-calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/goobox.png -> ../../actions/22/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/gucharmap.png -> accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/hardinfo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/help-browser.png -> ../../actions/22/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/help.png -> ../../actions/22/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/indicator-applet.png -> ../../actions/22/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/internet-feed-reader.png -> internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/internet-news-reader.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/jockey-kde.png -> jockey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-math.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-startcenter.png -> libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/lightdm-settings.png -> lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/localedrake.png -> preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/menulibre.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/mini.xterm.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/mpv.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/mugshot.png -> ../../status/22/avatar-default.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/multimedia-audio-player.png -> preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/multimedia-video-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/nm-secure-lock.png -> ../../status/22/locked.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/openoffice4-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/openoffice4-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/openoffice4-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.gnome.Software.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.Dictionary.png -> accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.filemanager.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.genmon.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.gigolo.png -> ../../places/22/gtk-network.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.mailreader.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.notification.png -> ../../categories/22/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.orage.globaltime.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.orage.png -> office-calendar.png @@ -2889,9 +1489,7 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.panel.laun lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.panel.showdesktop.png -> ../../places/22/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -2902,76 +1500,36 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.settings.k lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.settings.manager.png -> ../../categories/22/preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.settings.mouse.png -> ../../devices/22/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.volman.png -> ../../devices/22/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/org.xfce.xfwm4.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/pcmanfm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/pidgin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-color.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-font.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-keyboard-shortcuts.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-keyboard.png -> ../../devices/22/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-remote-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-system-power.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/preferences-system-session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/preferences-system-time.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/scim-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/setroubleshoot_icon.png -> ../../actions/22/help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/software-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/spacefm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/spotify-client.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/stock_alarm.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/stock_view-details.png -> ../../actions/22/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/synaptic.png -> system-software-install.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/system-config-language.png -> preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/system-printer-config.png -> ../../devices/22/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/tilda.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/user-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/users.png -> config-users.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/xarchiver.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/xfce-mail.png -> internet-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/xfce-schedule.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/xfce4-clipman-plugin.png -> clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/22/xfce4-notes-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/xfce4-pulseaudio-plugin.png -> ../../devices/22/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/xmms2.png -> multimedia-audio-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/xpdf.png -> postscript-viewer.png @@ -2982,31 +1540,17 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/zen-icon.png -> sys lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/22/zim.png -> accessories-text-editor.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/24/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/abiword.png -> openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/accessories-calculator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/accessories-camera.png -> ../../devices/24/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/alacarte.png -> menu-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/alsaplayer.png -> multimedia-audio-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/appointment.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/apport.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/archive-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/atom.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/atril.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/badge-small.png -> stock_keyring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/blueman-device.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/blueman.png -> ../../devices/24/bluetooth.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/cairo-clock.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/checkbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/claws-mail.png -> internet-mail.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/clipman-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/config-date.png -> time-admin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/config-users.png -> system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/date.png -> office-calendar.png @@ -3014,75 +1558,40 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/drakmenustyle.png -> alacarte.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/driver-manager.png -> jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/edit-urpm-sources.png -> software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/engrampa.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/evolution-calendar.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/gimp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/gmusicbrowser.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/gnumeric.png -> openoffice4-calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/goobox.png -> ../../actions/24/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/gtkpod.png -> ../../devices/24/multimedia-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/gucharmap.png -> accessories-character-map.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/gufw.png -> ../../devices/24/network-firewall.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/harddrake.png -> hardinfo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/hardinfo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/help-browser.png -> ../../actions/24/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/help.png -> ../../actions/24/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/htop.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/ibus-keyboard.png -> ../../devices/24/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/indicator-applet.png -> ../../actions/24/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/indicator-weather.png -> xfce4-weather.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/internet-feed-reader.png -> internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/internet-news-reader.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/internet-web-browser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/io.github.Hexchat.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/jockey-kde.png -> jockey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/kfind.png -> ../../actions/24/edit-find.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-math.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-startcenter.png -> libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/lightdm-settings.png -> lightdm-gtk-greeter-settings.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/menulibre.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/mini.xterm.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/mpv.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/mugshot.png -> ../../status/24/avatar-default.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/multimedia-audio-player.png -> preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/multimedia-video-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/multimedia-volume-control.png -> ../../devices/24/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/onboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/openoffice4-base.png -> ../../mimetypes/24/office-database.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/openoffice4-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/openoffice4-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/openoffice4-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.gnome.Software.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.inkscape.Inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.Dictionary.png -> accessories-dictionary.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.ScreenSaver.png -> preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.filemanager.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.genmon.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.gigolo.png -> ../../places/24/gtk-network.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.mailreader.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.notification.png -> ../../categories/24/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.orage.globaltime.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.orage.png -> office-calendar.png @@ -3095,10 +1604,7 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.panel.page lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.panel.showdesktop.png -> ../../places/24/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.ristretto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -3111,85 +1617,40 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.settings.m lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.settings.mouse.png -> ../../devices/24/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.taskmanager.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.thunar.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.volman.png -> ../../devices/24/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/org.xfce.xfwm4.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/pcmanfm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/pidgin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-color.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-accessibility-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-font.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-keyboard-shortcuts.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-keyboard.png -> ../../devices/24/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-remote-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-system-power.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/preferences-system-session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/preferences-system-time.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/scim-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/setroubleshoot_icon.png -> ../../actions/24/help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/software-store.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/spacefm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/spotify-client.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/stock_alarm.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/stock_keyring.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/stock_view-details.png -> ../../actions/24/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/synaptic.png -> system-software-install.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/system-config-language.png -> preferences-desktop-locale.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/system-config-printer.png -> ../../devices/24/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/tilda.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/user-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/users.png -> config-users.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xarchiver.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xfce-mail.png -> internet-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xfce-schedule.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/xfce4-battery-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xfce4-clipman-plugin.png -> clipman.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xfce4-cpufreq-plugin.png -> ../../mimetypes/24/application-x-firmware.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/xfce4-notes-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xfce4-pulseaudio-plugin.png -> ../../devices/24/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/xfce4-weather.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/24/xine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xmms2.png -> multimedia-audio-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xpdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/xscreensaver.png -> preferences-desktop-screensaver.png @@ -3199,38 +1660,22 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/zen-icon.png -> sys lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/24/zim.png -> accessories-text-editor.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/32/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/abiword.png -> openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/accessories-calculator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/accessories-camera.png -> ../../devices/32/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/alacarte.png -> menu-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/alsaplayer.png -> multimedia-audio-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/appointment.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/archive-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/atom.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/atril.png -> postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/blueman-device.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/blueman.png -> ../../devices/32/bluetooth.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/cairo-clock.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/checkbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/claws-mail.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/config-users.png -> system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/date.png -> calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/desktop-effects.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/drakmenustyle.png -> alacarte.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/engrampa.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/evolution-calendar.png -> calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/gimp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/gmusicbrowser.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/gnumeric.png -> openoffice4-calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/goobox.png -> ../../actions/32/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/gtkpod.png -> ../../devices/32/multimedia-player.png @@ -3240,57 +1685,26 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/help-browser.png -> lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/help.png -> ../../actions/32/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/htop.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/ibus-keyboard.png -> ../../devices/32/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/indicator-applet.png -> ../../actions/32/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/indicator-weather.png -> xfce4-weather.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/internet-feed-reader.png -> internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/io.github.Hexchat.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/kfind.png -> ../../actions/32/edit-find.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-math.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-startcenter.png -> libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/lightdm-settings.png -> lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/localedrake.png -> preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/menulibre.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/mini.xterm.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/mpv.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/mugshot.png -> ../../status/32/avatar-default.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/multimedia-audio-player.png -> preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/multimedia-video-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/multimedia-volume-control.png -> ../../devices/32/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/onboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/openoffice4-base.png -> ../../mimetypes/32/office-database.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/openoffice4-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/openoffice4-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/openoffice4-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.gnome.Software.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.inkscape.Inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.Dictionary.png -> accessories-dictionary.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.ScreenSaver.png -> preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.filemanager.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.genmon.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.gigolo.png -> ../../places/32/gtk-network.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.mailreader.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.notification.png -> ../../categories/32/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.orage.globaltime.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.orage.png -> office-calendar.png @@ -3299,14 +1713,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.cpug lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.directorymenu.png -> ../../places/32/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.launcher.png -> ../../categories/32/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.pager.png -> org.xfce.workspaces.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.showdesktop.png -> ../../places/32/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.ristretto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -3319,82 +1729,41 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.settings.m lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.settings.mouse.png -> ../../devices/32/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.taskmanager.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.thunar.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.volman.png -> ../../devices/32/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/org.xfce.xfwm4.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/pcmanfm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/pidgin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-color.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-font.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-keyboard.png -> ../../devices/32/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-multimedia.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-online-accounts.png -> preferences-system-services.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-remote-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-system-services.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/preferences-system-session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/preferences-system-time.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/setroubleshoot_icon.png -> ../../actions/32/help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/software-store.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/spacefm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/spotify-client.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/stock_alarm.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/stock_view-details.png -> ../../actions/32/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/synaptic.png -> system-software-install.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/system-config-language.png -> preferences-desktop-locale.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/system-config-printer.png -> ../../devices/32/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/tilda.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/user-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/users.png -> config-users.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xarchiver.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xfce-mail.png -> internet-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xfce-schedule.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xfce4-battery-plugin.png -> ../../status/32/battery-full-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xfce4-clipman-plugin.png -> clipman.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xfce4-cpufreq-plugin.png -> ../../mimetypes/32/application-x-firmware.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/xfce4-notes-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xfce4-pulseaudio-plugin.png -> ../../devices/32/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/32/xfce4-weather.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xmms2.png -> multimedia-audio-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xpdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/xscreensaver.png -> preferences-desktop-screensaver.png @@ -3403,102 +1772,53 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/zen-icon.png -> sys lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/32/zim.png -> accessories-text-editor.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/48/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/abiword.png -> openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/accessories-calculator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/accessories-camera.png -> ../../devices/48/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/alacarte.png -> menu-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/alsaplayer.png -> multimedia-audio-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/appointment.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/apport.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/archive-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/atom.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/atril.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/badge-small.png -> stock_keyring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/blueman-device.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/blueman.png -> ../../devices/48/bluetooth.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/cairo-clock.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/checkbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/claws-mail.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/date.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/desktop-effects.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/drakmenustyle.png -> alacarte.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/driver-manager.png -> jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/edit-urpm-sources.png -> software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/engrampa.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/evolution-calendar.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/gimp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/gmusicbrowser.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/gnumeric.png -> openoffice4-calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/goobox.png -> ../../actions/48/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/gtkpod.png -> ../../devices/48/multimedia-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/gucharmap.png -> accessories-character-map.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/gufw.png -> ../../devices/48/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/hardinfo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/help-browser.png -> ../../actions/48/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/help.png -> ../../actions/48/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/htop.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/ibus-keyboard.png -> ../../devices/48/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/indicator-applet.png -> ../../actions/48/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/indicator-weather.png -> ../../status/48/weather-storm.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/internet-feed-reader.png -> internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/internet-news-reader.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/internet-web-browser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/io.github.Hexchat.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/kfind.png -> ../../actions/48/edit-find.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-math.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-startcenter.png -> libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/lightdm-settings.png -> lightdm-gtk-greeter-settings.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/menulibre.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/mini.xterm.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/mpv.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/mugshot.png -> ../../status/48/avatar-default.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/multimedia-audio-player.png -> preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/multimedia-photo-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/multimedia-video-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/multimedia-volume-control.png -> ../../devices/48/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/onboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/openoffice4-base.png -> ../../mimetypes/48/office-database.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/openoffice4-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/openoffice4-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/openoffice4-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.gnome.Software.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.inkscape.Inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.Dictionary.png -> accessories-dictionary.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.ScreenSaver.png -> preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.filemanager.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.genmon.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.gigolo.png -> ../../places/48/gtk-network.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.mailreader.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.notification.png -> ../../categories/48/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.orage.globaltime.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.orage.png -> office-calendar.png @@ -3509,14 +1829,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.cpug lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.directorymenu.png -> ../../places/48/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.launcher.png -> ../../categories/48/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.pager.png -> org.xfce.workspaces.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.showdesktop.png -> ../../places/48/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.ristretto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -3529,75 +1845,33 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.settings.m lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.settings.mouse.png -> ../../devices/48/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.taskmanager.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.thunar.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.volman.png -> ../../devices/48/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/org.xfce.xfwm4.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/pcmanfm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/pidgin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-color.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-font.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-keyboard-shortcuts.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-keyboard.png -> ../../devices/48/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-locale.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-multimedia.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-online-accounts.png -> preferences-system-services.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-remote-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-system-services.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/preferences-system-session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/preferences-system-time.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/scim-setup.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/setroubleshoot_icon.png -> ../../actions/48/help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/software-store.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/spacefm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/spotify-client.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/stock_alarm.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/stock_keyring.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/stock_view-details.png -> ../../actions/48/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/synaptic.png -> system-software-install.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/system-config-language.png -> preferences-desktop-locale.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/system-config-printer.png -> ../../devices/48/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/tilda.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/user-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xarchiver.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce-mail.png -> internet-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce-mount.png -> ../../devices/48/drive-harddisk-usb.png @@ -3605,12 +1879,9 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce-schedule.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce4-battery-plugin.png -> ../../status/48/battery-full-charging.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce4-clipman-plugin.png -> clipman.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce4-cpufreq-plugin.png -> ../../mimetypes/48/application-x-firmware.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/xfce4-fsguard-plugin-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/xfce4-notes-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce4-panel-menu.png -> ../../places/48/distributor-logo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce4-pulseaudio-plugin.png -> ../../devices/48/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xfce4-weather.png -> ../../status/48/weather-storm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/48/xine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xmms2.png -> multimedia-audio-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xpdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/xscreensaver.png -> preferences-desktop-screensaver.png @@ -3619,41 +1890,24 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/zen-icon.png -> sys lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/48/zim.png -> accessories-text-editor.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/64/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/abiword.png -> openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/accessories-calculator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/accessories-camera.png -> ../../devices/64/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/alacarte.png -> menu-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/alsaplayer.png -> multimedia-audio-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/appointment.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/apport.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/archive-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/atom.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/atril.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/badge-small.png -> stock_keyring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/blueman-device.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/blueman.png -> ../../devices/64/bluetooth.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/cairo-clock.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/calendar.png -> office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/checkbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/claws-mail.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/config-date.png -> time-admin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/config-users.png -> system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/date.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/desktop-effects.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/edit-urpm-sources.png -> software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/engrampa.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/evolution-calendar.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/gimp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/gmusicbrowser.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/gnumeric.png -> openoffice4-calc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/goobox.png -> ../../actions/64/media-import-audio-cd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/gtkpod.png -> ../../devices/64/multimedia-player.png @@ -3663,56 +1917,25 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/help-browser.png -> lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/help.png -> ../../actions/64/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/htop.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/ibus-keyboard.png -> ../../devices/64/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/indicator-applet.png -> ../../actions/64/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/internet-feed-reader.png -> internet-news-reader.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/internet-news-reader.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/internet-web-browser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/io.github.Hexchat.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/kfind.png -> ../../actions/64/edit-find.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-math.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-startcenter.png -> libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/lightdm-settings.png -> lightdm-gtk-greeter-settings.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/menulibre.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/mini.xterm.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/mpv.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/mugshot.png -> ../../status/64/avatar-default.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/multimedia-audio-player.png -> preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/multimedia-photo-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/multimedia-video-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/multimedia-volume-control.png -> ../../devices/64/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/onboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/openoffice4-base.png -> ../../mimetypes/64/office-database.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/openoffice4-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/openoffice4-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/openoffice4-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/openoffice4-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.gnome.Software.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.inkscape.Inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.Dictionary.png -> accessories-dictionary.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.ScreenSaver.png -> preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.filemanager.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.genmon.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.gigolo.png -> ../../places/64/gtk-network.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.mailreader.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.notification.png -> ../../categories/64/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.orage.globaltime.png -> clock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.orage.png -> office-calendar.png @@ -3721,14 +1944,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.cpug lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.directorymenu.png -> ../../places/64/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.launcher.png -> ../../categories/64/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.pager.png -> org.xfce.workspaces.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.showdesktop.png -> ../../places/64/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.ristretto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -3741,80 +1960,38 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.settings.m lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.settings.mouse.png -> ../../devices/64/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.taskmanager.png -> utilities-system-monitor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.thunar.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.volman.png -> ../../devices/64/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/org.xfce.xfwm4.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/pcmanfm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/pidgin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-color.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-font.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-keyboard.png -> ../../devices/64/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-multimedia.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-online-accounts.png -> preferences-system-services.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-remote-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-screensaver.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-system-services.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/preferences-system-session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/preferences-system-time.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/setroubleshoot_icon.png -> ../../actions/64/help-about.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/software-store.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/spacefm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/spotify-client.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/stock_alarm.png -> clock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/stock_keyring.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/stock_view-details.png -> ../../actions/64/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/synaptic.png -> system-software-install.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/system-config-printer.png -> ../../devices/64/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/system-users.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/tilda.png -> utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/user-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/users.png -> system-users.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/x-pdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/xarchiver.png -> archive-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/xfce-mail.png -> internet-mail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/xfce4-battery-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/xfce4-clipman-plugin.png -> clipman.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/xfce4-cpufreq-plugin.png -> ../../mimetypes/64/application-x-firmware.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/xfce4-notes-plugin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/64/xine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/xmms2.png -> multimedia-audio-player.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/xpdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/xscreensaver.png -> preferences-desktop-screensaver.png @@ -3822,71 +1999,33 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/yumex-dnf.png -> sy lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/zen-icon.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/64/zim.png -> accessories-text-editor.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/apps/96/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/accessories-calculator.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/accessories-character-map.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/accessories-text-editor.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/alacarte.png -> menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/atril.png -> postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/blueman-device.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/clipman.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/desktop-effects.png -> preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/element-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/fusion-icon.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/gimp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/gmusicbrowser.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/gucharmap.png -> accessories-character-map.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/gufw.png -> ../../devices/96/network-firewall.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/help-browser.png -> ../../actions/96/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/help.png -> ../../actions/96/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/ibus-keyboard.png -> ../../devices/96/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/ibus-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/indicator-applet.png -> ../../actions/96/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/internet-web-browser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/io.github.Hexchat.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/jockey.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/kfind.png -> ../../actions/96/edit-find.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/leafpad.png -> accessories-text-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/libreoffice-base.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/libreoffice-calc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/libreoffice-draw.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/libreoffice-impress.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/libreoffice-main.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/libreoffice-math.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/libreoffice-writer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/lightdm-gtk-greeter-settings.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/lightdm-settings.png -> lightdm-gtk-greeter-settings.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/menu-editor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/menulibre.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/mpv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/mugshot.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/multimedia-audio-player.png -> preferences-desktop-multimedia.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/multimedia-volume-control.png -> ../../devices/96/audio-speakers.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/obconf.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/onboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/openoffice4-base.png -> ../../mimetypes/96/office-database.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.gnome.DiskUtility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.gnome.Software.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.inkscape.Inkscape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.Dictionary.png -> accessories-dictionary.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.appfinder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.filemanager.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.mousepad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.notification.png -> ../../categories/96/preferences-system-notifications.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.orage.png -> office-calendar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.panel.launcher.png -> ../../categories/96/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.panel.pager.png -> org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.panel.tasklist.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.panel.windowmenu.png -> preferences-system-windows.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.parole.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.powermanager.png -> preferences-system-power.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.ristretto.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.screenshooter.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.session.png -> session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.settings.accessibility.png -> preferences-desktop-accessibility.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.settings.appearance.png -> preferences-desktop-theme.png @@ -3896,60 +2035,27 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.settings.d lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.settings.manager.png -> ../../categories/96/preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.settings.mouse.png -> ../../devices/96/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.terminal-settings.png -> org.xfce.terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.terminalemulator.png -> utilities-terminal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.thunar.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.volman.png -> ../../devices/96/drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.webbrowser.png -> web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.workspaces.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.xfdesktop.png -> preferences-desktop-wallpaper.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.xfwm4-tweaks.png -> preferences-desktop-effects.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/org.xfce.xfwm4.png -> preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/pcmanfm.png -> system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/pidgin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/postscript-viewer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-color.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-accessibility.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-default-applications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-effects.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-font.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-sound.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-desktop-wallpaper.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-system-power.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/preferences-system-session.png -> session-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/preferences-system-windows.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/pup.png -> system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/qbittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/rpmdrake.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/session-properties.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/simple-ccsm.png -> ccsm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/software-properties.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/software-store.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/spacefm-find.png -> org.xfce.catfish.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/spacefm.png -> system-file-manager.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/stock_view-details.png -> ../../actions/96/help-info.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/stock_xfburn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/synaptic.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/system-file-manager.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/system-software-update.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/time-admin.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/ubiquity.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/update-manager.png -> system-software-update.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/update-notifier.png -> system-software-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/usb-creator-gtk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/usb-creator-kde.png -> usb-creator-gtk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/utilities-system-monitor.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/utilities-terminal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/virtualbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/web-browser.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/wine.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/x-pdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/xfce4-clipman-plugin.png -> clipman.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/apps/96/xfce4-notes-plugin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/xpdf.png -> postscript-viewer.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/yumex-dnf.png -> system-software-install.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/96/zen-icon.png -> system-software-update.png @@ -3984,205 +2090,61 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/symbolic/qbittorrent-t lrwxrwxrwx root/root usr/share/icons/elementary-xfce/apps/symbolic/web-browser-symbolic.svg -> internet-web-browser-symbolic.svg drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/128/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/128/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/128/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/128/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/128/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/128/preferences-desktop-peripherals.png -> ../../devices/128/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/128/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/128/system-help.png -> ../../actions/128/help-contents.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/16/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/16/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/16/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/16/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/16/preferences-desktop-peripherals.png -> ../../devices/16/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/16/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/16/system-help.png -> ../../actions/16/help-contents.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/22/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/22/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/22/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/22/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/22/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/22/preferences-desktop-peripherals.png -> ../../devices/22/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/22/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/22/system-help.png -> ../../actions/22/help-contents.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/24/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/24/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/24/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/24/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/24/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/24/preferences-desktop-peripherals.png -> ../../devices/24/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/24/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/24/system-help.png -> ../../actions/24/help-contents.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/32/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/32/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/32/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/32/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/32/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/32/preferences-desktop-peripherals.png -> ../../devices/32/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/32/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/32/system-help.png -> ../../actions/32/help-contents.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/48/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/48/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/48/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/48/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/48/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/48/preferences-desktop-peripherals.png -> ../../devices/48/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/48/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/48/system-help.png -> ../../actions/48/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/48/xfdesktop-menu.png -> ../../places/48/distributor-logo.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/64/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/64/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/64/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/64/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/64/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/64/preferences-desktop-peripherals.png -> ../../devices/64/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/64/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/64/system-help.png -> ../../actions/64/help-contents.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/96/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-accessories.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/96/applications-all.png -> applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-education.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/96/applications-engineering.png -> applications-development.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-games.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-graphics.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-internet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-multimedia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-office.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-science.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/96/applications-system.png -> preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/applications-utilities.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/96/gtk-preferences.png -> preferences-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/96/preferences-desktop-peripherals.png -> ../../devices/96/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/preferences-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/preferences-other.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/preferences-system-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/preferences-system-notifications.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/preferences-system-parental-controls.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/96/preferences-system.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/96/system-help.png -> ../../actions/96/help-contents.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/categories/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/categories/symbolic/applications-development-symbolic.svg @@ -4222,78 +2184,30 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/symbolic/prefere lrwxrwxrwx root/root usr/share/icons/elementary-xfce/categories/symbolic/system-help-symbolic.svg -> ../../actions/symbolic/help-contents-symbolic.svg drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/128/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/audio-headphones.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/audio-headset.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/audio-input-microphone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/camera-web.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/computer-convertible.png -> computer-laptop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/computer-laptop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/computer.png -> video-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/drive-harddisk-solidstate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/drive-harddisk-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/drive-optical.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/drive-removable-media-ieee1394.png -> drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/drive-removable-media.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/gtk-cdrom.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/gtk-harddisk.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/harddrive.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/input-gaming.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/media-dvd.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/media-dvdrw.png -> media-dvd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/media-removable.png -> drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/multimedia-player-apple-ipod-touch.png -> multimedia-player-ipod-touch.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/128/multimedia-player-ipod-touch.png -> phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/network-wireless.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/scanner.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/video-display-tv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/128/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/audio-card.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/audio-headphones.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/audio-headset.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/audio-input-microphone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/battery.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/camera-video.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/computer-apple-ipad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/computer-convertible.png -> computer-laptop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/computer-laptop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/computer.png -> video-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/drive-harddisk-solidstate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/drive-harddisk-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/drive-optical.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/drive-removable-media-ieee1394.png -> drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/drive-removable-media.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/gnome-dev-printer-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/gtk-cdrom.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/gtk-harddisk.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/harddrive.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/input-gaming.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/input-tablet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-dvd.png -> media-optical.png @@ -4302,88 +2216,36 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-flash-cf.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-flash-ms.png -> drive-removable-media.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-flash-sd.png -> media-memory-sd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-flash.png -> media-memory-sd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/media-memory-sd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/media-memory-sm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/media-optical-data.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/media-removable.png -> drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/media-tape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/multimedia-player-apple-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/multimedia-player-apple-ipod.png -> multimedia-player-ipod.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/multimedia-player-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/multimedia-player-ipod.png -> multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/network-wireless.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/16/nm-device-wireless.png -> network-wireless.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/scanner.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/tablet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/video-display-tv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/16/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/22/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/audio-card.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/audio-input-microphone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/computer-apple-ipad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/computer.png -> video-display.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/drive-optical.png -> media-optical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/drive-removable-media.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/gtk-cdrom.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/gtk-harddisk.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/harddrive.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/media-dvd.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/media-dvdrw.png -> media-dvd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/multimedia-player-apple-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/22/multimedia-player-ipod-touch.png -> phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/scanner.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/22/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/24/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/audio-card.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/audio-headphones.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/audio-headset.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/audio-input-microphone-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/audio-input-microphone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/battery.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/computer-apple-ipad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/computer-convertible.png -> computer-laptop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/computer-laptop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/computer.png -> video-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/drive-harddisk-solidstate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/drive-harddisk-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/drive-optical.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/drive-removable-media-ieee1394.png -> drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/drive-removable-media.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/gtk-cdrom.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/gtk-floppy.png -> media-floppy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/gtk-harddisk.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/harddrive.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/input-gaming.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-dvd.png -> media-optical.png @@ -4392,252 +2254,86 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-flash-cf.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-flash-ms.png -> drive-removable-media.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-flash-sd.png -> drive-removable-media.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-flash.png -> drive-removable-media.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/media-floppy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-jaz.png -> media-floppy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-memory-sd.png -> drive-removable-media.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-memory-sm.png -> drive-removable-media.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/media-optical-data.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/media-removable.png -> drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/media-tape.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/multimedia-player-apple-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/multimedia-player-apple-ipod.png -> multimedia-player-ipod.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/multimedia-player-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/multimedia-player-ipod.png -> multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/network-vpn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/network-wireless.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/24/nm-device-wireless.png -> network-wireless.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/pda.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/scanner.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/video-display-tv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/24/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/32/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/audio-card.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/audio-headphones.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/audio-headset.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/audio-input-microphone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/battery.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/camera-web.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/computer-apple-ipad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/computer-convertible.png -> computer-laptop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/computer-laptop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/computer.png -> video-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/drive-harddisk-solidstate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/drive-harddisk-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/drive-optical.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/drive-removable-media-ieee1394.png -> drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/drive-removable-media.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/fingerprint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/gtk-cdrom.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/gtk-floppy.png -> media-floppy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/gtk-harddisk.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/harddrive.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/input-gaming.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/input-touchpad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/media-dvd.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/media-dvdrw.png -> media-dvd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/media-floppy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/media-jaz.png -> media-floppy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/media-removable.png -> drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/multimedia-player-apple-ipod.png -> multimedia-player-ipod.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/multimedia-player-ipod.png -> multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/network-cellular.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/network-vpn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/network-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/network-wireless-hotspot.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/network-wireless.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/32/nm-device-wireless.png -> network-wireless.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/scanner.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/thunderbolt.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/video-display-tv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/32/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/48/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-card.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-headphones-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-headphones.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-headset.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-input-microphone-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-input-microphone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-center-back-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-center-back.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-center-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-center.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-left-back-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-left-back.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-left-side-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-left-side.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-left-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-left.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-right-back-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-right-back.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-right-side-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-right-side.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-right-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-right.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/audio-speaker-testing.png -> audio-speaker-right-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-subwoofer-testing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/audio-subwoofer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/battery.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/camera-web.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/computer-convertible.png -> computer-laptop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/computer-laptop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/computer.png -> video-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/drive-harddisk-solidstate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/drive-harddisk-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/drive-optical.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/drive-removable-media-ieee1394.png -> drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/drive-removable-media.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/fingerprint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/gnome-dev-printer-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/gtk-cdrom.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/gtk-floppy.png -> media-floppy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/gtk-harddisk.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/harddrive.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/i-network-printer.png -> printer-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/input-gaming.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/input-mouse.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/input-tablet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/input-touchpad.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-dvd.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-dvdrw.png -> media-dvd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-flash-cf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-flash-ms.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-flash-sd.png -> media-memory-sd.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-flash.png -> media-memory-sd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-floppy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-jaz.png -> media-floppy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-memory-sd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-memory-sm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-memory.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-optical-data.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-optical.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-pcmcia.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/media-removable.png -> drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/media-zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/modem.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/multimedia-player-apple-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/multimedia-player-apple-ipod.png -> multimedia-player-ipod.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/multimedia-player-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/48/multimedia-player-ipod.png -> multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/network-cellular.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/network-vpn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/network-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/network-wireless-hotspot.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/network-wireless.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/nm-device-wwan.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/pda.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/printer-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/scanner.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/uninterruptible-power-supply.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/video-display-tv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/48/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/64/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/audio-headphones.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/audio-headset.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/audio-input-microphone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/bluetooth.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/camera-web.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/computer-convertible.png -> computer-laptop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/computer-laptop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/computer.png -> video-display.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/drive-harddisk-solidstate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/drive-harddisk-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/drive-optical.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/drive-removable-media-ieee1394.png -> drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/drive-removable-media.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/gnome-dev-printer-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/gtk-cdrom.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/gtk-harddisk.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/harddrive.png -> drive-harddisk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/i-network-printer.png -> printer-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/input-gaming.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/media-dvd.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/media-dvdrw.png -> media-dvd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/media-removable.png -> drive-removable-media-usb.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/multimedia-player-apple-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/multimedia-player-apple-ipod.png -> multimedia-player-ipod.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/multimedia-player-ipod-touch.png -> phone.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/64/multimedia-player-ipod.png -> multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/multimedia-player.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/network-vpn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/phone.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/printer-network.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/printer.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/scanner.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/video-display-tv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/64/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/96/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/audio-speakers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/camera-photo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/drive-harddisk-ieee1394.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/drive-harddisk-solidstate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/96/drive-harddisk-system.png -> drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/drive-harddisk-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/drive-harddisk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/drive-removable-media.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/input-keyboard.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/input-mouse.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/96/media-cdr.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/96/media-cdrw.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/96/media-dvd.png -> media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/96/media-dvdrw.png -> media-dvd.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/media-optical-audio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/media-optical.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/96/media-removable.png -> drive-removable-media-usb.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/network-firewall.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/video-display-tv.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/96/video-display.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/devices/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/symbolic/ac-adapter-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/symbolic/audio-card-symbolic.svg @@ -4702,174 +2398,46 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/devices/symbolic/printer-ne -rw-r--r-- root/root usr/share/icons/elementary-xfce/devices/symbolic/video-display-tv-symbolic.svg drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/10/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-blue.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-brown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-green.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-grey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-orange.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-violet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-white.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/10/emblem-colors-yellow.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/blueman-blocked-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/blueman-paired-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/blueman-trusted-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-blue.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-brown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-green.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-grey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-orange.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-violet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-white.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-colors-yellow.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/16/emblem-default.png -> ../../status/16/process-completed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/16/emblem-documents.png -> ../../places/16/folder-documents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-enabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-git-modified.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-git-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-heart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/16/emblem-important.png -> ../../status/16/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-invest.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/16/emblem-mixed.png -> emblem-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/16/emblem-noread.png -> emblem-unreadable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/16/emblem-nowrite.png -> emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-photos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-symbolic-link.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/16/emblem-system.png -> ../../categories/16/preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-unreadable.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/16/emblem-warning.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/22/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-blue.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-brown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-green.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-grey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-orange.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-violet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-white.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-colors-yellow.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/22/emblem-default.png -> ../../status/22/process-completed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/22/emblem-important.png -> ../../status/22/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-invest.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/22/emblem-noread.png -> emblem-unreadable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/22/emblem-nowrite.png -> emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-photos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-readonly.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/22/emblem-system.png -> ../../categories/22/preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/22/emblem-unreadable.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/24/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-blue.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-brown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-green.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-grey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-orange.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-violet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-white.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-colors-yellow.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-default.png -> ../../status/24/process-completed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-documents.png -> ../../places/24/folder-documents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-downloads.png -> ../../places/24/folder-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-enabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-favorite.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-git-modified.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-git-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-heart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-important.png -> ../../status/24/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-invest.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-mixed.png -> emblem-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-noread.png -> emblem-unreadable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-nowrite.png -> emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-photos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-shared.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-synchronized.png -> ../../status/24/sync-synchronizing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/24/emblem-system.png -> ../../categories/24/preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-unreadable.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/24/emblem-warning.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/32/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/blueman-blocked-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/blueman-paired-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/blueman-trusted-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-blue.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-brown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-green.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-grey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-orange.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-violet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-white.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-colors-yellow.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/32/emblem-default.png -> ../../status/32/process-completed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-documents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-downloads.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-enabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-favorite.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-git-modified.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-git-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-heart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/32/emblem-important.png -> ../../status/32/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-invest.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/32/emblem-mixed.png -> emblem-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/32/emblem-noread.png -> emblem-unreadable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/32/emblem-nowrite.png -> emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-photos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-shared.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/32/emblem-synchronized.png -> ../../status/32/sync-synchronizing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/32/emblem-system.png -> ../../categories/32/preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-unreadable.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/32/emblem-warning.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/48/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/blueman-blocked-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/blueman-paired-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/blueman-trusted-emblem.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-blue.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-brown.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-green.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-grey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-orange.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-violet.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-white.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-colors-yellow.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/48/emblem-default.png -> ../../status/48/process-completed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-documents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-downloads.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-enabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-favorite.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-git-modified.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-git-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-heart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/48/emblem-important.png -> ../../status/48/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-invest.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-mail.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/48/emblem-mixed.png -> emblem-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/48/emblem-noread.png -> emblem-unreadable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/48/emblem-nowrite.png -> emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-photos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-readonly.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-shared.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-symbolic-link.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/48/emblem-synchronized.png -> ../../status/48/sync-synchronizing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/emblems/48/emblem-system.png -> ../../categories/48/preferences-system.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-unreadable.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/48/emblem-warning.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/symbolic/emblem-default-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/symbolic/emblem-documents-symbolic.svg @@ -4889,33 +2457,6 @@ drwxr-xr-x root/root usr/share/icons/elementary-xfce/emblems/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/emblems/symbolic/emblem-videos-symbolic.svg drwxr-xr-x root/root usr/share/icons/elementary-xfce/emotes/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/emotes/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-angel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-angry.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-cool.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-crying.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-devilish.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-embarrassed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-heart-broken.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-heart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-kiss.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-laugh.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-monkey.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-plain.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-raspberry-squint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-raspberry-wink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-raspberry.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-sad.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-sick.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-smile-big-squint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-smile-big.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-smile-crying.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-smile.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-smirk.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-surprise.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-tired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-uncertain.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-wink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/16/face-worried.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/emotes/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/symbolic/face-angel-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/emotes/symbolic/face-angry-symbolic.svg @@ -4953,48 +2494,20 @@ drwxr-xr-x root/root usr/share/icons/elementary-xfce/emotes/symbolic/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/128/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-atom+xml.png -> internet-feed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-certificate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-epub+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-gzip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-illustrator.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-java-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-json.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-mbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-pgp-encrypted.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-pgp-keys.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-pgp-signature.png -> application-pgp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-pkix-cert.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-postscript.png -> application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-rss+xml.png -> internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-rtf.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-typescript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.adobe.flash.movie.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.amazon.mobi8-ebook.png -> application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.appimage.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.comicbook+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.comicbook-rar.png -> application-vnd.comicbook+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.dart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.debian.binary-package.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.efi.img.png -> application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.flatpak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.flatpak.ref.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.ms-access.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.ms-cab-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.ms-visio.drawing.main+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.ms-visio.template.main+xml.png -> x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.oasis.opendocument.chart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.oasis.opendocument.database.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.oasis.opendocument.formula.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.oasis.opendocument.graphics-template.png -> x-office-drawing-template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.oasis.opendocument.graphics.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.oasis.opendocument.presentation-template.png -> x-office-presentation-template.png @@ -5007,14 +2520,9 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-v lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openofficeorg.extension.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -> application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png -> application-vnd.ms-powerpoint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openxmlformats-officedocument.presentationml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -> application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -> application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.rar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.rn-realmedia.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.snap.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.sqlite3.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.sun.xml.calc.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.sun.xml.draw.png -> x-office-drawing.png @@ -5022,25 +2530,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-v lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.visio.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-vnd.wordperfect.png -> office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-winhlp.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-7z-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-ace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-ardour.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-arj.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-audacity-project.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-bittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-blender.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-bzip2-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-bzip2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-cpio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-cue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-designer.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-executable.png -> ../../categories/128/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-extension-html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-fictionbook+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-firmware.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-generic.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-glade.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-gnome-saved-search.png -> ../../places/128/folder-saved-search.png @@ -5048,65 +2541,33 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-gnumeric.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-gtk-builder.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-java.png -> text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-keepassxc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-lha.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-lhz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-lzma-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-lzma.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-lzop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-m4.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-matroska.png -> video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-mimearchive.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-msi.png -> application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-mswinurl.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-object.png -> ../../apps/128/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-ole-storage.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-pak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-par2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-partial-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-perl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-php.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-pkcs12.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-python-bytecode.png -> text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-qemu-disk.png -> application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-rpm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-ruby.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-sami.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-shar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-sharedlib.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-shellscript.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-sqlite2.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-stuffit.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-subrip.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-trash.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-troff-man.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-vdi-disk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-vmdk-disk.png -> application-ovf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-xpinstall.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-xz-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-xz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-x-zoo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-xml.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/application-xslt+xml.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-yaml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/application-zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-mpeg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-vnd.wave.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-adpcm.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-ape.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-flac+ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-mpegurl.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-ms-wma.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-scpls.png -> audio-x-playlist.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-speex+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-vorbis+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/audio-x-wavpack.png -> audio-flac.png @@ -5115,40 +2576,22 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/empty.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/exec.png -> ../../apps/128/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/extension.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/font-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/gtk-file.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-gif.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/image-jp2.png -> image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-png.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/image-svg+xml.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-tiff.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-vnd.adobe.photoshop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-vnd.djvu.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-vnd.microsoft.icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/image-x-3ds.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-x-compressed-xcf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/image-x-portable-bitmap.png -> image-bmp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/image-x-tga.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/image-x-win-bitmap.png -> image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/image-x-xcf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/image.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/inode-symlink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/libpeas-plugin.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/media-audio.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/media-image.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/media-video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/multipart-encrypted.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/office-database.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/office-document.png -> x-office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/office-illustration.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/package.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/playlist-automatic.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/playlist.png -> audio-x-playlist.png @@ -5156,128 +2599,50 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/shellscript.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/source-playlist.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/source-smart-playlist.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-calendar.png -> ../../apps/128/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-css.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-csv.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-enriched.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-htmlh.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-javascript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-julia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-markdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-plain.png -> text-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-richtext.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-rust.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-spreadsheet.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-tcl.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-troff.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-vcard.png -> office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-bibtex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-c++src.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-chdr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-cmake.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-cobol.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-common-lisp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-copying.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-credits.png -> text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-crystal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-csharp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-csrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-dsrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-fortran.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-generic-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-gettext-translation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-gettext-translation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-go.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-groovy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-gtkrc.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-haskell.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-kotlin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-log.png -> text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-lua.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-meson.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-modelica.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-nfo.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-objcsrc.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-pascal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-python3.png -> text-x-python.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-sass.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-scala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-scheme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-scss.png -> text-x-sass.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-source.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-systemd-unit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-tex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/text-x-vala.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/text.png -> text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/unknown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/vcalendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-address-book.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-calendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-document-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-presentation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-presentation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-spreadsheet-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/128/x-office-spreadsheet.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/16/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-atom+xml.png -> internet-feed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-certificate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-epub+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-gzip.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-illustrator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-java-archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-json.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-mbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-pgp-encrypted.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-pgp-keys.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-pgp-signature.png -> application-pgp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-pkix-cert.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-postscript.png -> application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-rss+xml.png -> internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-rtf.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-typescript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.adobe.flash.movie.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.amazon.mobi8-ebook.png -> application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.appimage.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.comicbook+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.comicbook-rar.png -> application-vnd.comicbook+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.dart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.debian.binary-package.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.efi.img.png -> application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.flatpak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.flatpak.ref.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.ms-access.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.ms-cab-compressed.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.ms-visio.drawing.main+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.ms-visio.template.main+xml.png -> x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.oasis.opendocument.chart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.oasis.opendocument.database.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.oasis.opendocument.formula.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.oasis.opendocument.graphics-template.png -> x-office-drawing-template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.oasis.opendocument.graphics.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.oasis.opendocument.presentation-template.png -> x-office-presentation-template.png @@ -5290,14 +2655,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openofficeorg.extension.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -> application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png -> application-vnd.ms-powerpoint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openxmlformats-officedocument.presentationml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -> application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -> application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.rar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.rn-realmedia.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.snap.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.sqlite3.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.sun.xml.calc.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vnd.sun.xml.draw.png -> x-office-drawing.png @@ -5307,23 +2668,15 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-winhlp.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-7z-compressed.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-ace.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-ardour.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-arj.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-audacity-project.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-bittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-blender.png -> model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-bzip2-compressed-tar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-bzip2.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-compressed-tar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-cpio.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-cue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-designer.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-executable.png -> ../../categories/16/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-extension-html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-fictionbook+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-firmware.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-generic.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-glade.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-gnome-saved-search.png -> ../../places/16/folder-saved-search.png @@ -5331,7 +2684,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-gnumeric.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-gtk-builder.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-java.png -> text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-keepassxc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-lha.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-lhz.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-lzma-compressed-tar.png -> package-x-generic.png @@ -5340,34 +2692,22 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-m4.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-matroska.png -> video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-mimearchive.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-msi.png -> application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-mswinurl.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-object.png -> ../../apps/16/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-ole-storage.png -> application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-pak.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-par2.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-partial-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-perl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-php.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-pkcs12.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-python-bytecode.png -> text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-qemu-disk.png -> application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-rpm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-ruby.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-sami.png -> text-x-ssa.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-shar.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-sharedlib.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-shellscript.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-sqlite2.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-stuffit.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-subrip.png -> text-x-ssa.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-tar.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-trash.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-troff-man.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-vdi-disk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-vmdk-disk.png -> application-ovf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-xpinstall.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-xz-compressed-tar.png -> package-x-generic.png @@ -5375,21 +2715,16 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-x-zoo.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-xml.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-xslt+xml.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/application-yaml.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/application-zip.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-mpeg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-vnd.wave.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-adpcm.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-ape.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-flac+ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-mpegurl.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-ms-wma.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-scpls.png -> audio-x-playlist.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-speex+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-vorbis+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/audio-x-wavpack.png -> audio-flac.png @@ -5398,7 +2733,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/document.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/empty.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/exec.png -> ../../apps/16/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/extension.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/font-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/gtk-file.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/html.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-bmp.png -> image-x-generic.png @@ -5408,30 +2742,19 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-jpeg.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-png.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-svg+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-tiff.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/image-vnd.adobe.photoshop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/image-vnd.djvu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-vnd.microsoft.icon.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-x-3ds.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/image-x-compressed-xcf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-x-portable-bitmap.png -> image-bmp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-x-tga.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image-x-win-bitmap.png -> image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/image-x-xcf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/image.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/inode-symlink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/libpeas-plugin.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/media-audio.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/media-image.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/media-video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/multipart-encrypted.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/office-database.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/office-document.png -> x-office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/office-illustration.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/package.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/playlist-automatic.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/playlist.png -> audio-x-playlist.png @@ -5439,127 +2762,49 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/shellscript.pn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/source-playlist.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/source-smart-playlist.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-calendar.png -> ../../apps/16/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-css.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-csv.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-enriched.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-htmlh.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-javascript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-julia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-markdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-plain.png -> text-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-richtext.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-rust.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-spreadsheet.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-tcl.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-troff.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-vcard.png -> office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-bibtex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-c++src.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-chdr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-cmake.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-cobol.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-common-lisp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-copying.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-credits.png -> text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-crystal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-csharp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-csrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-dsrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-fortran.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-generic-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-gettext-translation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-gettext-translation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-go.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-groovy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-gtkrc.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-haskell.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-kotlin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-log.png -> text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-lua.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-meson.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-modelica.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-nfo.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-objcsrc.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-pascal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-python3.png -> text-x-python.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-sass.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-scala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-scheme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-scss.png -> text-x-sass.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-source.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-systemd-unit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-tex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/text-x-vala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/unknown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/vcalendar.png -> x-office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-address-book.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-calendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-document-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-presentation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-presentation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-spreadsheet-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/16/x-office-spreadsheet.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/24/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-atom+xml.png -> internet-feed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-certificate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-epub+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-gzip.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-illustrator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-java-archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-json.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-mbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-pgp-encrypted.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-pgp-keys.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-pgp-signature.png -> application-pgp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-pkix-cert.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-postscript.png -> application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-rss+xml.png -> internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-rtf.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-typescript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.adobe.flash.movie.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.amazon.mobi8-ebook.png -> application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.appimage.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.comicbook+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.comicbook-rar.png -> application-vnd.comicbook+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.dart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.debian.binary-package.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.efi.img.png -> application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.flatpak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.flatpak.ref.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.ms-access.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.ms-cab-compressed.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.ms-visio.drawing.main+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.ms-visio.template.main+xml.png -> x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.oasis.opendocument.chart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.oasis.opendocument.database.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.oasis.opendocument.formula.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.oasis.opendocument.graphics-template.png -> x-office-drawing-template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.oasis.opendocument.graphics.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.oasis.opendocument.presentation-template.png -> x-office-presentation-template.png @@ -5572,14 +2817,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openofficeorg.extension.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -> application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png -> application-vnd.ms-powerpoint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openxmlformats-officedocument.presentationml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -> application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -> application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.rar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.rn-realmedia.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.snap.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.sqlite3.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.sun.xml.calc.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vnd.sun.xml.draw.png -> x-office-drawing.png @@ -5589,23 +2830,15 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-winhlp.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-7z-compressed.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-ace.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-ardour.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-arj.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-audacity-project.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-bittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-blender.png -> model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-bzip2-compressed-tar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-bzip2.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-compressed-tar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-cpio.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-cue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-designer.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-executable.png -> ../../categories/24/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-extension-html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-fictionbook+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-firmware.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-generic.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-glade.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-gnome-saved-search.png -> ../../places/24/folder-saved-search.png @@ -5613,7 +2846,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-gnumeric.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-gtk-builder.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-java.png -> text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-keepassxc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-lha.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-lhz.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-lzma-compressed-tar.png -> package-x-generic.png @@ -5622,34 +2854,22 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-m4.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-matroska.png -> video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-mimearchive.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-msi.png -> application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-mswinurl.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-object.png -> application-x-executable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-ole-storage.png -> application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-pak.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-par2.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-partial-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-perl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-php.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-pkcs12.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-python-bytecode.png -> text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-qemu-disk.png -> application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-rpm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-ruby.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-sami.png -> text-x-ssa.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-shar.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-sharedlib.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-shellscript.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-sqlite2.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-stuffit.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-subrip.png -> text-x-ssa.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-tar.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-trash.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-troff-man.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-vdi-disk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-vmdk-disk.png -> application-ovf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-xpinstall.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-xz-compressed-tar.png -> package-x-generic.png @@ -5657,21 +2877,16 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-x-zoo.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-xml.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-xslt+xml.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/application-yaml.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/application-zip.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-mpeg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-vnd.wave.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-adpcm.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-ape.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-flac+ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-mpegurl.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-ms-wma.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-scpls.png -> audio-x-playlist.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-speex+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-vorbis+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/audio-x-wavpack.png -> audio-flac.png @@ -5680,7 +2895,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/document.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/empty.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/exec.png -> application-x-executable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/extension.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/font-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/gtk-file.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/html.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-bmp.png -> image-x-generic.png @@ -5690,30 +2904,18 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-jpeg.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-png.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-svg+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-tiff.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/image-vnd.adobe.photoshop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/image-vnd.djvu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-vnd.microsoft.icon.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-x-3ds.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/image-x-compressed-xcf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-x-portable-bitmap.png -> image-bmp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-x-tga.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image-x-win-bitmap.png -> image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/image-x-xcf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/image.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/inode-symlink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/libpeas-plugin.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/media-audio.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/media-image.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/media-video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/multipart-encrypted.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/office-database.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/office-document.png -> x-office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/office-illustration.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/package.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/playlist-automatic.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/playlist.png -> audio-x-playlist.png @@ -5721,128 +2923,50 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/shellscript.pn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/source-playlist.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/source-smart-playlist.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-calendar.png -> ../../apps/24/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-css.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-csv.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-enriched.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-htmlh.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-javascript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-julia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-markdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-plain.png -> text-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-richtext.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-rust.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-spreadsheet.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-tcl.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-troff.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-vcard.png -> office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-bibtex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-c++src.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-chdr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-cmake.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-cobol.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-common-lisp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-copying.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-credits.png -> text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-crystal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-csharp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-csrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-dsrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-fortran.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-generic-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-gettext-translation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-gettext-translation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-go.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-groovy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-gtkrc.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-haskell.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-kotlin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-log.png -> text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-lua.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-meson.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-modelica.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-nfo.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-objcsrc.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-pascal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-python3.png -> text-x-python.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-sass.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-scala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-scheme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-scss.png -> text-x-sass.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-source.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-systemd-unit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-tex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/text-x-vala.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/text.png -> text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/unknown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/vcalendar.png -> x-office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-address-book.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-calendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-document-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-presentation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-presentation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-spreadsheet-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/24/x-office-spreadsheet.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/32/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-atom+xml.png -> internet-feed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-certificate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-epub+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-gzip.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-illustrator.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-java-archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-json.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-mbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-pgp-encrypted.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-pgp-keys.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-pgp-signature.png -> application-pgp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-pkix-cert.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-postscript.png -> application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-rss+xml.png -> internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-rtf.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-typescript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.adobe.flash.movie.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.amazon.mobi8-ebook.png -> application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.appimage.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.comicbook+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.comicbook-rar.png -> application-vnd.comicbook+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.dart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.debian.binary-package.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.efi.img.png -> application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.flatpak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.flatpak.ref.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.ms-access.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.ms-cab-compressed.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.ms-visio.drawing.main+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.ms-visio.template.main+xml.png -> x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.oasis.opendocument.chart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.oasis.opendocument.database.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.oasis.opendocument.formula.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.oasis.opendocument.graphics-template.png -> x-office-drawing-template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.oasis.opendocument.graphics.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.oasis.opendocument.presentation-template.png -> x-office-presentation-template.png @@ -5855,14 +2979,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openofficeorg.extension.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -> application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png -> application-vnd.ms-powerpoint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openxmlformats-officedocument.presentationml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -> application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -> application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.rar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.rn-realmedia.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.snap.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.sqlite3.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.sun.xml.calc.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vnd.sun.xml.draw.png -> x-office-drawing.png @@ -5872,23 +2992,15 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-winhlp.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-7z-compressed.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-ace.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-ardour.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-arj.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-audacity-project.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-bittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-blender.png -> model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-bzip2-compressed-tar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-bzip2.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-compressed-tar.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-cpio.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-cue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-designer.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-executable.png -> ../../categories/32/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-extension-html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-fictionbook+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-firmware.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-generic.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-glade.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-gnome-saved-search.png -> ../../places/32/folder-saved-search.png @@ -5896,7 +3008,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-gnumeric.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-gtk-builder.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-java.png -> text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-keepassxc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-lha.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-lhz.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-lzma-compressed-tar.png -> package-x-generic.png @@ -5905,34 +3016,22 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-m4.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-matroska.png -> video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-mimearchive.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-msi.png -> application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-mswinurl.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-object.png -> ../../apps/32/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-ole-storage.png -> application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-pak.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-par2.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-partial-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-perl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-php.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-pkcs12.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-python-bytecode.png -> text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-qemu-disk.png -> application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-rpm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-ruby.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-sami.png -> text-x-ssa.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-shar.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-sharedlib.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-shellscript.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-sqlite2.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-stuffit.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-subrip.png -> text-x-ssa.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-tar.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-trash.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-troff-man.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-vdi-disk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-vmdk-disk.png -> application-ovf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-xpinstall.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-xz-compressed-tar.png -> package-x-generic.png @@ -5940,21 +3039,16 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-x-zoo.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-xml.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-xslt+xml.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/application-yaml.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/application-zip.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-mpeg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-vnd.wave.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-adpcm.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-ape.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-flac+ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-mpegurl.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-ms-wma.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-scpls.png -> audio-x-playlist.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-speex+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-vorbis+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/audio-x-wavpack.png -> audio-flac.png @@ -5963,7 +3057,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/document.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/empty.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/exec.png -> application-x-executable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/extension.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/font-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/gtk-file.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/html.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-bmp.png -> image-x-generic.png @@ -5973,30 +3066,18 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-jpeg.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-png.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-svg+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-tiff.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/image-vnd.adobe.photoshop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/image-vnd.djvu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-vnd.microsoft.icon.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-x-3ds.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/image-x-compressed-xcf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-x-portable-bitmap.png -> image-bmp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-x-tga.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image-x-win-bitmap.png -> image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/image-x-xcf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/image.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/inode-symlink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/libpeas-plugin.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/media-audio.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/media-image.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/media-video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/multipart-encrypted.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/office-database.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/office-document.png -> x-office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/office-illustration.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/package.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/playlist-automatic.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/playlist.png -> audio-x-playlist.png @@ -6004,128 +3085,47 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/shellscript.pn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/source-playlist.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/source-smart-playlist.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-calendar.png -> ../../apps/32/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-css.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-csv.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-enriched.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-htmlh.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-javascript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-julia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-markdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-plain.png -> text-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-richtext.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-rust.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-spreadsheet.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-tcl.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-troff.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-vcard.png -> office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-bibtex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-c++src.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-chdr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-cmake.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-cobol.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-common-lisp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-copying.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-credits.png -> text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-crystal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-csharp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-csrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-dsrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-fortran.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-generic-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-gettext-translation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-gettext-translation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-go.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-groovy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-gtkrc.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-haskell.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-kotlin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-log.png -> text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-lua.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-meson.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-modelica.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-nfo.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-objcsrc.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-pascal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-python3.png -> text-x-python.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-sass.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-scala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-scheme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-scss.png -> text-x-sass.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-source.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-systemd-unit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-tex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/text-x-vala.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/text.png -> text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/unknown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/vcalendar.png -> ../../apps/32/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-address-book.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-calendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-document-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-presentation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-presentation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-spreadsheet-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/32/x-office-spreadsheet.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/48/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-atom+xml.png -> internet-feed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-certificate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-epub+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-gzip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-illustrator.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-java-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-json.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-mbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-pgp-encrypted.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-pgp-keys.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-pgp-signature.png -> application-pgp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-pkix-cert.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-postscript.png -> application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-rss+xml.png -> internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-rtf.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-typescript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.adobe.flash.movie.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.amazon.mobi8-ebook.png -> application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.appimage.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.comicbook+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.comicbook-rar.png -> application-vnd.comicbook+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.dart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.debian.binary-package.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.efi.img.png -> application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.flatpak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.flatpak.ref.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.ms-access.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.ms-cab-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.ms-visio.drawing.main+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.ms-visio.template.main+xml.png -> x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.oasis.opendocument.chart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.oasis.opendocument.database.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.oasis.opendocument.formula.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.oasis.opendocument.graphics-template.png -> x-office-drawing-template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.oasis.opendocument.graphics.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.oasis.opendocument.presentation-template.png -> x-office-presentation-template.png @@ -6138,14 +3138,9 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openofficeorg.extension.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -> application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png -> application-vnd.ms-powerpoint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openxmlformats-officedocument.presentationml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -> application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -> application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.rar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.rn-realmedia.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.snap.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.sqlite3.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.sun.xml.calc.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.sun.xml.draw.png -> x-office-drawing.png @@ -6153,25 +3148,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.visio.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-vnd.wordperfect.png -> office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-winhlp.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-7z-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-ace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-ardour.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-arj.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-audacity-project.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-bittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-blender.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-bzip2-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-bzip2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-cpio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-cue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-designer.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-executable.png -> ../../categories/48/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-extension-html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-fictionbook+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-firmware.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-generic.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-glade.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-gnome-saved-search.png -> ../../places/48/folder-saved-search.png @@ -6179,65 +3159,33 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-gnumeric.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-gtk-builder.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-java.png -> text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-keepassxc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-lha.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-lhz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-lzma-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-lzma.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-lzop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-m4.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-matroska.png -> video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-mimearchive.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-msi.png -> application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-mswinurl.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-object.png -> ../../apps/48/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-ole-storage.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-pak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-par2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-partial-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-perl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-php.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-pkcs12.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-python-bytecode.png -> text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-qemu-disk.png -> application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-rpm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-ruby.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-sami.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-shar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-sharedlib.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-shellscript.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-sqlite2.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-stuffit.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-subrip.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-trash.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-troff-man.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-vdi-disk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-vmdk-disk.png -> application-ovf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-xpinstall.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-xz-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-xz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-x-zoo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-xml.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/application-xslt+xml.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-yaml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/application-zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-mpeg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-vnd.wave.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-adpcm.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-ape.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-flac+ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-mpegurl.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-ms-wma.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-scpls.png -> audio-x-playlist.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-speex+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-vorbis+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/audio-x-wavpack.png -> audio-flac.png @@ -6246,40 +3194,22 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/document.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/empty.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/exec.png -> application-x-executable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/extension.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/font-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/gtk-file.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-gif.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/image-jp2.png -> image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-png.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/image-svg+xml.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-tiff.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-vnd.adobe.photoshop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-vnd.djvu.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-vnd.microsoft.icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/image-x-3ds.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-x-compressed-xcf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/image-x-portable-bitmap.png -> image-bmp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/image-x-tga.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/image-x-win-bitmap.png -> image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/image-x-xcf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/image.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/inode-symlink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/libpeas-plugin.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/media-audio.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/media-image.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/media-video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/multipart-encrypted.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/office-database.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/office-document.png -> x-office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/office-illustration.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/package.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/playlist-automatic.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/playlist.png -> audio-x-playlist.png @@ -6287,128 +3217,47 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/shellscript.pn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/source-playlist.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/source-smart-playlist.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-calendar.png -> ../../apps/48/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-css.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-csv.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-enriched.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-htmlh.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-javascript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-julia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-markdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-plain.png -> text-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-richtext.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-rust.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-spreadsheet.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-tcl.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-troff.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-vcard.png -> office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-bibtex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-c++src.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-chdr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-cmake.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-cobol.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-common-lisp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-copying.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-credits.png -> text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-crystal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-csharp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-csrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-dsrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-fortran.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-generic-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-gettext-translation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-gettext-translation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-go.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-groovy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-gtkrc.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-haskell.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-kotlin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-log.png -> text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-lua.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-meson.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-modelica.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-nfo.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-objcsrc.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-pascal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-python3.png -> text-x-python.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-sass.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-scala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-scheme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-scss.png -> text-x-sass.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-source.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-systemd-unit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-tex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/text-x-vala.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/text.png -> text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/unknown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/vcalendar.png -> ../../apps/48/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-address-book.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-calendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-document-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-presentation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-presentation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-spreadsheet-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/48/x-office-spreadsheet.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/64/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-atom+xml.png -> internet-feed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-certificate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-epub+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-gzip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-illustrator.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-java-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-json.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-mbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-pgp-encrypted.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-pgp-keys.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-pgp-signature.png -> application-pgp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-pkix-cert.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-postscript.png -> application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-rss+xml.png -> internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-rtf.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-typescript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.adobe.flash.movie.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.amazon.mobi8-ebook.png -> application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.appimage.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.comicbook+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.comicbook-rar.png -> application-vnd.comicbook+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.dart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.debian.binary-package.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.efi.img.png -> application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.flatpak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.flatpak.ref.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.ms-access.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.ms-cab-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.ms-visio.drawing.main+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.ms-visio.template.main+xml.png -> x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.oasis.opendocument.chart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.oasis.opendocument.database.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.oasis.opendocument.formula.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.oasis.opendocument.graphics-template.png -> x-office-drawing-template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.oasis.opendocument.graphics.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.oasis.opendocument.presentation-template.png -> x-office-presentation-template.png @@ -6421,14 +3270,9 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openofficeorg.extension.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -> application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png -> application-vnd.ms-powerpoint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openxmlformats-officedocument.presentationml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -> application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -> application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.rar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.rn-realmedia.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.snap.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.sqlite3.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.sun.xml.calc.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.sun.xml.draw.png -> x-office-drawing.png @@ -6436,25 +3280,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.visio.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-vnd.wordperfect.png -> office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-winhlp.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-7z-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-ace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-ardour.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-arj.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-audacity-project.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-bittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-blender.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-bzip2-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-bzip2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-cpio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-cue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-designer.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-executable.png -> ../../categories/64/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-extension-html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-fictionbook+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-firmware.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-generic.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-glade.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-gnome-saved-search.png -> ../../places/64/folder-saved-search.png @@ -6462,65 +3291,33 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-gnumeric.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-gtk-builder.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-java.png -> text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-keepassxc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-lha.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-lhz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-lzma-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-lzma.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-lzop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-m4.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-matroska.png -> video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-mimearchive.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-msi.png -> application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-mswinurl.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-object.png -> ../../apps/64/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-ole-storage.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-pak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-par2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-partial-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-perl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-php.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-pkcs12.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-python-bytecode.png -> text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-qemu-disk.png -> application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-rpm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-ruby.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-sami.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-shar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-sharedlib.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-shellscript.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-sqlite2.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-stuffit.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-subrip.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-trash.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-troff-man.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-vdi-disk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-vmdk-disk.png -> application-ovf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-xpinstall.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-xz-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-xz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-x-zoo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-xml.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/application-xslt+xml.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-yaml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/application-zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-mpeg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-vnd.wave.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-adpcm.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-ape.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-flac+ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-mpegurl.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-ms-wma.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-scpls.png -> audio-x-playlist.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-speex+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-vorbis+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/audio-x-wavpack.png -> audio-flac.png @@ -6529,40 +3326,22 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/document.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/empty.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/exec.png -> application-x-executable.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/extension.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/font-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/gtk-file.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-gif.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/image-jp2.png -> image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-png.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/image-svg+xml.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-tiff.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-vnd.adobe.photoshop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-vnd.djvu.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-vnd.microsoft.icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/image-x-3ds.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-x-compressed-xcf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/image-x-portable-bitmap.png -> image-bmp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/image-x-tga.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/image-x-win-bitmap.png -> image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/image-x-xcf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/image.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/inode-symlink.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/internet-feed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/libpeas-plugin.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/media-audio.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/media-image.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/media-video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/multipart-encrypted.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/office-database.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/office-document.png -> x-office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/office-illustration.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/package.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/playlist-automatic.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/playlist.png -> audio-x-playlist.png @@ -6570,128 +3349,46 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/shellscript.pn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/source-playlist.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/source-smart-playlist.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-calendar.png -> ../../apps/64/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-css.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-csv.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-enriched.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-htmlh.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-javascript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-julia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-markdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-plain.png -> text-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-richtext.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-rust.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-spreadsheet.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-tcl.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-troff.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-vcard.png -> office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-bibtex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-c++src.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-chdr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-cmake.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-cobol.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-common-lisp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-copying.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-credits.png -> text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-crystal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-csharp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-csrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-dsrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-fortran.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-generic-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-gettext-translation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-gettext-translation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-go.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-groovy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-gtkrc.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-haskell.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-kotlin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-log.png -> text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-lua.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-meson.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-modelica.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-nfo.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-objcsrc.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-pascal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-python3.png -> text-x-python.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-sass.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-scala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-scheme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-scss.png -> text-x-sass.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-source.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-systemd-unit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-tex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/text-x-vala.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/text.png -> text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/unknown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/vcalendar.png -> ../../apps/64/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-address-book.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-calendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-document-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-presentation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-presentation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-spreadsheet-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/64/x-office-spreadsheet.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/96/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-atom+xml.png -> application-rss+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-certificate.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-epub+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-gzip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-illustrator.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-java-archive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-json.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-mbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-octet-stream.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-pdf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-pgp-encrypted.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-pgp-keys.png -> application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-pgp-signature.png -> application-pgp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-pgp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-pkix-cert.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-postscript.png -> application-pdf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-rss+xml.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-rtf.png -> office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-typescript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.adobe.flash.movie.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.amazon.mobi8-ebook.png -> application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.appimage.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.comicbook+zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.comicbook-rar.png -> application-vnd.comicbook+zip.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.dart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.debian.binary-package.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.efi.img.png -> application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.efi.iso.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.flatpak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.flatpak.ref.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.ms-access.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.ms-cab-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.ms-visio.drawing.main+xml.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.ms-visio.template.main+xml.png -> x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.oasis.opendocument.chart.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.oasis.opendocument.database.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.oasis.opendocument.formula.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.oasis.opendocument.graphics-template.png -> x-office-drawing-template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.oasis.opendocument.graphics.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.oasis.opendocument.presentation-template.png -> x-office-presentation-template.png @@ -6704,14 +3401,9 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openofficeorg.extension.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openxmlformats-officedocument.presentationml.presentation.png -> application-vnd.ms-powerpoint.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openxmlformats-officedocument.presentationml.slideshow.png -> application-vnd.ms-powerpoint.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openxmlformats-officedocument.presentationml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openxmlformats-officedocument.spreadsheetml.sheet.png -> application-vnd.ms-excel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openxmlformats-officedocument.spreadsheetml.template.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openxmlformats-officedocument.wordprocessingml.document.png -> application-msword.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.openxmlformats-officedocument.wordprocessingml.template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.rar.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.rn-realmedia.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.snap.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.sqlite3.png -> application-sql.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.sun.xml.calc.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.sun.xml.draw.png -> x-office-drawing.png @@ -6719,25 +3411,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.visio.png -> x-office-drawing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-vnd.wordperfect.png -> office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-winhlp.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-7z-compressed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-ace.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-ardour.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-arj.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-audacity-project.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-bittorrent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-blender.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-bzip2-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-bzip2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-cpio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-cue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-designer.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-executable.png -> ../../categories/96/applications-other.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-extension-html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-fictionbook+xml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-firmware.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-generic.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-glade.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-gnome-saved-search.png -> ../../places/96/folder-saved-search.png @@ -6745,65 +3422,33 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x- lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-gnumeric.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-gtk-builder.png -> application-x-theme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-java.png -> text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-keepassxc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-lha.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-lhz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-lzma-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-lzma.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-lzop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-m4.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-matroska.png -> video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-mimearchive.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-mobipocket-ebook.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-msi.png -> application-x-msdownload.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-mswinurl.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-object.png -> ../../apps/96/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-ole-storage.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-pak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-par2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-partial-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-perl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-php.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-pkcs12.png -> application-certificate.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-python-bytecode.png -> text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-qemu-disk.png -> application-ovf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-rpm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-ruby.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-sami.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-shar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-sharedlib.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-shellscript.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-sqlite2.png -> application-sql.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-stuffit.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-subrip.png -> text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-trash.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-troff-man.png -> text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-vdi-disk.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-vmdk-disk.png -> application-ovf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-xpinstall.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-xz-compressed-tar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-xz.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-x-zoo.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-xml.png -> text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/application-xslt+xml.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-yaml.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/application-zip.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/archive.png -> package-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-mpeg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-vnd.wave.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-adpcm.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-ape.png -> audio-flac.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-flac+ogg.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-mpegurl.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-ms-wma.png -> audio-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-scpls.png -> audio-x-playlist.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-speex+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-vorbis+ogg.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/audio-x-wavpack.png -> audio-flac.png @@ -6812,40 +3457,23 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/document.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/empty.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/exec.png -> ../../apps/96/application-default-icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/extension.png -> application-x-addon.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/font-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/gtk-file.png -> text-x-preview.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/html.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-gif.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/image-jp2.png -> image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-jpeg.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-png.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/image-svg+xml.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-tiff.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-vnd.adobe.photoshop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-vnd.djvu.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-vnd.microsoft.icon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/image-x-3ds.png -> model.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-x-compressed-xcf.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/image-x-portable-bitmap.png -> image-bmp.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/image-x-tga.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/image-x-win-bitmap.png -> image-bmp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/image-x-xcf.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/image.png -> image-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/inode-symlink.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/internet-feed.png -> application-rss+xml.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/libpeas-plugin.png -> application-x-addon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/media-audio.png -> audio-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/media-image.png -> image-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/media-video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/model.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/multipart-encrypted.png -> application-octet-stream.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/office-database.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/office-document.png -> x-office-document.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/office-illustration.png -> x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/package.png -> package-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/playlist-automatic.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/playlist.png -> audio-x-playlist.png @@ -6853,84 +3481,31 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/shellscript.pn lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/source-playlist.png -> audio-x-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/source-smart-playlist.png -> audio-x-smart-playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-calendar.png -> ../../apps/96/office-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-css.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-csv.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-enriched.png -> x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-html.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-htmlh.png -> text-html.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-javascript.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-julia.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-markdown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-plain.png -> text-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-richtext.png -> x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-rust.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-spreadsheet.png -> x-office-spreadsheet.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-tcl.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-troff.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-vcard.png -> office-contact.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-bibtex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-c++src.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-chdr.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-cmake.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-cobol.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-common-lisp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-copying.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-credits.png -> text-x-authors.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-crystal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-csharp.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-csrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-dsrc.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-fortran.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-generic-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-gettext-translation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-gettext-translation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-go.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-groovy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-gtkrc.png -> application-x-theme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-haskell.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-install.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-java.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-kotlin.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-log.png -> text-x-changelog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-lua.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-meson.png -> text-x-makefile.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-modelica.png -> text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-nfo.png -> text-x-readme.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-objcsrc.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-pascal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-preview.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-python.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-python3.png -> text-x-python.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-readme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-sass.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-scala.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-scheme.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-script.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-scss.png -> text-x-sass.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-source.png -> text-x-script.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-ssa.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-systemd-unit.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-tex.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/text-x-vala.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/text.png -> text-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/unknown.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/vcalendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/video-x-generic.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/video.png -> video-x-generic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-address-book.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-calendar.png -> text-calendar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-document-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-document.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-drawing-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-drawing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-presentation-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-presentation.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-spreadsheet-template.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/96/x-office-spreadsheet.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/mimetypes/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/symbolic/application-certificate-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/symbolic/application-rss+xml-symbolic.svg @@ -6967,8 +3542,6 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/mimetypes/symbolic/x-office -rw-r--r-- root/root usr/share/icons/elementary-xfce/mimetypes/symbolic/x-office-spreadsheet-symbolic.svg drwxr-xr-x root/root usr/share/icons/elementary-xfce/panel/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/panel/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/ac-adapter.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/account-logged-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/applications-chat-panel.png -> user-available-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-input-microphone-high-panel.png -> microphone-sensitivity-high.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-input-microphone-high.png -> microphone-sensitivity-high.png @@ -6980,74 +3553,28 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-input-microp lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-input-microphone-none-panel.png -> microphone-sensitivity-muted.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-input-microphone-none.png -> microphone-sensitivity-muted.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-high-panel.png -> audio-volume-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-high.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-low-panel.png -> audio-volume-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-low-zero-panel.png -> audio-volume-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-low-zero.png -> audio-volume-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-medium-panel.png -> audio-volume-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-medium.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-muted-panel.png -> audio-volume-low-zero.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/audio-volume-muted.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-caution-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-caution.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-empty-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-full-charged.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-full-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-good-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-low-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/battery-missing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/blueberry-tray-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/blueberry-tray-disabled.png -> bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/blueberry-tray.png -> bluetooth-active.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/blueman-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/blueman-disabled.png -> bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/blueman-tray.png -> bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/bluetooth-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/bluetooth-paired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/content-loading.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/empathy-available.png -> user-available.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/empathy-away.png -> user-away.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/empathy-busy.png -> user-busy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/empathy-extended-away.png -> user-away.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/empathy-offline.png -> user-offline.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/empathy-pending.png -> user-status-pending.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-keyboard-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-keyboard-020.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/gpm-keyboard-040.png -> gpm-keyboard-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-keyboard-060.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/gpm-keyboard-080.png -> gpm-keyboard-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-keyboard-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-mouse-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-mouse-020.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/gpm-mouse-040.png -> gpm-mouse-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-mouse-060.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/gpm-mouse-080.png -> gpm-mouse-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gpm-mouse-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gsd-xrandr.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/gtg-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/haguichi-connected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/haguichi-connecting-1.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/haguichi-connecting-2.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/haguichi-connecting-3.png -> haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/im-message-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/indicator-messages-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/indicator-messages.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/microphone-sensitivity-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/microphone-sensitivity-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/microphone-sensitivity-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/microphone-sensitivity-muted.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/network-vpn-acquiring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/network-vpn.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/network-wired-acquiring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/network-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/nm-adhoc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/nm-device-wired-autoip.png -> network-wired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/nm-device-wired-secure.png -> network-vpn.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/nm-device-wired.png -> network-wired.png @@ -7059,59 +3586,24 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/pidgin-tray-invisi lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/pidgin-tray-offline.png -> empathy-offline.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/pidgin-tray-pending.png -> im-message-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/pidgin-tray-xa.png -> empathy-away.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/steam_tray_mono.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/system-restart-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/system-shutdown-panel-restart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/system-shutdown-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/user-available-panel.png -> user-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/user-available.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/user-away-panel.png -> user-away.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/user-away.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/user-busy-panel.png -> user-busy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/user-busy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/user-idle-panel.png -> user-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/user-idle.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/user-invisible-panel.png -> user-invisible.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/user-invisible.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/user-offline-panel.png -> user-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/user-offline.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/user-status-pending-panel.png -> user-status-pending.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/16/user-status-pending.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/xfce-newmail.png -> indicator-messages-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/16/xfce-nomail.png -> indicator-messages.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/panel/22/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/ac-adapter.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/account-logged-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/applications-chat-panel.png -> user-available-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/applications-email-panel.png -> indicator-messages.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-input-microphone-high-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/audio-input-microphone-low-zero-panel.png -> audio-input-microphone-none-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-input-microphone-none-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-output-none-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-high-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-high.png -> audio-volume-high-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-low-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-low-zero-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-low.png -> audio-volume-low-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-medium-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-medium.png -> audio-volume-medium-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-muted-blocking-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-muted-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-muted.png -> audio-volume-muted-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/audio-volume-off.png -> audio-volume-muted-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/banshee-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-caution-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-caution.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-empty-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-full-charged.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-full-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-good-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-low-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/battery-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/battery-missing.png -> battery-empty.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/blueberry-tray-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/blueberry-tray-disabled.png -> bluetooth-disabled.png @@ -7119,72 +3611,14 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/blueberry-tray.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/blueman-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/blueman-disabled.png -> bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/blueman-tray.png -> bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/bluetooth-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/bluetooth-paired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/caffeine-cup-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/caffeine-cup-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/dropboxstatus-busy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/dropboxstatus-busy2.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/dropboxstatus-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/dropboxstatus-logo.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/dropboxstatus-x.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-keyboard-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-keyboard-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-keyboard-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-keyboard-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-keyboard-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-keyboard-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-mouse-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-mouse-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-mouse-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-mouse-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-mouse-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-mouse-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-phone-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-phone-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-phone-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-phone-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-phone-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-phone-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gpm-phone-100_alt.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gsd-xrandr.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gsm-3g-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gsm-3g-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gsm-3g-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gsm-3g-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gsm-3g-none.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gtg-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/gtk-dialog-authentication-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/haguichi-connected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/haguichi-connecting-1.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/haguichi-connecting-2.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/haguichi-connecting-3.png -> haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/indicator-messages-new.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/indicator-messages.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/krb-valid-ticket.png -> gtk-dialog-authentication-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/new-messages-red.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-adhoc.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-device-wired-autoip.png -> nm-device-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-device-wired-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-device-wired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-device-wireless.png -> nm-signal-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-device-wwan.png -> gsm-3g-full.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-mb-roam.png -> nm-wwan-tower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-no-connection.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-secure-lock.png -> nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-0-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-0.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-00.png -> nm-signal-0.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-100-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-25-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-25.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-50-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-50.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-75-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-signal-75.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-tech-3g.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-tech-cdma-1x.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-tech-edge.png -> nm-wwan-tower.png @@ -7196,59 +3630,12 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-vpn-active-lock lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-vpn-connecting12.png -> nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-vpn-connecting13.png -> nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/nm-vpn-connecting14.png -> nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/nm-wwan-tower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/onboard-mono.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/pithos-tray-icon.png -> pithos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/pithos-tray-plugin.png -> pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/pithos.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/preferences-desktop-accessibility-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/rhythmbox-notplaying.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/rhythmbox-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/steadyflow-alert-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/steadyflow-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/steam_tray_mono.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/system-devices-panel-alert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/system-devices-panel-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/system-devices-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/system-file-manager-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/system-restart-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/system-shutdown-panel-restart.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/system-shutdown-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/ubuntuone-client-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/ubuntuone-client-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/ubuntuone-client-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/ubuntuone-client-updating.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/user-available-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/user-away-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/user-busy-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/user-idle-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/user-invisible-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/user-offline-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/22/xchat-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/xfce-newmail.png -> indicator-messages-new.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/22/xfce-nomail.png -> indicator-messages.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/panel/24/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/ac-adapter.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/account-logged-in.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/applications-chat-panel.png -> user-available-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/audio-output-none-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/audio-volume-high-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/audio-volume-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/audio-volume-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/audio-volume-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/audio-volume-muted.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-caution-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-caution.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-empty-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-full-charged.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-full-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-good-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-low-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/battery-low.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/battery-missing.png -> battery-empty.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/blueberry-tray-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/blueberry-tray-disabled.png -> bluetooth-disabled.png @@ -7256,35 +3643,13 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/blueberry-tray.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/blueman-active.png -> bluetooth-paired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/blueman-disabled.png -> bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/blueman-tray.png -> bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/bluetooth-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/bluetooth-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/bluetooth-paired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/gsd-xrandr.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/gtk-dialog-authentication-panel.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/haguichi-connected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/haguichi-connecting-1.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/haguichi-connecting-2.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/haguichi-connecting-3.png -> haguichi-disconnected.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/haguichi-disconnected.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/krb-valid-ticket.png -> gtk-dialog-authentication-panel.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-device-wired-autoip.png -> nm-device-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-device-wired-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-device-wired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-device-wireless.png -> nm-signal-100.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-mb-roam.png -> nm-wwan-tower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-no-connection.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-secure-lock.png -> nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-0-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-0.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-00.png -> nm-signal-0.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-100-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-25-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-25.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-50-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-50.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-75-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-signal-75.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-tech-3g.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-tech-cdma-1x.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-tech-edge.png -> nm-wwan-tower.png @@ -7292,63 +3657,23 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-tech-evdo.png - lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-tech-gprs.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-tech-hspa.png -> nm-wwan-tower.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-tech-umts.png -> nm-wwan-tower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-vpn-active-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-vpn-connecting12.png -> nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-vpn-connecting13.png -> nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/panel/24/nm-vpn-connecting14.png -> nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/nm-wwan-tower.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/steam_tray_mono.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/24/user-available-panel.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/panel/48/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-mouse-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-mouse-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-mouse-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-mouse-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-mouse-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-mouse-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-phone-000.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-phone-020.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-phone-040.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-phone-060.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-phone-080.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/gpm-phone-100.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/panel/48/steam_tray_mono.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/128/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/distributor-logo-xubuntu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/distributor-logo.png -> distributor-logo-xfce.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-documents-drag-accept.png -> folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-documents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-download-drag-accept.png -> folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-drag-accept.png -> folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-music-drag-accept.png -> folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-pictures-drag-accept.png -> folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-pictures.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-publicshare-drag-accept.png -> folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-publicshare.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-remote-drag-accept.png -> folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-saved-search.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-templates-drag-accept.png -> folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-templates.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-videos-drag-accept.png -> folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/gtk-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/inode-directory.png -> folder.png @@ -7358,156 +3683,55 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/network-workgrou lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/samba.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/user-bookmarks.png -> ../../actions/128/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/128/user-home-drag-accept.png -> user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/128/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/distributor-logo-xubuntu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/distributor-logo.png -> distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-documents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/folder-drag-accept.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-pictures.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/folder-publicshare.png -> ../../actions/16/send-to.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-recent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-saved-search.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-tag.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-templates.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/gtk-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/inode-directory.png -> folder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/internet-radio.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/library-audiobook.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/library-music.png -> folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/library-places.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/library-podcast.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/mail-inbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/mail-mailbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/mail-outbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/mail-sent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/network-server.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/network-workgroup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/network.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/playlist-automatic.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/playlist-queue.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/playlist-similar.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/playlist.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/samba.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/start-here.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/tag.png -> folder-tag.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/16/user-bookmarks.png -> ../../actions/16/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/user-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/16/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/22/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-documents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/folder-drag-accept.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-pictures.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-publicshare.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-recent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-saved-search.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-templates.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/gtk-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/inode-directory.png -> folder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/mail-inbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/mail-mailbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/mail-outbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/mail-sent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/network-server.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/network-workgroup.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/samba.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/22/user-bookmarks.png -> ../../actions/22/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/user-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/22/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/24/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/distributor-logo-xubuntu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/distributor-logo.png -> distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-documents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/folder-drag-accept.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-pictures.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/folder-publicshare.png -> ../../actions/24/send-to.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-recent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-saved-search.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-templates.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/gtk-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/inode-directory.png -> folder.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/mail-inbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/mail-mailbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/mail-outbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/mail-sent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/network-server.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/network-workgroup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/network.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/playlist-queue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/samba.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/start-here.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/24/user-bookmarks.png -> ../../actions/24/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/user-desktop.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/24/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/32/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-documents-drag-accept.png -> folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-documents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-download-drag-accept.png -> folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-drag-accept.png -> folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-music-drag-accept.png -> folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-pictures-drag-accept.png -> folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-pictures.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-publicshare-drag-accept.png -> folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-publicshare.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-remote-drag-accept.png -> folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-saved-search.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-templates-drag-accept.png -> folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-templates.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-videos-drag-accept.png -> folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folders-documents.png -> folder-documents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folders-downloads.png -> folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/folders-music.png -> folder-music.png @@ -7516,54 +3740,24 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/gtk-directory.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/inode-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/library-music.png -> folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/mail-inbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/mail-mailbox.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/mail-outbox.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/network-server.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/network-workgroup.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/samba.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/user-bookmarks.png -> ../../actions/32/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/32/user-home-drag-accept.png -> user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/32/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/48/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/distributor-logo-xubuntu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/distributor-logo.png -> distributor-logo-xfce.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-documents-drag-accept.png -> folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-documents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-download-drag-accept.png -> folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-drag-accept.png -> folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-music-drag-accept.png -> folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-pictures-drag-accept.png -> folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-pictures.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-publicshare-drag-accept.png -> folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-publicshare.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-remote-drag-accept.png -> folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-saved-search.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-templates-drag-accept.png -> folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-templates.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-videos-drag-accept.png -> folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/gtk-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/inode-directory.png -> folder.png @@ -7571,49 +3765,21 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/library-music.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/network-server.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/network-workgroup.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/network.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/playlist-queue.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/samba.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/user-bookmarks.png -> ../../actions/48/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/48/user-home-drag-accept.png -> user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/48/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/64/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/distributor-logo-xubuntu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/distributor-logo.png -> distributor-logo-xfce.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-documents-drag-accept.png -> folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-documents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-download-drag-accept.png -> folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-drag-accept.png -> folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-music-drag-accept.png -> folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-pictures-drag-accept.png -> folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-pictures.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-publicshare-drag-accept.png -> folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-publicshare.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-remote-drag-accept.png -> folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-saved-search.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-templates-drag-accept.png -> folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-templates.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-videos-drag-accept.png -> folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/gtk-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/inode-directory.png -> folder.png @@ -7623,58 +3789,26 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/network-workgroup lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/samba.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/user-bookmarks.png -> ../../actions/64/help-about.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/64/user-home-drag-accept.png -> user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/64/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/96/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/distributor-logo-xfce.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/distributor-logo-xubuntu.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/distributor-logo.png -> distributor-logo-xfce.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-documents-drag-accept.png -> folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-documents-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-documents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-download-drag-accept.png -> folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-download-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-drag-accept.png -> folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-music-drag-accept.png -> folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-music-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-music.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-open.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-pictures-drag-accept.png -> folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-pictures-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-pictures.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-publicshare-drag-accept.png -> folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-publicshare-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-publicshare.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-recent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-remote-drag-accept.png -> folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-remote-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-saved-search.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-templates-drag-accept.png -> folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-templates-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-templates.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-videos-drag-accept.png -> folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-videos-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder-videos.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/folder-visiting.png -> folder-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/gtk-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/gtk-network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/inode-directory.png -> folder.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/network-workgroup.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/network.png -> folder-remote.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/samba.png -> folder-remote.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/user-desktop.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/96/user-home-drag-accept.png -> user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/user-home-open.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/user-home.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/user-trash-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/places/96/user-trash.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/places/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/places/symbolic/folder-documents-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/places/symbolic/folder-download-symbolic.svg @@ -7705,87 +3839,38 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/places/symbolic/user-deskto drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/ drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/128/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/avatar-default.png -> ../../categories/128/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/dialog-information.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/dialog-question.png -> ../../actions/128/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/gtk-dialog-error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/gtk-dialog-info.png -> ../../actions/128/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/gtk-dialog-question.png -> ../../actions/128/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/gtk-dialog-warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/image-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/mail-unread.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/messagebox_critical.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/messagebox_info.png -> ../../actions/128/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/messagebox_warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/process-completed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/security-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/security-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/security-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/128/software-update-urgent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/128/un-reboot.png -> software-update-available.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/16/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/account-logged-in.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/appointment-missed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/appointment-soon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/aptdaemon-add.png -> aptdaemon-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/aptdaemon-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/aptdaemon-working.png -> aptdaemon-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/avatar-default.png -> ../../categories/16/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/blueman-down-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/blueman-down-inactive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/blueman-up-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/blueman-up-inactive.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/changes-prevent.png -> locked.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/channel-secure.png -> locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/dialog-question.png -> ../../actions/16/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/gtk-dialog-authentication.png -> dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/gtk-dialog-error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/gtk-dialog-info.png -> ../../actions/16/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/gtk-dialog-question.png -> ../../actions/16/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/gtk-dialog-warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/image-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/mail-attachment.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/mail-forwarded-rtl.png -> ../../actions/16/mail-forward-rtl.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/mail-forwarded.png -> ../../actions/16/mail-forward.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/mail-read.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/mail-replied-rtl.png -> ../../actions/16/mail-reply-sender-rtl.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/mail-replied.png -> ../../actions/16/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/mail-signed-verified.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/mail-signed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/mail-unread.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/media-playlist-repeat-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/media-playlist-repeat.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/media-playlist-shuffle-active.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/media-playlist-shuffle.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/messagebox_critical.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/messagebox_info.png -> ../../actions/16/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/messagebox_warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-acquiring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-connected.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/network-wireless-encrypted.png -> locked.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/network-wireless-offline.png -> network-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-excellent-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-excellent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-good-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-none.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-ok-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-ok.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-weak-secure.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/network-wireless-signal-weak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/nm-no-connection.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/nm-secure-lock.png -> nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/nm-signal-00-secure.png -> network-wireless-signal-weak-secure.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/nm-signal-00.png -> network-wireless-signal-weak.png @@ -7798,75 +3883,26 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/nm-signal-50.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/nm-signal-75-secure.png -> network-wireless-signal-good-secure.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/nm-signal-75.png -> network-wireless-signal-good.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/nm-vpn-active-lock.png -> nm-vpn-lock.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/nm-vpn-lock.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/non-starred-grey.png -> non-starred.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/non-starred.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/not-starred.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/printer-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/process-completed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/process-error.png -> dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/process-paused.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/security-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/security-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/security-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/semi-starred-rtl.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/semi-starred.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/software-update-urgent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/starred.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/task-due.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/task-past-due.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/un-reboot.png -> software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/user-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/user-away.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/user-busy.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/16/user-idle.png -> user-away.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/user-invisible.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/user-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/user-typing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-clear-night.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-clear.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-few-clouds-night.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-few-clouds.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-fog.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-overcast.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-severe-alert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-showers-scattered.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-showers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-snow.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/16/weather-storm.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/22/ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/avatar-default.png -> ../../categories/22/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/dialog-question.png -> ../../actions/22/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/gtk-dialog-error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/gtk-dialog-info.png -> ../../actions/22/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/gtk-dialog-question.png -> ../../actions/22/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/gtk-dialog-warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/image-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/mail-unread.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/messagebox_critical.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/messagebox_info.png -> ../../actions/22/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/messagebox_warning.png -> dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/network-wireless-encrypted.png -> locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/process-completed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/security-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/security-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/security-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/22/software-update-urgent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/22/un-reboot.png -> software-update-available.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/24/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/airplane-mode-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/appointment-missed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/appointment-soon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/aptdaemon-add.png -> aptdaemon-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/aptdaemon-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/aptdaemon-working.png -> aptdaemon-download.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/avatar-default.png -> ../../categories/24/preferences-desktop-personal.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/blueberry-tray-symbolic.svg -> bluetooth-active-symbolic.svg @@ -7876,16 +3912,10 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/blueman-tray-symb -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/bluetooth-active-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/bluetooth-disabled-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/bluetooth-paired-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/changes-allow.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/changes-prevent.png -> locked.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/channel-secure.png -> locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/computer-fail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/dialog-error.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/dialog-information-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/dialog-question.png -> ../../actions/24/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/dialog-warning.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/display-brightness-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/gtk-connect.png -> network-transmit-receive.png @@ -7895,145 +3925,52 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/gtk-dialog-info.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/gtk-dialog-question.png -> ../../actions/24/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/gtk-dialog-warning.png -> dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/gtk-disconnect.png -> network-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/image-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/locked.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/mail-forwarded-rtl.png -> ../../actions/24/mail-forward-rtl.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/mail-forwarded.png -> ../../actions/24/mail-forward.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/mail-replied-rtl.png -> ../../actions/24/mail-reply-sender-rtl.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/mail-replied.png -> ../../actions/24/mail-reply-sender.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/mail-signed-verified.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/mail-signed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/mail-unread.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/media-playlist-repeat-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/media-playlist-repeat.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/media-playlist-shuffle-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/media-playlist-shuffle.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/messagebox_critical.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/messagebox_info.png -> ../../actions/24/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/messagebox_warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/network-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/network-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/network-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/network-transmit-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/network-transmit.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/network-wireless-encrypted.png -> locked.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/notification-disabled-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/notification-new-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/notification-symbolic.svg -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/printer-printing-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/printer-printing.png -> ../../actions/24/document-print.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/process-completed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/process-error.png -> dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/process-paused.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/security-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/security-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/security-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/software-update-urgent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/sync-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/sync-synchronizing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/24/un-reboot.png -> software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/user-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/user-away.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/user-busy.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/24/user-offline.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/32/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/appointment-missed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/appointment-soon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/avatar-default.png -> ../../categories/32/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-caution-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-caution.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-empty-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-full-charged.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-full-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-good-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-low-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/battery-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/changes-allow.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/changes-prevent.png -> locked.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/channel-secure.png -> locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/computer-fail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/dialog-question.png -> ../../actions/32/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/gtk-dialog-authentication.png -> dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/gtk-dialog-error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/gtk-dialog-info.png -> ../../actions/32/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/gtk-dialog-question.png -> ../../actions/32/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/gtk-dialog-warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/image-loading.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/image-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/mail-unread.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/messagebox_critical.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/messagebox_info.png -> ../../actions/32/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/messagebox_warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/network-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/network-wired-disconnected.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/network-wireless-encrypted.png -> locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/network-wireless-signal-excellent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/network-wireless-signal-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/network-wireless-signal-ok.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/network-wireless-signal-weak.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/process-completed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/process-error.png -> dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/security-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/security-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/security-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/software-update-urgent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/32/sync-synchronizing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/32/un-reboot.png -> software-update-available.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/48/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/ac-adapter.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/airplane-mode.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/appointment-missed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/appointment-soon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/aptdaemon-add.png -> aptdaemon-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/aptdaemon-delete.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/aptdaemon-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/aptdaemon-setup.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/aptdaemon-update-cache.png -> aptdaemon-upgrade.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/aptdaemon-upgrade.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/aptdaemon-working.png -> aptdaemon-download.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/audio-volume-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/audio-volume-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/audio-volume-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/audio-volume-muted.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/audio-volume-off.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/avatar-default.png -> ../../categories/48/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-caution-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-caution.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-empty-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-full-charged.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-full-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-good-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-low-charging.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/battery-missing.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/bluetooth-disabled-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/bluetooth-disabled.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/brightness-display-symbolic.svg -> display-brightness-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/changes-prevent.png -> locked.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/channel-secure.png -> locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/computer-fail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/dialog-question.png -> ../../actions/48/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/dialog-warning.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/display-brightness-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/error.png -> dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/gnome-lockscreen.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/gtk-connect.png -> network-transmit-receive.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/gtk-dialog-authentication.png -> dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/gtk-dialog-error.png -> dialog-error.png @@ -8041,30 +3978,13 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/gtk-dialog-info.p lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/gtk-dialog-question.png -> ../../actions/48/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/gtk-dialog-warning.png -> dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/gtk-disconnect.png -> network-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/image-loading.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/image-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/krb-expiring-ticket.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/krb-no-valid-ticket.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/krb-valid-ticket.png -> ../../apps/48/stock_keyring.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/mail-unread.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/media-playlist-repeat.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/messagebox_critical.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/messagebox_info.png -> ../../actions/48/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/messagebox_warning.png -> dialog-warning.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/microphone-sensitivity-muted-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-idle.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-offline.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-transmit-receive.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-transmit.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/network-wireless-disconnected.png -> notification-network-wireless-disconnected.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/network-wireless-encrypted.png -> locked.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-wireless-signal-excellent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-wireless-signal-good.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-wireless-signal-ok.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/network-wireless-signal-weak.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/nm-device-wired.png -> ../../devices/48/network-wired.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/nm-device-wireless.png -> notification-network-wireless.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/nm-no-connection.png -> notification-network-wireless-disconnected.png @@ -8078,69 +3998,29 @@ lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-audi lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-audio-volume-medium.png -> audio-volume-medium.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-audio-volume-muted.png -> audio-volume-muted.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-audio-volume-off.png -> audio-volume-off.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-disabled.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-display-brightness-full.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-display-brightness-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-display-brightness-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-display-brightness-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-display-brightness-off.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-keyboard.png -> ../../devices/48/input-keyboard.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-network-disconnected.png -> notification-network-wireless-disconnected.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-network-ethernet-connected.png -> ../../devices/48/network-wired.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-network-ethernet-disconnected.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-network-wireless-disconnected-symbolic.svg --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-network-wireless-disconnected.png -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/notification-network-wireless-symbolic.svg lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-network-wireless.png -> network-wireless-signal-excellent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/notification-power.png -> battery-empty.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/printer-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/printer-printing.png -> ../../actions/48/document-print.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/process-completed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/process-error.png -> dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/process-paused.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/security-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/security-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/security-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/software-update-urgent.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/sync-synchronizing.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/48/un-reboot.png -> software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/view-private.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/weather-severe-alert.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/weather-showers.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/weather-storm.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/48/xfpm-brightness-keyboard.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/64/ --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/appointment-missed.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/appointment-soon.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/avatar-default.png -> ../../categories/64/preferences-desktop-personal.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/computer-fail.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/dialog-information.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/dialog-question.png -> ../../actions/64/help-contents.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/dialog-warning.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/gtk-dialog-authentication.png -> dialog-password.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/gtk-dialog-error.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/gtk-dialog-info.png -> ../../actions/64/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/gtk-dialog-question.png -> ../../actions/64/help-contents.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/gtk-dialog-warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/image-loading.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/image-missing.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/mail-unread.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/messagebox_critical.png -> dialog-error.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/messagebox_info.png -> ../../actions/64/help-info.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/messagebox_warning.png -> dialog-warning.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/network-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/night-light.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/process-completed.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/process-error.png -> dialog-error.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/security-high.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/security-low.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/security-medium.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/software-update-available.png --rw-r--r-- root/root usr/share/icons/elementary-xfce/status/64/software-update-urgent.png lrwxrwxrwx root/root usr/share/icons/elementary-xfce/status/64/un-reboot.png -> software-update-available.png drwxr-xr-x root/root usr/share/icons/elementary-xfce/status/symbolic/ -rw-r--r-- root/root usr/share/icons/elementary-xfce/status/symbolic/adw-tab-counter-symbolic.svg diff --git a/elogind/.footprint b/elogind/.footprint index 7f88769..b1d50fb 100644 --- a/elogind/.footprint +++ b/elogind/.footprint @@ -661,8 +661,6 @@ drwxr-xr-x root/root usr/share/man/man5/ -rw-r--r-- root/root usr/share/man/man5/sleep.conf.5.gz -rw-r--r-- root/root usr/share/man/man5/sleep.conf.d.5.gz drwxr-xr-x root/root usr/share/man/man7/ --rw-r--r-- root/root usr/share/man/man7/elogind.directives.7.gz --rw-r--r-- root/root usr/share/man/man7/elogind.index.7.gz -rw-r--r-- root/root usr/share/man/man7/elogind.journal-fields.7.gz -rw-r--r-- root/root usr/share/man/man7/elogind.syntax.7.gz -rw-r--r-- root/root usr/share/man/man7/elogind.time.7.gz diff --git a/elogind/Pkgfile b/elogind/Pkgfile index f1c87e4..26370cd 100644 --- a/elogind/Pkgfile +++ b/elogind/Pkgfile @@ -1,7 +1,7 @@ # Description: elogind - extracted logind from systemd # URL: https://github.com/elogind/elogind # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: python3-jinja2 intltool libseccomp glib acl libcap gettext +# Depends on: docbook-xsl gettext glib intltool libcap libseccomp python3-jinja2 name=elogind version=252.24 diff --git a/exo/Pkgfile b/exo/Pkgfile index b76b4ab..9708596 100644 --- a/exo/Pkgfile +++ b/exo/Pkgfile @@ -1,7 +1,7 @@ # Description: Application library for the Xfce desktop environment # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: gtk3 libxfce4ui libxfce4util p5-uri +# Depends on: libxfce4ui p5-uri name=exo version=4.20.0 diff --git a/file-roller/Pkgfile b/file-roller/Pkgfile index 397bda5..04562da 100644 --- a/file-roller/Pkgfile +++ b/file-roller/Pkgfile @@ -1,7 +1,7 @@ # Description: A archive creation and modification application # URL: https://wiki.gnome.org/Apps/FileRoller # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: libhandy libportal zip appstream-glib libadwaita +# Depends on: libhandy libportal zip appstream-glib libadwaita desktop-file-utils # Optional: squashfs-tools p7zip lrzip name=file-roller diff --git a/garcon/Pkgfile b/garcon/Pkgfile index 5b686d2..82bc067 100644 --- a/garcon/Pkgfile +++ b/garcon/Pkgfile @@ -1,7 +1,7 @@ # Description: FreeDesktop compliant XFCE menu library # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: gobject-introspection libxfce4ui +# Depends on: libxfce4ui name=garcon version=4.20.0 diff --git a/greybird/Pkgfile b/greybird/Pkgfile index 9e8fade..86b0d70 100644 --- a/greybird/Pkgfile +++ b/greybird/Pkgfile @@ -1,7 +1,7 @@ # Description: The Greybird XFCE Desktop theme # URL: https://github.com/shimmerproject/Greybird # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: gtk3 librsvg sassc elementary-xfce-icons +# Depends on: elementary-xfce-icons librsvg sassc # Optional: gtk-engine-murrine name=greybird diff --git a/gtksourceview4/.footprint b/gtksourceview4/.footprint index c38a747..f814127 100644 --- a/gtksourceview4/.footprint +++ b/gtksourceview4/.footprint @@ -240,7 +240,3 @@ drwxr-xr-x root/root usr/share/gtksourceview-4/styles/ -rw-r--r-- root/root usr/share/gtksourceview-4/styles/solarized-light.xml -rw-r--r-- root/root usr/share/gtksourceview-4/styles/styles.rng -rw-r--r-- root/root usr/share/gtksourceview-4/styles/tango.xml -drwxr-xr-x root/root usr/share/vala/ -drwxr-xr-x root/root usr/share/vala/vapi/ --rw-r--r-- root/root usr/share/vala/vapi/gtksourceview-4.deps --rw-r--r-- root/root usr/share/vala/vapi/gtksourceview-4.vapi diff --git a/gtksourceview4/Pkgfile b/gtksourceview4/Pkgfile index de2273b..1932cbf 100644 --- a/gtksourceview4/Pkgfile +++ b/gtksourceview4/Pkgfile @@ -2,6 +2,7 @@ # URL: https://gnome.org # Maintainer: mac-a-r0ni, j at lngn dot net # Depends on: glade gtk-doc +# Optional: vala name=gtksourceview4 version=4.8.4 @@ -9,12 +10,12 @@ release=3 source=(https://download.gnome.org/sources/gtksourceview/4.8/gtksourceview-$version.tar.xz) build() { + prt-get isinst vala && PKGMK_GTKSV+=' -Dvapi=true' || PKGMK_GTKSV+=' -Dvapi=false' mv gtksourceview-$version $name-$version - meson setup $name-$version build \ + meson setup $name-$version build $PKGMK_GTKSV \ --prefix=/usr \ --buildtype=plain \ - -Dvapi=true \ -Dgir=true \ -Db_lto=true \ -Db_pie=true diff --git a/gvfs/.footprint b/gvfs/.footprint index 838ec0d..548082b 100644 --- a/gvfs/.footprint +++ b/gvfs/.footprint @@ -6,7 +6,6 @@ drwxr-xr-x root/root usr/lib/gio/modules/ -rwxr-xr-x root/root usr/lib/gio/modules/libgvfsdbus.so drwxr-xr-x root/root usr/lib/gvfs/ -rwxr-xr-x root/root usr/lib/gvfs/gvfs-gphoto2-volume-monitor --rwxr-xr-x root/root usr/lib/gvfs/gvfs-udisks2-volume-monitor -rwxr-xr-x root/root usr/lib/gvfs/gvfsd -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-admin -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-afp @@ -15,7 +14,6 @@ drwxr-xr-x root/root usr/lib/gvfs/ -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-computer -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-dav -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-ftp --rwxr-xr-x root/root usr/lib/gvfs/gvfsd-fuse -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-gphoto2 -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-http -rwxr-xr-x root/root usr/lib/gvfs/gvfsd-localtest @@ -38,7 +36,6 @@ drwxr-xr-x root/root usr/share/dbus-1/services/ -rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.Daemon.service -rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.GPhoto2VolumeMonitor.service -rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.Metadata.service --rw-r--r-- root/root usr/share/dbus-1/services/org.gtk.vfs.UDisks2VolumeMonitor.service drwxr-xr-x root/root usr/share/glib-2.0/ drwxr-xr-x root/root usr/share/glib-2.0/schemas/ -rw-r--r-- root/root usr/share/glib-2.0/schemas/org.gnome.system.gvfs.enums.xml @@ -67,7 +64,6 @@ drwxr-xr-x root/root usr/share/gvfs/mounts/ -rw-r--r-- root/root usr/share/gvfs/mounts/wsdd.mount drwxr-xr-x root/root usr/share/gvfs/remote-volume-monitors/ -rw-r--r-- root/root usr/share/gvfs/remote-volume-monitors/gphoto2.monitor --rw-r--r-- root/root usr/share/gvfs/remote-volume-monitors/udisks2.monitor drwxr-xr-x root/root usr/share/polkit-1/ drwxr-xr-x root/root usr/share/polkit-1/actions/ -rw-r--r-- root/root usr/share/polkit-1/actions/org.gtk.vfs.file-operations.policy diff --git a/gvfs/Pkgfile b/gvfs/Pkgfile index 49f2e83..e106595 100644 --- a/gvfs/Pkgfile +++ b/gvfs/Pkgfile @@ -2,7 +2,7 @@ # URL: http://projects.gnome.org/ # Packager: Matt Housh, jaeger at crux dot ninja # Maintainer: Jay Lanagan, j at lngn dot net -# Depends on: dbus-glib gcr gcr3 samba polkit libgphoto2 libsoup3 libgnome-keyring +# Depends on: dbus-glib gcr gcr3 samba polkit libgphoto2 libsoup3 libgnome-keyring libgudev # Optional: fuse3 udisks2 avahi libbluray libnfs libcdio-paranoia libimobiledevice name=gvfs diff --git a/libimobiledevice/.footprint b/libimobiledevice/.footprint index 0c7632e..293eaf1 100644 --- a/libimobiledevice/.footprint +++ b/libimobiledevice/.footprint @@ -47,7 +47,6 @@ drwxr-xr-x root/root usr/include/libimobiledevice/ -rw-r--r-- root/root usr/include/libimobiledevice/webinspector.h drwxr-xr-x root/root usr/lib/ -rw-r--r-- root/root usr/lib/libimobiledevice-1.0.a --rwxr-xr-x root/root usr/lib/libimobiledevice-1.0.la lrwxrwxrwx root/root usr/lib/libimobiledevice-1.0.so -> libimobiledevice-1.0.so.6.0.0 lrwxrwxrwx root/root usr/lib/libimobiledevice-1.0.so.6 -> libimobiledevice-1.0.so.6.0.0 -rwxr-xr-x root/root usr/lib/libimobiledevice-1.0.so.6.0.0 diff --git a/libimobiledevice/Pkgfile b/libimobiledevice/Pkgfile index b0e5fe4..2b517d1 100644 --- a/libimobiledevice/Pkgfile +++ b/libimobiledevice/Pkgfile @@ -1,7 +1,7 @@ # Description: A cross-platform protocol library to communicate with iOS devices # URL: https://github.com/libimobiledevice/libimobiledevice # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: libusbmuxd python3-cython libplist +# Depends on: libusbmuxd name=libimobiledevice version=1.3.0 @@ -13,16 +13,16 @@ build() cd $name-${version}* -# Fix build with libplist 2.3.0 + # Fix build with libplist 2.3.0 patch -Np1 -i ../libimobiledevice-libplist-2.3.0.patch - autoreconf -fi + autoreconf -fvi -./configure --prefix=/usr + ./configure --prefix=/usr --without-cython sed -i -e 's/ -shared / -Wl,-O1,--as-needed\0/g' libtool make -make DESTDIR=$PKG install -rm $PKG/usr/lib/*.la + make DESTDIR=$PKG install + rm $PKG/usr/lib/*.la } diff --git a/libisofs/Pkgfile b/libisofs/Pkgfile index 455047d..509dc2f 100644 --- a/libisofs/Pkgfile +++ b/libisofs/Pkgfile @@ -5,10 +5,10 @@ name=libisofs version=1.5.6.pl01 release=1 -source=(https://dev.lovelyhq.com/libburnia/$name/archive/release-$version.tar.gz) +source=(https://files.libburnia-project.org/releases/libisofs-$version.tar.gz) build() { - cd $name + cd $name-${version::5} ./bootstrap ./configure \ --prefix=/usr \ diff --git a/libxfce4ui/.footprint b/libxfce4ui/.footprint index 361a036..c429298 100644 --- a/libxfce4ui/.footprint +++ b/libxfce4ui/.footprint @@ -36,9 +36,6 @@ drwxr-xr-x root/root usr/include/xfce4/libxfce4ui-2/libxfce4ui/ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/girepository-1.0/ -rw-r--r-- root/root usr/lib/girepository-1.0/Libxfce4ui-2.0.typelib -drwxr-xr-x root/root usr/lib/glade/ -drwxr-xr-x root/root usr/lib/glade/modules/ --rwxr-xr-x root/root usr/lib/glade/modules/libxfce4uiglade2.so lrwxrwxrwx root/root usr/lib/libxfce4kbd-private-3.so -> libxfce4kbd-private-3.so.0.0.0 lrwxrwxrwx root/root usr/lib/libxfce4kbd-private-3.so.0 -> libxfce4kbd-private-3.so.0.0.0 -rwxr-xr-x root/root usr/lib/libxfce4kbd-private-3.so.0.0.0 @@ -53,17 +50,6 @@ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/xfce4-about.desktop drwxr-xr-x root/root usr/share/gir-1.0/ -rw-r--r-- root/root usr/share/gir-1.0/Libxfce4ui-2.0.gir -drwxr-xr-x root/root usr/share/glade/ -drwxr-xr-x root/root usr/share/glade/catalogs/ --rw-r--r-- root/root usr/share/glade/catalogs/libxfce4ui-2.xml -drwxr-xr-x root/root usr/share/glade/pixmaps/ -drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/ -drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/16x16/ -drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/16x16/actions/ --rw-r--r-- root/root usr/share/glade/pixmaps/hicolor/16x16/actions/widget-libxfce4ui-xfce-titled-dialog.png -drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/22x22/ -drwxr-xr-x root/root usr/share/glade/pixmaps/hicolor/22x22/actions/ --rw-r--r-- root/root usr/share/glade/pixmaps/hicolor/22x22/actions/widget-libxfce4ui-xfce-titled-dialog.png drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/128x128/ @@ -82,9 +68,5 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.about.svg -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/xfce4-logo.svg -drwxr-xr-x root/root usr/share/vala/ -drwxr-xr-x root/root usr/share/vala/vapi/ --rw-r--r-- root/root usr/share/vala/vapi/libxfce4ui-2.deps --rw-r--r-- root/root usr/share/vala/vapi/libxfce4ui-2.vapi drwxr-xr-x root/root usr/share/xfce4/ -rw-r--r-- root/root usr/share/xfce4/vendorinfo diff --git a/libxfce4ui/Pkgfile b/libxfce4ui/Pkgfile index 7f1bd8b..30a84f9 100644 --- a/libxfce4ui/Pkgfile +++ b/libxfce4ui/Pkgfile @@ -1,7 +1,7 @@ # Description: Graphic widgets helpers for Xfce # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: libxfce4util gtk3 xfconf startup-notification libgtop libepoxy xorg-libsm gobject-introspection hicolor-icon-theme +# Depends on: gtk3 hicolor-icon-theme libgtop startup-notification xfconf name=libxfce4ui version=4.20.0 diff --git a/libxfce4util/.footprint b/libxfce4util/.footprint index 9c979da..05eb042 100644 --- a/libxfce4util/.footprint +++ b/libxfce4util/.footprint @@ -32,6 +32,3 @@ drwxr-xr-x root/root usr/sbin/ drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/gir-1.0/ -rw-r--r-- root/root usr/share/gir-1.0/Libxfce4util-1.0.gir -drwxr-xr-x root/root usr/share/vala/ -drwxr-xr-x root/root usr/share/vala/vapi/ --rw-r--r-- root/root usr/share/vala/vapi/libxfce4util-1.0.vapi diff --git a/libxfce4util/Pkgfile b/libxfce4util/Pkgfile index da6e0cc..80d49a5 100644 --- a/libxfce4util/Pkgfile +++ b/libxfce4util/Pkgfile @@ -1,7 +1,7 @@ # Description: Basic Utility library for Xfce # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xorg-libxau xorg-libxdmcp xorg-xcb-proto xorg-libfs xorg-libxscrnsaver xorg-libxdamage xorg-libxvmc xorg-libpciaccess xorg-libxshmfence xorg-xcb-util-wm xorg-xcb-util-cursor xorg-iceauth xorg-sessreg xorg-setxkbmap xorg-x11perf xorg-xauth xorg-xbacklight xorg-xcursorgen xorg-xdpyinfo xorg-xdriinfo xorg-xev xorg-xgamma xorg-xhost xorg-xinput xorg-xkill xmessage xorg-xmodmap xorg-xprop xorg-xrandr xorg-xrdb xorg-xset xorg-xsetroot xorg-xvinfo xorg-xwininfo xorg-font-alias xorg-font-adobe-utopia-type1 xorg-font-bh-ttf xorg-font-bh-type1 xorg-font-ibm-type1 xorg-font-misc-ethiopic xorg-font-xfree86-type1 xkeyboard-config xorg-xf86-input-libinput xorg-xinit glib +# Depends on: xkeyboard-config xmessage xorg-font-adobe-utopia-type1 xorg-font-alias xorg-font-bh-ttf xorg-font-bh-type1 xorg-font-ibm-type1 xorg-font-misc-ethiopic xorg-font-xfree86-type1 xorg-iceauth xorg-libfs xorg-libxscrnsaver xorg-sessreg xorg-setxkbmap xorg-x11perf xorg-xauth xorg-xbacklight xorg-xcb-util-cursor xorg-xcb-util-wm xorg-xcursorgen xorg-xdpyinfo xorg-xdriinfo xorg-xev xorg-xf86-input-libinput xorg-xgamma xorg-xhost xorg-xinit xorg-xinput xorg-xkill xorg-xmodmap xorg-xprop xorg-xrdb xorg-xset xorg-xsetroot xorg-xvinfo xorg-xwininfo name=libxfce4util version=4.20.0 diff --git a/libxfce4windowing/Pkgfile b/libxfce4windowing/Pkgfile index e0693f6..7c0ac35 100644 --- a/libxfce4windowing/Pkgfile +++ b/libxfce4windowing/Pkgfile @@ -1,7 +1,7 @@ # Description: Wayland windowing library for Xfce # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: libwnck-gtk3 gdk-pixbuf2 wayland +# Depends on: libdisplay-info libwnck-gtk3 wayland xfce4-dev-tools name=libxfce4windowing version=4.20.0 diff --git a/mousepad/Pkgfile b/mousepad/Pkgfile index 00eacf5..5541867 100644 --- a/mousepad/Pkgfile +++ b/mousepad/Pkgfile @@ -1,7 +1,7 @@ # Description: A text editor for xfce # URL: https://docs.xfce.org/apps/mousepad/start # Maintainer: Jay Lanagan, j at lngn dot net -# Depends on: desktop-file-utils gtksourceview4 hicolor-icon-theme gspell polkit +# Depends on: desktop-file-utils gspell gtksourceview4 libxfce4ui polkit name=mousepad version=0.6.3 diff --git a/parole/Pkgfile b/parole/Pkgfile index 2bfd7c0..545114e 100644 --- a/parole/Pkgfile +++ b/parole/Pkgfile @@ -1,7 +1,7 @@ # Description: GStreamer-based Media Player for XFCE # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: dbus-glib gst-plugins-base gst-plugins-good libnotify libxfce4ui libxfce4util gtk-doc +# Depends on: dbus-glib gst-plugins-good gtk-doc libnotify libxfce4ui # Optional: gst-libav gst-plugins-bad gst-plugins-ugly name=parole diff --git a/ristretto/Pkgfile b/ristretto/Pkgfile index 71f8bf4..0073719 100644 --- a/ristretto/Pkgfile +++ b/ristretto/Pkgfile @@ -1,7 +1,7 @@ # Description: View and scroll through images # URL: https://docs.xfce.org/apps/ristretto/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: libexif libxfce4ui tumbler xfconf +# Depends on: libexif libxfce4ui tumbler name=ristretto version=0.13.2 diff --git a/thunar-archive-plugin/Pkgfile b/thunar-archive-plugin/Pkgfile index 8732548..10512c0 100644 --- a/thunar-archive-plugin/Pkgfile +++ b/thunar-archive-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: adds archive operations to Thunar context menus # URL: https://docs.xfce.org/xfce/thunar/archive # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: hicolor-icon-theme thunar xfce4-dev-tools file-roller +# Depends on: file-roller thunar # Optional: ark engrampa xarchiver name=thunar-archive-plugin diff --git a/thunar/Pkgfile b/thunar/Pkgfile index de07fe6..ad949b4 100644 --- a/thunar/Pkgfile +++ b/thunar/Pkgfile @@ -1,7 +1,7 @@ # Description: Modern, fast and easy-to-use file manager for Xfce # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: exo libxfce4ui gnome-icon-theme libgudev libnotify xfce4-panel gvfs libexif tumbler +# Depends on: gnome-icon-theme gvfs libexif libnotify tumbler xfce4-panel name=thunar version=4.20.0 diff --git a/tumbler/.footprint b/tumbler/.footprint index 56f7a8e..3fc4517 100644 --- a/tumbler/.footprint +++ b/tumbler/.footprint @@ -36,10 +36,8 @@ lrwxrwxrwx root/root usr/lib/tumbler-1/plugins/cache/tumbler-cache-plugin.so -> -rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-cover-thumbnailer.so -rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-desktop-thumbnailer.so -rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-font-thumbnailer.so --rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-gst-thumbnailer.so -rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-jpeg-thumbnailer.so -rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-pixbuf-thumbnailer.so --rwxr-xr-x root/root usr/lib/tumbler-1/plugins/tumbler-poppler-thumbnailer.so -rwxr-xr-x root/root usr/lib/tumbler-1/tumblerd drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/dbus-1/ diff --git a/tumbler/Pkgfile b/tumbler/Pkgfile index 2cd642c..79392df 100644 --- a/tumbler/Pkgfile +++ b/tumbler/Pkgfile @@ -1,7 +1,7 @@ # Description: Thumbnail service implementing the thumbnail management D-Bus specification # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: dbus-glib freetype gdk-pixbuf poppler-glib +# Depends on: dbus-glib gdk-pixbuf libxfce4util poppler name=tumbler version=4.20.0 diff --git a/xfce4-appfinder/Pkgfile b/xfce4-appfinder/Pkgfile index 9aa68c4..ca16ef6 100644 --- a/xfce4-appfinder/Pkgfile +++ b/xfce4-appfinder/Pkgfile @@ -1,7 +1,7 @@ # Description: Xfce's application launcher and finder # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: hicolor-icon-theme garcon libxfce4ui xfconf +# Depends on: garcon name=xfce4-appfinder version=4.20.0 diff --git a/xfce4-cpugraph-plugin/Pkgfile b/xfce4-cpugraph-plugin/Pkgfile index 2b29492..edcd909 100644 --- a/xfce4-cpugraph-plugin/Pkgfile +++ b/xfce4-cpugraph-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: A graphical representation of the cpuload for the xfce-panel # URL: https://xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xfce4-panel glib xfconf +# Depends on: xfce4-panel name=xfce4-cpugraph-plugin version=1.2.10 diff --git a/xfce4-dev-tools/Pkgfile b/xfce4-dev-tools/Pkgfile index 2cbe703..d2d2bfa 100644 --- a/xfce4-dev-tools/Pkgfile +++ b/xfce4-dev-tools/Pkgfile @@ -1,7 +1,7 @@ # Description: Xfce's developer tools # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: glib intltool gtk-doc +# Depends on: gtk-doc intltool name=xfce4-dev-tools version=4.20.0 diff --git a/xfce4-eyes-plugin/Pkgfile b/xfce4-eyes-plugin/Pkgfile index 3fa49dc..c2b6517 100644 --- a/xfce4-eyes-plugin/Pkgfile +++ b/xfce4-eyes-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: Display eyes that follow your mouse cursor on the screen. # URL: https://xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: hicolor-icon-theme xfce4-panel +# Depends on: xfce4-panel name=xfce4-eyes-plugin version=4.6.0 diff --git a/xfce4-genmon-plugin/Pkgfile b/xfce4-genmon-plugin/Pkgfile index 138596d..23b7504 100644 --- a/xfce4-genmon-plugin/Pkgfile +++ b/xfce4-genmon-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: captures output from an external script and displays on the xfce-panel # URL: https://docs.xfce.org/panel-plugins/xfce4-genmon-plugin/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xfce4-panel hicolor-icon-theme +# Depends on: xfce4-panel name=xfce4-genmon-plugin version=4.2.0 diff --git a/xfce4-notes-plugin/Pkgfile b/xfce4-notes-plugin/Pkgfile index 11af32e..4ded845 100644 --- a/xfce4-notes-plugin/Pkgfile +++ b/xfce4-notes-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: A Notes plugin for the xfce-panel # URL: https://xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xfce4-panel hicolor-icon-theme libsoup libxml2 +# Depends on: libsoup xfce4-panel name=xfce4-notes-plugin version=1.11.0 diff --git a/xfce4-notifyd/Pkgfile b/xfce4-notifyd/Pkgfile index f83d8b7..4d45df7 100644 --- a/xfce4-notifyd/Pkgfile +++ b/xfce4-notifyd/Pkgfile @@ -1,7 +1,7 @@ # Description: Themable notification daemon with transparency effects # URL: https://docs.xfce.org/apps/notifyd/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: hicolor-icon-theme libcanberra libnotify libxfce4ui libxfce4util xfce4-panel xfconf sqlite3 +# Depends on: libcanberra libnotify xfce4-panel name=xfce4-notifyd version=0.9.6 diff --git a/xfce4-panel/.footprint b/xfce4-panel/.footprint index f82364b..104135e 100644 --- a/xfce4-panel/.footprint +++ b/xfce4-panel/.footprint @@ -167,10 +167,6 @@ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.systray.svg -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.tasklist.svg -rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.panel.windowmenu.svg -drwxr-xr-x root/root usr/share/vala/ -drwxr-xr-x root/root usr/share/vala/vapi/ --rw-r--r-- root/root usr/share/vala/vapi/libxfce4panel-2.0.deps --rw-r--r-- root/root usr/share/vala/vapi/libxfce4panel-2.0.vapi drwxr-xr-x root/root usr/share/xfce4/ drwxr-xr-x root/root usr/share/xfce4/panel/ drwxr-xr-x root/root usr/share/xfce4/panel/plugins/ diff --git a/xfce4-panel/Pkgfile b/xfce4-panel/Pkgfile index 9d7deb9..f9cd5bf 100644 --- a/xfce4-panel/Pkgfile +++ b/xfce4-panel/Pkgfile @@ -1,7 +1,8 @@ # Description: Xfce's panel # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: exo garcon libwnck-gtk3 libxfce4ui desktop-file-utils libdbusmenu-gtk3 gobject-introspection vala +# Depends on: desktop-file-utils exo garcon libdbusmenu-gtk3 libxfce4windowing +# Optional: vala name=xfce4-panel version=4.20.0 @@ -12,13 +13,15 @@ build() { cd $name-$version - ./configure \ + prt-get isinst vala || PKGMK_XFCEPANEL+=' --disable-vala' + + ./configure $PKGMK_XFCEPANEL \ --prefix=/usr \ --libexecdir=/usr/lib/$name \ --sysconfdir=/etc \ --disable-debug \ --disable-nls \ - --disable-gtk-doc + --disable-gtk-doc \ make make DESTDIR=$PKG install diff --git a/xfce4-power-manager/.footprint b/xfce4-power-manager/.footprint index 2a812aa..00ab6f2 100644 --- a/xfce4-power-manager/.footprint +++ b/xfce4-power-manager/.footprint @@ -11,9 +11,6 @@ drwxr-xr-x root/root usr/lib/xfce4/ drwxr-xr-x root/root usr/lib/xfce4/panel/ drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/ -rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libxfce4powermanager.so -drwxr-xr-x root/root usr/sbin/ --rwxr-xr-x root/root usr/sbin/xfce4-pm-helper --rwxr-xr-x root/root usr/sbin/xfpm-power-backlight-helper drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/xfce4-power-manager-settings.desktop @@ -111,9 +108,6 @@ drwxr-xr-x root/root usr/share/man/man1/ -rw-r--r-- root/root usr/share/man/man1/xfce4-power-manager.1.gz drwxr-xr-x root/root usr/share/metainfo/ -rw-r--r-- root/root usr/share/metainfo/xfce4-power-manager.appdata.xml -drwxr-xr-x root/root usr/share/polkit-1/ -drwxr-xr-x root/root usr/share/polkit-1/actions/ --rw-r--r-- root/root usr/share/polkit-1/actions/org.xfce.power.policy drwxr-xr-x root/root usr/share/xfce4/ drwxr-xr-x root/root usr/share/xfce4/panel/ drwxr-xr-x root/root usr/share/xfce4/panel/plugins/ diff --git a/xfce4-power-manager/Pkgfile b/xfce4-power-manager/Pkgfile index 810e979..0fb1531 100644 --- a/xfce4-power-manager/Pkgfile +++ b/xfce4-power-manager/Pkgfile @@ -1,7 +1,7 @@ # Description: Power Manager for Xfce # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: hicolor-icon-theme libnotify libxfce4ui upower xfce4-notifyd xfce4-panel +# Depends on: upower xfce4-notifyd name=xfce4-power-manager version=4.20.0 diff --git a/xfce4-pulseaudio-plugin/Pkgfile b/xfce4-pulseaudio-plugin/Pkgfile index 05edc7b..cfdf2fa 100644 --- a/xfce4-pulseaudio-plugin/Pkgfile +++ b/xfce4-pulseaudio-plugin/Pkgfile @@ -4,7 +4,7 @@ # Depends on: libcanberra libkeybinder3 libnotify pavucontrol xfce4-panel name=xfce4-pulseaudio-plugin -version=0.4.8 +version=0.4.9 release=1 source=(https://archive.xfce.org/src/panel-plugins/$name/0.4/$name-$version.tar.bz2) diff --git a/xfce4-screensaver/Pkgfile b/xfce4-screensaver/Pkgfile index 8e6b6d4..62d9581 100644 --- a/xfce4-screensaver/Pkgfile +++ b/xfce4-screensaver/Pkgfile @@ -1,7 +1,7 @@ # Description: XFCE4 screensaver # URL: https://xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: dbus-glib garcon libwnck-gtk3 libxklavier xorg-libxscrnsaver python3-gobject +# Depends on: dbus-glib garcon libwnck-gtk3 libxklavier python3-gobject name=xfce4-screensaver version=4.18.4 diff --git a/xfce4-screenshooter/.footprint b/xfce4-screenshooter/.footprint index 8828e38..683b69b 100644 --- a/xfce4-screenshooter/.footprint +++ b/xfce4-screenshooter/.footprint @@ -8,7 +8,7 @@ drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/ -rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libscreenshooterplugin.so drwxr-xr-x root/root usr/lib/xfce4/screenshooter/ drwxr-xr-x root/root usr/lib/xfce4/screenshooter/scripts/ --rwxr-xr-x root/root usr/lib/xfce4/screenshooter/scripts/imgur-upload.sh +-rw-r--r-- root/root usr/lib/xfce4/screenshooter/scripts/imgur-upload.sh drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ -rw-r--r-- root/root usr/share/applications/xfce4-screenshooter.desktop diff --git a/xfce4-sensors-plugin/Pkgfile b/xfce4-sensors-plugin/Pkgfile index 856e914..63fe250 100644 --- a/xfce4-sensors-plugin/Pkgfile +++ b/xfce4-sensors-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: Displays the current CPU load, memory in use, swap space and the uptime # URL: https://docs.xfce.org/panel-plugins/xfce4-systemload-plugin/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: hicolor-icon-theme lm_sensors libnotify xfce4-panel intltool +# Depends on: libnotify lm_sensors xfce4-panel name=xfce4-sensors-plugin version=1.4.4 diff --git a/xfce4-session/.footprint b/xfce4-session/.footprint index 3d99f1d..e212175 100644 --- a/xfce4-session/.footprint +++ b/xfce4-session/.footprint @@ -1,215 +1,84 @@ drwxr-xr-x root/root etc/ drwxr-xr-x root/root etc/xdg/ -drwxr-xr-x root/root etc/xdg/autostart/ --rw-r--r-- root/root etc/xdg/autostart/xfsettingsd.desktop -drwxr-xr-x root/root etc/xdg/menus/ --rw-r--r-- root/root etc/xdg/menus/xfce-settings-manager.menu drwxr-xr-x root/root etc/xdg/xfce4/ --rw-r--r-- root/root etc/xdg/xfce4/helpers.rc +-rw-r--r-- root/root etc/xdg/xfce4/Xft.xrdb drwxr-xr-x root/root etc/xdg/xfce4/xfconf/ drwxr-xr-x root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/ --rw-r--r-- root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xsettings.xml +-rw-r--r-- root/root etc/xdg/xfce4/xfconf/xfce-perchannel-xml/xfce4-session.xml +-rw-r--r-- root/root etc/xdg/xfce4/xinitrc drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/xfce4-accessibility-settings --rwxr-xr-x root/root usr/bin/xfce4-appearance-settings --rwxr-xr-x root/root usr/bin/xfce4-color-settings --rwxr-xr-x root/root usr/bin/xfce4-display-settings --rwxr-xr-x root/root usr/bin/xfce4-find-cursor --rwxr-xr-x root/root usr/bin/xfce4-keyboard-settings --rwxr-xr-x root/root usr/bin/xfce4-mime-helper --rwxr-xr-x root/root usr/bin/xfce4-mime-settings --rwxr-xr-x root/root usr/bin/xfce4-mouse-settings --rwxr-xr-x root/root usr/bin/xfce4-settings-editor --rwxr-xr-x root/root usr/bin/xfce4-settings-manager --rwxr-xr-x root/root usr/bin/xfsettingsd +-rwxr-xr-x root/root usr/bin/startxfce4 +-rwxr-xr-x root/root usr/bin/xfce4-session +-rwxr-xr-x root/root usr/bin/xfce4-session-logout +-rwxr-xr-x root/root usr/bin/xfce4-session-settings +-rwxr-xr-x root/root usr/bin/xflock4 drwxr-xr-x root/root usr/lib/ -drwxr-xr-x root/root usr/lib/gtk-3.0/ -drwxr-xr-x root/root usr/lib/gtk-3.0/modules/ --rwxr-xr-x root/root usr/lib/gtk-3.0/modules/libxfsettingsd-gtk-settings-sync.so drwxr-xr-x root/root usr/lib/xfce4/ -drwxr-xr-x root/root usr/lib/xfce4/settings/ --rwxr-xr-x root/root usr/lib/xfce4/settings/appearance-install-theme --rwxr-xr-x root/root usr/lib/xfce4/xfce4-compose-mail +drwxr-xr-x root/root usr/lib/xfce4/session/ +-rwxr-xr-x root/root usr/lib/xfce4/session/xfsm-shutdown-helper drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/applications/ --rw-r--r-- root/root usr/share/applications/xfce-display-settings.desktop --rw-r--r-- root/root usr/share/applications/xfce-keyboard-settings.desktop --rw-r--r-- root/root usr/share/applications/xfce-mouse-settings.desktop --rw-r--r-- root/root usr/share/applications/xfce-settings-manager.desktop --rw-r--r-- root/root usr/share/applications/xfce-ui-settings.desktop --rw-r--r-- root/root usr/share/applications/xfce4-accessibility-settings.desktop --rw-r--r-- root/root usr/share/applications/xfce4-color-settings.desktop --rw-r--r-- root/root usr/share/applications/xfce4-file-manager.desktop --rw-r--r-- root/root usr/share/applications/xfce4-mail-reader.desktop --rw-r--r-- root/root usr/share/applications/xfce4-mime-settings.desktop --rw-r--r-- root/root usr/share/applications/xfce4-settings-editor.desktop --rw-r--r-- root/root usr/share/applications/xfce4-terminal-emulator.desktop --rw-r--r-- root/root usr/share/applications/xfce4-web-browser.desktop +-rw-r--r-- root/root usr/share/applications/xfce-session-settings.desktop +-rw-r--r-- root/root usr/share/applications/xfce4-session-logout.desktop drwxr-xr-x root/root usr/share/icons/ drwxr-xr-x root/root usr/share/icons/hicolor/ drwxr-xr-x root/root usr/share/icons/hicolor/128x128/ drwxr-xr-x root/root usr/share/icons/hicolor/128x128/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.filemanager.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.mailreader.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.accessibility.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.appearance.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.color.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.default-applications.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.display.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.editor.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.keyboard.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.manager.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.settings.mouse.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.terminalemulator.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.webbrowser.png -drwxr-xr-x root/root usr/share/icons/hicolor/128x128/devices/ --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-down.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-left.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-right.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-extend-up.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-left.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-mirror.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-profile.png --rw-r--r-- root/root usr/share/icons/hicolor/128x128/devices/xfce-display-right.png +-rw-r--r-- root/root usr/share/icons/hicolor/128x128/apps/org.xfce.session.png drwxr-xr-x root/root usr/share/icons/hicolor/16x16/ drwxr-xr-x root/root usr/share/icons/hicolor/16x16/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.filemanager.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.mailreader.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.accessibility.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.appearance.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.color.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.default-applications.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.display.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.editor.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.keyboard.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.manager.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.settings.mouse.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.terminalemulator.png --rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.webbrowser.png +-rw-r--r-- root/root usr/share/icons/hicolor/16x16/apps/org.xfce.session.png drwxr-xr-x root/root usr/share/icons/hicolor/24x24/ +drwxr-xr-x root/root usr/share/icons/hicolor/24x24/actions/ +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-hibernate.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-lock.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-logout.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-reboot.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-shutdown.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-suspend.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/actions/xfsm-switch-user.png drwxr-xr-x root/root usr/share/icons/hicolor/24x24/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.filemanager.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.mailreader.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.accessibility.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.appearance.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.color.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.default-applications.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.display.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.editor.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.keyboard.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.manager.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.settings.mouse.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.terminalemulator.png --rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.webbrowser.png +-rw-r--r-- root/root usr/share/icons/hicolor/24x24/apps/org.xfce.session.png drwxr-xr-x root/root usr/share/icons/hicolor/32x32/ drwxr-xr-x root/root usr/share/icons/hicolor/32x32/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.filemanager.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.mailreader.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.accessibility.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.appearance.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.color.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.default-applications.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.display.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.editor.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.keyboard.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.manager.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.settings.mouse.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.terminalemulator.png --rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.webbrowser.png +-rw-r--r-- root/root usr/share/icons/hicolor/32x32/apps/org.xfce.session.png drwxr-xr-x root/root usr/share/icons/hicolor/48x48/ +drwxr-xr-x root/root usr/share/icons/hicolor/48x48/actions/ +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-hibernate.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-lock.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-logout.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-reboot.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-shutdown.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-suspend.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/actions/xfsm-switch-user.png drwxr-xr-x root/root usr/share/icons/hicolor/48x48/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.filemanager.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.mailreader.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.accessibility.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.appearance.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.color.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.default-applications.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.display.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.editor.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.keyboard.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.manager.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.settings.mouse.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.terminalemulator.png --rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.webbrowser.png +-rw-r--r-- root/root usr/share/icons/hicolor/48x48/apps/org.xfce.session.png +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/ +drwxr-xr-x root/root usr/share/icons/hicolor/64x64/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/64x64/apps/org.xfce.session.png +drwxr-xr-x root/root usr/share/icons/hicolor/96x96/ +drwxr-xr-x root/root usr/share/icons/hicolor/96x96/actions/ +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-hibernate.png +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-lock.png +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-logout.png +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-reboot.png +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-shutdown.png +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-suspend.png +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/actions/xfsm-switch-user.png +drwxr-xr-x root/root usr/share/icons/hicolor/96x96/apps/ +-rw-r--r-- root/root usr/share/icons/hicolor/96x96/apps/org.xfce.session.png drwxr-xr-x root/root usr/share/icons/hicolor/scalable/ drwxr-xr-x root/root usr/share/icons/hicolor/scalable/apps/ --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.filemanager.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.mailreader.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.accessibility.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.appearance.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.color.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.default-applications.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.display.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.editor.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.keyboard.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.manager.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.settings.mouse.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.terminalemulator.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.webbrowser.svg -drwxr-xr-x root/root usr/share/icons/hicolor/scalable/devices/ --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-down.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-left.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-right.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-extend-up.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-left.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-mirror.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-profile.svg --rw-r--r-- root/root usr/share/icons/hicolor/scalable/devices/xfce-display-right.svg -drwxr-xr-x root/root usr/share/xfce4/ -drwxr-xr-x root/root usr/share/xfce4/helpers/ --rw-r--r-- root/root usr/share/xfce4/helpers/alacritty.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/aterm.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/balsa.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/brave.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/caja.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/chromium.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/debian-sensible-browser.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/debian-x-terminal-emulator.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/dillo.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/encompass.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/epiphany.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/eterm.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/evolution.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/firefox.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/galeon.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/geary.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/gnome-terminal.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/google-chrome.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/icecat.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/icedove.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/iceweasel.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/jumanji.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/kitty.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/kmail.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/konqueror.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/links.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/lynx.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/midori.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/mozilla-browser.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/mozilla-mailer.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/mutt.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/nautilus.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/netscape-navigator.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/nxterm.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/opera-browser.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/pcmanfm-qt.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/pcmanfm.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/qterminal.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/qtfm.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/qupzilla.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/rodent.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/rox-filer.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/sakura.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/surf.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/sylpheed-claws.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/sylpheed.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/terminator.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/thunar.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/thunderbird.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/urxvt.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/vimprobable2.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/w3m.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/xfce4-terminal.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/xfe.desktop --rw-r--r-- root/root usr/share/xfce4/helpers/xterm.desktop +-rw-r--r-- root/root usr/share/icons/hicolor/scalable/apps/org.xfce.session.svg +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/xfce4-session-logout.1.gz +-rw-r--r-- root/root usr/share/man/man1/xfce4-session.1.gz +drwxr-xr-x root/root usr/share/polkit-1/ +drwxr-xr-x root/root usr/share/polkit-1/actions/ +-rw-r--r-- root/root usr/share/polkit-1/actions/org.xfce.session.policy +drwxr-xr-x root/root usr/share/xdg-desktop-portal/ +-rw-r--r-- root/root usr/share/xdg-desktop-portal/xfce-portals.conf +drwxr-xr-x root/root usr/share/xsessions/ +-rw-r--r-- root/root usr/share/xsessions/xfce.desktop diff --git a/xfce4-session/Pkgfile b/xfce4-session/Pkgfile index 844868d..1d1db49 100644 --- a/xfce4-session/Pkgfile +++ b/xfce4-session/Pkgfile @@ -1,9 +1,9 @@ # Description: Xfce's configuration system # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: exo garcon libxfce4ui gnome-icon-theme libcanberra libnotify libxklavier libinput colord xfconf xorg-xf86-input-libinput +# Depends on: colord exo garcon gnome-icon-theme libcanberra libnotify libxfce4windowing libxklavier -name=xfce4-settings +name=xfce4-session version=4.20.0 release=1 source=(https://archive.xfce.org/src/xfce/$name/${version:0:4}/$name-$version.tar.bz2) diff --git a/xfce4-session/source-system-xinitrc-scripts.patch b/xfce4-session/source-system-xinitrc-scripts.patch deleted file mode 100644 index d25f546..0000000 --- a/xfce4-session/source-system-xinitrc-scripts.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -upr xfce4-session-4.14.0.orig/scripts/xinitrc.in.in xfce4-session-4.14.0/scripts/xinitrc.in.in ---- xfce4-session-4.14.0.orig/scripts/xinitrc.in.in 2019-08-11 23:11:06.000000000 +0300 -+++ xfce4-session-4.14.0/scripts/xinitrc.in.in 2019-08-12 03:28:44.464707715 +0300 -@@ -83,6 +83,13 @@ if command -v systemctl >/dev/null 2>&1 - dbus-update-activation-environment --systemd XAUTHLOCALHOSTNAME=$XAUTHLOCALHOSTNAME - fi - -+# source system xinitrc scripts -+if [ -d /etc/X11/xinit/xinitrc.d ]; then -+ for f in /etc/X11/xinit/xinitrc.d/?*.sh; do -+ [ -x "$f" ] && . "$f" -+ done -+ unset f -+fi - - # check if we start xfce4-session with ck-launch-session. this is only - # required for starting from a console, not a login manager diff --git a/xfce4-session/xfce-polkit-gnome-authentication-agent-1.desktop b/xfce4-session/xfce-polkit-gnome-authentication-agent-1.desktop deleted file mode 100644 index fec61e7..0000000 --- a/xfce4-session/xfce-polkit-gnome-authentication-agent-1.desktop +++ /dev/null @@ -1,87 +0,0 @@ -[Desktop Entry] -Name=PolicyKit Authentication Agent -Name[ar]=مدير الاستيثاق PolicyKit -Name[be]=PolicyKit - аґент аўтэнтыфікацыі -Name[bn_IN]=PolicyKit অনুমোদনের এজেন্ট -Name[ca]=Agent d'autenticació del PolicyKit -Name[cs]=Ověřovací agent PolicyKit -Name[da]=Godkendelsesprogrammet PolicyKit -Name[de]=Legitimationsdienst von PolicyKit -Name[el]=Πράκτορας πιστοποίησης PolicyKit -Name[en_GB]=PolicyKit Authentication Agent -Name[es]=Agente de autenticación de PolicyKit -Name[eu]=PolicyKit autentifikatzeko agentea -Name[fi]=PolicytKit-tunnistautumisohjelma -Name[fr]=Agent d'authentification de PolicyKit -Name[gl]=Axente de autenticación PolicyKit -Name[gu]=PolicyKit સત્તાધિકરણ એજન્ટ -Name[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि -Name[hu]=PolicyKit hitelesítési ügynök -Name[it]=Agente di autenticazione per PolicyKit -Name[ja]=PolicyKit 認証エージェント -Name[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ -Name[lt]=PolicyKit tapatybės nustatymo agentas -Name[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ് -Name[mr]=PolicyKit ऑथेंटीकेशन एजेंट -Name[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ -Name[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ -Name[pl]=Agent uwierzytelniania PolicyKit -Name[pt]=Agente de Autenticação PolicyKit -Name[pt_BR]=Agente de autenticação PolicyKit -Name[ro]=Agent de autentificare PolicyKit -Name[sk]=Agent PolicyKit na overovanie totožnosti -Name[sl]=PolicyKit program overjanja -Name[sv]=Autentiseringsagent för PolicyKit -Name[ta]=PolicyKit அங்கீகார முகவர் -Name[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి -Name[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit -Name[uk]=Агент автентифікації PolicyKit -Name[zh_CN]=PolicyKit 认证代理 -Name[zh_HK]=PolicyKit 驗證代理程式 -Name[zh_TW]=PolicyKit 驗證代理程式 -Comment=PolicyKit Authentication Agent -Comment[ar]=مدير الاستيثاق PolicyKit -Comment[be]=PolicyKit - аґент аўтэнтыфікацыі -Comment[bn_IN]=PolicyKit অনুমোদনের এজেন্ট -Comment[ca]=Agent d'autenticació del PolicyKit -Comment[cs]=Ověřovací agent PolicyKit -Comment[da]=Godkendelsesprogrammet PolicyKit -Comment[de]=Legitimationsdienst von PolicyKit -Comment[el]=Πράκτορας πιστοποίησης PolicyKit -Comment[en_GB]=PolicyKit Authentication Agent -Comment[es]=Agente de autenticación de PolicyKit -Comment[eu]=PolicyKit autentifikatzeko agentea -Comment[fi]=PolicytKit-tunnistautumisohjelma -Comment[fr]=Agent d'authentification de PolicyKit -Comment[gl]=Axente de autenticación PolicyKit -Comment[gu]=PolicyKit સત્તાધિકરણ એજન્ટ -Comment[hi]=PolicyKit प्रमाणीकरण प्रतिनिधि -Comment[hu]=PolicyKit hitelesítési ügynök -Comment[it]=Agente di autenticazione per PolicyKit -Comment[ja]=PolicyKit 認証エージェント -Comment[kn]=PolicyKit ದೃಢೀಕರಣ ಮಧ್ಯವರ್ತಿ -Comment[lt]=PolicyKit tapatybės nustatymo agentas -Comment[ml]=പോളിസിക്കിറ്റ് ഓഥന്റിക്കേഷന്‍ ഏജന്റ് -Comment[mr]=PolicyKit ऑथेंटीकेशन एजेंट -Comment[or]=PolicyKit ବୈଧିକରଣ ସଦସ୍ୟ -Comment[pa]=ਪਾਲਸੀਕਿੱਟ ਪਰਮਾਣਕਿਤਾ ਏਜੰਟ -Comment[pl]=Agent uwierzytelniania PolicyKit -Comment[pt]=Agente de Autenticação PolicyKit -Comment[pt_BR]=Agente de autenticação PolicyKit -Comment[ro]=Agent de autentificare PolicyKit -Comment[sk]=Agent PolicyKit na overovanie totožnosti -Comment[sl]=PolicyKit program overjanja -Comment[sv]=Autentiseringsagent för PolicyKit -Comment[ta]=PolicyKit அங்கீகார முகவர் -Comment[te]=పాలసీకిట్ ధృవీకరణ ప్రతినిధి -Comment[th]=ตัวกลางสำหรับยืนยันตัวบุคคล PolicyKit -Comment[uk]=Агент автентифікації PolicyKit -Comment[zh_CN]=PolicyKit 认证代理 -Comment[zh_HK]=PolicyKit 驗證代理程式 -Comment[zh_TW]=PolicyKit 驗證代理程式 -Exec=/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -Terminal=false -Type=Application -Categories= -NoDisplay=true -OnlyShowIn=XFCE; diff --git a/xfce4-settings/Pkgfile b/xfce4-settings/Pkgfile index 844868d..f70c4be 100644 --- a/xfce4-settings/Pkgfile +++ b/xfce4-settings/Pkgfile @@ -1,7 +1,7 @@ # Description: Xfce's configuration system # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: exo garcon libxfce4ui gnome-icon-theme libcanberra libnotify libxklavier libinput colord xfconf xorg-xf86-input-libinput +# Depends on: colord exo garcon gnome-icon-theme libcanberra libnotify libxklavier name=xfce4-settings version=4.20.0 diff --git a/xfce4-smartbookmark-plugin/.footprint b/xfce4-smartbookmark-plugin/.footprint index d01d735..46fd6a7 100644 --- a/xfce4-smartbookmark-plugin/.footprint +++ b/xfce4-smartbookmark-plugin/.footprint @@ -3,7 +3,6 @@ drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/xfce4/ drwxr-xr-x root/root usr/lib/xfce4/panel/ drwxr-xr-x root/root usr/lib/xfce4/panel/plugins/ --rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libsmartbookmark.la -rwxr-xr-x root/root usr/lib/xfce4/panel/plugins/libsmartbookmark.so drwxr-xr-x root/root usr/share/ drwxr-xr-x root/root usr/share/xfce4/ diff --git a/xfce4-time-out-plugin/Pkgfile b/xfce4-time-out-plugin/Pkgfile index 51d72bd..e38bcd8 100644 --- a/xfce4-time-out-plugin/Pkgfile +++ b/xfce4-time-out-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: plugin to manage taking a break from the computer # URL: https://docs.xfce.org/panel-plugins/xfce4-time-out-plugin/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xfce4-panel hicolor-icon-theme +# Depends on: xfce4-panel name=xfce4-time-out-plugin version=1.1.3 diff --git a/xfce4-weather-plugin/Pkgfile b/xfce4-weather-plugin/Pkgfile index 2b4a3ba..56d81ea 100644 --- a/xfce4-weather-plugin/Pkgfile +++ b/xfce4-weather-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: A weather plugin for the xfce-panel # URL: https://xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xfce4-panel libsoup +# Depends on: json-c libsoup xfce4-panel name=xfce4-weather-plugin version=0.11.2 diff --git a/xfce4-whiskermenu-plugin/Pkgfile b/xfce4-whiskermenu-plugin/Pkgfile index 8e2671c..57a5adc 100644 --- a/xfce4-whiskermenu-plugin/Pkgfile +++ b/xfce4-whiskermenu-plugin/Pkgfile @@ -1,7 +1,8 @@ # Description: An alternate menu for xfce # URL: https://xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: accountsservice gtk-layer-shell xfce4-panel +# Depends on: gtk-layer-shell xfce4-panel +# Optional: accountsservice name=xfce4-whiskermenu-plugin version=2.8.3 @@ -10,15 +11,17 @@ source=(https://archive.xfce.org/src/panel-plugins/$name/${version:0:3}/$name-$v build() { cd $name-$version - - cmake \ + + prt-get isinst accountsservice && PKGMK_WHISKERMENU+=' -D ENABLE_ACCOUNTS_SERVICE=ON' || PKGMK_WHISKERMENU+=' -D ENABLE_ACCOUNTS_SERVICE=OFF' + + cmake $PKGMK_WHISKERMENU \ -D CMAKE_BUILD_TYPE=Release \ -D CMAKE_INSTALL_PREFIX=/usr \ - -D CMAKE_INSTALL_LIBDIR=/usr/lib \ + -D CMAKE_INSTALL_LIBDIR=/usr/lib make make DESTDIR=$PKG install - -rm -r $PKG/usr/share/locale + + rm -r $PKG/usr/share/locale } diff --git a/xfce4-xkb-plugin/Pkgfile b/xfce4-xkb-plugin/Pkgfile index bedfc7d..a4eb83a 100644 --- a/xfce4-xkb-plugin/Pkgfile +++ b/xfce4-xkb-plugin/Pkgfile @@ -1,7 +1,7 @@ # Description: plugin to switch keyboard layouts on the xfce-panel # URL: https://docs.xfce.org/panel-plugins/xfce4-xkb-plugin/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xfce4-panel libnotify libwnck-gtk3 libxklavier +# Depends on: libnotify librsvg libxklavier xfce4-panel # Optional: xfce4-notifyd name=xfce4-xkb-plugin diff --git a/xfce4/Pkgfile b/xfce4/Pkgfile index 35edc96..99742cd 100644 --- a/xfce4/Pkgfile +++ b/xfce4/Pkgfile @@ -1,7 +1,7 @@ # Description: The XFCE Desktop Environment - base/meta port # URL: https://xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: xorg dbus libxfce4ui libxfce4util thunar xfce4-appfinder xfce4-panel xfce4-pulseaudio-plugin xfce4-session xfce4-settings xfce4-terminal xfconf xfdesktop xfwm4 libxfce4windowing +# Depends on: xfce4-appfinder xfce4-pulseaudio-plugin xfce4-session xfce4-settings xfce4-terminal xfdesktop xfwm4 xorg # Optional: elementary-xfce-icons greybird pulseaudio thunar-volman xfce4-notifyd xfce4-power-manager name=xfce4 diff --git a/xfconf/.footprint b/xfconf/.footprint index c5565f5..df4f041 100644 --- a/xfconf/.footprint +++ b/xfconf/.footprint @@ -36,7 +36,3 @@ drwxr-xr-x root/root usr/share/dbus-1/services/ -rw-r--r-- root/root usr/share/dbus-1/services/org.xfce.Xfconf.service drwxr-xr-x root/root usr/share/gir-1.0/ -rw-r--r-- root/root usr/share/gir-1.0/Xfconf-0.gir -drwxr-xr-x root/root usr/share/vala/ -drwxr-xr-x root/root usr/share/vala/vapi/ --rw-r--r-- root/root usr/share/vala/vapi/libxfconf-0.deps --rw-r--r-- root/root usr/share/vala/vapi/libxfconf-0.vapi diff --git a/xfdashboard/Pkgfile b/xfdashboard/Pkgfile index 244718c..e2feea5 100644 --- a/xfdashboard/Pkgfile +++ b/xfdashboard/Pkgfile @@ -1,7 +1,7 @@ # Description: a GNOME-like Dashboard for Xfce # URL: https://docs.xfce.org/apps/xfdashboard/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: libwnck-gtk3 clutter glib gio xfconf garcon gtk3 libxfce4util libxfce4ui +# Depends on: clutter garcon gio libwnck-gtk3 # Optional: xorg-libxcomposite xorg-libxdamage xorg-libxinerama name=xfdashboard diff --git a/xfdesktop/Pkgfile b/xfdesktop/Pkgfile index e4863f4..a2825b6 100644 --- a/xfdesktop/Pkgfile +++ b/xfdesktop/Pkgfile @@ -1,7 +1,7 @@ # Description: Xfce's desktop manager # URL: https://www.xfce.org # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: exo garcon hicolor-icon-theme libwnck-gtk3 libxfce4ui libxfce4windowing thunar +# Depends on: thunar name=xfdesktop version=4.20.0 diff --git a/xfmpc/Pkgfile b/xfmpc/Pkgfile index 2599d61..c0b8603 100644 --- a/xfmpc/Pkgfile +++ b/xfmpc/Pkgfile @@ -1,7 +1,7 @@ # Description: a graphical GTK+ Music Player Daemon (MPD) client. # URL: https://docs.xfce.org/apps/xfmpc/start # Maintainer: mac-a-r0ni, j at lngn dot net -# Depends on: glib libxfce4ui libxfce4util libmpd +# Depends on: libmpd libxfce4ui name=xfmpc version=0.3.1