Skip to content
Snippets Groups Projects
Commit 0580e69f authored by nkour's avatar nkour
Browse files

damn typo

parent 946d1800
No related branches found
No related tags found
No related merge requests found
......@@ -199,7 +199,7 @@ def user_runs_gnome():
def user_runs_kde():
return 'startkde' in get_running_processes()
der user_runs_xfce():
def user_runs_xfce():
procs = get_running_processes()
if 'startxfce4' in procs or 'xfce4-session' in procs:
return True
......
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