home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Easy 2010 May
/
Mac Life Ubuntu.iso
/
casper
/
filesystem.squashfs
/
usr
/
share
/
doc
/
python-xdg
/
examples
/
test-icon.py
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Python Source
|
2009-03-04
|
174 b
|
9 lines
#!/usr/bin/python
from xdg.IconTheme import *
print getIconPath("opera")
theme = IconTheme()
theme.parse("/usr/kde/3.4/share/icons/hicolor/index.desktop")
theme.validate()