Skip to content

Commit

Permalink
fixing arch linux caused problems elsewhere: xorg would then read any…
Browse files Browse the repository at this point in the history
… config file in the user's home as its own

git-svn-id: https://xpra.org/svn/Xpra/trunk@11218 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Nov 15, 2015
1 parent 461fdc4 commit 06cf6b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/scripts/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ def get_Xdummy_command(use_wrapper, log_dir="${HOME}/.xpra", xorg_conf="/etc/xpr
"+extension", "RENDER",
"-auth", "$XAUTHORITY",
"-logfile", "%s/Xorg.${DISPLAY}.log" % log_dir,
"-configdir", "${HOME}/.xpra", #required on arch linux, but actually unused!
"-configdir", "${HOME}/.xpra/xorgconfigdir", #required on arch linux, but actually unused!
"-config", xorg_conf]

def get_Xvfb_command():
Expand Down

0 comments on commit 06cf6b3

Please sign in to comment.