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