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:
Python Source  |  2009-03-04  |  174 b   |  9 lines

  1. #!/usr/bin/python
  2. from xdg.IconTheme import *
  3.  
  4. print getIconPath("opera")
  5.  
  6. theme = IconTheme()
  7. theme.parse("/usr/kde/3.4/share/icons/hicolor/index.desktop")
  8. theme.validate()
  9.