
Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
These are calendar programs right? A quick fix could be just make a copy of the calendar.svg icon in ~/.icons/ACYL_Icon_Theme_0.9.5/scalable/apps/ and name it correctly.
A tip for finding the correct name of the icons is locating them in the /usr/share/icons/hicolor/apps/ folder and see what name they have there. Works most of the time. - Jan 30 2013

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
You should have the "sys" module if you have installed python. I have no idea why you get an error, although I have gotten this reported to me once before. It was on a fresh install of ubuntu 11.10. That time it seemed to solve itself after a reboot. Sorry I can't be of much help. - May 14 2012

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
If you do decide to install python 2.x you might have to tell the script what version it should use.
And here is a mini-guide on how to do that:
* Find the file script_gui.py in ~/.icons/Any_Color_You_Like_0.9.4/scalable/scripts/
* Edit the first line in a text editor, it should be something like #!/usr/bin/env python2.x when you are done. Where python2.x should match the version you have installed. - Jan 27 2012

Full Icon Themes by switzak 286 comments

GTK2 Themes by switzak 12 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
Here is the bug: https://bugzilla.gnome.org/show_bug.cgi?id=155974
It was reported 2004 and I have submitted a patch for it but nothing indicates it is going to be fixed soon. It isn't even marked confirmed. =( - May 09 2011

Full Icon Themes by switzak 286 comments
The svg should only have one path, and it's id should be "path-main" and it's style properties should be "fill:none".
Somewhere in the svg there also needs to be the these tags "<acyl-settings></acyl-settings>".
If you have done this correctly it should be in the correct color after running the script.
It is hard to explain and I wrote this kinda quickly. I suggest you take a look in one of the icons and see how it is structured. If you have any questions after that, feel free to ask. =)
- May 07 2011

Full Icon Themes by switzak 286 comments
Thanks anyway. =) - Apr 12 2011

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
What kind of output do you get when running the script? - Feb 18 2011

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
If you are really desperate I have some ideas of how to get different icons for the panel. I will tell you the one I think is the best. I have not tried it, but I think it will work, but make a backup of the icons, just in case. =)
This assumes you use both the 0.9.2 and 0.9.3 versions.
Edit the "index.theme" file in acyl 0.9.2
Set the "name" attribute to something like "AnyColorYouLikePanel" then add a line under it that says "Inherits=AnyColorYouLike".
Now, go the the "real_icons" folder, still in 0.9.2 and remove all directories except the one named "panel". After that you should remove all the broken symlinks you can find in the icon categories located in the scalable folder.
This should make the 0.9.2 version only affect the panel icons and leave the rest of the icons to the 0.9.3 version. Just make sure the icon theme you use is the 0.9.2 version. =)
Hope this helps! - Feb 04 2011

Full Icon Themes by switzak 286 comments
Go to: ~/.icons/ACYL_Icon_Theme_0.9.3/scalable/scripts/
open the file script_gui.py in a text editor. The first line looks like this:
#!/usr/bin/env python2.6
Change it to:
#!/usr/bin/env python2
This will make the script use any version of python 2.x that is installed. If this doesn't work I need more information, like terminal output. - Jan 30 2011

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
To fix it go to:
~/.icons/ACYL_Icon_Theme_0.9.3/scalable/status/
Find the file named "battery-100-charging.svg". Copy it and name the copy "gpm-battery-charged.svg".
Do the same with "battery-000.svg" and name the copy "gpm-battery-empty.svg".
I can't test this myself but this will very likely fix the problem. =) - Jan 22 2011

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
Maybe a screenshoot could explain it better? - Jan 20 2011

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
If I have misunderstood something, please clarify. - Jan 17 2011

Full Icon Themes by switzak 286 comments
If you are interested they are usually located in
/usr/share/icons/hicolor/
If the icons can't be found there, then the program don't follow the regular standard. If you really want to see the icon themed you need to bring it up with the developers for each app.
This is the case for the WICD icons, however I have made a special fix for these that can be applied under the "other" tab. Although I have decided to stop making these special fixes as it is just to much work. And I think it should be done by the developers of the apps. - Jan 17 2011

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
I have taken a quick look at the code and changelog and it seams good. The current state files are for the cli interface if you were wondering. The cli menu won't recognize them automatically but it doesn't matter as I'm dropping the current cli anyway. =)
The reason why I'm using gtk... Well basically it is because I looked around a little and found glade which seamed pretty easy and that is for gtk. Are there any big advantages with tkinter? I guess better portability is one thing. So maybe one day I'll redo the gui if I think it's worth it. =) - Nov 11 2010

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
The easiest way would probably be to pack them in a tar and upload them to a hosting site then post the link here. Then I can just integrate them myself and ship them with the next release. =)
The svgs have to have a certain structure to work with the script, if you have it all figured out then thats all and well, if not I can post the icons again after I have made sure they work. - Nov 03 2010

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments
I'm not sure how to represent what icons to apply settings on in the gui, I do not really like how it is now. With so many options it feels cluttered.
Good luck with the coding, if you have any questions ask and I will try to answer the best I can. =) - Oct 18 2010

Full Icon Themes by switzak 286 comments
So you have to copy the pidgin icons every time you make a change to have them matching the rest of the icons.
You could rename the pidgin icons in the acyl folder so you won't have to do it every time you want to transfer them, I do not think it would cause any trouble.
I'm gonna try a few things later when I have time so things might change for the next acyl version, what pidigin version do you use? - Oct 13 2010

Full Icon Themes by switzak 286 comments
This makes it is very hard for me to help you as I don't really have anything to go on as I am unable to reproduce the bug. =( - Oct 11 2010

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments

Full Icon Themes by switzak 286 comments