mirror of
https://github.com/archr-linux/Arch-R.git
synced 2026-03-31 14:41:55 -07:00
chrome: python3
This commit is contained in:
@@ -47,8 +47,8 @@ def startchrome(args):
|
||||
chrome_params = args + ' ' + \
|
||||
__addon__.getSetting('HOMEPAGE')
|
||||
subprocess.call(__path__ + 'chrome-start ' + chrome_params, shell=True, env=new_env)
|
||||
except Exception, e:
|
||||
oe.dbg_log('chrome', unicode(e))
|
||||
except Exception as e:
|
||||
oe.dbg_log('chrome', e)
|
||||
|
||||
def isRuning(pname):
|
||||
tmp = os.popen("ps -Af").read()
|
||||
|
||||
Reference in New Issue
Block a user