summaryrefslogtreecommitdiffstats
path: root/abs/core/mythdb-initial
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2013-01-11 22:44:45 (GMT)
committerJames Meyer <james.meyer@operamail.com>2013-01-11 22:44:45 (GMT)
commit901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7 (patch)
treea5d660f9448219d3debddfa317f379323bca1f1d /abs/core/mythdb-initial
parente1e5a06abef9b9b858d252e8709f5dc06416e032 (diff)
downloadlinhes_pkgbuild-901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7.zip
linhes_pkgbuild-901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7.tar.gz
linhes_pkgbuild-901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7.tar.bz2
mythdb-initial: set E to be the default windowmanager
This has the side effect of removing the windowmanger settings sync between the backend and new installs. refs #895
Diffstat (limited to 'abs/core/mythdb-initial')
-rwxr-xr-xabs/core/mythdb-initial/PKGBUILD4
-rw-r--r--abs/core/mythdb-initial/custom.sql7
2 files changed, 9 insertions, 2 deletions
diff --git a/abs/core/mythdb-initial/PKGBUILD b/abs/core/mythdb-initial/PKGBUILD
index fda32db..b9d089a 100755
--- a/abs/core/mythdb-initial/PKGBUILD
+++ b/abs/core/mythdb-initial/PKGBUILD
@@ -1,6 +1,6 @@
pkgname=mythdb-initial
pkgver=2
-pkgrel=48
+pkgrel=50
pkgdesc="setup the initial mythtv database for linhes"
url=""
license=""
@@ -21,4 +21,4 @@ build() {
}
md5sums=('9dcf8c574e69fde6b1b2fa1eed95ded4'
'ad0e57ac5e7c3677808a670e16634bba'
- '814622daded79510217a96da960b24bd')
+ '0942cc7b228cb1049f12950f3e228e8b')
diff --git a/abs/core/mythdb-initial/custom.sql b/abs/core/mythdb-initial/custom.sql
index de8e948..72a94f4 100644
--- a/abs/core/mythdb-initial/custom.sql
+++ b/abs/core/mythdb-initial/custom.sql
@@ -136,6 +136,13 @@ INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
UPDATE `keybindings` set `keylist` = "Alt+Esc" WHERE `action` = 'EXITPROMPT' ;
+-- Force windowmanager to enlightnemnet, install supplemental and use enhanced
+INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
+('HostWindowManager' , 'enlightenment' ,'apheleia'),
+('HOSTSupplemental' , '1' ,'apheleia'),
+('HostEnhancedWMStyle', '1' ,'apheleia');
+
+
-- Defaults for OS install
INSERT INTO `settings` (`value`, `data`, `hostname`) VALUES
('HOSTuprootfstype','ext3' , 'apheleia'),