Commit 5a3d0325 authored by Anton V. Boyarshinov's avatar Anton V. Boyarshinov

colors picking from kde color scheme

parent b42e34fe
......@@ -3,7 +3,7 @@ all:
cp -a bootloader/config design-bootloader-source/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-install/
cp -a bootloader/gfxboot.cfg design-bootloader-source/data-boot/
convert images/boot.jpg -font sans -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot.jpg
convert images/boot.jpg -gravity northeast -pointsize 20 -annotate 0 '@STATUS@' boot.jpg
cp -al boot.jpg design-bootloader-source/data-boot/back.jpg
cp -al boot.jpg design-bootloader-source/data-install/back.jpg
cp -al boot.jpg bootsplash/images/silent-800x600.jpg
......@@ -12,3 +12,5 @@ all:
convert images/background.png -gravity northeast -pointsize 30 -annotate 0 '@STATUS@' background.png
cp -al background.png graphics/backgrounds/default.png
convert -resize '800x600!' background.png browser-qt/design/bg.png
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
install: install-ui
include /usr/share/alterator/build/ui2.mak
body {
background-color: #f2f2ec;
color: #333333;
margin: 0px;
padding: 10px;
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size: 9pt;
}
a:link, a:active, a:visited {
color: #0074a7;
font-weight: bold;
text-decoration:underline;
}
a:hover {
color: #4295b9;
font-weight: bold;
text-decoration:underline;
}
table {
font-size: 9pt;
border-color: #023F6E;
border-collapse: collapse;
}
th {
padding: 0px 7px 3px 0px;
}
tr {
vertical-align: top;
}
hr {
border: none;
border-top: 1px solid #8d8d7e;
}
h1 {
text-align: center;
margin: 0px;
}
textarea, select, input.text {
border: 1px solid #023F6E;
font-size: 8pt;
margin: 1px 3px 1px 0px;
padding: 1px 3px;
}
.btn {
background-color: #e5e5d9;
color: #333333;
border: 1px solid #a5a58c;
cursor: pointer;
font-size: 9pt;
padding: 0px 3px;
}
.btn:hover {
background-color: #ffffff;
}
.error-message {
background-color: #FFCACA;
border: 1px solid #FF6060;
padding-left:10px;
padding-right:10px;
margin-bottom:10px;
}
.info-name {
font-size: 18pt;
border-bottom: 2px solid #023F6E;
}
.info-description {
font-size: 12pt;
font-weight: bold;
padding-top: 10px;
}
.frame-table {
border-style:solid;
border-width:1px;
margin: 3px;
}
.frame-table td, .frame-table th {
border-style:solid;
border-width:1px;
padding: 1px 1px 3px 3px;
}
.disabled {
color: #6e6e6e;
}
.alterator-progress {
border: 1px solid #023F6E;
height: 20px;
width: 200px;
padding: 2px;
background-color: #FFFFFF;
}
.alterator-progress div {
background-color: #023F6E;
height: 20px;
}
.year {
font-weight: bold;
}
.week {
border-style:solid;
border-width:1px;
background-color: white;
}
.today {
border-style:solid;
border-width:1px;
background-color: yellow;
cursor: pointer;
}
.day {
border-style:solid;
border-width:1px;
cursor: pointer;
}
.day:hover {
background-color: #e5e5d9;
}
.alterator-dateedit-calendar table {
width: 100%;
text-align: center;
border-style: solid;
border-width: 1px;
background-color:#cfd0c1;
}
.alterator-dateedit td {
padding: 3px;
}
.alterator-dateedit-button {
vertical-align:middle;
cursor:pointer;
background: url(/design/images/dateedit.png) no-repeat;
width: 15px;
height: 16px;
}
table.alterator-listbox {
border: solid 1px;
}
table.alterator-listbox th {
background-color: #91917a;
font-weight: bold;
border: solid 1px;
padding: 3px;
}
table.alterator-listbox td {
background: #ffffff;
border-left: solid 1px;
border-right: solid 1px;
padding: 3px;
}
.selector-actions {
position: absolute;
right: 30px;
}
.selector-chooser {
width: 100%;
}
#logo-td {
border-left: none;
padding-left: 10px;
padding-right: 10px;
text-align:left;
width: 261px;
background: url(/design/images/line1.gif);
}
#logo-td img {
border-right: solid 1px white;
background: url(/design/images/logo.gif) no-repeat;
width: 261px;
height: 42px;
}
#help-td {
vertical-align:middle;
width:1px;
border-left: solid 1px white;
padding-left: 10px;
padding-right: 10px;
text-align:right;
background: url(/design/images/line1.gif);
}
#locale-td {
vertical-align:middle;
width:1px;
border-left: solid 1px white;
padding-left: 10px;
padding-right: 10px;
text-align:right;
background: url(/design/images/line1.gif);
}
#hostinfo-td {
vertical-align:middle;
padding-left: 10px;
padding-right: 10px;
text-align: left;
background: url(/design/images/line1.gif);
font-weight: bold;
font-size:large;
text-decoration: none;
color: #5b5b52;
}
.expanded {
width: 100%;
}
/* main menu */
#menu-td {
padding-right: 1px;
}
#main-td {
background-color: #dcddd1;
width: 100%;
background-image:url(/design/images/bg.jpg);
background-position:top left;
background-repeat:no-repeat;
}
#main {
padding: 10px 20px;
}
.menu-item-normal a {
font-weight: normal;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
}
.menu-item-selected a {
font-weight: bold;
padding-left:10px;
padding-right:10px;
padding-top:3px;
padding-bottom:3px;
}
.menu-group-name {
background-color:#cfd0c1;
font-weight: bold;
padding-left:10px;
padding-right:10px;
padding-top:5px;
padding-bottom:5px;
}
.menu-group {
padding-bottom: 5px;
}
#help-popup {
background-color: #f2f2ec;
}
.hresizeable {
width: 100%;
height: 7px;
background:#cfd0c1 url(/design/images/hgrabber.gif) no-repeat scroll 45%;
cursor: s-resize;
}
.hresizeable:hover {
background-color: #e2e3d3;
}
......@@ -44,7 +44,7 @@ mainmenu.selected.fg=0x000000
bootopt.label.fg=0xffffff
bootopt.text.fg=0xffffff
; progress bar color
progress.bar.color=0x295202
progress.bar.color=0x@PROGRESS_COLOR@
; menu colors
menu.normal.bg=0xd8deed
menu.normal.fg=0x000000
......@@ -53,7 +53,7 @@ menu.selected.fg=0xffffff
; window colors
window.bg=0xd8deed
window.fg=0x000000
window.title.bg=0x217b05
window.title.bg=0x@TITLE_COLOR@
window.title.fg=0xffffff
window.title.error.bg=0xc00000
; help system colors
......
......@@ -31,10 +31,10 @@ box silent noover 99 377 541 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
box silent noover 99 387 541 378 #CBCBCC60
box silent inter 100 371 100 377 #3bb357
box silent 100 371 540 377 #3bb357
box silent inter 100 377 100 387 #009933
box silent 100 377 540 387 #009933
box silent inter 100 371 100 377 #@INACTIVE_COLOR@
box silent 100 371 540 377 #@INACTIVE_COLOR@
box silent inter 100 377 100 387 #@PROGRESS_COLOR@
box silent 100 377 540 387 #@PROGRESS_COLOR@
trigger "isdown" quit
......
......@@ -32,10 +32,10 @@ box silent noover 99 387 701 378 #CBCBCC60
box silent inter 100 371 100 377 #3bb357
box silent 100 371 700 377 #3bb357
box silent inter 100 377 100 387 #009933
box silent 100 377 700 387 #009933
box silent inter 100 371 100 377 #@INACTIVE_COLOR@
box silent 100 371 700 377 #@INACTIVE_COLOR@
box silent inter 100 377 100 387 #@PROGRESS_COLOR@
box silent 100 377 700 387 #@PROGRESS_COLOR@
trigger "isdown" quit
......
......@@ -4,7 +4,7 @@
Name: branding-%brand-%theme
Version: 5.0
Release: alt1
Release: alt2
BuildArch: noarch
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu
......@@ -70,7 +70,7 @@ Design for QT alterator for Desktop version
%build
autoconf
./configure --with-distro=%theme --with-status=%status --with-verions=%version
./configure --with-theme=%theme --with-name='Desktop' --with-brand='ALT Linux' --with-status=%status --with-verions=%version
make
#bootloader
......@@ -160,6 +160,9 @@ popd
%changelog
* Fri Dec 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt2
- colors integration
* Thu Dec 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt1
- initial sceleton
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #66cc66, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #66cc66, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@PROGRESS_COLOR@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
AC_ARG_WITH(distro,
AC_HELP_STRING([--with-distro=distro],
[base distro, e.g '--with-distro=lite' ]),
AC_ARG_WITH(theme,
AC_HELP_STRING([--with-theme=theme],
[base theme, e.g '--with-theme=lite' ]),
[
if test -n "$with_distro" ; then
THEME="$with_distro"
THEMEMC=`echo "$with_distro" | sed 's/^./\u&/'`
THEMEUC=`echo "$with_distro" | sed 's/./\u&/'`
if test -n "$with_theme" ; then
THEME="$with_theme"
fi
],
[
THEME="theme"
THEMEMC="Theme"
THEMEUC="THEME"
]
)
AC_ARG_WITH(name,
AC_HELP_STRING([--with-name=name],
[Human readable name, e.g '--with-name="Small Business"' ]),
[
if test -n "$with_name" ; then
NAME="$with_name"
fi
],
[
NAME="name"
]
)
AC_ARG_WITH(status,
AC_HELP_STRING([--with-status=beta],
......@@ -42,17 +51,27 @@ AC_ARG_WITH(version,
])
PROGRESS_COLOR=`./fetch_color selectBackground`
TITLE_COLOR=`./fetch_color handle`
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
AC_SUBST(THEMEMC)
AC_SUBST(THEMELC)
AC_SUBST(THEME)
AC_SUBST(STATUS)
AC_SUBST(VERSION)
AC_SUBST(PROGRESS_COLOR)
AC_SUBST(TITLE_COLOR)
AC_SUBST(INACTIVE_COLOR)
AC_CONFIG_FILES([
Makefile
bootloader/config
bootsplash/config/bootsplash-640x480.cfg
bootsplash/config/bootsplash-800x600.cfg
browser-qt/design/design.ini
bootloader/gfxboot.cfg
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
])
AC_OUTPUT
#!/bin/bash
grep $1 kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc.in | cut -d= -f 2| tr , ' '| xargs printf "%x%x%x\n"
[Desktop Entry]
Encoding=UTF-8
Type=Application
Exec=kfmclient openProfile filemanagement
Icon=folder_home
Name=Home Folder
Name[ru]=Домашняя папка
Categories=Qt;KDE;Core;Filesystem;Application;Utility
[Color Scheme]
Name=ALT Linux Desktop-Blue
activeBackground=65,139,212
activeBlend=242,241,241
activeForeground=0,0,0
activeTitleBtnBg=184,200,208
alternateBackground=236,236,236
background=231,230,230
buttonBackground=231,230,230
buttonForeground=0,0,0
contrast=4
foreground=0,0,0
frame=47,117,197
handle=47,117,197
inactiveBackground=236,236,236
inactiveBlend=242,241,241
inactiveForeground=183,183,183
inactiveFrame=166,183,192
inactiveHandle=184,200,208
inactiveTitleBtnBg=184,200,208
linkColor=0,0,192
selectBackground=65,139,212
selectForeground=255,255,255
shadeSortColumn=true
visitedLinkColor=128,0,128
windowBackground=255,255,255
windowForeground=0,0,0
[Color Scheme]
Name=ALT Linux Desktop
activeBackground=102,204,102
activeBlend=242,241,241
activeForeground=0,0,0
activeTitleBtnBg=173,212,161
alternateBackground=236,236,236
background=231,230,230
buttonBackground=231,230,230
buttonForeground=0,0,0
contrast=4
foreground=0,0,0
frame=102,204,102
handle=102,204,102
inactiveBackground=236,236,236
inactiveBlend=242,241,241
inactiveForeground=183,183,183
inactiveFrame=173,212,161
inactiveHandle=173,212,161
inactiveTitleBtnBg=173,212,161
linkColor=0,0,192
selectBackground=102,204,102
selectForeground=255,255,255
shadeSortColumn=true
visitedLinkColor=128,0,128
windowBackground=255,255,255
windowForeground=0,0,0
[Color Scheme]
Name=ALTLinux Desktop-4.0
activeBackground=165,165,139
activeBlend=151,173,195
activeForeground=255,255,255
activeTitleBtnBg=220,220,220
alternateBackground=238,246,255
background=233,233,233
buttonBackground=246,246,246
buttonForeground=0,0,0
contrast=7
foreground=0,0,0
frame=233,233,233
handle=233,233,233
inactiveBackground=201,196,177
inactiveBlend=215,215,215
inactiveForeground=255,255,255
inactiveFrame=233,233,233
inactiveHandle=233,233,233
inactiveTitleBtnBg=220,220,220
linkColor=0,0,192
selectBackground=255,221,118
selectForeground=3,3,3
shadeSortColumn=true
visitedLinkColor=128,0,128
windowBackground=255,255,255
windowForeground=0,0,0
[Color Scheme]
Name=@BRAND_FNAME@ @NAME@
activeBackground=81,99,204
activeBlend=242,241,241
activeForeground=0,0,0
activeTitleBtnBg=149,201,212
alternateBackground=236,236,236
background=231,230,230
buttonBackground=231,230,230
buttonForeground=0,0,0
contrast=4
foreground=0,0,0
frame=92,150,204
handle=92,150,204
inactiveBackground=236,236,236
inactiveBlend=242,241,241
inactiveForeground=183,183,183
inactiveFrame=149,201,212
inactiveHandle=149,201,212
inactiveTitleBtnBg=149,201,212
linkColor=0,0,192
selectBackground=92,150,204
selectForeground=255,255,255
shadeSortColumn=true
visitedLinkColor=128,0,128
windowBackground=255,255,255
windowForeground=0,0,0
firefox.desktop
oowriter.desktop
oocalc.desktop
ooimpress.desktop
<!DOCTYPE kpartgui>
<kpartplugin library="kview_browserplugin" name="kviewbrowser" >
<MenuBar>
<Menu name="tools" >
<Text>&amp;Tools</Text>
<Action name="previous_image" />
<Action name="next_image" />
</Menu>
</MenuBar>
<ToolBar name="extraToolBar" >
<text>Extra Toolbar</text>
<Action name="previous_image" />
<Action name="next_image" />
</ToolBar>
<Menu name="popupmenu" >
<Action name="previous_image" />
<Action name="next_image" />
</Menu>
<ActionProperties>
<Action shortcut="PageDown" name="next_image" />
<Action shortcut="PageUp" name="previous_image" />
</ActionProperties>
</kpartplugin>
[General]
ShowCount=false
UseMultipleFilters=true
# сделано для 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"
[Main Window]
Height=480
Width=600
[$Version]
update_info=kcmdisplayrc.upd:kde3
[X11]
exportKDEColors=true
[AcpiDefault]
EnableHibernate=true
EnablePerformance=true
EnableStandby=true
EnableSuspend=true
EnableThrottle=true
[General]
InitialHeight 900=615
InitialWidth 1440=823
SplitterSizes=236,581
[HTML Settings]
AutomaticDetectionLanguage=0
[Index]
IconSize=Medium
ViewMode=Tree
[$Version]
update_info=socks.upd:kde3.0/r1,kwin.upd:kde3.2Xinerama,kaccel.upd:kde3.3/r1,kded.upd:kde3.0,klippershortcuts.upd:04112002
[General]
alternateBackground=236,236,236
background=231,230,230
buttonBackground=231,230,230
selectBackground=102,204,102
selectForeground=255,255,255
[Global Shortcuts]
Defaults timestamp=Sep 5 200821:27:22
Switch to Next Screen=none
Switch to Screen 0=none
Switch to Screen 1=none
Switch to Screen 2=none
Switch to Screen 3=none
Switch to Screen 4=none
Switch to Screen 5=none
Switch to Screen 6=none
Switch to Screen 7=none
Window to Next Screen=none
Window to Screen 0=none
Window to Screen 1=none
Window to Screen 2=none
Window to Screen 3=none
Window to Screen 4=none
Window to Screen 5=none
Window to Screen 6=none
Window to Screen 7=none
[KDE]
contrast=4
colorScheme=ALT Linux Desktop.kcsrc
[WM]
activeBackground=102,204,102
activeBlend=242,241,241
activeForeground=0,0,0
activeTitleBtnBg=173,212,161
frame=102,204,102
handle=102,204,102
inactiveBackground=236,236,236
inactiveBlend=242,241,241
inactiveForeground=183,183,183
inactiveFrame=173,212,161
inactiveHandle=173,212,161
inactiveTitleBtnBg=173,212,161
[FMSettings]
NormalTextColor=0,0,0
ShadowEnabled=true
TextHeight=2
TextWidth=100
[$Version]
update_info=kfmclient_3_2.upd:kfmclient_3_2
[EmbedSettings]
embed-image=false
[Settings]
BgColor=255,255,255
BgImage=kde4ever.png
\ No newline at end of file
[Desktop Entry]
defaultfont=Monospace,10,-1,0,50,0,0,0,0,0
[Plugins]
kontact_akregatorEnabled=true
kontact_journalpluginEnabled=true
kontact_kaddressbookpluginEnabled=true
kontact_karmEnabled=false
kontact_kmailpluginEnabled=false
kontact_knodepluginEnabled=false
kontact_knotespluginEnabled=true
kontact_korganizerpluginEnabled=true
kontact_kpilotpluginEnabled=true
kontact_specialdatespluginEnabled=true
kontact_summarypluginEnabled=true
kontact_todopluginEnabled=true
[KSplash]
Theme=ALTLinuxDesktop
[Settings]
Background Color=220,220,220
Center Image=true
Keep Aspect Ratio=true
Smooth Scaling=false
[General]
ShowAlternativeShortcutConfig=true
[KParts Plugins]
kvieweffectsEnabled=true
kviewpresenterEnabled=true
kviewscannerEnabled=false
[KView General]
Resize Mode=1
[Settings]
hideScrollbars=true
[General]
AnimateButtons=true
CloseOnMenuDoubleClick=true
ColoredBorder=true
TitleAlignment=AlignLeft
TitleShadow=true
[$Version]
update_info=kwin_focus2.upd:kwin_focus2,kwin_focus1.upd:kwin_focus1,kwin3_plugin.upd:kde3.2,kwin.upd:kde3.0r1,kwin.upd:kde3.2Xinerama
[Desktops]
Name_1=
Name_2=
[Style]
BorderSize=1
ButtonsOnLeft=MS
ButtonsOnRight=HIAX
CustomButtonPositions=false
PluginLib=kwin3_plastik
ShowToolTips=true
[Windows]
IgnoreFocusStealingClasses=kio_uiserver
Id=kde_3_5_desktop4_applets
File=kickerrc
Group=General
RemoveKey=Applets2
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xbel>
<xbel folded="no" toolbar="no" icon="" >
<folder folded="no" toolbar="yes" icon="bookmark_toolbar" >
<title>Panel</title>
<folder folded="no" icon="altlinux" >
<title>ALT Linux</title>
<bookmark icon="altlinux" href="http://www.altlinux.ru/" >
<title>ALT Linux</title>
</bookmark>
<bookmark icon="kfind" href="http://search.altlinux.org/" >
<title>Поиск</title>
</bookmark>
<separator/>
<bookmark icon="edit_user" href="http://www.altlinux.org/" >
<title>Документация на Wiki</title>
<info>
<metadata owner="http://www.kde.org" >
<time_added>1222239266</time_added>
<time_visited>1222239266</time_visited>
<visit_count>1</visit_count>
</metadata>
</info>
</bookmark>
<bookmark icon="help" href="http://faq.altlinux.org/" >
<title>Вопросы и ответы</title>
</bookmark>
<bookmark icon="kuser" href="http://forum.altlinux.org/" >
<title>Форум</title>
<info>
<metadata owner="http://www.kde.org" >
<time_added>1222239298</time_added>
<time_visited>1222239299</time_visited>
<visit_count>2</visit_count>
</metadata>
</info>
</bookmark>
<bookmark icon="favicons/lists.altlinux.org_icons_mm-icon" href="http://lists.altlinux.org/" >
<title>Списки рассылки</title>
</bookmark>
<separator/>
<bookmark icon="bug" href="http://bugs.altlinux.ru/" >
<title>Сообщить об ошибке</title>
</bookmark>
</folder>
</folder>
<separator/>
<bookmark icon="konqueror" href="about:/" >
<title>Знакомство с Konqueror</title>
</bookmark>
<separator/>
</xbel>
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xbel>
<xbel folded="no" toolbar="no" icon="" >
<folder folded="no" toolbar="yes" icon="bookmark_toolbar" >
<title>Panel</title>
<folder folded="no" icon="altlinux" >
<title>ALT Linux</title>
<bookmark icon="altlinux" href="http://www.altlinux.ru/" >
<title>ALT Linux</title>
</bookmark>
<bookmark icon="kfind" href="http://search.altlinux.org/" >
<title>Search</title>
</bookmark>
<separator/>
<bookmark icon="edit_user" href="http://www.altlinux.org/" >
<title>Wiki</title>
<info>
<metadata owner="http://www.kde.org" >
<time_added>1222239266</time_added>
<time_visited>1222239266</time_visited>
<visit_count>1</visit_count>
</metadata>
</info>
</bookmark>
<bookmark icon="help" href="http://faq.altlinux.org/" >
<title>FAQ</title>
</bookmark>
<bookmark icon="kuser" href="http://forum.altlinux.org/" >
<title>Forum</title>
<info>
<metadata owner="http://www.kde.org" >
<time_added>1222239298</time_added>
<time_visited>1222239299</time_visited>
<visit_count>2</visit_count>
</metadata>
</info>
</bookmark>
<bookmark icon="favicons/lists.altlinux.org_icons_mm-icon" href="http://lists.altlinux.org/" >
<title>Mailing Lists</title>
</bookmark>
<separator/>
<bookmark icon="bug" href="http://bugs.altlinux.ru/" >
<title>Bug Tracker</title>
</bookmark>
</folder>
</folder>
<separator/>
<bookmark icon="konqueror" href="about:/" >
<title>About Konqueror</title>
</bookmark>
<separator/>
</xbel>
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