def restart(self): g15os.run_script("g15-desktop-service", ["restart"], background = True)
def restart(): g15os.run_script("g15-desktop-service", ["restart"], background=True)
def run_script(script, args=None, background=True): return g15os.run_script(script, args, background)