Skip to content

Commit

Permalink
* set XDG_CONFIG_HOME
Browse files Browse the repository at this point in the history
  • Loading branch information
DisposaBoy committed Dec 21, 2012
1 parent 1f3dcf4 commit 061a5fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mg9.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,9 @@ def _send():
if not gs.checked(DOMAIN, 'launch _recv'):
gsq.launch(DOMAIN, _recv)

proc, _, err = gsshell.proc([MARGO9_BIN, '-poll=30'], stderr=gs.LOGFILE)
proc, _, err = gsshell.proc([MARGO9_BIN, '-poll=30'], stderr=gs.LOGFILE ,env={
'XDG_CONFIG_HOME': gs.home_path(),
})
gs.set_attr(PROC_ATTR_NAME, proc)

if not proc:
Expand Down

0 comments on commit 061a5fa

Please sign in to comment.