home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / python-xdg / examples / test-icon.py < prev    next >
Encoding:
Python Source  |  2005-08-04  |  179 b   |  9 lines

  1. #!/usr/bin/env python2
  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.