don't fail to auto-detect mailer and browser under win
This commit is contained in:
parent
00b15affd7
commit
bf09d27040
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ def get_running_processes():
|
||||||
processes = [os.path.basename(os.readlink('/proc/' + f +'/exe')) for f in files]
|
processes = [os.path.basename(os.readlink('/proc/' + f +'/exe')) for f in files]
|
||||||
|
|
||||||
return processes
|
return processes
|
||||||
|
return []
|
||||||
|
|
||||||
def move_window(window, x, y):
|
def move_window(window, x, y):
|
||||||
'''moves the window but also checks if out of screen'''
|
'''moves the window but also checks if out of screen'''
|
||||||
|
|
Loading…
Add table
Reference in a new issue