Skip to content
Snippets Groups Projects
Commit bf09d270 authored by Yann Leboulanger's avatar Yann Leboulanger
Browse files

don't fail to auto-detect mailer and browser under win

parent 00b15aff
No related branches found
No related tags found
No related merge requests found
......@@ -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'''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment