

Full Icon Themes
That's weird, if you've installed from deb package you should have that directory. Try
find /usr/share/icons/Clarity/scalable/ -type f | wc -l
it should give you 920. If you installed in ~/.icons/Clarity then change that path and you will not need sudo. - Dec 09 2018
find /usr/share/icons/Clarity/scalable/ -type f | wc -l
it should give you 920. If you installed in ~/.icons/Clarity then change that path and you will not need sudo. - Dec 09 2018
Yes I can confirm, I've installed evolution on my Xubuntu 12.04 in VirtualBox and the icons are quite large.
You can fix it by executing this code:
find /usr/share/icons/Clarity/scalable/ -type f | sudo xargs sed -i 's/width="128" height="128"/width="64" height="64" viewBox="0 0 128 128"/'
this will be cleared after you change icon color if you also execute this on src directory you will have permanent fix will create 0.5.1 version with a fix. - Dec 08 2018
You can fix it by executing this code:
find /usr/share/icons/Clarity/scalable/ -type f | sudo xargs sed -i 's/width="128" height="128"/width="64" height="64" viewBox="0 0 128 128"/'
this will be cleared after you change icon color if you also execute this on src directory you will have permanent fix will create 0.5.1 version with a fix. - Dec 08 2018
Weird I will probably will need to create smaller icons just for evolution like with 16x16 (but probably will not create all icons like with 16px only those for evolution props).
What window manager/Desktop you're using? Maybe I will replicate this on my machine or in VirtualBox. - Dec 08 2018
What window manager/Desktop you're using? Maybe I will replicate this on my machine or in VirtualBox. - Dec 08 2018
It looks ok in Fedora XFce, what distribution you're using? Did you install in ~/.icon or /usr/share/icons directory (I think it shouldn't matter)?
When I've opened the preferences, I think the icons where at 64x64 but they look the same on other themes in XFce. - Dec 07 2018
When I've opened the preferences, I think the icons where at 64x64 but they look the same on other themes in XFce. - Dec 07 2018
I get email from gnome-look but this message is missing. You can fork icons on github add all your changes and create pull request. I'll check them, if they are fine I'll merge them, I added few icons to github that are missing in packages, if you merge your changes I create new packages so everybody get new versions. Here is the repo https://github.com/jcubic/Clarity, I would prefer if you fork and create pull request, but if you prefer to just upload those icons somewhere it will be fine, I still check them.
- Oct 03 2012
Take a look at files in src directory they start with template_ and they are svg files that have two markers {{TITLE}} and {{PATH}}. So you need to create file like this.
You can take existing icon modify it in Inkscape save it as clean svg (in template_???.svg file) and then put {{TITLE}} and {{PATH}} into righ place. {{PATH}} should be inside "d" attribute of the "path" element.
You can also use text editor to modify SVG file directly.
When you put that file in src directory you will be able to select it from change_theme script. If you want to use make instead you need to run ./configure. - Jan 24 2012
You can take existing icon modify it in Inkscape save it as clean svg (in template_???.svg file) and then put {{TITLE}} and {{PATH}} into righ place. {{PATH}} should be inside "d" attribute of the "path" element.
You can also use text editor to modify SVG file directly.
When you put that file in src directory you will be able to select it from change_theme script. If you want to use make instead you need to run ./configure. - Jan 24 2012
I think it's my fileden ID this is list of older uploads
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.2.10.tar.gz
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.3.tar.gz
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.3.1.tar.gz
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.3.2.tar.gz
- Jan 13 2012
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.2.10.tar.gz
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.3.tar.gz
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.3.1.tar.gz
http://www.fileden.com/files/2011/2/28/3088999/clarity-icon-theme_0.3.2.tar.gz
- Jan 13 2012
I updated the license notice in README.
PS: In your PKGBUILD file you put the path to the file (with version as variable) but every time I upload new version of the package, the path will be different, because the path contain the date of the upload. - Jan 12 2012
PS: In your PKGBUILD file you put the path to the file (with version as variable) but every time I upload new version of the package, the path will be different, because the path contain the date of the upload. - Jan 12 2012
I added your symlinks, and I will add missing icons, I will publish packages soon.
In your PKGBUILD file you link to the path of the pachage and the version number, but when I upload new version of the package to fileden, the path will change (because it contain the date when it was uploaded).
The license is GPL not CC-BY
And thinks for using my icons. - Jan 09 2012
In your PKGBUILD file you link to the path of the pachage and the version number, but when I upload new version of the package to fileden, the path will change (because it contain the date when it was uploaded).
The license is GPL not CC-BY
And thinks for using my icons. - Jan 09 2012
I just build blue icons using both make and change-theme script that in both cases all icons are changed. The icons that ramain unchanged are only wireless loading, system-upgrade, few actions and linux logo (those in static folder).
I will make wireless loading icons, and spelling changeable.
As for covergloobus, banshee and playonlinux they are not in the package. Clarity inherit icons from AwOken icons (they are similar) so they are taken from that theme. - Dec 28 2011
I will make wireless loading icons, and spelling changeable.
As for covergloobus, banshee and playonlinux they are not in the package. Clarity inherit icons from AwOken icons (they are similar) so they are taken from that theme. - Dec 28 2011
WIFI status is "hard coded" I will create themeable version. Empathy icons are taken from AwOken (Clarity inherits from it) I don't know why they are giant. could you show screenshot (I have empathy installed but I don't have any contacts)
- Apr 17 2011