On Monday 22 October 2007, you wrote:
> Well this document contains a list of icon names as a base of an icon
> theme - but all the apps icons and the distribution specific icon names
> are not included.

well, yes .. this is the standard base icon set which, if implemented, makes 
your theme compliant with the (freedesktop.org) Icon Naming Spec.

the naming spec, due to being a standardizing specification, does not include 
customizations such as distro specific icon names.

however, it would probably be nice to collect all of those somewhere. probably 
no one has had the time / motivation to do so, is all.

as for applications, that's probably as easy as installing as many apps as you 
can and then do something like:

for i in `find /usr/share/applications/ -name '*.desktop'`
    do grep Icon= $i  | sed "s,Icon=,,"
done

the list should include all the application icons that get looked for.

-- 
Aaron J. Seigo
humru othro a kohnu se
GPG Fingerprint: 8B8B 2209 0C6F 7C47 B1EA  EE75 D6B7 2EB1 A7F1 DB43

KDE core developer sponsored by Trolltech

Attachment: pgp4kwC3sXOLc.pgp
Description: PGP signature

_______________________________________________
xdg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xdg

Reply via email to