From 2e1d3401ea1a59d6f00348179846065bd347c901 Mon Sep 17 00:00:00 2001 From: AlmAck Date: Fri, 16 May 2014 20:59:52 +0200 Subject: [PATCH] chakra-live-skel add a setting to yakuake to prevent the windoe to open when login to the desktop --- chakra-live-skel/PKGBUILD | 4 ++-- chakra-live-skel/skel/etc/skel/.kde4/share/config/yakuakerc | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/chakra-live-skel/PKGBUILD b/chakra-live-skel/PKGBUILD index f31281c0f..cac44f161 100644 --- a/chakra-live-skel/PKGBUILD +++ b/chakra-live-skel/PKGBUILD @@ -4,13 +4,13 @@ pkgname=chakra-live-skel pkgver=1.0 # think if replace the version with the release date of the iso: 2014.05 -pkgrel=8 +pkgrel=9 pkgdesc="The inital user configuration of a Chakra system" arch=('x86_64') url="http://www.chakraos.org/" license=('GPL') source=("skel.tar.gz") -md5sums=('021b3bbb0424025aef7471660f4857eb') +md5sums=('9479f687b971ff6a619bc01969f04027') package() { cd ${srcdir}/skel diff --git a/chakra-live-skel/skel/etc/skel/.kde4/share/config/yakuakerc b/chakra-live-skel/skel/etc/skel/.kde4/share/config/yakuakerc index befc65e9d..58d528880 100644 --- a/chakra-live-skel/skel/etc/skel/.kde4/share/config/yakuakerc +++ b/chakra-live-skel/skel/etc/skel/.kde4/share/config/yakuakerc @@ -9,4 +9,7 @@ ShowPopup=false Favorites=/usr/share/apps/konsole/Shell.profile [Appearance] -Skin=Chakra-Sirius-Yakuake-Theme \ No newline at end of file +Skin=Chakra-Sirius-Yakuake-Theme + +[Window] +KeepOpen=false \ No newline at end of file