Skip to content

Commit

Permalink
update debian copy of the patch
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@13767 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 16, 2016
1 parent 269d826 commit ef149c4
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions debian/patches/broken-xdgruntime.patch
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ Description: XDG_RUNTIME_DIR is unreliable on CentOS 7.x:

Index: xpra/platform/xposix/paths.py
===================================================================
--- a/xpra/platform/xposix/paths.py (revision 13366)
--- a/xpra/platform/xposix/paths.py (revision 13756)
+++ b/xpra/platform/xposix/paths.py (working copy)
@@ -7,7 +7,7 @@
import sys
import site
@@ -10,7 +10,7 @@

-USE_RUNTIME_DIR = os.environ.get("XPRA_USE_RUNTIME_DIR", "1")
+USE_RUNTIME_DIR = os.environ.get("XPRA_USE_RUNTIME_DIR", "0")
from xpra.util import envbool

-USE_RUNTIME_DIR = envbool("XPRA_USE_RUNTIME_DIR", True)
+USE_RUNTIME_DIR = envbool("XPRA_USE_RUNTIME_DIR", False)

USE_RUNTIME_LOG_DIR = os.environ.get("XPRA_USE_RUNTIME_LOG_DIR", USE_RUNTIME_DIR)=="1"
USE_RUNTIME_LOG_DIR = envbool("XPRA_USE_RUNTIME_LOG_DIR", USE_RUNTIME_DIR)
USE_RUNTIME_BIN_DIR = envbool("XPRA_USE_RUNTIME_BIN_DIR", USE_RUNTIME_DIR)

0 comments on commit ef149c4

Please sign in to comment.