diff --git a/create-links b/create-links index c9be3199e3..4a8a3bca4b 100755 --- a/create-links +++ b/create-links @@ -8,24 +8,26 @@ if __name__ == '__main__': icontype = sys.argv[1] iconname = sys.argv[2] linknames = sys.argv[3:] - for dirname, subdirs, filelist in os.walk("usr/share/icons/Mint-Y/%s" % icontype): - for filename in filelist: - if filename == iconname: - print("") - iconpath = os.path.join(dirname, iconname) - if os.path.exists(iconpath): - if os.path.islink(iconpath): - print ("!!! SKIPPED: %s is a link! Please fix this manually (it could lead to a circular link situation)." % iconpath) - else: - print("--> %s:" % dirname) - os.chdir(dirname) - for linkname in linknames: - if os.path.exists(linkname): - print(" rm %s" % linkname) - os.system("rm %s" % linkname) - print (" ln -s %s %s" % (iconname, linkname)) - os.system("ln -s %s %s" % (iconname, linkname)) - os.chdir(basedir) + colors = ["", "-Aqua", "-Blue", "-Brown", "-Grey", "-Orange", "-Pink", "-Purple", "-Red", "-Sand"] + for color in colors: + for dirname, subdirs, filelist in os.walk("usr/share/icons/Mint-Y%s/%s" % (color, icontype)): + for filename in filelist: + if filename == iconname: + print("") + iconpath = os.path.join(dirname, iconname) + if os.path.exists(iconpath): + if os.path.islink(iconpath): + print ("!!! SKIPPED: %s is a link! Please fix this manually (it could lead to a circular link situation)." % iconpath) + else: + print("--> %s:" % dirname) + os.chdir(dirname) + for linkname in linknames: + if os.path.exists(linkname): + print(" rm %s" % linkname) + os.system("rm %s" % linkname) + print (" ln -s %s %s" % (iconname, linkname)) + os.system("ln -s %s %s" % (iconname, linkname)) + os.chdir(basedir) print("") else: diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/athena.png b/usr/share/icons/Mint-Y-Aqua/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/athena.png b/usr/share/icons/Mint-Y-Aqua/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/athena.png b/usr/share/icons/Mint-Y-Aqua/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/athena.png b/usr/share/icons/Mint-Y-Aqua/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/athena.png b/usr/share/icons/Mint-Y-Aqua/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/athena.png b/usr/share/icons/Mint-Y-Aqua/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/athena.png b/usr/share/icons/Mint-Y-Aqua/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/athena.png b/usr/share/icons/Mint-Y-Aqua/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Aqua/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Aqua/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Aqua/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/athena.png b/usr/share/icons/Mint-Y-Blue/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/kfm.png b/usr/share/icons/Mint-Y-Blue/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/nemo.png b/usr/share/icons/Mint-Y-Blue/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/network-server.png b/usr/share/icons/Mint-Y-Blue/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/thunar.png b/usr/share/icons/Mint-Y-Blue/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/athena.png b/usr/share/icons/Mint-Y-Blue/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/kfm.png b/usr/share/icons/Mint-Y-Blue/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/nemo.png b/usr/share/icons/Mint-Y-Blue/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/network-server.png b/usr/share/icons/Mint-Y-Blue/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/thunar.png b/usr/share/icons/Mint-Y-Blue/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/athena.png b/usr/share/icons/Mint-Y-Blue/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/kfm.png b/usr/share/icons/Mint-Y-Blue/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/nemo.png b/usr/share/icons/Mint-Y-Blue/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/network-server.png b/usr/share/icons/Mint-Y-Blue/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/thunar.png b/usr/share/icons/Mint-Y-Blue/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/athena.png b/usr/share/icons/Mint-Y-Blue/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/kfm.png b/usr/share/icons/Mint-Y-Blue/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/nemo.png b/usr/share/icons/Mint-Y-Blue/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/network-server.png b/usr/share/icons/Mint-Y-Blue/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/thunar.png b/usr/share/icons/Mint-Y-Blue/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/athena.png b/usr/share/icons/Mint-Y-Blue/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/kfm.png b/usr/share/icons/Mint-Y-Blue/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/nemo.png b/usr/share/icons/Mint-Y-Blue/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/network-server.png b/usr/share/icons/Mint-Y-Blue/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/thunar.png b/usr/share/icons/Mint-Y-Blue/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/athena.png b/usr/share/icons/Mint-Y-Blue/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/kfm.png b/usr/share/icons/Mint-Y-Blue/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/nemo.png b/usr/share/icons/Mint-Y-Blue/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/network-server.png b/usr/share/icons/Mint-Y-Blue/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/thunar.png b/usr/share/icons/Mint-Y-Blue/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/athena.png b/usr/share/icons/Mint-Y-Blue/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/kfm.png b/usr/share/icons/Mint-Y-Blue/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/nemo.png b/usr/share/icons/Mint-Y-Blue/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/network-server.png b/usr/share/icons/Mint-Y-Blue/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/thunar.png b/usr/share/icons/Mint-Y-Blue/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/athena.png b/usr/share/icons/Mint-Y-Blue/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/kfm.png b/usr/share/icons/Mint-Y-Blue/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/nemo.png b/usr/share/icons/Mint-Y-Blue/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/network-server.png b/usr/share/icons/Mint-Y-Blue/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/thunar.png b/usr/share/icons/Mint-Y-Blue/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Blue/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Blue/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Blue/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/athena.png b/usr/share/icons/Mint-Y-Brown/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/kfm.png b/usr/share/icons/Mint-Y-Brown/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/nemo.png b/usr/share/icons/Mint-Y-Brown/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/network-server.png b/usr/share/icons/Mint-Y-Brown/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/thunar.png b/usr/share/icons/Mint-Y-Brown/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/athena.png b/usr/share/icons/Mint-Y-Brown/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/kfm.png b/usr/share/icons/Mint-Y-Brown/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/nemo.png b/usr/share/icons/Mint-Y-Brown/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/network-server.png b/usr/share/icons/Mint-Y-Brown/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/thunar.png b/usr/share/icons/Mint-Y-Brown/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/athena.png b/usr/share/icons/Mint-Y-Brown/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/kfm.png b/usr/share/icons/Mint-Y-Brown/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/nemo.png b/usr/share/icons/Mint-Y-Brown/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/network-server.png b/usr/share/icons/Mint-Y-Brown/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/thunar.png b/usr/share/icons/Mint-Y-Brown/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/athena.png b/usr/share/icons/Mint-Y-Brown/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/kfm.png b/usr/share/icons/Mint-Y-Brown/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/nemo.png b/usr/share/icons/Mint-Y-Brown/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/network-server.png b/usr/share/icons/Mint-Y-Brown/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/thunar.png b/usr/share/icons/Mint-Y-Brown/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/athena.png b/usr/share/icons/Mint-Y-Brown/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/kfm.png b/usr/share/icons/Mint-Y-Brown/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/nemo.png b/usr/share/icons/Mint-Y-Brown/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/network-server.png b/usr/share/icons/Mint-Y-Brown/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/thunar.png b/usr/share/icons/Mint-Y-Brown/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/athena.png b/usr/share/icons/Mint-Y-Brown/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/kfm.png b/usr/share/icons/Mint-Y-Brown/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/nemo.png b/usr/share/icons/Mint-Y-Brown/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/network-server.png b/usr/share/icons/Mint-Y-Brown/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/thunar.png b/usr/share/icons/Mint-Y-Brown/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/athena.png b/usr/share/icons/Mint-Y-Brown/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/kfm.png b/usr/share/icons/Mint-Y-Brown/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/nemo.png b/usr/share/icons/Mint-Y-Brown/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/network-server.png b/usr/share/icons/Mint-Y-Brown/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/thunar.png b/usr/share/icons/Mint-Y-Brown/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/athena.png b/usr/share/icons/Mint-Y-Brown/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/kfm.png b/usr/share/icons/Mint-Y-Brown/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/nemo.png b/usr/share/icons/Mint-Y-Brown/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/network-server.png b/usr/share/icons/Mint-Y-Brown/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/thunar.png b/usr/share/icons/Mint-Y-Brown/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Brown/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Brown/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Brown/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/athena.png b/usr/share/icons/Mint-Y-Grey/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/kfm.png b/usr/share/icons/Mint-Y-Grey/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/nemo.png b/usr/share/icons/Mint-Y-Grey/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/network-server.png b/usr/share/icons/Mint-Y-Grey/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/thunar.png b/usr/share/icons/Mint-Y-Grey/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/athena.png b/usr/share/icons/Mint-Y-Grey/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/kfm.png b/usr/share/icons/Mint-Y-Grey/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/nemo.png b/usr/share/icons/Mint-Y-Grey/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/network-server.png b/usr/share/icons/Mint-Y-Grey/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/thunar.png b/usr/share/icons/Mint-Y-Grey/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/athena.png b/usr/share/icons/Mint-Y-Grey/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/kfm.png b/usr/share/icons/Mint-Y-Grey/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/nemo.png b/usr/share/icons/Mint-Y-Grey/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/network-server.png b/usr/share/icons/Mint-Y-Grey/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/thunar.png b/usr/share/icons/Mint-Y-Grey/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/athena.png b/usr/share/icons/Mint-Y-Grey/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/kfm.png b/usr/share/icons/Mint-Y-Grey/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/nemo.png b/usr/share/icons/Mint-Y-Grey/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/network-server.png b/usr/share/icons/Mint-Y-Grey/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/thunar.png b/usr/share/icons/Mint-Y-Grey/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/athena.png b/usr/share/icons/Mint-Y-Grey/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/kfm.png b/usr/share/icons/Mint-Y-Grey/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/nemo.png b/usr/share/icons/Mint-Y-Grey/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/network-server.png b/usr/share/icons/Mint-Y-Grey/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/thunar.png b/usr/share/icons/Mint-Y-Grey/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/athena.png b/usr/share/icons/Mint-Y-Grey/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/kfm.png b/usr/share/icons/Mint-Y-Grey/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/nemo.png b/usr/share/icons/Mint-Y-Grey/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/network-server.png b/usr/share/icons/Mint-Y-Grey/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/thunar.png b/usr/share/icons/Mint-Y-Grey/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/athena.png b/usr/share/icons/Mint-Y-Grey/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/kfm.png b/usr/share/icons/Mint-Y-Grey/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/nemo.png b/usr/share/icons/Mint-Y-Grey/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/network-server.png b/usr/share/icons/Mint-Y-Grey/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/thunar.png b/usr/share/icons/Mint-Y-Grey/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/athena.png b/usr/share/icons/Mint-Y-Grey/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/kfm.png b/usr/share/icons/Mint-Y-Grey/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/nemo.png b/usr/share/icons/Mint-Y-Grey/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/network-server.png b/usr/share/icons/Mint-Y-Grey/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/thunar.png b/usr/share/icons/Mint-Y-Grey/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Grey/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Grey/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Grey/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/athena.png b/usr/share/icons/Mint-Y-Orange/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/kfm.png b/usr/share/icons/Mint-Y-Orange/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/nemo.png b/usr/share/icons/Mint-Y-Orange/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/network-server.png b/usr/share/icons/Mint-Y-Orange/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/thunar.png b/usr/share/icons/Mint-Y-Orange/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/athena.png b/usr/share/icons/Mint-Y-Orange/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/kfm.png b/usr/share/icons/Mint-Y-Orange/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/nemo.png b/usr/share/icons/Mint-Y-Orange/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/network-server.png b/usr/share/icons/Mint-Y-Orange/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/thunar.png b/usr/share/icons/Mint-Y-Orange/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/athena.png b/usr/share/icons/Mint-Y-Orange/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/kfm.png b/usr/share/icons/Mint-Y-Orange/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/nemo.png b/usr/share/icons/Mint-Y-Orange/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/network-server.png b/usr/share/icons/Mint-Y-Orange/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/thunar.png b/usr/share/icons/Mint-Y-Orange/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/athena.png b/usr/share/icons/Mint-Y-Orange/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/kfm.png b/usr/share/icons/Mint-Y-Orange/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/nemo.png b/usr/share/icons/Mint-Y-Orange/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/network-server.png b/usr/share/icons/Mint-Y-Orange/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/thunar.png b/usr/share/icons/Mint-Y-Orange/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/athena.png b/usr/share/icons/Mint-Y-Orange/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/kfm.png b/usr/share/icons/Mint-Y-Orange/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/nemo.png b/usr/share/icons/Mint-Y-Orange/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/network-server.png b/usr/share/icons/Mint-Y-Orange/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/thunar.png b/usr/share/icons/Mint-Y-Orange/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/athena.png b/usr/share/icons/Mint-Y-Orange/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/kfm.png b/usr/share/icons/Mint-Y-Orange/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/nemo.png b/usr/share/icons/Mint-Y-Orange/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/network-server.png b/usr/share/icons/Mint-Y-Orange/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/thunar.png b/usr/share/icons/Mint-Y-Orange/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/athena.png b/usr/share/icons/Mint-Y-Orange/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/kfm.png b/usr/share/icons/Mint-Y-Orange/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/nemo.png b/usr/share/icons/Mint-Y-Orange/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/network-server.png b/usr/share/icons/Mint-Y-Orange/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/thunar.png b/usr/share/icons/Mint-Y-Orange/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/athena.png b/usr/share/icons/Mint-Y-Orange/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/kfm.png b/usr/share/icons/Mint-Y-Orange/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/nemo.png b/usr/share/icons/Mint-Y-Orange/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/network-server.png b/usr/share/icons/Mint-Y-Orange/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/thunar.png b/usr/share/icons/Mint-Y-Orange/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Orange/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Orange/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Orange/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/athena.png b/usr/share/icons/Mint-Y-Pink/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/kfm.png b/usr/share/icons/Mint-Y-Pink/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/nemo.png b/usr/share/icons/Mint-Y-Pink/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/network-server.png b/usr/share/icons/Mint-Y-Pink/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/thunar.png b/usr/share/icons/Mint-Y-Pink/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/athena.png b/usr/share/icons/Mint-Y-Pink/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/kfm.png b/usr/share/icons/Mint-Y-Pink/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/nemo.png b/usr/share/icons/Mint-Y-Pink/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/network-server.png b/usr/share/icons/Mint-Y-Pink/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/thunar.png b/usr/share/icons/Mint-Y-Pink/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/athena.png b/usr/share/icons/Mint-Y-Pink/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/kfm.png b/usr/share/icons/Mint-Y-Pink/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/nemo.png b/usr/share/icons/Mint-Y-Pink/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/network-server.png b/usr/share/icons/Mint-Y-Pink/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/thunar.png b/usr/share/icons/Mint-Y-Pink/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/athena.png b/usr/share/icons/Mint-Y-Pink/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/kfm.png b/usr/share/icons/Mint-Y-Pink/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/nemo.png b/usr/share/icons/Mint-Y-Pink/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/network-server.png b/usr/share/icons/Mint-Y-Pink/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/thunar.png b/usr/share/icons/Mint-Y-Pink/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/athena.png b/usr/share/icons/Mint-Y-Pink/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/kfm.png b/usr/share/icons/Mint-Y-Pink/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/nemo.png b/usr/share/icons/Mint-Y-Pink/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/network-server.png b/usr/share/icons/Mint-Y-Pink/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/thunar.png b/usr/share/icons/Mint-Y-Pink/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/athena.png b/usr/share/icons/Mint-Y-Pink/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/kfm.png b/usr/share/icons/Mint-Y-Pink/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/nemo.png b/usr/share/icons/Mint-Y-Pink/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/network-server.png b/usr/share/icons/Mint-Y-Pink/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/thunar.png b/usr/share/icons/Mint-Y-Pink/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/athena.png b/usr/share/icons/Mint-Y-Pink/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/kfm.png b/usr/share/icons/Mint-Y-Pink/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/nemo.png b/usr/share/icons/Mint-Y-Pink/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/network-server.png b/usr/share/icons/Mint-Y-Pink/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/thunar.png b/usr/share/icons/Mint-Y-Pink/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/athena.png b/usr/share/icons/Mint-Y-Pink/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/kfm.png b/usr/share/icons/Mint-Y-Pink/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/nemo.png b/usr/share/icons/Mint-Y-Pink/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/network-server.png b/usr/share/icons/Mint-Y-Pink/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/thunar.png b/usr/share/icons/Mint-Y-Pink/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Pink/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Pink/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Pink/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/athena.png b/usr/share/icons/Mint-Y-Purple/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/kfm.png b/usr/share/icons/Mint-Y-Purple/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/nemo.png b/usr/share/icons/Mint-Y-Purple/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/network-server.png b/usr/share/icons/Mint-Y-Purple/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/thunar.png b/usr/share/icons/Mint-Y-Purple/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/athena.png b/usr/share/icons/Mint-Y-Purple/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/kfm.png b/usr/share/icons/Mint-Y-Purple/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/nemo.png b/usr/share/icons/Mint-Y-Purple/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/network-server.png b/usr/share/icons/Mint-Y-Purple/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/thunar.png b/usr/share/icons/Mint-Y-Purple/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/athena.png b/usr/share/icons/Mint-Y-Purple/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/kfm.png b/usr/share/icons/Mint-Y-Purple/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/nemo.png b/usr/share/icons/Mint-Y-Purple/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/network-server.png b/usr/share/icons/Mint-Y-Purple/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/thunar.png b/usr/share/icons/Mint-Y-Purple/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/athena.png b/usr/share/icons/Mint-Y-Purple/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/kfm.png b/usr/share/icons/Mint-Y-Purple/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/nemo.png b/usr/share/icons/Mint-Y-Purple/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/network-server.png b/usr/share/icons/Mint-Y-Purple/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/thunar.png b/usr/share/icons/Mint-Y-Purple/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/athena.png b/usr/share/icons/Mint-Y-Purple/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/kfm.png b/usr/share/icons/Mint-Y-Purple/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/nemo.png b/usr/share/icons/Mint-Y-Purple/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/network-server.png b/usr/share/icons/Mint-Y-Purple/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/thunar.png b/usr/share/icons/Mint-Y-Purple/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/athena.png b/usr/share/icons/Mint-Y-Purple/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/kfm.png b/usr/share/icons/Mint-Y-Purple/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/nemo.png b/usr/share/icons/Mint-Y-Purple/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/network-server.png b/usr/share/icons/Mint-Y-Purple/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/thunar.png b/usr/share/icons/Mint-Y-Purple/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/athena.png b/usr/share/icons/Mint-Y-Purple/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/kfm.png b/usr/share/icons/Mint-Y-Purple/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/nemo.png b/usr/share/icons/Mint-Y-Purple/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/network-server.png b/usr/share/icons/Mint-Y-Purple/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/thunar.png b/usr/share/icons/Mint-Y-Purple/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/athena.png b/usr/share/icons/Mint-Y-Purple/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/kfm.png b/usr/share/icons/Mint-Y-Purple/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/nemo.png b/usr/share/icons/Mint-Y-Purple/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/network-server.png b/usr/share/icons/Mint-Y-Purple/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/thunar.png b/usr/share/icons/Mint-Y-Purple/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Purple/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Purple/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Purple/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/Thunar.png b/usr/share/icons/Mint-Y-Red/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/athena.png b/usr/share/icons/Mint-Y-Red/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/file-manager.png b/usr/share/icons/Mint-Y-Red/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/kfm.png b/usr/share/icons/Mint-Y-Red/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/nautilus.png b/usr/share/icons/Mint-Y-Red/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/nemo.png b/usr/share/icons/Mint-Y-Red/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/network-server.png b/usr/share/icons/Mint-Y-Red/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/thunar.png b/usr/share/icons/Mint-Y-Red/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/Thunar.png b/usr/share/icons/Mint-Y-Red/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/athena.png b/usr/share/icons/Mint-Y-Red/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/file-manager.png b/usr/share/icons/Mint-Y-Red/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/kfm.png b/usr/share/icons/Mint-Y-Red/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/nautilus.png b/usr/share/icons/Mint-Y-Red/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/nemo.png b/usr/share/icons/Mint-Y-Red/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/network-server.png b/usr/share/icons/Mint-Y-Red/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/thunar.png b/usr/share/icons/Mint-Y-Red/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/Thunar.png b/usr/share/icons/Mint-Y-Red/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/athena.png b/usr/share/icons/Mint-Y-Red/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/file-manager.png b/usr/share/icons/Mint-Y-Red/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/kfm.png b/usr/share/icons/Mint-Y-Red/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/nautilus.png b/usr/share/icons/Mint-Y-Red/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/nemo.png b/usr/share/icons/Mint-Y-Red/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/network-server.png b/usr/share/icons/Mint-Y-Red/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/thunar.png b/usr/share/icons/Mint-Y-Red/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/Thunar.png b/usr/share/icons/Mint-Y-Red/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/athena.png b/usr/share/icons/Mint-Y-Red/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/file-manager.png b/usr/share/icons/Mint-Y-Red/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/kfm.png b/usr/share/icons/Mint-Y-Red/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/nautilus.png b/usr/share/icons/Mint-Y-Red/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/nemo.png b/usr/share/icons/Mint-Y-Red/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/network-server.png b/usr/share/icons/Mint-Y-Red/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/thunar.png b/usr/share/icons/Mint-Y-Red/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/Thunar.png b/usr/share/icons/Mint-Y-Red/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/athena.png b/usr/share/icons/Mint-Y-Red/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/file-manager.png b/usr/share/icons/Mint-Y-Red/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/kfm.png b/usr/share/icons/Mint-Y-Red/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/nautilus.png b/usr/share/icons/Mint-Y-Red/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/nemo.png b/usr/share/icons/Mint-Y-Red/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/network-server.png b/usr/share/icons/Mint-Y-Red/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/thunar.png b/usr/share/icons/Mint-Y-Red/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/Thunar.png b/usr/share/icons/Mint-Y-Red/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/athena.png b/usr/share/icons/Mint-Y-Red/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/file-manager.png b/usr/share/icons/Mint-Y-Red/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/kfm.png b/usr/share/icons/Mint-Y-Red/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/nautilus.png b/usr/share/icons/Mint-Y-Red/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/nemo.png b/usr/share/icons/Mint-Y-Red/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/network-server.png b/usr/share/icons/Mint-Y-Red/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/thunar.png b/usr/share/icons/Mint-Y-Red/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/Thunar.png b/usr/share/icons/Mint-Y-Red/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/athena.png b/usr/share/icons/Mint-Y-Red/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/file-manager.png b/usr/share/icons/Mint-Y-Red/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/kfm.png b/usr/share/icons/Mint-Y-Red/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/nautilus.png b/usr/share/icons/Mint-Y-Red/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/nemo.png b/usr/share/icons/Mint-Y-Red/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/network-server.png b/usr/share/icons/Mint-Y-Red/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/thunar.png b/usr/share/icons/Mint-Y-Red/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/Thunar.png b/usr/share/icons/Mint-Y-Red/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/athena.png b/usr/share/icons/Mint-Y-Red/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/file-manager.png b/usr/share/icons/Mint-Y-Red/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/kfm.png b/usr/share/icons/Mint-Y-Red/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/nautilus.png b/usr/share/icons/Mint-Y-Red/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/nemo.png b/usr/share/icons/Mint-Y-Red/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/network-server.png b/usr/share/icons/Mint-Y-Red/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/thunar.png b/usr/share/icons/Mint-Y-Red/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Red/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Red/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Red/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Red/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Red/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Red/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Red/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Red/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Red/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Red/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Red/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Red/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Red/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Red/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/128/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/athena.png b/usr/share/icons/Mint-Y-Sand/places/128/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/128/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/kfm.png b/usr/share/icons/Mint-Y-Sand/places/128/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/128/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/128/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/nemo.png b/usr/share/icons/Mint-Y-Sand/places/128/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/network-server.png b/usr/share/icons/Mint-Y-Sand/places/128/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/128/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/128/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/thunar.png b/usr/share/icons/Mint-Y-Sand/places/128/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/128/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/128@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/128@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/128@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/16/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/athena.png b/usr/share/icons/Mint-Y-Sand/places/16/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/16/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/kfm.png b/usr/share/icons/Mint-Y-Sand/places/16/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/16/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/16/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/nemo.png b/usr/share/icons/Mint-Y-Sand/places/16/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/network-server.png b/usr/share/icons/Mint-Y-Sand/places/16/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/16/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/16/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/thunar.png b/usr/share/icons/Mint-Y-Sand/places/16/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/16/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/16@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/16@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/16@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/22/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/athena.png b/usr/share/icons/Mint-Y-Sand/places/22/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/22/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/kfm.png b/usr/share/icons/Mint-Y-Sand/places/22/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/22/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/22/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/nemo.png b/usr/share/icons/Mint-Y-Sand/places/22/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/network-server.png b/usr/share/icons/Mint-Y-Sand/places/22/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/22/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/22/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/thunar.png b/usr/share/icons/Mint-Y-Sand/places/22/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/22/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/22@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/22@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/22@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/24/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/athena.png b/usr/share/icons/Mint-Y-Sand/places/24/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/24/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/kfm.png b/usr/share/icons/Mint-Y-Sand/places/24/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/24/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/24/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/nemo.png b/usr/share/icons/Mint-Y-Sand/places/24/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/network-server.png b/usr/share/icons/Mint-Y-Sand/places/24/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/24/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/24/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/thunar.png b/usr/share/icons/Mint-Y-Sand/places/24/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/24/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/24@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/24@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/24@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/32/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/athena.png b/usr/share/icons/Mint-Y-Sand/places/32/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/32/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/kfm.png b/usr/share/icons/Mint-Y-Sand/places/32/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/32/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/32/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/nemo.png b/usr/share/icons/Mint-Y-Sand/places/32/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/network-server.png b/usr/share/icons/Mint-Y-Sand/places/32/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/32/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/32/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/thunar.png b/usr/share/icons/Mint-Y-Sand/places/32/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/32/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/32@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/32@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/32@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/48/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/athena.png b/usr/share/icons/Mint-Y-Sand/places/48/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/48/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/kfm.png b/usr/share/icons/Mint-Y-Sand/places/48/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/48/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/48/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/nemo.png b/usr/share/icons/Mint-Y-Sand/places/48/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/network-server.png b/usr/share/icons/Mint-Y-Sand/places/48/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/48/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/48/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/thunar.png b/usr/share/icons/Mint-Y-Sand/places/48/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/48/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/48@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/48@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/48@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/64/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/athena.png b/usr/share/icons/Mint-Y-Sand/places/64/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/64/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/kfm.png b/usr/share/icons/Mint-Y-Sand/places/64/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/64/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/64/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/nemo.png b/usr/share/icons/Mint-Y-Sand/places/64/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/network-server.png b/usr/share/icons/Mint-Y-Sand/places/64/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/64/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/64/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/thunar.png b/usr/share/icons/Mint-Y-Sand/places/64/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/64/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/64@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/64@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/64@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/96/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/athena.png b/usr/share/icons/Mint-Y-Sand/places/96/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/96/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/kfm.png b/usr/share/icons/Mint-Y-Sand/places/96/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/96/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/96/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/nemo.png b/usr/share/icons/Mint-Y-Sand/places/96/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/network-server.png b/usr/share/icons/Mint-Y-Sand/places/96/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/96/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/96/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/thunar.png b/usr/share/icons/Mint-Y-Sand/places/96/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/96/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/Thunar.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/Thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/Thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/athena.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/athena.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/athena.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/file-manager.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/kfm.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/kfm.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/kfm.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/nautilus-actions-config-tool.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/nautilus-actions-config-tool.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/nautilus-actions-config-tool.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/nautilus.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/nautilus.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/nautilus.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/nemo.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/nemo.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/nemo.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/network-server.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/redhat-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/redhat-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/redhat-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/system-file-manager.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/system-file-manager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/system-file-manager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/thunar.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/thunar.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/thunar.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y-Sand/places/96@2x/xfce-filemanager.png b/usr/share/icons/Mint-Y-Sand/places/96@2x/xfce-filemanager.png new file mode 120000 index 0000000000..6b18cab339 --- /dev/null +++ b/usr/share/icons/Mint-Y-Sand/places/96@2x/xfce-filemanager.png @@ -0,0 +1 @@ +folder.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/128@2x/network-server.png b/usr/share/icons/Mint-Y/places/128@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/128@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/16@2x/network-server.png b/usr/share/icons/Mint-Y/places/16@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/16@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/22@2x/network-server.png b/usr/share/icons/Mint-Y/places/22@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/22@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/24@2x/network-server.png b/usr/share/icons/Mint-Y/places/24@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/24@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/32@2x/network-server.png b/usr/share/icons/Mint-Y/places/32@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/32@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/48@2x/network-server.png b/usr/share/icons/Mint-Y/places/48@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/48@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/64@2x/network-server.png b/usr/share/icons/Mint-Y/places/64@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/64@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file diff --git a/usr/share/icons/Mint-Y/places/96@2x/network-server.png b/usr/share/icons/Mint-Y/places/96@2x/network-server.png new file mode 120000 index 0000000000..3586fc55e0 --- /dev/null +++ b/usr/share/icons/Mint-Y/places/96@2x/network-server.png @@ -0,0 +1 @@ +network-workgroup.png \ No newline at end of file