From 89b1b128672dca50c831d6ec193977562e47255f Mon Sep 17 00:00:00 2001 From: rafaellaguna Date: Mon, 17 Feb 2014 13:28:55 +0100 Subject: [PATCH] Add BitTorrent mime Add some big (128px) icons Add more structure subfolders Break Elementary inheritance --- .../icons/lubuntu/devices/128/chardevice.svg | 1 + .../icons/lubuntu/devices/128/computer.svg | 1 + .../icons/lubuntu/devices/128/display.svg | 1 + .../lubuntu/devices/128/gnome-computer.svg | 1 + .../devices/128/gnome-dev-computer.svg | 1 + .../lubuntu/devices/128/gnome-fs-client.svg | 1 + .../icons/lubuntu/devices/128/monitor.svg | 1 + .../128/preferences-desktop-display.svg | 1 + .../icons/lubuntu/devices/128/system.svg | 1 + .../lubuntu/devices/128/video-display.svg | 311 + .../lubuntu/devices/128/xfce4-display.svg | 1 + .../icons/lubuntu/devices/64/chardevice.svg | 1 + .../icons/lubuntu/devices/64/computer.svg | 1 + .../icons/lubuntu/devices/64/display.svg | 1 + .../lubuntu/devices/64/gnome-computer.svg | 1 + .../lubuntu/devices/64/gnome-dev-computer.svg | 1 + .../lubuntu/devices/64/gnome-fs-client.svg | 1 + .../icons/lubuntu/devices/64/monitor.svg | 1 + .../64/preferences-desktop-display.svg | 1 + usr/share/icons/lubuntu/devices/64/system.svg | 1 + .../lubuntu/devices/64/video-display.svg | 367 + .../lubuntu/devices/64/xfce4-display.svg | 1 + usr/share/icons/lubuntu/index.theme | 9 +- .../mimes/16/application-x-bittorrent.svg | 826 +++ .../mimes/22/application-x-bittorrent.svg | 824 +++ .../mimes/24/application-x-bittorrent.svg | 820 +++ .../mimes/48/application-x-bittorrent.svg | 917 +++ .../icons/lubuntu/places/128/folder-home.svg | 1 + usr/share/icons/lubuntu/places/128/folder.svg | 3107 +++++++++ .../icons/lubuntu/places/128/folder_home.svg | 1 + .../lubuntu/places/128/gnome-fs-gnome.svg | 1 + .../lubuntu/places/128/gtk-directory.svg | 1 + .../lubuntu/places/128/inode-directory.svg | 1 + .../icons/lubuntu/places/128/user-home.svg | 6080 +++++++++++++++++ usr/share/icons/lubuntu/places/16/folder2.svg | 1875 +++++ 35 files changed, 15159 insertions(+), 2 deletions(-) create mode 120000 usr/share/icons/lubuntu/devices/128/chardevice.svg create mode 120000 usr/share/icons/lubuntu/devices/128/computer.svg create mode 120000 usr/share/icons/lubuntu/devices/128/display.svg create mode 120000 usr/share/icons/lubuntu/devices/128/gnome-computer.svg create mode 120000 usr/share/icons/lubuntu/devices/128/gnome-dev-computer.svg create mode 120000 usr/share/icons/lubuntu/devices/128/gnome-fs-client.svg create mode 120000 usr/share/icons/lubuntu/devices/128/monitor.svg create mode 120000 usr/share/icons/lubuntu/devices/128/preferences-desktop-display.svg create mode 120000 usr/share/icons/lubuntu/devices/128/system.svg create mode 100644 usr/share/icons/lubuntu/devices/128/video-display.svg create mode 120000 usr/share/icons/lubuntu/devices/128/xfce4-display.svg create mode 120000 usr/share/icons/lubuntu/devices/64/chardevice.svg create mode 120000 usr/share/icons/lubuntu/devices/64/computer.svg create mode 120000 usr/share/icons/lubuntu/devices/64/display.svg create mode 120000 usr/share/icons/lubuntu/devices/64/gnome-computer.svg create mode 120000 usr/share/icons/lubuntu/devices/64/gnome-dev-computer.svg create mode 120000 usr/share/icons/lubuntu/devices/64/gnome-fs-client.svg create mode 120000 usr/share/icons/lubuntu/devices/64/monitor.svg create mode 120000 usr/share/icons/lubuntu/devices/64/preferences-desktop-display.svg create mode 120000 usr/share/icons/lubuntu/devices/64/system.svg create mode 100644 usr/share/icons/lubuntu/devices/64/video-display.svg create mode 120000 usr/share/icons/lubuntu/devices/64/xfce4-display.svg create mode 100755 usr/share/icons/lubuntu/mimes/16/application-x-bittorrent.svg create mode 100755 usr/share/icons/lubuntu/mimes/22/application-x-bittorrent.svg create mode 100755 usr/share/icons/lubuntu/mimes/24/application-x-bittorrent.svg create mode 100755 usr/share/icons/lubuntu/mimes/48/application-x-bittorrent.svg create mode 120000 usr/share/icons/lubuntu/places/128/folder-home.svg create mode 100644 usr/share/icons/lubuntu/places/128/folder.svg create mode 120000 usr/share/icons/lubuntu/places/128/folder_home.svg create mode 120000 usr/share/icons/lubuntu/places/128/gnome-fs-gnome.svg create mode 120000 usr/share/icons/lubuntu/places/128/gtk-directory.svg create mode 120000 usr/share/icons/lubuntu/places/128/inode-directory.svg create mode 100644 usr/share/icons/lubuntu/places/128/user-home.svg create mode 100644 usr/share/icons/lubuntu/places/16/folder2.svg diff --git a/usr/share/icons/lubuntu/devices/128/chardevice.svg b/usr/share/icons/lubuntu/devices/128/chardevice.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/chardevice.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/computer.svg b/usr/share/icons/lubuntu/devices/128/computer.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/computer.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/display.svg b/usr/share/icons/lubuntu/devices/128/display.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/display.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/gnome-computer.svg b/usr/share/icons/lubuntu/devices/128/gnome-computer.svg new file mode 120000 index 0000000..d890a06 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/gnome-computer.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/gnome-dev-computer.svg b/usr/share/icons/lubuntu/devices/128/gnome-dev-computer.svg new file mode 120000 index 0000000..d890a06 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/gnome-dev-computer.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/gnome-fs-client.svg b/usr/share/icons/lubuntu/devices/128/gnome-fs-client.svg new file mode 120000 index 0000000..d890a06 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/gnome-fs-client.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/monitor.svg b/usr/share/icons/lubuntu/devices/128/monitor.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/monitor.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/preferences-desktop-display.svg b/usr/share/icons/lubuntu/devices/128/preferences-desktop-display.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/preferences-desktop-display.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/system.svg b/usr/share/icons/lubuntu/devices/128/system.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/system.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/128/video-display.svg b/usr/share/icons/lubuntu/devices/128/video-display.svg new file mode 100644 index 0000000..30569a7 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/video-display.svg @@ -0,0 +1,311 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/devices/128/xfce4-display.svg b/usr/share/icons/lubuntu/devices/128/xfce4-display.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/128/xfce4-display.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/chardevice.svg b/usr/share/icons/lubuntu/devices/64/chardevice.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/chardevice.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/computer.svg b/usr/share/icons/lubuntu/devices/64/computer.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/computer.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/display.svg b/usr/share/icons/lubuntu/devices/64/display.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/display.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/gnome-computer.svg b/usr/share/icons/lubuntu/devices/64/gnome-computer.svg new file mode 120000 index 0000000..d890a06 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/gnome-computer.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/gnome-dev-computer.svg b/usr/share/icons/lubuntu/devices/64/gnome-dev-computer.svg new file mode 120000 index 0000000..d890a06 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/gnome-dev-computer.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/gnome-fs-client.svg b/usr/share/icons/lubuntu/devices/64/gnome-fs-client.svg new file mode 120000 index 0000000..d890a06 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/gnome-fs-client.svg @@ -0,0 +1 @@ +computer.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/monitor.svg b/usr/share/icons/lubuntu/devices/64/monitor.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/monitor.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/preferences-desktop-display.svg b/usr/share/icons/lubuntu/devices/64/preferences-desktop-display.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/preferences-desktop-display.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/system.svg b/usr/share/icons/lubuntu/devices/64/system.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/system.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/devices/64/video-display.svg b/usr/share/icons/lubuntu/devices/64/video-display.svg new file mode 100644 index 0000000..672ec41 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/video-display.svg @@ -0,0 +1,367 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/devices/64/xfce4-display.svg b/usr/share/icons/lubuntu/devices/64/xfce4-display.svg new file mode 120000 index 0000000..a19a201 --- /dev/null +++ b/usr/share/icons/lubuntu/devices/64/xfce4-display.svg @@ -0,0 +1 @@ +video-display.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/index.theme b/usr/share/icons/lubuntu/index.theme index 7fcad74..c7f3470 100644 --- a/usr/share/icons/lubuntu/index.theme +++ b/usr/share/icons/lubuntu/index.theme @@ -6,11 +6,11 @@ [Icon Theme] Name=Lubuntu Comment=Default theme for Lubuntu -Inherits=elementary +Inherits=GNOME Example=folder # Directory list -Directories=actions/16,actions/22,actions/24,apps/16,apps/24,apps/48,apps/64,apps/128,categories/16,categories/32,devices/16,devices/22,devices/24,devices/48,devices/64,emblems/24,mimes/16,mimes/22,mimes/24,mimes/48,panel/16,panel/22,panel/24,places/16,places/22,places/24,places/32,places/48,places/64,places/128,status/16,status/22,status/24,symbolic +Directories=actions/16,actions/22,actions/24,apps/16,apps/24,apps/48,apps/64,apps/128,categories/16,categories/32,devices/16,devices/22,devices/24,devices/48,devices/64,devices/128,emblems/24,mimes/16,mimes/22,mimes/24,mimes/48,panel/16,panel/22,panel/24,places/16,places/22,places/24,places/32,places/48,places/64,places/128,status/16,status/22,status/24,symbolic [actions/16] Size=16 @@ -92,6 +92,11 @@ Size=64 Context=Devices Type=Scalable +[devices/128] +Size=128 +Context=Devices +Type=Scalable + [emblems/24] Size=24 Context=Emblems diff --git a/usr/share/icons/lubuntu/mimes/16/application-x-bittorrent.svg b/usr/share/icons/lubuntu/mimes/16/application-x-bittorrent.svg new file mode 100755 index 0000000..2e1a333 --- /dev/null +++ b/usr/share/icons/lubuntu/mimes/16/application-x-bittorrent.svg @@ -0,0 +1,826 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/mimes/22/application-x-bittorrent.svg b/usr/share/icons/lubuntu/mimes/22/application-x-bittorrent.svg new file mode 100755 index 0000000..3910399 --- /dev/null +++ b/usr/share/icons/lubuntu/mimes/22/application-x-bittorrent.svg @@ -0,0 +1,824 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/mimes/24/application-x-bittorrent.svg b/usr/share/icons/lubuntu/mimes/24/application-x-bittorrent.svg new file mode 100755 index 0000000..c704a84 --- /dev/null +++ b/usr/share/icons/lubuntu/mimes/24/application-x-bittorrent.svg @@ -0,0 +1,820 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/mimes/48/application-x-bittorrent.svg b/usr/share/icons/lubuntu/mimes/48/application-x-bittorrent.svg new file mode 100755 index 0000000..6eef7ef --- /dev/null +++ b/usr/share/icons/lubuntu/mimes/48/application-x-bittorrent.svg @@ -0,0 +1,917 @@ + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/places/128/folder-home.svg b/usr/share/icons/lubuntu/places/128/folder-home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/usr/share/icons/lubuntu/places/128/folder-home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/places/128/folder.svg b/usr/share/icons/lubuntu/places/128/folder.svg new file mode 100644 index 0000000..2a82f70 --- /dev/null +++ b/usr/share/icons/lubuntu/places/128/folder.svg @@ -0,0 +1,3107 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/places/128/folder_home.svg b/usr/share/icons/lubuntu/places/128/folder_home.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/usr/share/icons/lubuntu/places/128/folder_home.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/places/128/gnome-fs-gnome.svg b/usr/share/icons/lubuntu/places/128/gnome-fs-gnome.svg new file mode 120000 index 0000000..858de4c --- /dev/null +++ b/usr/share/icons/lubuntu/places/128/gnome-fs-gnome.svg @@ -0,0 +1 @@ +user-home.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/places/128/gtk-directory.svg b/usr/share/icons/lubuntu/places/128/gtk-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/usr/share/icons/lubuntu/places/128/gtk-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/places/128/inode-directory.svg b/usr/share/icons/lubuntu/places/128/inode-directory.svg new file mode 120000 index 0000000..15062ce --- /dev/null +++ b/usr/share/icons/lubuntu/places/128/inode-directory.svg @@ -0,0 +1 @@ +folder.svg \ No newline at end of file diff --git a/usr/share/icons/lubuntu/places/128/user-home.svg b/usr/share/icons/lubuntu/places/128/user-home.svg new file mode 100644 index 0000000..dd41728 --- /dev/null +++ b/usr/share/icons/lubuntu/places/128/user-home.svg @@ -0,0 +1,6080 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/usr/share/icons/lubuntu/places/16/folder2.svg b/usr/share/icons/lubuntu/places/16/folder2.svg new file mode 100644 index 0000000..7907277 --- /dev/null +++ b/usr/share/icons/lubuntu/places/16/folder2.svg @@ -0,0 +1,1875 @@ + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +