KDE Icons in your project - Info for Developers

Ralf Nolden nolden at kde.org
Sat May 12 09:15:10 UTC 2001


Hi,

I want to share with whoever is working on a KDE project that with KDE
2.2 the locolor icon set will be removed and only the hicolor icon set
will be used. What does that mean to developers ?

Basically, when you add an icon to your project, there's a simple line
to add to your Makefile.am which is KDE_ICONS = AUTO. This will install
the icons into the right locations. For this to meet, you have to stick
to a naming convention:

<iconset><size>-<group>-<iconname>.png

The values for iconset are lo and hi. The lo becomes obsolete, so please
only use hi as the prefix for iconset. Valid values for size are 16, 22,
32, 48. Groups are things like actions, mimetypes etc, following the
directory hierarchy of the KDEDIR/icons subdirs.

Please rename your icons specified with lo16-actions-whatever.png to
hi16-actions-whatever.png as an example. If you have any questions, feel
free to come back and ask so we can help you out to make your
application be standard compliant with the upcoming KDE 2.2 (although
2.2 will be binary compatible with KDE 2.0)

Ralf
-- 
Finally, even I have to admit that being myself was the best thing
that ever could have happened to me. - Le Grand Charmeur

**********************************
Ralf Nolden

The KDevelop Project
http://www.kdevelop.org

nolden at kde.org
rnolden at kdevelop.org
**********************************

-
to unsubscribe from this list send an email to kdevelop-devel-request at kdevelop.org with the following body:
unsubscribe »your-email-address«



More information about the KDevelop-devel mailing list