Beispiel #1
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)
Beispiel #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)
Beispiel #3
0
 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)
Beispiel #4
0
 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)