hide tabs on konsole only one is opened

fixed the Activities default name to Chakra
This commit is contained in:
AlmAck 2014-05-08 21:39:02 +02:00
parent 3815270e34
commit 2095b7e3e8
3 changed files with 8 additions and 5 deletions

View File

@ -1,16 +1,16 @@
#
# Core Packages for Chakra, part of chakra-project.org
# Core Packages for Chakra, part of chakraos.org
#
pkgname=chakra-live-skel
pkgver=1.0
pkgrel=1
pkgver=1.0 # think if replace the version with the release date of the iso: 2014.05
pkgrel=2
pkgdesc="The inital user configuration of a Chakra system"
arch=('x86_64')
url="http://www.archlinux.org/"
url="http://www.chakraos.org/"
license=('GPL')
source=("skel.tar.gz")
md5sums=('ac84be7618e02f22f4e975770765a960')
md5sums=('7a4fa7c9604dac4422bd7d73555a2cfb')
package() {
cd ${srcdir}/skel

View File

@ -0,0 +1,2 @@
[TabBar]
TabBarVisibility=ShowTabBarWhenNeeded

View File

@ -1,6 +1,7 @@
/* Copyright 2014 Chakra Developer Team */
var activity = activities()[0]
activity.name = i18n("Chakra")
activity.currentConfigGroup = new Array("Wallpaper", "image");
activity.writeConfig("wallpaper", "/usr/share/wallpapers/descartes/");
activity.writeConfig("userswallpaper", "/usr/share/wallpapers/descartes");