Changeset 8640
- Timestamp:
- Apr 8, 2019, 4:50:27 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
first-aid-kit/trunk/fuentes/first-aid-kit.install/usr/share/first-aid-kit/HdBox.py
r8638 r8640 158 158 try: 159 159 self.core.working=True 160 self.core.dprint("Opening Partition Manager for HD....","[ EpoptesBox]")160 self.core.dprint("Opening Partition Manager for HD....","[HdBox]") 161 161 162 162 if self.core.current_session=='lliurex-mate': 163 163 os.system('gparted') 164 164 else: 165 os.system('partition -manager')165 os.system('partitionmanager') 166 166 167 167 self.thread_ret={"status":True,"msg":"BROKEN"} 168 168 169 169 except Exception as e: 170 self.core.dprint("(gparted_button_thread)Error: %s"%e,"[ EpoptesBox]")170 self.core.dprint("(gparted_button_thread)Error: %s"%e,"[HdBox]") 171 171 return False 172 172
Note: See TracChangeset
for help on using the changeset viewer.