Commit 2952b628 authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

5.0-alt10

- added versioned provides for indexhtml - indexhtml subpackage added - other images for browser-qt added - conflicts bitween different brandings added - steps icons added - sample slideshow added
parents 65f32143 f1f500b7
......@@ -7,7 +7,9 @@
Name: branding-%brand-%theme
Version: 5.0
Release: alt9
Release: alt10
%define variants altlinux-office-desktop altlinux-office-server altlinux-lite
BuildArch: noarch
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu
......@@ -39,6 +41,7 @@ PreReq: coreutils
Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-bootloader ";done )
%description bootloader
Here you find the graphical boot logo. Suitable for both lilo and syslinux.
......@@ -51,6 +54,7 @@ Provides: design-bootsplash design-bootsplash-%theme branding-alt-%theme-bootsp
Requires: bootsplash >= 3.3
Obsoletes: branding-alt-%theme-bootsplash
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-bootsplash ";done )
%description bootsplash
This package contains graphics for boot process
(needs console splash screen enabled)
......@@ -61,14 +65,17 @@ License: GPL
Group: System/Configuration/Other
Packager: Anton V. Boyarshiniv <boyarsh@altlinux.org>
Provides: design-alterator-browser-%theme branding-alt-%theme-browser-qt
Provides: alterator-icons design-alterator-%theme
Obsoletes: branding-alt-%theme-browser-qt
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-browser-qt ";done )
Requires: alterator-browser-qt
PreReq(post,preun): alternatives >= 0.2
%description browser-qt
Design for QT alterator for Desktop version
%define provide_list altlinux fedora redhat system altlinux
%define obsolete_list altlinux-release fedora-release redhat-release
%define conflicts_list altlinux-release-sisyphus altlinux-release-4.0 altlinux-release-junior altlinux-release-master altlinux-release-server altlinux-release-terminal altlinux-release-small_business
......@@ -81,6 +88,7 @@ Packager: Anton V. Boyarshinov <boyarsh@altlinux.org>
Provides: %(for n in %provide_list; do echo -n "$n-release = %version-%release "; done) altlinux-release-%theme branding-alt-%theme-release
Obsoletes: %obsolete_list branding-alt-%theme-release
Conflicts: %conflicts_list
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-release ";done )
%description release
%distribution %version %Theme release file.
......@@ -91,7 +99,8 @@ Obsoletes: alt-license-%theme alt-notes-%theme
Summary: Distribution license and release notes
License: Distributable
Group: Documentation
Conflicts: alt-notes-children alt-notes-desktop alt-notes-hpc alt-notes-junior alt-notes-junior-sj alt-notes-junior-sm alt-notes-school-server alt-notes-server-lite alt-notes-skif alt-notes-terminal
Conflicts: alt-notes-children alt-notes-hpc alt-notes-junior alt-notes-junior-sj alt-notes-junior-sm alt-notes-school-server alt-notes-server-lite alt-notes-skif alt-notes-terminal
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-notes ";done )
%description notes
Distribution license and release notes
......@@ -102,10 +111,32 @@ Distribution license and release notes
Summary: Slideshow for %Brand %version %Theme installer
License: Distributable
Group: System/Configuration/Other
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-slideshow ";done )
%description slideshow
Slideshow for %Brand %version %Theme installer
%package indexhtml
Summary: %name -- ALT Linux html welcome page
License: distributable
Group: System/Base
Provides: indexhtml indexhtml-%theme = %version indexhtml-Desktop = 1:5.0
Obsoletes: indexhtml-desktop indexhtml-Desktop
Conflicts: indexhtml-sisyphus
Conflicts: indexhtml-school_junior
Conflicts: indexhtml-school_lite
Conflicts: indexhtml-school_master
Conflicts: indexhtml-school_terminal
Conflicts: indexhtml-small_business
Conflicts: indexhtml-school-server
Requires: xdg-utils
Requires(post): indexhtml-common
%description indexhtml
ALT Linux index.html welcome page.
%prep
%setup -q
......@@ -156,11 +187,15 @@ mkdir -p %buildroot/usr/share/alterator-browser-qt/design
install theme.rcc %buildroot/usr/share/alterator-browser-qt/design/%theme.rcc
mkdir -p %buildroot/usr/share/alterator/design/
cp -a images %buildroot/usr/share/alterator/design/
popd
mkdir -p %buildroot/%_altdir
cat >%buildroot/%_altdir/%name-browser-qt <<__EOF__
/etc/alterator/design-browser-qt /usr/share/alterator-browser-qt/design/%theme.rcc 50
__EOF__
popd
#release
install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-release
......@@ -179,6 +214,17 @@ popd
mkdir -p %buildroot/usr/share/install2/slideshow
install slideshow/* %buildroot/usr/share/install2/slideshow/
#indexhtml
%define _altdocsdir %_defaultdocdir/alt-docs
%define _indexhtmldir %_altdocsdir/indexhtml
pushd indexhtml
mkdir -p %buildroot{%_indexhtmldir/,%_desktopdir/}
cp -r * %buildroot%_indexhtmldir/
rm -f %buildroot%_indexhtmldir/*.in
touch %buildroot%_indexhtmldir/index.html
popd
install -m644 indexhtml.desktop %buildroot%_desktopdir/
#bootloader
%pre bootloader
[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||:
......@@ -198,6 +244,9 @@ echo $lang > lang
[ "`readlink /boot/splash/message`" != "%theme/message" ] ||
%__rm -f /boot/splash/message
%post indexhtml
%_sbindir/indexhtml-update
%files bootloader
%_datadir/gfxboot/%theme
/boot/splash/%theme
......@@ -215,6 +264,8 @@ echo $lang > lang
%files browser-qt
%config %_altdir/%name-browser-qt
/usr/share/alterator-browser-qt/design/%theme.rcc
/usr/share/alterator/design/images
%files bootsplash
%_sysconfdir/bootsplash/themes/%theme/
......@@ -231,10 +282,24 @@ echo $lang > lang
%files slideshow
/usr/share/install2/slideshow
%files indexhtml
%ghost %_indexhtmldir/index.html
%_indexhtmldir/*
%_desktopdir/*
%changelog
* Wed Mar 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt10
- added versioned provides for indexhtml
- indexhtml subpackage added
- other images for browser-qt added
- conflicts bitween different brandings added
- steps icons added
- sample slideshow added
* Fri Feb 27 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt9
- merge with desktop branch
* Tue Feb 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt8
- merge desktop branch
- added adderesses into notes
......
......@@ -27,5 +27,9 @@ AC_CONFIG_FILES([
notes/release-notes.all.html
notes/license.ru.html
notes/license.all.html
indexhtml.desktop
indexhtml/index-ru.html
indexhtml/index-uk.html
indexhtml/index-en.html
])
AC_OUTPUT
[Desktop Entry]
Version=1.0
Type=Application
Exec=xdg-open /usr/share/doc/alt-docs/indexhtml/index.html
StartupNotify=false
Icon=altlinux
Name=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@: start page
Categories=System;Documentation;
# Translations
Name[ru]=@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@: cтартовая страница
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id=lang>
<a href="index-ru.html">Русский</a> |
<a href="index-uk.html">Українська</a>
</div>
<div id="content">
<table border="0" cellspacing="10"><tr>
<td><img src="img/altlinux-logo.png" width="95" height="84" style="margin-right: 15px;"></td>
<td width="99%" valign="bottom"><h1 class="shadow" title="@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr></h1></td>
</tr></table>
<div id="main">
<div id="pane">
<div class="footer">Search on ALT Linux websites</div>
<!-- Google CSE Search Box Begins -->
<form action="http://www.google.com/cse" id="searchbox_014412136813254060649:m2__wfh9ajy">
<!--table border="1" width="100%">
<tbody><tr><td-->
<input type="hidden" name="cx" value="014412136813254060649:m2__wfh9ajy" />
<input type="text" name="q" size="23" />
<input type="submit" name="sa" value="Поиск" id="button" />
<!--/td></tr></tbody></table-->
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014412136813254060649%3Am2__wfh9ajy"></script>
<!-- Google CSE Search Box Ends -->
<div id="team">
<h2>ALT Linux Team</h2>
<img src="img/alt-linux-team.png" width="144" height="55">
<p align="justify" style="padding: 15px;">This distribution would never be accomplished without active efforts put by ALT Linux Team&nbsp;&mdash; a community of free/libre software developers.</p>
<ul>
<li><a href="http://www.altlinux.org/">Community Wiki</a></li>
<li><a href="http://backports.altlinux.org/">Backports</a></li>
<li><a href="http://bugs.altlinux.org/">Report a bug</a></li>
</ul>
</div>
</div>
<p align="justify">Welcome to <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. The distribution is set up and ready to use, you may proceed. We hope that results of our work will be of use to you.</p>
<div id="documentation">
<h2>Documentation</h2>
<ul>
<li><a href="../@THEME@/index.html">User manual</a></li>
<li><a href="../modules/index.html">Additional documentation</a></li>
</ul>
</div>
<div id="web">
<h2>in Internet</h2>
<ul>
<li><a href="http://www.altlinux.ru/">Official ALT Linux website</a></li>
<li><a href="http://faq.altlinux.ru/">Frequently Asked QUestion</a></li>
<li><a href="http://search.altlinux.ru/">Search on ALT Linux websites</a></li>
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Mailing lists</a></li>
<li><a href="http://forum.altlinux.org/">ALT Linux Forum</a></li>
<li><a href="http://support.altlinux.ru/">Technical support</a></li>
</ul>
</div>
</div>
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> &copy; ALT Linux, 2008. All rights reserved.<br />
Address: 5th Donskoy proezd, 15/11, Moscow<br />
Phone/Fax: +7 (495) 662-3883</p>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id=lang>
<a href="index-en.html">English</a> |
<a href="index-uk.html">Українська</a>
</div>
<div id="content">
<table border="0" cellspacing="10"><tr>
<td><img src="img/altlinux-logo.png" width="95" height="84" style="margin-right: 15px;"></td>
<td width="99%" valign="bottom"><h1 class="shadow" title="@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr></h1></td>
</tr></table>
<div id="main">
<div id="pane">
<div class="footer">Поиск по сайтам ALT Linux</div>
<!-- Google CSE Search Box Begins -->
<form action="http://www.google.com/cse" id="searchbox_014412136813254060649:m2__wfh9ajy">
<!--table border="1" width="100%">
<tbody><tr><td-->
<input type="hidden" name="cx" value="014412136813254060649:m2__wfh9ajy" />
<input type="text" name="q" size="23" />
<input type="submit" name="sa" value="Поиск" id="button" />
<!--/td></tr></tbody></table-->
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014412136813254060649%3Am2__wfh9ajy"></script>
<!-- Google CSE Search Box Ends -->
<div id="team">
<h2>ALT Linux Team</h2>
<img src="img/alt-linux-team.png" width="144" height="55">
<p align="justify" style="padding: 15px;">Этот дистрибутив не появился бы без активного участия ALT Linux Team &mdash; сообщества разработчиков свободного программного обеспечения.</p>
<ul>
<li><a href="http://www.altlinux.org/">Wiki сообщества</a></li>
<li><a href="http://backports.altlinux.org/">Backports</a></li>
<li><a href="http://bugs.altlinux.org/">Сообщить об ошибке</a></li>
</ul>
</div>
</div>
<p align="justify">Добро пожаловать в <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. Дистрибутив настроен и готов к работе, можно приступать. Мы надеемся, что наша работа будет для Вас полезной.</p>
<div id="documentation">
<h2>Документация</h2>
<ul>
<li><a href="../@THEME@/index.html">Руководство пользователя</a></li>
<li><a href="../modules/index.html">Дополнительная документация</a></li>
</ul>
</div>
<div id="web">
<h2>Информация в Интернете</h2>
<ul>
<li><a href="http://www.altlinux.ru/">Сайт компании ALT Linux</a></li>
<li><a href="http://faq.altlinux.ru/">Ответы на часто задаваемые вопросы</a></li>
<li><a href="http://search.altlinux.ru/">Поиск информации по ALT Linux</a></li>
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Списки рассылки</a></li>
<li><a href="http://forum.altlinux.org/">Форум пользователей ALT Linux</a></li>
<li><a href="http://support.altlinux.ru/">Техническая поддержка через веб-сайт</a></li>
</ul>
</div>
</div>
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> &copy; ALT Linux, 2008. Все права защищены.<br />
Адрес: г. Москва, 5-й Донской проезд, д. 15, стр. 11<br />
Телефон/факс: +7 (495) 662-3883</p>
</div>
</body>
</html>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<link rel="stylesheet" type="text/css" href="index.css">
</head>
<body>
<div id=lang>
<a href="index-en.html">English</a> |
<a href="index-ru.html">Русский</a>
</div>
<div id="content">
<table border="0" cellspacing="10"><tr>
<td><img src="img/altlinux-logo.png" width="95" height="84" style="margin-right: 15px;"></td>
<td width="99%" valign="bottom"><h1 class="shadow" title="@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr></h1></td>
</tr></table>
<div id="main">
<div id="pane">
<div class="footer">Пошук по сайтах ALT Linux</div>
<!-- Google CSE Search Box Begins -->
<form action="http://www.google.com/cse" id="searchbox_014412136813254060649:m2__wfh9ajy">
<!--table border="1" width="100%">
<tbody><tr><td-->
<input type="hidden" name="cx" value="014412136813254060649:m2__wfh9ajy" />
<input type="text" name="q" size="23" />
<input type="submit" name="sa" value="Пошук" id="button" />
<!--/td></tr></tbody></table-->
</form>
<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=searchbox_014412136813254060649%3Am2__wfh9ajy"></script>
<!-- Google CSE Search Box Ends -->
<div id="team">
<h2>ALT Linux Team</h2>
<img src="img/alt-linux-team.png" width="144" height="55">
<p align="justify" style="padding: 15px;">Цей дистрибутив не міг би з'явитися без активної участі ALT Linux Team &mdash; спільноти розробників вільного програмного забезпечення.</p>
<ul>
<li><a href="http://www.altlinux.org/">Wiki спільноти</a> (<a
href="http://uk.altlinux.org/">українською</a>)</li>
<li><a href="http://backports.altlinux.org/">Backports</a></li>
<li><a href="http://bugs.altlinux.org/">Повідомити про помилку</a></li>
</ul>
</div>
</div>
<p align="justify">Ласкаво просимо до <nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr>. Дистрибутив налаштований та готовий до роботи, можна починати. Ми сподіваємось, що наша праця буде для Вас корисною.</p>
<div id="documentation">
<h2>Документація (рос.)</h2>
<ul>
<li><a href="../@THEME@/index.html">Посібник користувача</a></li>
<li><a href="../modules/index.html">Додаткова документація</a></li>
</ul>
</div>
<div id="web">
<h2>Інформація в Інтернеті</h2>
<ul>
<li><a href="http://www.altlinux.ru/">Сайт компанії ALT Linux</a></li>
<li><a href="http://faq.altlinux.ru/">Відповіді на часті запитання</a></li>
<li><a href="http://search.altlinux.ru/">Пошук інформації по ALT Linux</a></li>
<li><a href="http://www.altlinux.ru/online_help/users_mailing_lists.html">Списки розсилання</a></li>
<li><a href="http://forum.altlinux.org">Форум користувачів ALT Linux</a></li>
<li><a href="http://support.altlinux.ru/">Технічна підтримка через веб-сайт</a></li>
<li><a href="http://www.magic.kiev.ua/">Підтримка та рішення в Україні</a></li>
</ul>
</div>
</div>
<p class="footer"><nobr>@BRAND_FNAME@ @VERSION@ @NAME@ @STATUS@</nobr> &copy; ALT Linux, 2008. Усі права застережено.<br />
Адреса: м. Москва, 5-й Донський проїзд, 15, буд. 11<br />
Телефон/факс: +7 (495) 662-3883</p>
</div>
</body>
</html>
/* Stylesheet for index file */
body {
font-family: Verdana,'DejaVu Sans',Helvetica,sans;
text-align: left;
font-size: 12px;
background: #FFF;
background-image: url('img/bg.png');
}
.shadow { position:relative; display:block; color:black; }
.shadow nobr { position:absolute; display:block; top:0px; }
.shadow:before { display:block; padding:2px; content: attr(title); color:#CCC; }
h1 {
font-size: 28px;
font-weight: bold;
color: black;
/*text-shadow: #CCC 2px 2px 3px;*/
vertical-align: baseline;
}
h2 h3 {
color: black;
}
p { text-align: justify; }
a:link, a:visited {
text-decoration: none;
color: #39c;
}
a:hover {
text-decoration: underline;
color: #f60;
}
ul li {
padding-left: 3px;
text-align: left;
list-style: square url('img/bullet.png');
}
li.spacebefore { margin-top: 1em;}
form {
margin: 5px;
}
input#button {
height: 20px;
}
div#logo {
float: right;
margin-left: 10px;
}
div#content, div#lang {
position: relative;
width: 780px;
margin: 40px auto;
}
div#main {
background: #FFF;
width: 100%;
border: 1px solid #CCC;
padding: 2mm;
padding-left: 5mm;
}
div#pane {
float: right;
width: 260px;
text-align: center;
margin: 15px;
padding: 0px;
}
div#team {
background: #E5FFE5;
width: 100%;
text-align: center;
margin: 0px;
padding: 0px;
border: 1px solid #66CC66;
}
.footer {
font-size: 9px;
color: #666;
}
div.columns { float: left; }
div#firstcolumn { width: 27em; }
div.indent { padding-left: 5mm; }
div.spacer { clear: both; }
div#lang {
text-align: center;
background: #fff;
padding: 0.2em;
border: 1px solid #CCC;
}
# сделано для KDE, Срд Июн 27 16:12:34 2007
#
# Если вы не хотите, чтобы KDE переписал ваши настройки GTK по умолчанию, в разделе
# Внешний вид и интерфейс -> Цвета Центра управления отключите флажок
# "Применять цвета к приложениям не из KDE"
#
#
style "default"
{
bg[NORMAL] = { 0.914, 0.914, 0.914 }
bg[SELECTED] = { 1.000, 0.867, 0.463 }
bg[INSENSITIVE] = { 0.914, 0.914, 0.914 }
bg[ACTIVE] = { 0.761, 0.761, 0.761 }
bg[PRELIGHT] = { 0.914, 0.914, 0.914 }
base[NORMAL] = { 1.000, 1.000, 1.000 }
base[SELECTED] = { 1.000, 0.867, 0.463 }
base[INSENSITIVE] = { 0.914, 0.914, 0.914 }
base[ACTIVE] = { 1.000, 0.867, 0.463 }
base[PRELIGHT] = { 1.000, 0.867, 0.463 }
text[NORMAL] = { 0.000, 0.000, 0.000 }
text[SELECTED] = { 0.012, 0.012, 0.012 }
text[INSENSITIVE] = { 0.761, 0.761, 0.761 }
text[ACTIVE] = { 0.012, 0.012, 0.012 }
text[PRELIGHT] = { 0.012, 0.012, 0.012 }
fg[NORMAL] = { 0.000, 0.000, 0.000 }
fg[SELECTED] = { 0.012, 0.012, 0.012 }
fg[INSENSITIVE] = { 0.761, 0.761, 0.761 }
fg[ACTIVE] = { 0.000, 0.000, 0.000 }
fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}
class "*" style "default"
style "ToolTip"
{
bg[NORMAL] = { 1.000, 1.000, 0.863 }
base[NORMAL] = { 1.000, 1.000, 0.863 }
text[NORMAL] = { 0.000, 0.000, 0.000 }
fg[NORMAL] = { 0.000, 0.000, 0.000 }
}
widget "gtk-tooltips" style "ToolTip"
style "MenuItem"
{
bg[PRELIGHT] = { 1.000, 0.867, 0.463 }
}
class "*MenuItem" style "MenuItem"
# сделано для KDE, Срд Июн 27 16:12:34 2007
#
# Если вы не хотите, чтобы KDE переписал ваши настройки GTK по умолчанию, в разделе
# Внешний вид и интерфейс -> Цвета Центра управления отключите флажок
# "Применять цвета к приложениям не из KDE"
#
#
style "default"
{
bg[NORMAL] = { 0.914, 0.914, 0.914 }
bg[SELECTED] = { 1.000, 0.867, 0.463 }
bg[INSENSITIVE] = { 0.914, 0.914, 0.914 }
bg[ACTIVE] = { 0.761, 0.761, 0.761 }
bg[PRELIGHT] = { 0.914, 0.914, 0.914 }
base[NORMAL] = { 1.000, 1.000, 1.000 }
base[SELECTED] = { 1.000, 0.867, 0.463 }
base[INSENSITIVE] = { 0.914, 0.914, 0.914 }
base[ACTIVE] = { 1.000, 0.867, 0.463 }
base[PRELIGHT] = { 1.000, 0.867, 0.463 }
text[NORMAL] = { 0.000, 0.000, 0.000 }
text[SELECTED] = { 0.012, 0.012, 0.012 }
text[INSENSITIVE] = { 0.761, 0.761, 0.761 }
text[ACTIVE] = { 0.012, 0.012, 0.012 }
text[PRELIGHT] = { 0.012, 0.012, 0.012 }
fg[NORMAL] = { 0.000, 0.000, 0.000 }
fg[SELECTED] = { 0.012, 0.012, 0.012 }
fg[INSENSITIVE] = { 0.761, 0.761, 0.761 }
fg[ACTIVE] = { 0.000, 0.000, 0.000 }
fg[PRELIGHT] = { 0.000, 0.000, 0.000 }
}
class "*" style "default"
gtk-alternative-button-order = 1
style "ToolTip"
{
bg[NORMAL] = { 1.000, 1.000, 0.863 }
base[NORMAL] = { 1.000, 1.000, 0.863 }
text[NORMAL] = { 0.000, 0.000, 0.000 }
fg[NORMAL] = { 0.000, 0.000, 0.000 }
}
widget "gtk-tooltips" style "ToolTip"
style "MenuItem"
{
bg[PRELIGHT] = { 1.000, 0.867, 0.463 }
}
class "*MenuItem" style "MenuItem"
[Basic Settings]
Start Nepomuk=false
[Service-nepomukmigration1]
autostart=false
[Service-nepomukstrigiservice]
autostart=false
......@@ -42,11 +42,6 @@ plugin=trash
zvalue=0
[Containments][3][Applets][15]
geometry=100,3,96,32
immutability=1
plugin=quicklaunch
zvalue=0
[Containments][3][Applets][15][Configuration]
iconUrls=file:///usr/share/applications/oowriter.desktop,file:///usr/share/applications/firefox.desktop,file:///usr/share/kde4/applications/kde4/dolphin.desktop
......@@ -71,11 +66,17 @@ plugin=notifier
zvalue=0
[Containments][3][Applets][6]
geometry=36,3,60,32
geometry=36,3,100,32
immutability=1
plugin=pager
zvalue=0
[Containments][3][Applets][15]
geometry=100,3,60,32
immutability=1
plugin=quicklaunch
zvalue=0
[Containments][3][Applets][6][Configuration]
displayedText=0
showWindowIcons=false
......@@ -120,12 +121,6 @@ useCustomColor=false
DialogHeight=251
DialogWidth=248
[Containments][3][Applets][11]
immutability=1
geometry=1580,3,112,32
plugin=networkmanagement
zvalue=0
[General]
immutability=2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment