Merge branch 'school-master' into school-junior
Conflicts: Makefile.in branding.spec components.mk components/ahttpd/images/groups/datetime.png components/ahttpd/images/groups/mail.png components/ahttpd/images/groups/network.png components/ahttpd/images/groups/pkg.png components/ahttpd/images/groups/servers.png components/ahttpd/images/groups/system.png components/ahttpd/images/groups/users.png components/ahttpd/images/groups/xorg.png components/ahttpd/images/steps/install2-preinstall.png components/ahttpd/images/steps/packages.png components/ahttpd/images/steps/timezone.png components/bootloader/config.in components/bootloader/gfxboot.cfg.in components/browser-qt/design/design.qss.in configure.ac graphics/icons/altlinux_16x16.png images/boot.png images/console.jpg images/installer.png images/wallpaper.png kde3-settings/apps/kicker/default-apps kde3-settings/config/kcmdisplayrc kde3-settings/config/kdeglobals.in kde3-settings/config/konquerorrc kde3-settings/config/kwinrc kde4-settings/kde4/share/config/default-apps notes/license.ru.html.in
@ -1 +0,0 @@
|
||||
tar: . name=branding
|
25
Makefile.in
@ -4,10 +4,27 @@ NAME=@NAME@
|
||||
VERSION=@VERSION@
|
||||
|
||||
all:
|
||||
# background
|
||||
convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wallpaper.png
|
||||
cp -al wallpaper.png graphics/backgrounds/default.png
|
||||
cp -al wallpaper.png graphics/backgrounds/xdm.png
|
||||
# generate derivative graphics
|
||||
# make default wallpaper
|
||||
cp -al images/background4x3.png images/wallpaper.png
|
||||
cp -al images/wallpaper.png graphics/backgrounds/default.png
|
||||
cp -al images/wallpaper.png graphics/backgrounds/xdm.png
|
||||
# make wallpapers for gfxboot and grub2
|
||||
convert images/background4x3.png -resize 800x600 images/small.png
|
||||
|
||||
# display status
|
||||
if [ -n "$(STATUS)" ] ; then \
|
||||
convert images/wallpaper.png -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "@STATUS@"' wlogo.png; \
|
||||
convert wlogo.png images/product-logo.png -geometry +30+30 -composite images/boot.jpg; \
|
||||
else \
|
||||
convert images/wallpaper.png images/product-logo.png -geometry +30+30 -composite images/boot.jpg; \
|
||||
fi
|
||||
convert images/small.png images/product-logo.png -geometry +30+30 -composite images/grub.png
|
||||
cp -al images/grub.png images/boot.png
|
||||
# product logo for ahttpd
|
||||
cp -al images/product-logo.png components/ahttpd/images/product-logo.png
|
||||
# product logo for indexhtml
|
||||
cp -al images/product-logo.png components/indexhtml/images/product-logo.png
|
||||
|
||||
include components.mk
|
||||
install: browser-qt ahttpd boot-images boot-splash @X86@ indexhtml
|
||||
|
262
branding.spec
@ -1,13 +1,19 @@
|
||||
%define theme junior
|
||||
%define Name School Junior
|
||||
%define codename Parus major
|
||||
%define variants altlinux-backup-server altlinux-desktop altlinux-gnome-desktop altlinux-kdesktop altlinux-lite altlinux-lxdesktop altlinux-office-desktop altlinux-office-server altlinux-school-server altlinux-sisyphus altlinux-spt altlinux-tablet altlinux-workbench informika-schoolmaster ivk-chainmail lxde-desktop lxde-school-lite Platform6-server-light school-teacher school-lite school-master school-server school-terminal altlinux-centaurus sisyphus-server-light simply-linux
|
||||
%define brand school
|
||||
%define Brand School
|
||||
%define theme junior
|
||||
%define Theme Junior
|
||||
%define codename Parus major
|
||||
%define variants altlinux-backup-server altlinux-desktop altlinux-gnome-desktop altlinux-kdesktop altlinux-lite altlinux-lxdesktop altlinux-office-desktop altlinux-office-server altlinux-school-server altlinux-sisyphus altlinux-spt altlinux-tablet altlinux-workbench informika-schoolmaster ivk-chainmail lxde-desktop lxde-school-lite Platform6-server-light school-junior school-lite school-master school-server school-teacher school-terminal simply-linux sisyphus-server-light altlinux-centaurus
|
||||
%define status альфа
|
||||
%define status_en alpha
|
||||
%define distro_name Informika 6.9.9 School Junior (alpha)
|
||||
%define distro_name_ru Информика 6.9.9 Школьный Юниор (альфа)
|
||||
|
||||
%define design_graphics_abi_epoch 0
|
||||
%define design_graphics_abi_major 12
|
||||
%define design_graphics_abi_minor 0
|
||||
%define design_graphics_abi_bugfix 0
|
||||
|
||||
Name: branding-%brand-%theme
|
||||
Version: 6.9.9
|
||||
Release: alt1
|
||||
@ -16,7 +22,7 @@ BuildArch: noarch
|
||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu fonts-ttf-droid
|
||||
BuildRequires: design-bootloader-source >= 5.0-alt2
|
||||
|
||||
BuildRequires(pre): libqt4-core
|
||||
BuildRequires(pre): libqt4-core
|
||||
BuildRequires: libalternatives-devel
|
||||
BuildRequires: libqt4-devel
|
||||
|
||||
@ -28,6 +34,9 @@ Group: Graphics
|
||||
Summary: System/Base
|
||||
License: GPLv2+
|
||||
|
||||
Provides: branding-informika-schoolmaster = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster < %version-%release
|
||||
|
||||
%description
|
||||
Distro-specific packages with design and texts for %distro_name.
|
||||
|
||||
@ -35,14 +44,13 @@ Distro-specific packages with design and texts for %distro_name.
|
||||
Пакеты оформления для дистрибутива %distro_name_ru.
|
||||
|
||||
%package bootloader
|
||||
Group: System/Configuration/Boot and Init
|
||||
Group: System/Configuration/Boot and Init
|
||||
Summary: Graphical boot logo for grub2, lilo and syslinux
|
||||
Summary(ru_RU.UTF-8): Тема для экрана выбора вариантов загрузки (lilo и syslinux)
|
||||
License: GPLv2+
|
||||
|
||||
PreReq: coreutils
|
||||
Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
|
||||
|
||||
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" = %theme ] || echo -n "branding-$n-bootloader ";done )
|
||||
|
||||
@ -58,15 +66,19 @@ Suitable for both lilo and syslinux.
|
||||
для дистрибутива %distro_name_ru.
|
||||
|
||||
%package bootsplash
|
||||
Summary: Theme for splash animations during bootup
|
||||
Summary(ru_RU.UTF-8): Тема для экрана загрузки для дистрибутива %distro_name_ru.
|
||||
License: Distributable
|
||||
Group: System/Configuration/Boot and Init
|
||||
BuildArch: noarch
|
||||
Summary: Theme for splash animations during bootup
|
||||
Summary(ru_RU.UTF-8): Тема для экрана загрузки для дистрибутива %distro_name_ru
|
||||
License: Distributable
|
||||
Group: System/Configuration/Boot and Init
|
||||
Provides: plymouth-theme-%theme
|
||||
Requires: plymouth-plugin-script
|
||||
PreReq: plymouth
|
||||
PreReq: plymouth
|
||||
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-bootsplash ";done )
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-bootsplash ";done )
|
||||
|
||||
Provides: branding-informika-schoolmaster-bootsplash = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-bootsplash < %version-%release
|
||||
|
||||
%description bootsplash
|
||||
This package contains graphics for boot process for %distro_name
|
||||
@ -83,12 +95,15 @@ License: GPL
|
||||
Group: System/Configuration/Other
|
||||
Provides: design-alterator-browser-%theme branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
|
||||
Provides: alterator-icons design-alterator design-alterator-%theme
|
||||
Obsoletes: branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
|
||||
Obsoletes: branding-alt-%theme-browser-qt branding-altlinux-%theme-browser-qt
|
||||
|
||||
# lexicographically first of the village
|
||||
Conflicts: branding-sisyphus-server-light-alterator
|
||||
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-alterator ";done )
|
||||
Provides: branding-informika-schoolmaster-alterator = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-alterator < %version-%release
|
||||
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-alterator ";done )
|
||||
Obsoletes: design-alterator-server design-alterator-desktop design-altertor-browser-desktop design-altertor-browser-server branding-altlinux-backup-server-alterator
|
||||
PreReq(post,preun): alternatives >= 0.2 alterator
|
||||
|
||||
@ -107,10 +122,10 @@ Group: Graphics
|
||||
|
||||
Provides: design-graphics-%theme branding-alt-%theme-graphics
|
||||
Obsoletes: branding-alt-%theme-graphics design-graphics-%theme
|
||||
Provides: design-graphics = 12.0.0
|
||||
Provides: design-graphics = %design_graphics_abi_major.%design_graphics_abi_minor.%design_graphics_abi_bugfix
|
||||
|
||||
PreReq(post,preun): alternatives >= 0.2
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-graphics ";done )
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-graphics ";done )
|
||||
|
||||
%description graphics
|
||||
This package contains some graphics for %distro_name design.
|
||||
@ -119,20 +134,22 @@ This package contains some graphics for %distro_name design.
|
||||
В данном пакете находится необходимые графические элементы для дистрибутива
|
||||
%distro_name_ru.
|
||||
|
||||
|
||||
%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-5.0 altlinux-release-5.1 altlinux-release-junior altlinux-release-master altlinux-release-server altlinux-release-terminal altlinux-release-small_business
|
||||
%package release
|
||||
|
||||
Summary: %distro_name release file
|
||||
Summary: %distro_name release file
|
||||
Summary(ru_RU.UTF-8): Описание дистрибутива %distro_name_ru
|
||||
License: GPL
|
||||
Group: System/Configuration/Other
|
||||
License: GPL
|
||||
Group: System/Configuration/Other
|
||||
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" = %theme ] || echo -n "branding-$n-release ";done )
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-release ";done )
|
||||
|
||||
Provides: branding-informika-schoolmaster-release = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-release < %version-%release
|
||||
|
||||
%description release
|
||||
%distro_name release file.
|
||||
@ -141,14 +158,15 @@ Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-r
|
||||
В данном пакете находится описание дистрибутива %distro_name_ru.
|
||||
|
||||
%package notes
|
||||
Provides: alt-license-theme = %version alt-notes-%theme
|
||||
Obsoletes: alt-license-%theme alt-notes-%theme
|
||||
Summary: Distribution license and release notes
|
||||
BuildArch: noarch
|
||||
Provides: alt-license-theme = %version alt-notes-%theme
|
||||
Obsoletes: alt-license-%theme alt-notes-%theme
|
||||
Summary: Distribution license and release notes
|
||||
Summary(ru_RU.UTF-8): Лицензия и дополнительные сведения для дистрибутива %distro_name_ru
|
||||
License: Distributable
|
||||
Group: Documentation
|
||||
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 alt-notes-desktop
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-notes ";done )
|
||||
License: Distributable
|
||||
Group: Documentation
|
||||
Conflicts: alt-notes-children alt-notes-hpc alt-notes-junior alt-notes-junior-sj alt-notes-junior-sm alt-notes-office-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
|
||||
@ -157,8 +175,20 @@ Distribution license and release notes
|
||||
В данном пакете находится лицензия и дополнительные сведения
|
||||
для дистрибутива %distro_name_ru.
|
||||
|
||||
%package xfce-settings
|
||||
%package kde4-settings
|
||||
BuildArch: noarch
|
||||
Summary: KDE4 settings for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/KDE
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-kde4-settings ";done )
|
||||
PreReq: %name-graphics
|
||||
Provides: branding-informika-schoolmaster-kde4-settings = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-kde4-settings < %version-%release
|
||||
|
||||
%description kde4-settings
|
||||
KDE4 settings for %distro_name
|
||||
|
||||
%package xfce-settings
|
||||
Summary: default settings for Xfce 4.6 for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/XFce
|
||||
@ -167,18 +197,50 @@ Requires: etcskel gtk3-theme-clearlooks-phenix
|
||||
Requires: gnome-icon-theme icon-theme-simple-sl
|
||||
Requires: branding-%brand-%theme-graphics
|
||||
Obsoletes: xfce-settings-lite xfce-settings-school-lite
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-xfce-settings ";done )
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-xfce-settings ";done )
|
||||
Conflicts: xfce-settings-simply-linux
|
||||
Provides: branding-informika-schoolmaster-xfce-settings = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-xfce-settings < %version-%release
|
||||
|
||||
%description xfce-settings
|
||||
This package contains default settings for Xfce 4.6 for %distro_name.
|
||||
XFCE settings for %distro_name
|
||||
|
||||
%package fvwm-settings
|
||||
BuildArch: noarch
|
||||
Summary: FVWM2 settings for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/FVWM based
|
||||
Requires: altlinux-freedesktop-menu-gnomish-menu
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-fvwm-settings ";done )
|
||||
|
||||
%description fvwm-settings
|
||||
FVWM2 settings for %distro_name
|
||||
|
||||
%package mate-settings
|
||||
BuildArch: noarch
|
||||
Summary: MATE settings for %distro_name
|
||||
License: Distributable
|
||||
Group: Graphical desktop/GNOME
|
||||
Requires: gksu
|
||||
Requires: dconf
|
||||
Requires: gtk3-theme-clearlooks-phenix
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-gnome-settings ";done )
|
||||
PreReq(post): lightdm-gtk-greeter
|
||||
PreReq(post): libgio
|
||||
|
||||
%description mate-settings
|
||||
MATE settings for %distro_name
|
||||
|
||||
%package slideshow
|
||||
Summary: Slideshow for %distro_name installer
|
||||
Summary(ru_RU.UTF-8): Изображения для организации "слайдшоу" в установщике дистрибутива %distro_name_ru
|
||||
License: Distributable
|
||||
Group: System/Configuration/Other
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %theme ] || echo -n "branding-$n-slideshow ";done )
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-slideshow ";done )
|
||||
|
||||
Provides: branding-informika-schoolmaster-slideshow = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-slideshow < %version-%release
|
||||
BuildArch: noarch
|
||||
|
||||
%description slideshow
|
||||
Slideshow for %distro_name installer.
|
||||
@ -188,13 +250,17 @@ Slideshow for %distro_name installer.
|
||||
дистрибутива %distro_name_ru.
|
||||
|
||||
%package indexhtml
|
||||
Summary: %distro_name welcome page
|
||||
BuildArch: noarch
|
||||
Summary: HTML welcome page for %distro_name
|
||||
Summary(ru_RU.UTF-8): Стартовая страница для дистрибутива %distro_name_ru
|
||||
License: distributable
|
||||
Group: System/Base
|
||||
License: distributable
|
||||
Group: System/Base
|
||||
Provides: indexhtml indexhtml-%theme = %version indexhtml-Desktop = 1:5.0
|
||||
Obsoletes: indexhtml-desktop indexhtml-Desktop
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-indexhtml ";done )
|
||||
|
||||
Provides: branding-informika-schoolmaster-indexhtml = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-indexhtml < %version-%release
|
||||
Conflicts: indexhtml-sisyphus
|
||||
Conflicts: indexhtml-school_junior
|
||||
Conflicts: indexhtml-school_lite
|
||||
@ -210,7 +276,7 @@ Requires: docs-linux_intro
|
||||
Requires(post): indexhtml-common
|
||||
|
||||
%description indexhtml
|
||||
%distro_name index.html welcome page.
|
||||
%distro_name welcome page.
|
||||
|
||||
%description indexhtml -l ru_RU.UTF-8
|
||||
В данном пакете содержится стартовая страница для дистрибутива
|
||||
@ -223,6 +289,9 @@ Group: Graphical desktop/Other
|
||||
Requires(pre): altlinux-freedesktop-menu-common
|
||||
Requires: altlinux-freedesktop-menu-common
|
||||
|
||||
Provides: branding-informika-schoolmaster-menu = %version-%release
|
||||
Obsoletes: branding-informika-schoolmaster-menu < %version-%release
|
||||
|
||||
%description menu
|
||||
Menu for %distro_name
|
||||
|
||||
@ -247,7 +316,7 @@ Some system settings for Simply Linux.
|
||||
|
||||
%build
|
||||
autoconf
|
||||
THEME=%theme NAME='%Name' BRAND_FNAME='%brand' BRAND='%brand' STATUS_EN=%status_en STATUS=%status VERSION=%version PRODUCT_NAME_RU='%distro_name_ru' PRODUCT_NAME='%distro_name' CODENAME='%codename' X86='%x86' ./configure
|
||||
THEME=%theme NAME='%Brand %Theme' BRAND_FNAME='%brand' BRAND='%brand' STATUS_EN=%status_en STATUS=%status VERSION=%version PRODUCT_NAME_RU='%distro_name_ru' PRODUCT_NAME='%distro_name' CODENAME='%codename' X86='%x86' ./configure
|
||||
make
|
||||
|
||||
%install
|
||||
@ -266,17 +335,18 @@ pushd %buildroot/%_datadir/design/%theme
|
||||
popd
|
||||
popd
|
||||
|
||||
|
||||
GRAPHICS_ALTPRIO=`printf '%%.3d%%.3d%%.3d%%.3d\n' %design_graphics_abi_epoch %design_graphics_abi_major %design_graphics_abi_minor %design_graphics_abi_bugfix`
|
||||
install -d %buildroot//etc/alternatives/packages.d
|
||||
cat >%buildroot/etc/alternatives/packages.d/%name-graphics <<__EOF__
|
||||
%_datadir/artworks %_datadir/design/%theme 10
|
||||
%_datadir/design-current %_datadir/design/%theme 10
|
||||
%_datadir/design/current %_datadir/design/%theme 10
|
||||
%_datadir/design-current %_datadir/design/%theme $GRAPHICS_ALTPRIO
|
||||
%_datadir/design/current %_datadir/design/%theme $GRAPHICS_ALTPRIO
|
||||
__EOF__
|
||||
|
||||
|
||||
#release
|
||||
mkdir -p %buildroot%_sysconfdir/buildreqs/packages/ignore.d/
|
||||
install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-release
|
||||
echo "%Name %version %status_en (%codename)" >%buildroot%_sysconfdir/altlinux-release
|
||||
echo "%distro_name" >%buildroot%_sysconfdir/altlinux-release
|
||||
for n in fedora redhat system; do
|
||||
ln -s altlinux-release %buildroot%_sysconfdir/$n-release
|
||||
done
|
||||
@ -286,8 +356,28 @@ install -pD -m644 components/systemd/os-release %buildroot%_sysconfdir/os-releas
|
||||
pushd notes
|
||||
%makeinstall
|
||||
popd
|
||||
|
||||
#kde4-settings
|
||||
pushd kde4-settings
|
||||
mkdir -p %buildroot%_sysconfdir/skel/.kde4
|
||||
cp -a kde4/* %buildroot%_sysconfdir/skel/.kde4/
|
||||
mkdir -p %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
|
||||
install -m 0644 menu/*.menu %buildroot%_sysconfdir/kde4/xdg/menus/applications-merged/
|
||||
popd
|
||||
|
||||
ln -s license.ru.html %buildroot%_datadir/alt-notes/license.uk.html
|
||||
|
||||
#fwvm-settings
|
||||
mkdir -p %buildroot/etc/skel
|
||||
install -m 644 fvwm-settings/.fvwm2rc %buildroot/etc/skel/
|
||||
|
||||
#mate-settings
|
||||
pushd mate-settings
|
||||
install -m 644 -D 50_mate-background.gschema.override '%buildroot%_datadir/glib-2.0/schemas/50_mate-background.gschema.override'
|
||||
install -m 644 -D 60_mate-theme.gschema.override '%buildroot%_datadir/glib-2.0/schemas/60_mate-theme.gschema.override'
|
||||
install -m 644 -D Trolltech.conf '%buildroot%_sysconfdir/skel/.config/Trolltech.conf'
|
||||
popd
|
||||
|
||||
mkdir -p %buildroot/etc/skel/XDG-Templates.skel/
|
||||
|
||||
cp -r xfce-settings/etcskel/* %buildroot/etc/skel/
|
||||
@ -377,6 +467,10 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
subst "s|GRUB_WALLPAPER=.*|GRUB_WALLPAPER=/usr/share/plymouth/themes/%theme/grub.jpg|" \
|
||||
/etc/sysconfig/grub2 ||:
|
||||
|
||||
%post mate-settings
|
||||
subst 's/#theme-name=/theme-name=Clearlooks-Phenix/' /etc/lightdm/lightdm-gtk-greeter.conf ||:
|
||||
/usr/bin/glib-compile-schemas /usr/share/glib-2.0/schemas
|
||||
|
||||
%files alterator
|
||||
%config %_altdir/*.rcc
|
||||
/usr/share/alterator-browser-qt/design/*.rcc
|
||||
@ -399,6 +493,16 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
%files notes
|
||||
%_datadir/alt-notes/*
|
||||
|
||||
%files kde4-settings
|
||||
%_sysconfdir/kde4/xdg/menus/applications-merged/*.menu
|
||||
%_sysconfdir/skel/.kde4
|
||||
|
||||
%files fvwm-settings
|
||||
%_sysconfdir/skel/.fvwm2rc
|
||||
|
||||
%files mate-settings
|
||||
%_datadir/glib-2.0/schemas/*.gschema.override
|
||||
|
||||
%files xfce-settings
|
||||
%_sysconfdir/X11/profile.d/zdg-move-templates.sh
|
||||
/etc/skel/XDG-Templates.skel/
|
||||
@ -416,15 +520,10 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
%define indexhtmldir %_defaultdocdir/indexhtml
|
||||
|
||||
%files indexhtml
|
||||
#%%ghost %%_indexhtmldir/index.html
|
||||
#%%_indexhtmldir/*
|
||||
#%%_desktopdir/*
|
||||
|
||||
%ghost %indexhtmldir/index.html
|
||||
%indexhtmldir/index-*.html
|
||||
%indexhtmldir/index.css
|
||||
%indexhtmldir/images
|
||||
%_desktopdir/indexhtml.desktop
|
||||
%ghost %_indexhtmldir/index.html
|
||||
%_indexhtmldir/*
|
||||
%_desktopdir/*
|
||||
%_datadir/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop
|
||||
|
||||
%files menu
|
||||
/usr/share/slinux-style
|
||||
@ -436,7 +535,7 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
%config %_localstatedir/ldm/.pam_environment
|
||||
|
||||
%changelog
|
||||
* Tue Sep 03 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt1
|
||||
* Wed Nov 20 2013 Andrey Cherepanov <cas@altlinux.org> 6.9.9-alt1
|
||||
- Update branding for Seven platform
|
||||
|
||||
* Wed Aug 29 2012 Andrey Cherepanov <cas@altlinux.org> 6.0.0-alt5
|
||||
@ -738,41 +837,42 @@ subst "s/Theme=.*/Theme=%theme/" /etc/plymouth/plymouthd.conf
|
||||
* Mon Feb 16 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt13
|
||||
- rebuild for fix oversized /boot/splash/message
|
||||
|
||||
* Fri Feb 13 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt12
|
||||
- default language set to ru_RU for system boot
|
||||
* Thu Aug 30 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt44.M60P.1
|
||||
- built for M60P
|
||||
|
||||
* Wed Feb 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt11
|
||||
- fixed conflict of notes subpackage with itself
|
||||
* Thu Aug 30 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt45
|
||||
- translate installer notes and license titles into russian
|
||||
|
||||
* Tue Feb 10 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt10
|
||||
- more kde4 settings from zerg@
|
||||
- alternative and obsoletes for graphics added
|
||||
* Tue Aug 21 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt43.M60P.1
|
||||
- built for M60P
|
||||
|
||||
* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt9
|
||||
- rebuild with new translations
|
||||
* Tue Aug 21 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt44
|
||||
- update indexhtml css
|
||||
|
||||
* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt8
|
||||
- added kde4-settings subpackage
|
||||
* Fri Aug 17 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt42.M60P.1
|
||||
- built for M60P
|
||||
|
||||
* Wed Feb 04 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt7
|
||||
- added conflicts for notes
|
||||
* Fri Aug 17 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt43
|
||||
- translate indexhtml and indexhtml.desktop titles into russian
|
||||
|
||||
* Mon Jan 26 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt6
|
||||
- xdm background fixed
|
||||
* Wed Aug 15 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt41.M60P.1
|
||||
- built for M60P
|
||||
|
||||
* Fri Jan 23 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt5
|
||||
- added 'notes' subpackage
|
||||
* Wed Aug 15 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt42
|
||||
- fix grub terminal-box background color
|
||||
|
||||
* Thu Jan 15 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt4
|
||||
- fixed problem with owerwritten alternative
|
||||
* Fri Aug 10 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt40.M60P.1
|
||||
- built for M60P
|
||||
|
||||
* Wed Jan 14 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt3
|
||||
- release subpackage added
|
||||
* Fri Aug 10 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt41
|
||||
- gix license content-type (ALT#27521)
|
||||
|
||||
* Fri Dec 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt2
|
||||
- colors integration
|
||||
- graphics package added
|
||||
* Tue Jul 31 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt39.M60P.1
|
||||
- built for M60P
|
||||
|
||||
* Thu Dec 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt1
|
||||
- initial sceleton
|
||||
* Tue Jul 31 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt40
|
||||
- fix bootloader menu items color
|
||||
- bump release
|
||||
|
||||
* Wed Jul 04 2012 Sergey V Turchin <zerg@altlinux.org> 6.0.0-alt1
|
||||
- convert from KDesktop branding
|
||||
|
@ -69,3 +69,4 @@ indexhtml: components/indexhtml/index.css
|
||||
ln -s /usr/share/doc/$$i $(INDEXHTML_DIR)/$$i; \
|
||||
done
|
||||
install -Dpm644 components/indexhtml/indexhtml.desktop $(datadir)/applications/indexhtml.desktop
|
||||
install -Dpm755 components/indexhtml/indexhtml.desktop $(datadir)/kde4/apps/kio_desktop/DesktopLinks/indexhtml.desktop
|
||||
|
BIN
components/ahttpd/images/groups/accounting.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
BIN
components/ahttpd/images/groups/firewall.png
Normal file → Executable file
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.3 KiB |
BIN
components/ahttpd/images/groups/other.png
Normal file
After Width: | Height: | Size: 3.7 KiB |
BIN
components/ahttpd/images/groups/statistics.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
BIN
components/ahttpd/images/groups/webui.png
Normal file
After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 7.3 KiB |
BIN
components/ahttpd/images/steps/bacula-restore-finish.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
BIN
components/ahttpd/images/steps/bacula-restore-search.png
Normal file
After Width: | Height: | Size: 3.4 KiB |
BIN
components/ahttpd/images/steps/bacula-restore-select.png
Normal file
After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 3.4 KiB |
BIN
components/ahttpd/images/steps/empty.png
Normal file
After Width: | Height: | Size: 165 B |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 2.5 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 4.0 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 8.9 KiB After Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 2.8 KiB |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 10 KiB |
BIN
components/ahttpd/images/steps/packages.png
Normal file
After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 2.0 KiB After Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 1.6 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 698 B After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 5.7 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 1.8 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 2.1 KiB |
@ -1,2 +1,2 @@
|
||||
product=@NAME@ @VERSION@@STATUS@
|
||||
product=@DISTRO_NAME@
|
||||
based_on=ALT Linux Sisyphus
|
||||
|
@ -23,7 +23,7 @@ talk=0
|
||||
; sound volume (0..100)
|
||||
volume=70
|
||||
; menu background transparency (0..255)
|
||||
menu.transparency=60
|
||||
menu.transparency=0x20
|
||||
; default font
|
||||
font.normal=drs16.fnt
|
||||
; main menu font
|
||||
@ -35,23 +35,23 @@ background=back.jpg
|
||||
; max. visible main menu items
|
||||
mainmenu.entries=8
|
||||
; minimal main menu selection bar width
|
||||
mainmenu.bar.minwidth=280
|
||||
mainmenu.bar.minwidth=294
|
||||
; main menu selection bar transparency (0..255)
|
||||
mainmenu.bar.transparency=0
|
||||
; main menu colors
|
||||
mainmenu.bar.color=0x77b5f2
|
||||
mainmenu.normal.fg=0x787878
|
||||
mainmenu.selected.fg=0xe4ecf2
|
||||
mainmenu.bar.color=0x001056
|
||||
mainmenu.normal.fg=0x2b328d
|
||||
mainmenu.selected.fg=0xffffff
|
||||
; boot option colors
|
||||
bootopt.label.fg=0x000000
|
||||
bootopt.text.fg=0x000000
|
||||
bootopt.label.fg=0x2b328d
|
||||
bootopt.text.fg=0x2b328d
|
||||
; progress bar color
|
||||
progress.bar.color=0xd4ecfa
|
||||
progress.bar.color=0x001056
|
||||
; menu colors
|
||||
menu.normal.bg=0x798491
|
||||
menu.normal.fg=0xffffff
|
||||
menu.selected.bg=0x787878
|
||||
menu.selected.fg=0xffffff
|
||||
menu.normal.bg=0xe9e8e7
|
||||
menu.normal.fg=0x000000
|
||||
menu.selected.bg=0xc9c8c8
|
||||
menu.selected.fg=0x000000
|
||||
; window colors
|
||||
window.bg=0xffffff
|
||||
window.fg=0x000000
|
||||
@ -59,15 +59,15 @@ window.title.bg=0x787878
|
||||
window.title.fg=0x000000
|
||||
window.title.error.bg=0xc00000
|
||||
; help system colors
|
||||
help.link.fg=0x@DARK_COLOR_HEX@
|
||||
help.link.fg=0x185da0
|
||||
help.link.selected.fg=0xffffff
|
||||
help.link.selected.bg=0x@DARK_COLOR_HEX@
|
||||
help.link.selected.bg=0x185da
|
||||
help.highlight.fg=0x@DARK_COLOR_HEX@
|
||||
; panel colors
|
||||
panel.fg=0x000000
|
||||
panel.title.fg=0x000000
|
||||
panel.normal.fg=0x000000
|
||||
panel.f-key.fg=0x000080
|
||||
panel.title.fg=0x001056
|
||||
panel.normal.fg=0x2b328d
|
||||
panel.f-key.fg=0x2b328d
|
||||
; default keymap (e.g. de_DE, czech)
|
||||
keymap=
|
||||
|
||||
@ -75,7 +75,7 @@ keymap=
|
||||
; screen size
|
||||
screen.size=800,600
|
||||
; upper left corner
|
||||
mainmenu.pos=260,200
|
||||
mainmenu.pos=253,210
|
||||
; boot option input field position
|
||||
bootopt.pos=200,480
|
||||
|
||||
@ -83,7 +83,7 @@ bootopt.pos=200,480
|
||||
; screen size
|
||||
screen.size=640,480
|
||||
; upper left corner
|
||||
mainmenu.pos=130,100
|
||||
mainmenu.pos=130,122
|
||||
; boot option input field position
|
||||
bootopt.pos=263,380
|
||||
|
||||
|
30
components/browser-qt/design/design-live.qss.in
Normal file
@ -0,0 +1,30 @@
|
||||
/* Customize any plain widget that is a child of a QMainWindow. */
|
||||
|
||||
/* Main area */
|
||||
.AWizardFace {
|
||||
border-style: none;
|
||||
background-position: top left;
|
||||
background-repeat: no-repeat
|
||||
}
|
||||
|
||||
.ACenterFace {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.ACenterFace #modules_view {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Nice WindowsXP-style password character for password line edits. */
|
||||
QLineEdit {
|
||||
lineedit-password-character: 9679;
|
||||
}
|
||||
|
||||
QCheckBox:hover, QRadioButton:hover {
|
||||
background: none;
|
||||
}
|
||||
|
||||
/* Fix side effect on transparent background */
|
||||
QCheckBox:indicator:hover, QRadioButton:indicator:hover {
|
||||
margin-left: 1px;
|
||||
}
|
@ -8,7 +8,9 @@
|
||||
}
|
||||
|
||||
.AWizardFace #wizardface_title_text {
|
||||
color: rgb(30,144,255);
|
||||
color: rgb(255,255,255);
|
||||
font: bold;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.ACenterFace {
|
||||
|
BIN
components/browser-qt/design/logo_48.png
Normal file
After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 172 B After Width: | Height: | Size: 190 B |
@ -59,7 +59,6 @@ terminal-font: "Misc Fixed Regular 13"
|
||||
height = 40%
|
||||
item_font = "DejaVu Sans Bold 14"
|
||||
selected_item_font = "DejaVu Sans Bold 14"
|
||||
icon_height = 24
|
||||
icon_width = 24
|
||||
item_height = 26
|
||||
item_padding = 0
|
||||
|
Before Width: | Height: | Size: 221 B After Width: | Height: | Size: 209 B |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 169 B After Width: | Height: | Size: 173 B |
Before Width: | Height: | Size: 2.7 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 1.7 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.5 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 185 B After Width: | Height: | Size: 185 B |
BIN
components/indexhtml/images/product.png
Normal file
After Width: | Height: | Size: 3.5 KiB |
BIN
components/indexhtml/images/search.png
Normal file
After Width: | Height: | Size: 744 B |
BIN
components/indexhtml/images/section.png
Normal file
After Width: | Height: | Size: 344 B |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 3.9 KiB After Width: | Height: | Size: 1.5 KiB |
@ -5,6 +5,7 @@
|
||||
<title>@PRODUCT_NAME@</title>
|
||||
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
<link href="images/product.png" rel="shortcut icon" type="image/png" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -16,30 +17,43 @@
|
||||
</div>
|
||||
|
||||
<!-- Disto name -->
|
||||
<div id="title">@PRODUCT_NAME@</div>
|
||||
<table border="0" width="100%" id="header">
|
||||
<tr>
|
||||
<td id="product-logo"><img src="images/product-logo.png" alt="@PRODUCT_NAME@" id="product-logo"></td>
|
||||
<td id="search">
|
||||
<!-- Search pane -->
|
||||
<form action="http://www.google.com/search" method="get">
|
||||
<input type="hidden" name="cx" value="009267546552065786736:rwjixpf6cv8">
|
||||
|
||||
<input id="search_string" type="text" name="q" placeholder="Search ALT Linux">
|
||||
|
||||
</form>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
|
||||
<div id="main">
|
||||
<!-- Links columns -->
|
||||
<table border="0" width="100%">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<th width="33%"><img src="images/documentation.png" alt="Documentation"></th>
|
||||
<th width="33%"><img src="images/altlinux-logo.png" alt="Company" class="icon_big"></th>
|
||||
<th width="34%"><img src="images/community.png" alt="Community" class="icon"></th>
|
||||
<th width="33%"><img src="images/altlinux-logo.png" alt="Company"></th>
|
||||
<th width="34%"><img src="images/community.png" alt="Community"></th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="33%" class="column"> <!-- First column: documentation -->
|
||||
<td width="33%" class="column" id="left-pane"> <!-- First column: documentation -->
|
||||
<ul>
|
||||
<li><a href="file:///usr/share/doc/documentation/index.html">User Manual</a></li>
|
||||
<li><a href="documentation/index.html">User Manual</a></li>
|
||||
<li><a href="http://docs.altlinux.org">Online Documentation</a></li>
|
||||
<li><a href="http://shop.altlinux.ru/index.php?categoryID=559">Books</a></li>
|
||||
<li><a href="http://altlinux.org/">Wiki</a></li>
|
||||
<li><a href="http://altlinux.org/FAQ">FAQ</a></li>
|
||||
<li><a href="http://altlinux.org/Features">Features</a></li>
|
||||
<li><a href="http://altlinux.org/Features">ALT Linux Features</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
<td width="33%" id="central_pane"> <!-- Second column: Company -->
|
||||
<td width="33%" class="column" id="central-pane"> <!-- Second column: Company -->
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.com">ALT Linux Website</a></li>
|
||||
<li><a href="http://shop.altlinux.ru">Internet Shop</a></li>
|
||||
@ -50,7 +64,7 @@
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
<td width="34%" class="column"> <!-- Third column: community -->
|
||||
<td width="34%" class="column" id="right-pane"> <!-- Third column: community -->
|
||||
<ul>
|
||||
<li><a href="http://lists.altlinux.org">Mailing Lists</a></li>
|
||||
<li><a href="http://forum.altlinux.org">User Forum</a></li>
|
||||
@ -63,23 +77,14 @@
|
||||
|
||||
</tr>
|
||||
|
||||
<tr><td colspan="3" id="search">
|
||||
<!-- Search pane -->
|
||||
<form action="http://www.google.com/search" method="get">
|
||||
<img src="images/magnifier.png" alt="Search on online resources">
|
||||
<input type="hidden" name="cx" value="009267546552065786736:rwjixpf6cv8">
|
||||
<input id="search_string" type="text" name="q" size="35">
|
||||
<input id="search_button" type="submit" name="sa" value="Search in Internet">
|
||||
</form>
|
||||
</td></tr>
|
||||
|
||||
<!-- Social networks -->
|
||||
<tr><td colspan="3" id="social">We will be glade to meet you on the following social networks:</td></tr>
|
||||
<tr>
|
||||
<th><a href="http://twitter.com/#!/altlinuxru" class="image"><img src="images/twitter.png" alt="Twitter" class="banner"></a></th>
|
||||
<th><a href="http://www.facebook.com/groups/simplylinux/" class="image"><img src="images/facebook.png" alt="Facebook" class="banner"></a></th>
|
||||
<th><a href="http://vkontakte.ru/club16711511" class="image"><img src="images/vkontakte.png" alt="VKontakte" class="banner"></a></th>
|
||||
</tr>
|
||||
<tr><td colspan="3" id="social-pane">
|
||||
<div id="social">We will be glade to meet you on the following social networks:</div>
|
||||
<div id="social-icons">
|
||||
<a href="http://twitter.com/#!/altlinuxru" class="image"><img src="images/twitter.png" alt="Twitter" class="banner"></a>
|
||||
<a href="https://www.facebook.com/group.php?gid=136328550579" class="image"><img src="images/facebook.png" alt="Facebook" class="banner"></a>
|
||||
<a href="http://vkontakte.ru/club667081" class="image"><img src="images/vkontakte.png" alt="VKontakte" class="banner"></a>
|
||||
</div></td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
@ -5,6 +5,7 @@
|
||||
<title>@PRODUCT_NAME_RU@</title>
|
||||
|
||||
<link href="index.css" rel="stylesheet" type="text/css">
|
||||
<link href="images/product.png" rel="shortcut icon" type="image/png" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -16,21 +17,34 @@
|
||||
</div>
|
||||
|
||||
<!-- Disto name -->
|
||||
<div id="title">@PRODUCT_NAME_RU@</div>
|
||||
|
||||
<table border="0" width="100%" id="header">
|
||||
<tr>
|
||||
<td id="product-logo"><img src="images/product-logo.png" alt="@PRODUCT_NAME_RU@" id="product-logo"></td>
|
||||
<td id="search">
|
||||
<!-- Search pane -->
|
||||
<form action="http://www.google.com/search" method="get">
|
||||
<input type="hidden" name="cx" value="009267546552065786736:rwjixpf6cv8">
|
||||
|
||||
<input id="search_string" type="text" name="q" placeholder="Поиск по ALT Linux">
|
||||
|
||||
</form>
|
||||
</td>
|
||||
</tr></table>
|
||||
|
||||
<div id="main">
|
||||
<!-- Links columns -->
|
||||
<table border="0" width="100%">
|
||||
<table border="0" width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<th width="33%"><img src="images/documentation.png" alt="Документация"></th>
|
||||
<th width="33%"><img src="images/altlinux-logo.png" alt="Компания" class="icon_big"></th>
|
||||
<th width="34%"><img src="images/community.png" alt="Сообщество" class="icon"></th>
|
||||
<th width="33%"><img src="images/altlinux-logo.png" alt="Компания"></th>
|
||||
<th width="34%"><img src="images/community.png" alt="Сообщество"></th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td width="33%" class="column"> <!-- First column: documentation -->
|
||||
<td width="33%" class="column" id="left-pane"> <!-- First column: documentation -->
|
||||
<ul>
|
||||
<li><a href="file:///usr/share/doc/documentation/index.html">Руководство пользователя</a></li>
|
||||
<li><a href="documentation/index.html">Руководство пользователя</a></li>
|
||||
<li><a href="http://docs.altlinux.org">Онлайновая документация</a></li>
|
||||
<li><a href="http://shop.altlinux.ru/index.php?categoryID=559">Книги</a></li>
|
||||
<li><a href="http://altlinux.org/">Wiki</a></li>
|
||||
@ -39,7 +53,7 @@
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
<td width="33%" id="central_pane"> <!-- Second column: Company -->
|
||||
<td width="33%" class="column" id="central-pane"> <!-- Second column: Company -->
|
||||
<ul>
|
||||
<li><a href="http://www.altlinux.ru">Сайт компании</a></li>
|
||||
<li><a href="http://shop.altlinux.ru">Интернет-магазин</a></li>
|
||||
@ -50,7 +64,7 @@
|
||||
</ul>
|
||||
</td>
|
||||
|
||||
<td width="34%" class="column"> <!-- Third column: community -->
|
||||
<td width="34%" class="column" id="right-pane"> <!-- Third column: community -->
|
||||
<ul>
|
||||
<li><a href="http://lists.altlinux.org">Списки рассылки</a></li>
|
||||
<li><a href="http://forum.altlinux.org">Форум пользователей</a></li>
|
||||
@ -63,23 +77,14 @@
|
||||
|
||||
</tr>
|
||||
|
||||
<tr><td colspan="3" id="search">
|
||||
<!-- Search pane -->
|
||||
<form action="http://www.google.com/search" method="get">
|
||||
<img src="images/magnifier.png" alt="Поиск по ресурсам ALT Linux">
|
||||
<input type="hidden" name="cx" value="009267546552065786736:rwjixpf6cv8">
|
||||
<input id="search_string" type="text" name="q" size="35">
|
||||
<input id="search_button" type="submit" name="sa" value="Поиск в Интернете">
|
||||
</form>
|
||||
</td></tr>
|
||||
|
||||
<!-- Social networks -->
|
||||
<tr><td colspan="3" id="social">Мы рады встретиться с вами в социальных сетях:</td></tr>
|
||||
<tr>
|
||||
<th><a href="http://twitter.com/#!/altlinuxru" class="image"><img src="images/twitter.png" alt="Twitter" class="banner"></a></th>
|
||||
<th><a href="http://www.facebook.com/groups/simplylinux/" class="image"><img src="images/facebook.png" alt="Facebook" class="banner"></a></th>
|
||||
<th><a href="http://vkontakte.ru/club16711511" class="image"><img src="images/vkontakte.png" alt="ВКонтакте" class="banner"></a></th>
|
||||
</tr>
|
||||
<tr><td colspan="3" id="social-pane">
|
||||
<div id="social">Мы рады встретиться с вами в социальных сетях:</div>
|
||||
<div id="social-icons">
|
||||
<a href="http://twitter.com/#!/altlinuxru" class="image"><img src="images/twitter.png" alt="Twitter" class="banner"></a>
|
||||
<a href="https://www.facebook.com/group.php?gid=136328550579" class="image"><img src="images/facebook.png" alt="Facebook" class="banner"></a>
|
||||
<a href="http://vkontakte.ru/club667081" class="image"><img src="images/vkontakte.png" alt="ВКонтакте" class="banner"></a>
|
||||
</div></td></tr>
|
||||
|
||||
</table>
|
||||
|
||||
|
@ -8,11 +8,11 @@ body {
|
||||
}
|
||||
div#content {
|
||||
background: white;
|
||||
border: solid 6px #d0d0d0;
|
||||
border-radius: 8px;
|
||||
-webkit-border-radius: 8px;
|
||||
-moz-border-radius: 7px;
|
||||
-khtml-border-radius: 12px;
|
||||
border: solid 10px #e6e6e6;
|
||||
border-radius: 16px;
|
||||
-webkit-border-radius: 16px;
|
||||
-moz-border-radius: 16px;
|
||||
-khtml-border-radius: 16px;
|
||||
padding: 0;
|
||||
position: relative;
|
||||
width: 780px;
|
||||
@ -30,10 +30,10 @@ div#title {
|
||||
text-align: center;
|
||||
margin-top: 0;
|
||||
margin-bottom: 12px;
|
||||
background: #d3eaf9;
|
||||
background: #657fbe;
|
||||
padding: 6px 0 6px 0;
|
||||
border-top: solid 1px #81c3eb;
|
||||
border-bottom: solid 1px #81c3eb;
|
||||
border-top: solid 1px #657fbe;
|
||||
border-bottom: solid 1px #657fbe;
|
||||
background-image: url('images/lines.png');
|
||||
}
|
||||
div#top-site {
|
||||
@ -44,12 +44,43 @@ div#top-site {
|
||||
padding: 4px;
|
||||
}
|
||||
div#main {
|
||||
padding: 12px;
|
||||
padding: 10px 0px 20px 0px;
|
||||
}
|
||||
table#header {
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
td#product-logo {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
td#search {
|
||||
width: 60%;
|
||||
text-align: right;
|
||||
}
|
||||
input#search_string {
|
||||
position: relative;
|
||||
vertical-align: middle;
|
||||
background: white;
|
||||
padding: 4px;
|
||||
padding-right: 24px;
|
||||
border: solid 1px #aeaeae;
|
||||
width: 350px;
|
||||
background: url('images/search.png') no-repeat 357px 2px;
|
||||
background-color: white;
|
||||
}
|
||||
input#search_button {
|
||||
margin-top: 12px;
|
||||
vertical-align: top;
|
||||
font-size: 130%;
|
||||
}
|
||||
|
||||
th {
|
||||
vertical-align: bottom;
|
||||
text-align: center;
|
||||
padding-top: 5px;
|
||||
padding-bottom: 5px;
|
||||
}
|
||||
img.icon {
|
||||
width: 48px;
|
||||
@ -60,64 +91,61 @@ img.icon_big {
|
||||
height: 60px;
|
||||
}
|
||||
img.banner {
|
||||
width: 130px;
|
||||
height: 30px;
|
||||
margin: 6px;
|
||||
width: 32px;
|
||||
height: 32px;
|
||||
margin: 5px;
|
||||
}
|
||||
li {
|
||||
line-height: 1.35em;
|
||||
}
|
||||
td#central_pane {
|
||||
border-left: dotted 1px #ccc;
|
||||
border-right: dotted 1px #ccc;
|
||||
text-align: center;
|
||||
td#left-pane {
|
||||
background-color: #dbeef6;
|
||||
}
|
||||
td#central-pane {
|
||||
background-color: #ffe57e;
|
||||
}
|
||||
td#right-pane {
|
||||
background-color: #f2f2f2;
|
||||
}
|
||||
.column {
|
||||
text-align: center;
|
||||
border-top: 2px solid #0088bf;
|
||||
background: url('images/section.png') no-repeat 112px 0px;
|
||||
padding: 9px 0 5px 0;
|
||||
}
|
||||
td#search {
|
||||
text-align: center;
|
||||
padding: 12px;
|
||||
|
||||
td#social-pane {
|
||||
padding: 14px 12px 2px 12px;
|
||||
}
|
||||
input#search_string {
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
margin-top: 12px;
|
||||
font-size: 130%;
|
||||
background: white;
|
||||
border: solid 1px #81c3eb;
|
||||
border-radius: 2px;
|
||||
-webkit-border-radius: 2px;
|
||||
-moz-border-radius: 2px;
|
||||
-khtml-border-radius: 2px;
|
||||
}
|
||||
input#search_button {
|
||||
margin-top: 12px;
|
||||
vertical-align: top;
|
||||
font-size: 130%;
|
||||
}
|
||||
td#social {
|
||||
text-align: center;
|
||||
|
||||
div#social {
|
||||
text-align: left;
|
||||
border-bottom: dotted 1px #ccc;
|
||||
font-size: xx-small;
|
||||
padding-bottom: 10px;
|
||||
color: #999;
|
||||
}
|
||||
div#social-icons {
|
||||
text-align: left;
|
||||
padding-top: 10px;
|
||||
}
|
||||
|
||||
td#left_footer, td#right_footer {
|
||||
font-size: xx-small;
|
||||
color: #999;
|
||||
vertical-align: bottom;
|
||||
padding-top: 15px;
|
||||
padding: 2px 12px 0px 12px;
|
||||
}
|
||||
td#right_footer {
|
||||
text-align: right;
|
||||
}
|
||||
ul li {
|
||||
text-align: left;
|
||||
list-style: square url('bullet.png');
|
||||
list-style: square url('images/bullet.png');
|
||||
}
|
||||
a:link, a:visited {
|
||||
text-decoration: none;
|
||||
color: #2e7194;
|
||||
color: black;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: none;
|
||||
|
@ -3,7 +3,7 @@ VERSION="@VERSION@@STATUS@ (@CODENAME@)"
|
||||
ID=altlinux
|
||||
VERSION_ID=@VERSION@
|
||||
PRETTY_NAME="@PRODUCT_NAME@ (@CODENAME@)"
|
||||
ANSI_COLOR="1;36"
|
||||
CPE_NAME="cpe:/o:alt linux:school teacher:@VERSION@"
|
||||
ANSI_COLOR="1;33"
|
||||
CPE_NAME="cpe:/o:alt linux:school server:@VERSION@"
|
||||
HOME_URL="http://altlinux.ru/"
|
||||
BUG_REPORT_URL="https://bugs.altlinux.org/"
|
||||
|
28
configure.ac
@ -38,20 +38,20 @@ AC_SUBST(INACTIVE_COLOR)
|
||||
AC_SUBST(X86)
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
components/bootloader/config
|
||||
components/bootsplash/theme.plymouth
|
||||
components/browser-qt/design/design.ini
|
||||
components/browser-qt/design/design.qss
|
||||
components/bootloader/gfxboot.cfg
|
||||
notes/release-notes.ru.html
|
||||
notes/release-notes.all.html
|
||||
notes/license.ru.html
|
||||
notes/license.all.html
|
||||
components/indexhtml/indexhtml.desktop
|
||||
components/indexhtml/index-ru.html
|
||||
components/indexhtml/index-en.html
|
||||
components/systemd/os-release
|
||||
Makefile
|
||||
components/bootloader/config
|
||||
components/bootsplash/theme.plymouth
|
||||
components/browser-qt/design/design.ini
|
||||
components/browser-qt/design/design.qss
|
||||
components/bootloader/gfxboot.cfg
|
||||
notes/release-notes.ru.html
|
||||
notes/release-notes.all.html
|
||||
notes/license.ru.html
|
||||
notes/license.all.html
|
||||
components/indexhtml/indexhtml.desktop
|
||||
components/indexhtml/index-ru.html
|
||||
components/indexhtml/index-en.html
|
||||
components/systemd/os-release
|
||||
components/ahttpd/styles/alterator.css
|
||||
])
|
||||
AC_OUTPUT
|
||||
|
80
fvwm-settings/.fvwm2rc
Normal file
@ -0,0 +1,80 @@
|
||||
#
|
||||
Read "/etc/X11/fvwm/system.fvwm2rc"
|
||||
Style "*" BorderWidth 5, HandleWidth 6
|
||||
Style "*" FvwmBorder, FirmBorder
|
||||
|
||||
BorderStyle Simple
|
||||
|
||||
TitleStyle LeftJustified
|
||||
TitleStyle -- Raised
|
||||
|
||||
ButtonStyle All -- Raised
|
||||
|
||||
# window title, inactive and active
|
||||
# #
|
||||
Colorset 1 fg black, bg rgb:DA/D4/CF, Plain, NoShape
|
||||
Colorset 2 fg white, bg rgb:4A/8D/D0, Plain, NoShape
|
||||
#
|
||||
# # window borders, inactive and active
|
||||
# #
|
||||
Colorset 3 fg black, bg rgb:DA/D4/CF, Plain, NoShape
|
||||
Colorset 4 fg black, bg rgb:4A/8D/D0, Plain, NoShape
|
||||
# inactive menu item fg+bg and menu face if any
|
||||
#
|
||||
Colorset 5 fg black, bg rgb:C0/C0/C0, Plain, NoShape
|
||||
#
|
||||
# # active menu item fg+bg
|
||||
# #
|
||||
Colorset 6 fg black, bg rgb:80/98/B0, Plain, NoShape
|
||||
|
||||
# # greyed menu item fg
|
||||
# #
|
||||
Colorset 7 fg grey48, bg grey48, Plain, NoShape
|
||||
|
||||
|
||||
DefaultColorset 0
|
||||
Style * Colorset 1
|
||||
Style * HilightColorset 2
|
||||
Style * BorderColorset 3
|
||||
Style * HilightBorderColorset 4
|
||||
|
||||
MenuStyle * MenuFace, ActiveFore, HilightBack
|
||||
MenuStyle * MenuColorset 5, ActiveColorset 6, GreyedColorset 7
|
||||
|
||||
|
||||
|
||||
FuncFvwmDecorBackground
|
||||
|
||||
Style "*" Button 1, Button 2, Button 4, Button 6
|
||||
Style "*" MWMButtons # button relief follows the state
|
||||
|
||||
AddButtonStyle 1 Vector 5 25x40@1 25x60@1 75x60@0 75x40@0 25x40@1
|
||||
AddButtonStyle 2 Vector 16 20x20@1 30x20@1 50x40@1 70x20@1 80x20@1 80x30@0 60x50@0 80x80@0 70x80@0 50x60@0 30x80@0 20x80@0 20x70@0 40x50@1 20x30@0 20x20@1
|
||||
AddButtonStyle 4 Vector 4 50x25@1 75x75@0 25x75@0 50x25@1
|
||||
AddButtonStyle 6 Vector 4 50x75@1 25x25@1 75x25@1 50x75@0
|
||||
|
||||
ButtonStyle 1 - Clear MWMDecorMenu
|
||||
ButtonStyle 2 - Clear
|
||||
ButtonStyle 4 - Clear MWMDecorMax
|
||||
ButtonStyle 6 - Clear MWMDecorMin
|
||||
|
||||
TitleStyle Height MinHeight 18
|
||||
|
||||
# button context modifie function
|
||||
Mouse 1 1 A FuncFvwmWindowOpsOrAction Delete
|
||||
MouseXX 2 3 1 A Menu MenuFvwmWindowMove
|
||||
MouseXX 3 2 1 A Menu MenuFvwmWindowGroupOps
|
||||
Mouse 0 2 A FuncFvwmDeleteOrDestroy
|
||||
Mouse 1 2 A Close
|
||||
Mouse 2 2 A Close
|
||||
Mouse 3 2 A Destroy
|
||||
Mouse 1 4 A Maximize 100 100
|
||||
Mouse 2 4 A Maximize 0 100
|
||||
Mouse 3 4 A Maximize 100 0
|
||||
Mouse 1 4 S Maximize grow grow
|
||||
Mouse 2 4 S Maximize 0 grow
|
||||
Mouse 3 4 S Maximize grow 0
|
||||
Mouse 1 6 A Iconify
|
||||
Mouse 2 6 A FuncFvwmIconifySameResource on
|
||||
Mouse 3 6 A FuncFvwmIconifySameResource toggle
|
||||
|
25
gnome-settings/gnome-applications.menu
Normal file
@ -0,0 +1,25 @@
|
||||
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/menu-spec/menu-1.0.dtd">
|
||||
|
||||
<Menu>
|
||||
<MergeFile>altlinux-applications.menu</MergeFile>
|
||||
<Name>Applications</Name>
|
||||
<Menu>
|
||||
<Name>Multimedia</Name>
|
||||
<Exclude>
|
||||
<Filename>adobe_flash_player_eula.desktop</Filename>
|
||||
</Exclude>
|
||||
</Menu>
|
||||
<Menu>
|
||||
<Name>Internet</Name>
|
||||
<Exclude>
|
||||
<Filename>lftp.desktop</Filename>
|
||||
</Exclude>
|
||||
</Menu>
|
||||
<Menu>
|
||||
<Name>Development</Name>
|
||||
<Exclude>
|
||||
<Filename>gdb.desktop</Filename>
|
||||
</Exclude>
|
||||
</Menu>
|
||||
</Menu>
|
826
gnome-settings/panel-default-setup.entries
Normal file
@ -0,0 +1,826 @@
|
||||
<gconfentryfile>
|
||||
|
||||
<entrylist base="/apps/panel/default_setup">
|
||||
|
||||
<!-- List of toplevels -->
|
||||
|
||||
<entry>
|
||||
<key>general/toplevel_id_list</key>
|
||||
<schema_key>/schemas/apps/panel/general/toplevel_id_list</schema_key>
|
||||
<value>
|
||||
<list type="string">
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>bottom_panel</string>
|
||||
</value>
|
||||
</list>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<!-- List of objects -->
|
||||
|
||||
<entry>
|
||||
<key>general/object_id_list</key>
|
||||
<schema_key>/schemas/apps/panel/general/object_id_list</schema_key>
|
||||
<value>
|
||||
<list type="string">
|
||||
<value>
|
||||
<string>menu_bar</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>browser_launcher</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>email_launcher</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>gnomecc_launcher</string>
|
||||
</value>
|
||||
</list>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<!-- List of applets -->
|
||||
|
||||
<entry>
|
||||
<key>general/applet_id_list</key>
|
||||
<schema_key>/schemas/apps/panel/general/applet_id_list</schema_key>
|
||||
<value>
|
||||
<list type="string">
|
||||
<value>
|
||||
<string>window_menu</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>clock</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>notification_area</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>show_desktop_button</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>window_list</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>workspace_switcher</string>
|
||||
</value>
|
||||
<value>
|
||||
<string>notification_area</string>
|
||||
</value>
|
||||
</list>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<!-- Top Panel -->
|
||||
|
||||
<entry>
|
||||
<key>toplevels/top_panel/expand</key>
|
||||
<schema_key>/schemas/apps/panel/toplevels/expand</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>toplevels/top_panel/orientation</key>
|
||||
<schema_key>/schemas/apps/panel/toplevels/orientation</schema_key>
|
||||
<value>
|
||||
<string>top</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>toplevels/top_panel/size</key>
|
||||
<schema_key>/schemas/apps/panel/toplevels/size</schema_key>
|
||||
<value>
|
||||
<int>24</int>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>toplevels/top_panel/name</key><schema_key>/schemas/apps/panel/toplevels/name</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/screen</key><schema_key>/schemas/apps/panel/toplevels/screen</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/monitor</key><schema_key>/schemas/apps/panel/toplevels/monitor</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/x</key><schema_key>/schemas/apps/panel/toplevels/x</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/y</key><schema_key>/schemas/apps/panel/toplevels/y</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/x_right</key><schema_key>/schemas/apps/panel/toplevels/x_right</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/y_bottom</key><schema_key>/schemas/apps/panel/toplevels/y_bottom</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/x_centered</key><schema_key>/schemas/apps/panel/toplevels/x_centered</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/y_centered</key><schema_key>/schemas/apps/panel/toplevels/y_centered</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/auto_hide</key><schema_key>/schemas/apps/panel/toplevels/auto_hide</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/enable_animations</key><schema_key>/schemas/apps/panel/toplevels/enable_animations</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/enable_buttons</key><schema_key>/schemas/apps/panel/toplevels/enable_buttons</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/enable_arrows</key><schema_key>/schemas/apps/panel/toplevels/enable_arrows</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/hide_delay</key><schema_key>/schemas/apps/panel/toplevels/hide_delay</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/unhide_delay</key><schema_key>/schemas/apps/panel/toplevels/unhide_delay</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/auto_hide_size</key><schema_key>/schemas/apps/panel/toplevels/auto_hide_size</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/animation_speed</key><schema_key>/schemas/apps/panel/toplevels/animation_speed</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/background/type</key><schema_key>/schemas/apps/panel/toplevels/background/type</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/background/color</key><schema_key>/schemas/apps/panel/toplevels/background/color</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/background/opacity</key><schema_key>/schemas/apps/panel/toplevels/background/opacity</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/background/image</key><schema_key>/schemas/apps/panel/toplevels/background/image</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/background/fit</key><schema_key>/schemas/apps/panel/toplevels/background/fit</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/background/stretch</key><schema_key>/schemas/apps/panel/toplevels/background/stretch</schema_key></entry>
|
||||
<entry><key>toplevels/top_panel/background/rotate</key><schema_key>/schemas/apps/panel/toplevels/background/rotate</schema_key></entry>
|
||||
|
||||
<!-- Bottom Panel -->
|
||||
|
||||
<entry>
|
||||
<key>toplevels/bottom_panel/expand</key>
|
||||
<schema_key>/schemas/apps/panel/toplevels/expand</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>toplevels/bottom_panel/orientation</key>
|
||||
<schema_key>/schemas/apps/panel/toplevels/orientation</schema_key>
|
||||
<value>
|
||||
<string>bottom</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>toplevels/bottom_panel/size</key>
|
||||
<schema_key>/schemas/apps/panel/toplevels/size</schema_key>
|
||||
<value>
|
||||
<int>24</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>toplevels/bottom_panel/y_bottom</key>
|
||||
<schema_key>/schemas/apps/panel/toplevels/y_bottom</schema_key>
|
||||
<value>
|
||||
<int>0</int>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>toplevels/bottom_panel/name</key><schema_key>/schemas/apps/panel/toplevels/name</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/screen</key><schema_key>/schemas/apps/panel/toplevels/screen</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/monitor</key><schema_key>/schemas/apps/panel/toplevels/monitor</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/x</key><schema_key>/schemas/apps/panel/toplevels/x</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/y</key><schema_key>/schemas/apps/panel/toplevels/y</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/x_right</key><schema_key>/schemas/apps/panel/toplevels/x_right</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/x_centered</key><schema_key>/schemas/apps/panel/toplevels/x_centered</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/y_centered</key><schema_key>/schemas/apps/panel/toplevels/y_centered</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/auto_hide</key><schema_key>/schemas/apps/panel/toplevels/auto_hide</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/enable_animations</key><schema_key>/schemas/apps/panel/toplevels/enable_animations</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/enable_buttons</key><schema_key>/schemas/apps/panel/toplevels/enable_buttons</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/enable_arrows</key><schema_key>/schemas/apps/panel/toplevels/enable_arrows</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/hide_delay</key><schema_key>/schemas/apps/panel/toplevels/hide_delay</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/unhide_delay</key><schema_key>/schemas/apps/panel/toplevels/unhide_delay</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/auto_hide_size</key><schema_key>/schemas/apps/panel/toplevels/auto_hide_size</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/animation_speed</key><schema_key>/schemas/apps/panel/toplevels/animation_speed</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/background/type</key><schema_key>/schemas/apps/panel/toplevels/background/type</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/background/color</key><schema_key>/schemas/apps/panel/toplevels/background/color</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/background/opacity</key><schema_key>/schemas/apps/panel/toplevels/background/opacity</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/background/image</key><schema_key>/schemas/apps/panel/toplevels/background/image</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/background/fit</key><schema_key>/schemas/apps/panel/toplevels/background/fit</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/background/stretch</key><schema_key>/schemas/apps/panel/toplevels/background/stretch</schema_key></entry>
|
||||
<entry><key>toplevels/bottom_panel/background/rotate</key><schema_key>/schemas/apps/panel/toplevels/background/rotate</schema_key></entry>
|
||||
|
||||
<!-- Menu Bar -->
|
||||
|
||||
<entry>
|
||||
<key>objects/menu_bar/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>menu-bar</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/menu_bar/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/menu_bar/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>0</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/menu_bar/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/menu_bar/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>objects/menu_bar/applet_iid</key><schema_key>/schemas/apps/panel/objects/applet_iid</schema_key></entry>
|
||||
<entry><key>objects/menu_bar/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>objects/menu_bar/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>objects/menu_bar/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>objects/menu_bar/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>objects/menu_bar/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>objects/menu_bar/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>objects/menu_bar/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>objects/menu_bar/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Browser Launcher -->
|
||||
|
||||
<entry>
|
||||
<key>objects/browser_launcher/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>launcher-object</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/browser_launcher/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/browser_launcher/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>1</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/browser_launcher/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/browser_launcher/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/browser_launcher/launcher_location</key>
|
||||
<schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
|
||||
<value>
|
||||
<string>firefox.desktop</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>objects/browser_launcher/applet_iid</key><schema_key>/schemas/apps/panel/objects/applet_iid</schema_key></entry>
|
||||
<entry><key>objects/browser_launcher/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>objects/browser_launcher/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>objects/browser_launcher/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>objects/browser_launcher/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>objects/browser_launcher/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>objects/browser_launcher/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>objects/browser_launcher/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Email Launcher -->
|
||||
|
||||
<entry>
|
||||
<key>objects/email_launcher/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>launcher-object</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/email_launcher/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/email_launcher/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>2</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/email_launcher/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/email_launcher/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/email_launcher/launcher_location</key>
|
||||
<schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
|
||||
<value>
|
||||
<string>evolution.desktop</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>objects/email_launcher/applet_iid</key><schema_key>/schemas/apps/panel/objects/applet_iid</schema_key></entry>
|
||||
<entry><key>objects/email_launcher/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>objects/email_launcher/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>objects/email_launcher/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>objects/email_launcher/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>objects/email_launcher/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>objects/email_launcher/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>objects/email_launcher/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Gnome Control Center Launcher -->
|
||||
|
||||
<entry>
|
||||
<key>objects/gnomecc_launcher/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>launcher-object</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/gnomecc_launcher/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/gnomecc_launcher/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>3</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/gnomecc_launcher/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/gnomecc_launcher/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/gnomecc_launcher/launcher_location</key>
|
||||
<schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
|
||||
<value>
|
||||
<string>/usr/share/applications/gnomecc.desktop</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>objects/gnomecc_launcher/bonobo_iid</key><schema_key>/schemas/apps/panel/objects/bonobo_iid</schema_key></entry>
|
||||
<entry><key>objects/gnomecc_launcher/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>objects/gnomecc_launcher/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>objects/gnomecc_launcher/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>objects/gnomecc_launcher/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>objects/gnomecc_launcher/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>objects/gnomecc_launcher/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>objects/gnomecc_launcher/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Yelp Launcher -->
|
||||
|
||||
<entry>
|
||||
<key>objects/yelp_launcher/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>launcher-object</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/yelp_launcher/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/yelp_launcher/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>4</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/yelp_launcher/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/yelp_launcher/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>objects/yelp_launcher/launcher_location</key>
|
||||
<schema_key>/schemas/apps/panel/objects/launcher_location</schema_key>
|
||||
<value>
|
||||
<string>/usr/share/applications/yelp.desktop</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>objects/yelp_launcher/bonobo_iid</key><schema_key>/schemas/apps/panel/objects/bonobo_iid</schema_key></entry>
|
||||
<entry><key>objects/yelp_launcher/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>objects/yelp_launcher/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>objects/yelp_launcher/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>objects/yelp_launcher/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>objects/yelp_launcher/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>objects/yelp_launcher/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>objects/yelp_launcher/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
|
||||
<!-- Window Menu Applet -->
|
||||
|
||||
<entry>
|
||||
<key>applets/window_menu/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>bonobo-applet</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_menu/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_menu/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>0</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_menu/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_menu/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_menu/applet_iid</key>
|
||||
<schema_key>/schemas/apps/panel/objects/applet_iid</schema_key>
|
||||
<value>
|
||||
<string>WnckletFactory::WindowMenuApplet</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>applets/window_menu/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>applets/window_menu/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>applets/window_menu/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>applets/window_menu/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>applets/window_menu/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>applets/window_menu/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>applets/window_menu/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>applets/window_menu/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Clock Applet -->
|
||||
|
||||
<entry>
|
||||
<key>applets/clock/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>bonobo-applet</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/clock/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/clock/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>2</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/clock/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/clock/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/clock/applet_iid</key>
|
||||
<schema_key>/schemas/apps/panel/objects/applet_iid</schema_key>
|
||||
<value>
|
||||
<string>ClockAppletFactory::ClockApplet</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>applets/clock/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>applets/clock/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>applets/clock/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>applets/clock/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>applets/clock/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>applets/clock/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>applets/clock/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>applets/clock/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Notification Area Applet -->
|
||||
|
||||
<entry>
|
||||
<key>applets/notification_area/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>bonobo-applet</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>top_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>3</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/applet_iid</key>
|
||||
<schema_key>/schemas/apps/panel/objects/applet_iid</schema_key>
|
||||
<value>
|
||||
<string>NotificationAreaAppletFactory::NotificationArea</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>applets/notification_area/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>applets/notification_area/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>applets/notification_area/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>applets/notification_area/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>applets/notification_area/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>applets/notification_area/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>applets/notification_area/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>applets/notification_area/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Show Desktop Applet -->
|
||||
|
||||
<entry>
|
||||
<key>applets/show_desktop_button/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>bonobo-applet</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/show_desktop_button/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>bottom_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/show_desktop_button/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>0</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/show_desktop_button/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/show_desktop_button/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/show_desktop_button/applet_iid</key>
|
||||
<schema_key>/schemas/apps/panel/objects/applet_iid</schema_key>
|
||||
<value>
|
||||
<string>WnckletFactory::ShowDesktopApplet</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>applets/show_desktop_button/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>applets/show_desktop_button/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>applets/show_desktop_button/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>applets/show_desktop_button/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>applets/show_desktop_button/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>applets/show_desktop_button/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>applets/show_desktop_button/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>applets/show_desktop_button/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Window List Applet -->
|
||||
|
||||
<entry>
|
||||
<key>applets/window_list/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>bonobo-applet</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_list/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>bottom_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_list/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>1</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_list/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_list/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/window_list/applet_iid</key>
|
||||
<schema_key>/schemas/apps/panel/objects/applet_iid</schema_key>
|
||||
<value>
|
||||
<string>WnckletFactory::WindowListApplet</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>applets/window_list/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>applets/window_list/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>applets/window_list/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>applets/window_list/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>applets/window_list/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>applets/window_list/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>applets/window_list/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>applets/window_list/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Workspace Switcher Applet -->
|
||||
|
||||
<entry>
|
||||
<key>applets/workspace_switcher/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>bonobo-applet</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/workspace_switcher/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>bottom_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/workspace_switcher/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>0</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/workspace_switcher/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/workspace_switcher/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/workspace_switcher/applet_iid</key>
|
||||
<schema_key>/schemas/apps/panel/objects/applet_iid</schema_key>
|
||||
<value>
|
||||
<string>WnckletFactory::WorkspaceSwitcherApplet</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>applets/workspace_switcher/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>applets/workspace_switcher/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>applets/workspace_switcher/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>applets/workspace_switcher/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>applets/workspace_switcher/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>applets/workspace_switcher/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>applets/workspace_switcher/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>applets/workspace_switcher/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
<!-- Notification Area Applet -->
|
||||
|
||||
<entry>
|
||||
<key>applets/notification_area/object_type</key>
|
||||
<schema_key>/schemas/apps/panel/objects/object_type</schema_key>
|
||||
<value>
|
||||
<string>bonobo-applet</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/toplevel_id</key>
|
||||
<schema_key>/schemas/apps/panel/objects/toplevel_id</schema_key>
|
||||
<value>
|
||||
<string>bottom_panel</string>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/position</key>
|
||||
<schema_key>/schemas/apps/panel/objects/position</schema_key>
|
||||
<value>
|
||||
<int>2</int>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/panel_right_stick</key>
|
||||
<schema_key>/schemas/apps/panel/objects/panel_right_stick</schema_key>
|
||||
<value>
|
||||
<bool>true</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/locked</key>
|
||||
<schema_key>/schemas/apps/panel/objects/locked</schema_key>
|
||||
<value>
|
||||
<bool>false</bool>
|
||||
</value>
|
||||
</entry>
|
||||
<entry>
|
||||
<key>applets/notification_area/bonobo_iid</key>
|
||||
<schema_key>/schemas/apps/panel/objects/bonobo_iid</schema_key>
|
||||
<value>
|
||||
<string>OAFIID:GNOME_NotificationAreaApplet</string>
|
||||
</value>
|
||||
</entry>
|
||||
|
||||
<entry><key>applets/notification_area/attached_toplevel_id</key><schema_key>/schemas/apps/panel/objects/attached_toplevel_id</schema_key> </entry>
|
||||
<entry><key>applets/notification_area/tooltip</key><schema_key>/schemas/apps/panel/objects/tooltip</schema_key></entry>
|
||||
<entry><key>applets/notification_area/use_custom_icon</key><schema_key>/schemas/apps/panel/objects/use_custom_icon</schema_key></entry>
|
||||
<entry><key>applets/notification_area/custom_icon</key><schema_key>/schemas/apps/panel/objects/custom_icon</schema_key></entry>
|
||||
<entry><key>applets/notification_area/use_menu_path</key><schema_key>/schemas/apps/panel/objects/use_menu_path</schema_key></entry>
|
||||
<entry><key>applets/notification_area/menu_path</key><schema_key>/schemas/apps/panel/objects/menu_path</schema_key></entry>
|
||||
<entry><key>applets/notification_area/launcher_location</key><schema_key>/schemas/apps/panel/objects/launcher_location</schema_key></entry>
|
||||
<entry><key>applets/notification_area/action_type</key><schema_key>/schemas/apps/panel/objects/action_type</schema_key></entry>
|
||||
|
||||
</entrylist>
|
||||
|
||||
</gconfentryfile>
|
BIN
graphics/backgrounds/ALTLinux Desktop-5.0.png
Normal file
After Width: | Height: | Size: 903 KiB |
4
graphics/config
Normal file
@ -0,0 +1,4 @@
|
||||
BACKGROUND_COLOR=88DCF8
|
||||
BACKGROUND_R=136
|
||||
BACKGROUND_G=220
|
||||
BACKGROUND_B=248
|
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 6.2 KiB After Width: | Height: | Size: 2.8 KiB |
BIN
graphics/faces/user11.png
Normal file
After Width: | Height: | Size: 3.0 KiB |
BIN
graphics/icons/altlinux_16x16.png
Normal file
After Width: | Height: | Size: 610 B |
BIN
graphics/icons/altlinux_32x32.png
Normal file
After Width: | Height: | Size: 5.1 KiB |
BIN
graphics/icons/altlinux_48x48.png
Normal file
After Width: | Height: | Size: 6.6 KiB |
BIN
graphics/kde/konqueror/tile.png
Normal file
After Width: | Height: | Size: 13 KiB |
3
graphics/kde/splash/pics/Theme.rc
Normal file
@ -0,0 +1,3 @@
|
||||
[KSplash Theme: Default]
|
||||
Engine = Default
|
||||
Icons Flashing = true
|
3
graphics/kde/splash/pics/locolor/Theme.rc
Normal file
@ -0,0 +1,3 @@
|
||||
[KSplash Theme: Default]
|
||||
Engine = Default
|
||||
Icons Flashing = true
|
BIN
graphics/kde/splash/pics/locolor/splash_active_bar.png
Normal file
After Width: | Height: | Size: 8.8 KiB |
BIN
graphics/kde/splash/pics/locolor/splash_bottom.png
Normal file
After Width: | Height: | Size: 2.1 KiB |
BIN
graphics/kde/splash/pics/locolor/splash_inactive_bar.png
Normal file
After Width: | Height: | Size: 14 KiB |
BIN
graphics/kde/splash/pics/locolor/splash_top.png
Normal file
After Width: | Height: | Size: 38 KiB |
BIN
graphics/kde/splash/pics/splash_active_bar.png
Normal file
After Width: | Height: | Size: 20 KiB |
BIN
graphics/kde/splash/pics/splash_bottom.png
Normal file
After Width: | Height: | Size: 5.3 KiB |
BIN
graphics/kde/splash/pics/splash_inactive_bar.png
Normal file
After Width: | Height: | Size: 15 KiB |
BIN
graphics/kde/splash/pics/splash_top.png
Normal file
After Width: | Height: | Size: 108 KiB |
103
graphics/kde4/kdm-color-scheme.colors
Normal file
@ -0,0 +1,103 @@
|
||||
[ColorEffects:Disabled]
|
||||
Color=56,56,56
|
||||
ColorAmount=0
|
||||
ColorEffect=0
|
||||
ContrastAmount=0.65
|
||||
ContrastEffect=1
|
||||
IntensityAmount=0.1
|
||||
IntensityEffect=2
|
||||
|
||||
[ColorEffects:Inactive]
|
||||
ChangeSelectionColor=true
|
||||
Color=112,111,110
|
||||
ColorAmount=-0.9
|
||||
ColorEffect=1
|
||||
ContrastAmount=0.25
|
||||
ContrastEffect=2
|
||||
Enable=true
|
||||
IntensityAmount=0
|
||||
IntensityEffect=0
|
||||
|
||||
[Colors:Button]
|
||||
BackgroundAlternate=224,223,222
|
||||
BackgroundNormal=223,220,217
|
||||
DecorationFocus=58,167,221
|
||||
DecorationHover=110,214,255
|
||||
ForegroundActive=255,128,224
|
||||
ForegroundInactive=137,136,135
|
||||
ForegroundLink=0,87,174
|
||||
ForegroundNegative=191,3,3
|
||||
ForegroundNeutral=176,128,0
|
||||
ForegroundNormal=34,31,30
|
||||
ForegroundPositive=0,110,40
|
||||
ForegroundVisited=100,74,155
|
||||
|
||||
[Colors:Selection]
|
||||
BackgroundAlternate=62,138,204
|
||||
BackgroundNormal=67,172,232
|
||||
DecorationFocus=58,167,221
|
||||
DecorationHover=110,214,255
|
||||
ForegroundActive=255,128,224
|
||||
ForegroundInactive=165,193,228
|
||||
ForegroundLink=0,49,110
|
||||
ForegroundNegative=156,14,14
|
||||
ForegroundNeutral=255,221,0
|
||||
ForegroundNormal=255,255,255
|
||||
ForegroundPositive=128,255,128
|
||||
ForegroundVisited=69,40,134
|
||||
|
||||
[Colors:Tooltip]
|
||||
BackgroundAlternate=196,224,255
|
||||
BackgroundNormal=24,21,19
|
||||
DecorationFocus=58,167,221
|
||||
DecorationHover=110,214,255
|
||||
ForegroundActive=255,128,224
|
||||
ForegroundInactive=137,136,135
|
||||
ForegroundLink=0,87,174
|
||||
ForegroundNegative=191,3,3
|
||||
ForegroundNeutral=176,128,0
|
||||
ForegroundNormal=231,253,255
|
||||
ForegroundPositive=0,110,40
|
||||
ForegroundVisited=100,74,155
|
||||
|
||||
[Colors:View]
|
||||
BackgroundAlternate=248,247,246
|
||||
BackgroundNormal=255,255,255
|
||||
DecorationFocus=58,167,221
|
||||
DecorationHover=110,214,255
|
||||
ForegroundActive=255,128,224
|
||||
ForegroundInactive=137,136,135
|
||||
ForegroundLink=0,87,174
|
||||
ForegroundNegative=191,3,3
|
||||
ForegroundNeutral=176,128,0
|
||||
ForegroundNormal=31,28,27
|
||||
ForegroundPositive=0,110,40
|
||||
ForegroundVisited=100,74,155
|
||||
|
||||
[Colors:Window]
|
||||
BackgroundAlternate=218,217,216
|
||||
BackgroundNormal=214,210,208
|
||||
DecorationFocus=58,167,221
|
||||
DecorationHover=110,214,255
|
||||
ForegroundActive=255,128,224
|
||||
ForegroundInactive=137,136,135
|
||||
ForegroundLink=0,87,174
|
||||
ForegroundNegative=191,3,3
|
||||
ForegroundNeutral=176,128,0
|
||||
ForegroundNormal=34,31,30
|
||||
ForegroundPositive=0,110,40
|
||||
ForegroundVisited=100,74,155
|
||||
|
||||
[General]
|
||||
ColorScheme=Oxygen
|
||||
Name=Oxygen
|
||||
shadeSortColumn=true
|
||||
|
||||
[KDE]
|
||||
contrast=7
|
||||
|
||||
[WM]
|
||||
activeBackground=48,174,232
|
||||
activeForeground=255,255,255
|
||||
inactiveBackground=224,223,222
|
||||
inactiveForeground=75,71,67
|
9
graphics/kde4/kdm-theme/KdmGreeterTheme.desktop
Normal file
@ -0,0 +1,9 @@
|
||||
# This is not really a .desktop file like the rest, but it is useful to treat
|
||||
# it as such
|
||||
|
||||
[KdmGreeterTheme]
|
||||
Greeter=oxygen-air.xml
|
||||
Name=KDM Default
|
||||
Author=Xavier Araque
|
||||
Copyright=GPL 2008 Xavier Araque | xavieraraque@gmail.com
|
||||
Screenshot=screenshot.png
|
1
graphics/kde4/kdm-theme/background.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../backgrounds/xdm.png
|
BIN
graphics/kde4/kdm-theme/caps.png
Normal file
After Width: | Height: | Size: 2.7 KiB |
BIN
graphics/kde4/kdm-theme/icon-altlinux.png
Normal file
After Width: | Height: | Size: 5.6 KiB |
124
graphics/kde4/kdm-theme/oxygen-air.xml
Normal file
@ -0,0 +1,124 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE greeter SYSTEM "greeter.dtd">
|
||||
|
||||
<greeter id="theme">
|
||||
<style font="Sans 12" guistyle="Oxygen"
|
||||
base-color="#bfd9ff" text-color="#0b678c"/>
|
||||
|
||||
<item type="pixmap" id="background" background="true">
|
||||
<normal file="background.png"/>
|
||||
<pos anchor="c" x="50%" y="50%" width="scale" width="100%" height="100%"/>
|
||||
</item>
|
||||
|
||||
<item type="pixmap" id="system-session">
|
||||
<normal file="win-login.png"/>
|
||||
<pos anchor="c" x="50%" y="45%" width="615" height="401"/>
|
||||
<box orientation="vertical" spacing="10" homogeneous="true">
|
||||
|
||||
<item type="pixmap">
|
||||
<normal file="icon-altlinux.png"/>
|
||||
<pos anchor="c" x="50%" y="80%"/>
|
||||
</item>
|
||||
|
||||
<item type="label" id="welcome">
|
||||
<pos anchor="c" x="50%" y="46%"/>
|
||||
<normal alpha="0.5" font="Sans Bold 18" color="#334560"/>
|
||||
<stock type="welcome-label"/>
|
||||
</item>
|
||||
|
||||
<item type="rect" id="user-field">
|
||||
<pos anchor="c" x="50%" y="43%" width="400" height="144"/>
|
||||
<box orientation="vertical" spacing="0" homogeneous="true">
|
||||
|
||||
<item type="rect">
|
||||
<pos anchor="c" x="50%" y="60%" height="box" width="box"/>
|
||||
<box orientation="horizontal" spacing="10">
|
||||
<item type="pixmap">
|
||||
<normal file="user-entry.png"/>
|
||||
</item>
|
||||
<item type="entry" id="user-entry">
|
||||
<pos width="157" height="30"/>
|
||||
<style frame="true"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
|
||||
<item type="rect">
|
||||
<pos anchor="c" x="50%" y="40%" height="box" width="box"/>
|
||||
<box orientation="horizontal" spacing="10">
|
||||
<item type="pixmap">
|
||||
<normal file="pw-entry.png"/>
|
||||
</item>
|
||||
<item type="entry" id="pw-entry">
|
||||
<pos width="157" height="30"/>
|
||||
<style frame="true"/>
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
|
||||
</box>
|
||||
</item>
|
||||
|
||||
<item type="rect" id="system-session">
|
||||
<pos anchor="c" x="50%" y="70%" width="615" height="44"/>
|
||||
<fixed>
|
||||
|
||||
<item type="label">
|
||||
<pos anchor="se" x="96%" y="70%"/>
|
||||
<normal alpha="0.5" font="Sans 8" color="#334560"/>
|
||||
<text>%c</text>
|
||||
</item>
|
||||
|
||||
<item type="pixmap" id="session_button" button="true">
|
||||
<normal file="session_button.png"/>
|
||||
<prelight file="session_button-li.png"/>
|
||||
<active file="session_button-li.png"/>
|
||||
<pos anchor="w" x="15" y="50%"/>
|
||||
</item>
|
||||
|
||||
<item type="pixmap" id="system_button" button="true">
|
||||
<normal file="system_button.png"/>
|
||||
<prelight file="system_button-li.png"/>
|
||||
<active file="system_button-li.png"/>
|
||||
<pos anchor="w" x="47" y="50%"/>
|
||||
</item>
|
||||
|
||||
</fixed>
|
||||
|
||||
</item>
|
||||
</box>
|
||||
</item>
|
||||
|
||||
<item type="pixmap" id="caps-lock-warning">
|
||||
<normal file="caps.png"/>
|
||||
<pos anchor="c" x="50%" y="45%"/>
|
||||
|
||||
<fixed>
|
||||
|
||||
<item type="label" id="mesage">
|
||||
<normal color="#0b678c" font="Sans Bold 10"/>
|
||||
<pos anchor="c" x="50%" y="85%"/>
|
||||
<stock type="caps-lock-warning"/>
|
||||
</item>
|
||||
|
||||
</fixed>
|
||||
|
||||
</item>
|
||||
|
||||
<item type="rect" id="pam-error-paceholder">
|
||||
<pos anchor="c" x="50%" y="98%" widht="615" height="200"/>
|
||||
|
||||
<item type="label" id="dummy1">
|
||||
<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
|
||||
<!-- </text> -->
|
||||
</item>
|
||||
|
||||
<item type="label" id="pam-error">
|
||||
<pos anchor="c" x="50%" y="50%" expand="true"/>
|
||||
<normal alpha="0" color="#0b678c" font="Sans Bold 10"/>
|
||||
<!-- </text> -->
|
||||
</item>
|
||||
|
||||
</item>
|
||||
|
||||
</greeter>
|
BIN
graphics/kde4/kdm-theme/pw-entry.png
Normal file
After Width: | Height: | Size: 1008 B |
BIN
graphics/kde4/kdm-theme/screenshot.png
Normal file
After Width: | Height: | Size: 192 KiB |
BIN
graphics/kde4/kdm-theme/session_button-li.png
Normal file
After Width: | Height: | Size: 1.5 KiB |
BIN
graphics/kde4/kdm-theme/session_button.png
Normal file
After Width: | Height: | Size: 1.0 KiB |
BIN
graphics/kde4/kdm-theme/system_button-li.png
Normal file
After Width: | Height: | Size: 1.7 KiB |
BIN
graphics/kde4/kdm-theme/system_button.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
graphics/kde4/kdm-theme/user-entry.png
Normal file
After Width: | Height: | Size: 1.2 KiB |
BIN
graphics/kde4/kdm-theme/win-login.png
Normal file
After Width: | Height: | Size: 45 KiB |
1
graphics/kde4/ksplash-themes/Default/1680x1050/background.png
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../backgrounds/default.png
|
@ -0,0 +1,42 @@
|
||||
SCALE ON
|
||||
BACKGROUND_IMAGE 0 0 background.png
|
||||
SCALE OFF
|
||||
|
||||
# the image is 390x234, make it centered, all icons need the same adjustment too
|
||||
IMAGE_REL CC 0 0 CC rectangle.png
|
||||
|
||||
# these have their relative positions to the rectangle adjusted by -195,-117
|
||||
# (i.e. half of the rectangle size)
|
||||
# 3,32
|
||||
ANIM_REL 1 CC -192 -50 LT 30 icon1_anim.png 85 1
|
||||
WAIT_STATE kded
|
||||
|
||||
# 69,32
|
||||
ANIM_REL 2 CC -126 -50 LT 30 icon2_anim.png 85 1
|
||||
WAIT_STATE kcminit
|
||||
|
||||
# 135,32
|
||||
ANIM_REL 3 CC -60 -50 LT 29 icon3_anim.png 85 1
|
||||
WAIT_STATE ksmserver
|
||||
|
||||
# 201,32
|
||||
ANIM_REL 4 CC 6 -50 LT 30 icon4_anim.png 85 1
|
||||
WAIT_STATE wm
|
||||
|
||||
# 263,15
|
||||
ANIM_REL 5 CC 68 -88 LT 30 icon5_anim.png 85 1
|
||||
WAIT_STATE desktop
|
||||
|
||||
WAIT_STATE ready
|
||||
|
||||
# show the icons fully right before the splash goes away
|
||||
STOP_ANIM 1
|
||||
IMAGE_REL CC -192 -50 LT icon1.png
|
||||
STOP_ANIM 2
|
||||
IMAGE_REL CC -126 -50 LT icon2.png
|
||||
STOP_ANIM 3
|
||||
IMAGE_REL CC -60 -50 LT icon3.png
|
||||
STOP_ANIM 4
|
||||
IMAGE_REL CC 6 -50 LT icon4.png
|
||||
STOP_ANIM 5
|
||||
IMAGE_REL CC 68 -88 LT icon5.png
|
BIN
graphics/kde4/ksplash-themes/Default/1680x1050/icon1.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
BIN
graphics/kde4/ksplash-themes/Default/1680x1050/icon1_anim.png
Normal file
After Width: | Height: | Size: 168 KiB |
BIN
graphics/kde4/ksplash-themes/Default/1680x1050/icon2.png
Normal file
After Width: | Height: | Size: 8.3 KiB |
BIN
graphics/kde4/ksplash-themes/Default/1680x1050/icon2_anim.png
Normal file
After Width: | Height: | Size: 241 KiB |