[Mac Ryan, 2011-09-15] > having an icon for a running program it's hardly > a debian-specific thing: more or less any OS have icons for > programs, so it seemed a candidate good enough to have been put in the > abstraction layer represented by setup.py.
/usr/share/pixmaps (or rather "menu" package that uses icons installed there) is Debian specific. More general solution - Freedesktop.org's desktop files is *nix specific (and used f.e. by GNOME or KDE in Debian)... anyway packaging (AKA distutils2) will make it easier to install such files. -- Piotr Ożarowski Debian GNU/Linux Developer www.ozarowski.pl www.griffith.cc www.debian.org GPG Fingerprint: 1D2F A898 58DA AF62 1786 2DF7 AEF6 F1A2 A745 7645 _______________________________________________ Distutils-SIG maillist - [email protected] http://mail.python.org/mailman/listinfo/distutils-sig
