From 0328daea42c752673f9268408e7ec96308c5852a Mon Sep 17 00:00:00 2001 From: Britney Fransen Date: Sat, 21 Sep 2013 17:27:33 -0500 Subject: 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. --- abs/core/LinHES-config/PKGBUILD | 6 +++--- abs/core/LinHES-config/systemconfig.py | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/abs/core/LinHES-config/PKGBUILD b/abs/core/LinHES-config/PKGBUILD index 0920a02..b28ab94 100755 --- a/abs/core/LinHES-config/PKGBUILD +++ b/abs/core/LinHES-config/PKGBUILD @@ -1,11 +1,11 @@ pkgname=LinHES-config pkgver=8.0 -pkgrel=8 +pkgrel=9 conflicts=(MythVantage-config MythVantage-config-dev LinHES-config-dev LinHes-config ) pkgdesc="Install and configure your system" depends=('bc' 'libstatgrab' 'mysql-python' 'expect' 'curl' 'dnsutils' 'parted' 'sg3_utils' 'nmbscan' 'system-templates' 'rsync' 'python-parted' - 'python-pexpect' 'python-netifaces' + 'python-pexpect' 'python-netifaces' 'xcursor-vanilla-dmz-aa' 'python-iplib' 'mythinstall>=2-10' 'sudo' 'setserial' 'udevil') arch=('i686' 'x86_64') @@ -171,7 +171,7 @@ md5sums=('c832059cd635359d39a2ac3166ff463c' '299c24c0820fc9c483c820db2595e3cb' 'cf51cb22e23218ae7e9b55cac1ba3a7f' 'e4b61402858058f7575b776d62d5ee89' - '1a17256202d851f37c54f2836c244b5d' + '540a5b7f63a83ad53d6924c637bfd1c7' '2596460462cf6c889cf8f95485537b20' 'dc3c5270691a62600475705f4cb78b56' '4804aa93aaad3dfcfff08cd9ffd68836' 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: -- cgit v0.12