예제 #1
0
파일: mouse.py 프로젝트: smolleyes/Gstyle
 def scan_system(self):
     themelist = scan_system_themes(srcdir, icons_home_srcdir)
     os.chdir('/tmp')
     for path in themelist:
         if os.path.isdir(path) and not("Default" in path):
             if os.path.exists(path+"/cursors"):
                 self.add_item_system(path)
예제 #2
0
 def scan_system(self):
     themelist = scan_system_themes(srcdir, icons_home_srcdir)
     os.chdir('/tmp')
     for path in themelist:
         if os.path.isdir(path) and not ("Default" in path):
             if os.path.exists(path + "/cursors"):
                 self.add_item_system(path)
예제 #3
0
파일: gtk.py 프로젝트: smolleyes/Gstyle
 def scan_system(self):
     """Charger le dictionnaire en scannant les dossiers"""
     themelist = scan_system_themes(srcdir, home_srcdir)
     for item in themelist:
         if not("Default" in item) and os.path.isdir(item):
             self.add_item_system(item)
예제 #4
0
파일: gtk.py 프로젝트: smolleyes/Gstyle
 def scan_system(self):
     """Charger le dictionnaire en scannant les dossiers"""
     themelist = scan_system_themes(srcdir, home_srcdir)
     for item in themelist:
         if not ("Default" in item) and os.path.isdir(item):
             self.add_item_system(item)