From 901db31a24f3e47e5f6e81cecbbb2a3f7ad389a7 Mon Sep 17 00:00:00 2001 From: James Meyer Date: Fri, 11 Jan 2013 16:44:45 -0600 Subject: 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 --- abs/core/mythdb-initial/PKGBUILD | 4 ++-- abs/core/mythdb-initial/custom.sql | 7 +++++++ 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'), -- cgit v0.12