Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-23 12:17:20 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-23 12:17:20 (GMT)
commite9dc3b07d3bc40740d37c45a5c63945ba588783c (patch)
tree40e9f6ac8c9787a5f89cbb5fb5f971e675888dbc
parent7d49690789f7c6f3220bf15c5e8dbbc918e23005 (diff)
Setup XCURSOR_PATH
-rw-r--r--devbot/environ.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/devbot/environ.py b/devbot/environ.py
index 8761303..16b082b 100644
--- a/devbot/environ.py
+++ b/devbot/environ.py
@@ -23,6 +23,8 @@ def _setup_variables():
_add_path("PATH", config.bin_dir)
_add_path("PATH", config.commands_dir)
+ _add_path("XCURSOR_PATH",
+ os.path.join(config.share_dir, "icons"))
_add_path("GIO_EXTRA_MODULES",
os.path.join(config.system_lib_dir, "gio", "modules"))
_add_path("GI_TYPELIB_PATH",