summaryrefslogtreecommitdiffstats
path: root/abs/core/LinHES-config/systemconfig.py
diff options
context:
space:
mode:
authorBritney Fransen <brfransen@gmail.com>2013-09-21 22:27:33 (GMT)
committerBritney Fransen <brfransen@gmail.com>2013-09-21 22:27:33 (GMT)
commit0328daea42c752673f9268408e7ec96308c5852a (patch)
tree953cabb1b68422c2d39c579c4ca22aef8687a115 /abs/core/LinHES-config/systemconfig.py
parentc07a0a22356118de3a14f8a08136c2bfd2654607 (diff)
downloadlinhes_pkgbuild-0328daea42c752673f9268408e7ec96308c5852a.zip
linhes_pkgbuild-0328daea42c752673f9268408e7ec96308c5852a.tar.gz
linhes_pkgbuild-0328daea42c752673f9268408e7ec96308c5852a.tar.bz2
LinHES-config: add xcursor-vanilla-dmz-aa as dep.
systemconfig.py: set xcursor-vanilla-dmz-aa as default cursor so the size of the cursor will now change.
Diffstat (limited to 'abs/core/LinHES-config/systemconfig.py')
-rwxr-xr-xabs/core/LinHES-config/systemconfig.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/abs/core/LinHES-config/systemconfig.py b/abs/core/LinHES-config/systemconfig.py
index f7e3f5d..07b2820 100755
--- a/abs/core/LinHES-config/systemconfig.py
+++ b/abs/core/LinHES-config/systemconfig.py
@@ -40,8 +40,8 @@ def setup_x(systemconfig):
logging.info("____Skipping of Xorg, config disabled____")
else:
if not os.path.exists('/usr/share/icons/default'):
- if os.path.exists('/usr/share/icons/whiteglass'):
- os.symlink('/usr/share/icons/whiteglass','/usr/share/icons/default');
+ if os.path.exists('/usr/share/icons/Vanilla-DMZ-AA'):
+ os.symlink('/usr/share/icons/Vanilla-DMZ-AA','/usr/share/icons/default');
if systemconfig.get("UseXLargeMouse") == "1" :
cmd = "echo Xcursor.size: 48 > %s/.Xdefaults" %data_config.MYTHHOME
else: