Clear old version
19
Makefile.in
@ -1,19 +0,0 @@
|
||||
STATUS=@STATUS@
|
||||
THEME=@THEME@
|
||||
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 images/wallpaper.png wallpaper.png
|
||||
cp -al wallpaper.png graphics/backgrounds/default.png
|
||||
cp -al wallpaper.png graphics/backgrounds/xdm.png
|
||||
convert wallpaper.png kde3-styles-splash/Background.jpg
|
||||
cp -al wallpaper.png kde3-styles-splash/Background.png
|
||||
convert -resize '400x320!' images/wallpaper.png kde3-styles-splash/Preview.png
|
||||
#color scheme
|
||||
mv kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc "kde3-settings/apps/kdisplay/color-schemes/@BRAND_FNAME@ @NAME@.kcsrc"
|
||||
|
||||
include components.mk
|
||||
install: browser-qt ahttpd boot
|
510
branding.spec
@ -1,510 +0,0 @@
|
||||
%define theme junior
|
||||
%define codename p5
|
||||
%define brand school
|
||||
%define Brand ALT Linux
|
||||
|
||||
Name: branding-%brand-%theme
|
||||
Version: 5.0.2
|
||||
Release: alt1
|
||||
BuildArch: noarch
|
||||
|
||||
BuildRequires: cpio gfxboot >= 4 fonts-ttf-dejavu
|
||||
BuildRequires: design-bootloader-source >= 5.0-alt2
|
||||
|
||||
BuildRequires(pre): libqt4-core
|
||||
BuildRequires: libalternatives-devel
|
||||
BuildRequires: libqt4-devel
|
||||
|
||||
BuildRequires: ImageMagick fontconfig bc libGConf-devel
|
||||
|
||||
%define Theme School Junior
|
||||
%define status %nil
|
||||
%define status_en %nil
|
||||
%define variants altlinux-office-desktop altlinux-office-server altlinux-lite altlinux-workbench altlinux-desktop altlinux-gnome-desktop
|
||||
|
||||
Packager: Alexandra Panyukova <mex3@altlinux.ru>
|
||||
|
||||
Source: branding.tar
|
||||
|
||||
Group: Graphics
|
||||
Summary: System/Base
|
||||
License: GPL
|
||||
|
||||
%description
|
||||
Distro-specific packages with design and texts
|
||||
|
||||
%package bootloader
|
||||
Group: System/Configuration/Boot and Init
|
||||
Summary: Graphical boot logo for lilo and syslinux
|
||||
License: GPL
|
||||
|
||||
PreReq: coreutils
|
||||
Provides: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
|
||||
|
||||
Obsoletes: design-bootloader-system-%theme design-bootloader-livecd-%theme design-bootloader-livecd-%theme design-bootloader-%theme branding-alt-%theme-bootloader
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-bootloader ";done )
|
||||
|
||||
%description bootloader
|
||||
Here you find the graphical boot logo. Suitable for both lilo
|
||||
and syslinux.
|
||||
|
||||
%package bootsplash
|
||||
Summary: Theme for splash animations during bootup
|
||||
License: Distributable
|
||||
Group: System/Configuration/Boot and Init
|
||||
Provides: design-bootsplash design-bootsplash-%theme branding-alt-%theme-bootsplash
|
||||
Requires: bootsplash >= 3.3
|
||||
Obsoletes: branding-alt-%theme-bootsplash
|
||||
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-bootsplash ";done )
|
||||
%description bootsplash
|
||||
This package contains graphics for boot process
|
||||
(needs console splash screen enabled)
|
||||
|
||||
%package alterator
|
||||
Summary: Design for alterator for %Brand %Theme
|
||||
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: design-alterator-server design-alterator-desktop design-altertor-browser-desktop design-altertor-browser-server
|
||||
Obsoletes: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-browser-qt ";done )
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-alterator ";done )
|
||||
PreReq(post,preun): alternatives >= 0.2 alterator
|
||||
|
||||
%description alterator
|
||||
Design for QT and web alterator for %Brand %Theme
|
||||
|
||||
%package graphics
|
||||
Summary: design for ALT
|
||||
License: Different licenses
|
||||
Group: Graphics
|
||||
|
||||
Provides: design-graphics-%theme branding-alt-%theme-graphics
|
||||
Provides: design-graphics = 12.0.0
|
||||
Provides: gnome-session-splash = %version-%release
|
||||
Obsoletes: branding-alt-%theme-graphics design-graphics-%theme design-graphics
|
||||
PreReq(post,preun): alternatives >= 0.2
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-graphics ";done )
|
||||
|
||||
%description graphics
|
||||
This package contains some graphics for ALT design.
|
||||
|
||||
|
||||
%define provide_list altlinux fedora redhat system altlinux
|
||||
%define obsolete_list altlinux-release fedora-release redhat-release
|
||||
%define conflicts_list altlinux-release-sisyphus altlinux-release-4.0 altlinux-release-junior altlinux-release-server altlinux-release-terminal altlinux-release-small_business
|
||||
%package release
|
||||
|
||||
Summary: %distribution %Theme release file
|
||||
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" = %brand-%theme ] || echo -n "branding-$n-release ";done )
|
||||
|
||||
%description release
|
||||
%distribution %version %Theme release file.
|
||||
|
||||
%package notes
|
||||
Provides: alt-license-theme = %version alt-notes-%theme
|
||||
Obsoletes: alt-license-%theme alt-notes-%theme
|
||||
Summary: Distribution license and release notes
|
||||
License: Distributable
|
||||
Group: Documentation
|
||||
Conflicts: alt-notes-children alt-notes-hpc alt-notes-junior-sj alt-notes-junior-sm alt-notes-school-server alt-notes-server-lite alt-notes-skif alt-notes-terminal
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-notes ";done )
|
||||
|
||||
%description notes
|
||||
Distribution license and release notes
|
||||
|
||||
%package gnome-settings
|
||||
Summary: GNOME settings for %Brand %version %Theme
|
||||
License: Distributable
|
||||
Group: Graphical desktop/KDE
|
||||
Requires: gtk2-theme-mist
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-kde3-settings ";done )
|
||||
|
||||
%description gnome-settings
|
||||
GNOME settings for %Brand %version %Theme
|
||||
|
||||
%package slideshow
|
||||
|
||||
Summary: Slideshow for %Brand %version %Theme installer
|
||||
License: Distributable
|
||||
Group: System/Configuration/Other
|
||||
Conflicts: %(for n in %variants ; do [ "$n" = %brand-%theme ] || echo -n "branding-$n-slideshow ";done )
|
||||
|
||||
%description slideshow
|
||||
Slideshow for %Brand %version %Theme installer
|
||||
|
||||
%package indexhtml
|
||||
|
||||
Summary: %name -- ALT Linux html welcome page
|
||||
License: distributable
|
||||
Group: System/Base
|
||||
Provides: indexhtml indexhtml-%theme = %version indexhtml-Desktop = 1:5.0
|
||||
Obsoletes: indexhtml-desktop indexhtml-Desktop
|
||||
|
||||
Conflicts: indexhtml-sisyphus
|
||||
Conflicts: indexhtml-school_junior
|
||||
Conflicts: indexhtml-school_lite
|
||||
Conflicts: indexhtml-school_master
|
||||
Conflicts: indexhtml-school_terminal
|
||||
Conflicts: indexhtml-small_business
|
||||
Conflicts: indexhtml-school-server
|
||||
|
||||
Requires: xdg-utils url_handler
|
||||
Requires(post): indexhtml-common
|
||||
|
||||
%description indexhtml
|
||||
ALT Linux index.html welcome page.
|
||||
|
||||
%prep
|
||||
%setup -n branding
|
||||
|
||||
|
||||
%build
|
||||
autoconf
|
||||
THEME=%theme NAME='%Theme' BRAND_FNAME='%Brand' BRAND='%brand' STATUS_EN=%status_en STATUS=%status VERSION=%version ./configure
|
||||
make
|
||||
|
||||
%install
|
||||
%makeinstall
|
||||
|
||||
#graphics
|
||||
mkdir -p %buildroot/%_datadir/design/{%theme,backgrounds}
|
||||
cp -ar graphics/* %buildroot/%_datadir/design/%theme
|
||||
|
||||
pushd %buildroot/%_datadir/design/%theme
|
||||
pushd backgrounds
|
||||
ln -sf ../../../wallpapers more
|
||||
popd
|
||||
popd
|
||||
|
||||
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
|
||||
__EOF__
|
||||
|
||||
#release
|
||||
install -pD -m644 /dev/null %buildroot%_sysconfdir/buildreqs/packages/ignore.d/%name-release
|
||||
echo -n "%distribution %version %Theme" >%buildroot%_sysconfdir/altlinux-release
|
||||
test -n "%status_en" && echo -n " %status_en" >>%buildroot%_sysconfdir/altlinux-release
|
||||
test -n "%codename" && echo -n " (%codename)" >>%buildroot%_sysconfdir/altlinux-release
|
||||
echo >>%buildroot%_sysconfdir/altlinux-release
|
||||
for n in fedora redhat system; do
|
||||
ln -s altlinux-release %buildroot%_sysconfdir/$n-release
|
||||
done
|
||||
|
||||
#notes
|
||||
pushd notes
|
||||
%makeinstall
|
||||
popd
|
||||
|
||||
#gnome-settings
|
||||
pushd gnome-settings
|
||||
mkdir -p %buildroot/%_datadir/themes/%brand-%theme
|
||||
mkdir -p %buildroot/%_datadir/themes/%brand-%theme/gtk-2.0
|
||||
install -m 644 gtkrc %buildroot/%_datadir/themes/%brand-%theme/gtk-2.0
|
||||
mkdir -p %buildroot/%_datadir/themes/%brand-%theme/metacity-1
|
||||
install -m 644 metacity-theme-1.xml %buildroot/%_datadir/themes/%brand-%theme/metacity-1/
|
||||
install -m 644 index.theme %buildroot/%_datadir/themes/%brand-%theme/
|
||||
popd
|
||||
|
||||
#slideshow
|
||||
mkdir -p %buildroot/usr/share/install2/slideshow
|
||||
install slideshow/* %buildroot/usr/share/install2/slideshow/
|
||||
|
||||
#indexhtml
|
||||
%define _indexhtmldir %_defaultdocdir/indexhtml
|
||||
pushd indexhtml
|
||||
mkdir -p %buildroot{%_indexhtmldir/,%_desktopdir/}
|
||||
cp -r * %buildroot%_indexhtmldir/
|
||||
rm -f %buildroot%_indexhtmldir/*.in %buildroot%_indexhtmldir/indexhtml.desktop
|
||||
touch %buildroot%_indexhtmldir/index.html
|
||||
install -m644 indexhtml.desktop %buildroot%_desktopdir/
|
||||
popd
|
||||
|
||||
#bootloader
|
||||
%pre bootloader
|
||||
[ -s /boot/splash/%theme ] && rm -fr /boot/splash/%theme ||:
|
||||
|
||||
%post bootloader
|
||||
%__ln_s -nf %theme/message /boot/splash/message
|
||||
. /etc/sysconfig/i18n
|
||||
lang=$(echo $LANG | cut -d. -f 1)
|
||||
cd boot/splash/%theme/
|
||||
echo $lang > lang
|
||||
[ "$lang" = "C" ] || echo lang | cpio -o --append -F message
|
||||
|
||||
|
||||
%preun bootloader
|
||||
[ $1 = 0 ] || exit 0
|
||||
[ "`readlink /boot/splash/message`" != "%theme/message" ] ||
|
||||
%__rm -f /boot/splash/message
|
||||
|
||||
%post indexhtml
|
||||
%_sbindir/indexhtml-update
|
||||
|
||||
%files bootloader
|
||||
%_datadir/gfxboot/%theme
|
||||
/boot/splash/%theme
|
||||
|
||||
#bootsplash
|
||||
%post bootsplash
|
||||
%__ln_s -nf %theme %_sysconfdir/bootsplash/themes/current
|
||||
|
||||
%preun bootsplash
|
||||
[ $1 = 0 ] || exit 0
|
||||
[ "`readlink %_sysconfdir/bootsplash/themes/current`" != %theme ] ||
|
||||
%__rm -f %_sysconfdir/bootsplash/themes/current
|
||||
|
||||
%files alterator
|
||||
%config %_altdir/*.rcc
|
||||
/usr/share/alterator-browser-qt/design/*.rcc
|
||||
/usr/share/alterator/design/*
|
||||
|
||||
%files graphics
|
||||
%config /etc/alternatives/packages.d/%name-graphics
|
||||
%_datadir/design
|
||||
|
||||
%files bootsplash
|
||||
%_sysconfdir/bootsplash/themes/%theme/
|
||||
|
||||
|
||||
%files release
|
||||
%_sysconfdir/*-*
|
||||
%_sysconfdir/buildreqs/packages/ignore.d/*
|
||||
|
||||
%files notes
|
||||
%_datadir/alt-notes/*
|
||||
|
||||
%files gnome-settings
|
||||
%_datadir/themes/%brand-%theme/*
|
||||
|
||||
%files slideshow
|
||||
/usr/share/install2/slideshow
|
||||
|
||||
%files indexhtml
|
||||
%ghost %_indexhtmldir/index.html
|
||||
%_indexhtmldir/*
|
||||
%_desktopdir/*
|
||||
|
||||
%changelog
|
||||
* Fri Dec 03 2010 Andrey Cherepanov <cas@altlinux.org> 5.0.2-alt1
|
||||
- prepare for 5.0.2 release
|
||||
- proper release generation
|
||||
- remove external resources loading in indexhtml
|
||||
- add 'opera' to license
|
||||
|
||||
* Wed Mar 03 2010 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.1-alt1
|
||||
- OO.o desktop files names changed
|
||||
|
||||
* Sat Oct 24 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt33
|
||||
- branging-school-junior-graphics should provide gnome-session-splash
|
||||
|
||||
* Sat Oct 24 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt32
|
||||
- fix name
|
||||
|
||||
* Fri Oct 23 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt31
|
||||
- fix wallpapers
|
||||
- fix indexhtml open in Geany
|
||||
|
||||
* Thu Oct 22 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt30
|
||||
- fix Russian name and copyright years
|
||||
- remove beta status
|
||||
|
||||
* Tue Oct 20 2009 Alexandra Panyukova <mex3@altlinux.org> 5.0.0-alt29
|
||||
- merge with boyarsh
|
||||
|
||||
* Tue Oct 20 2009 Alexandra Panyukova <mex3@altlinux.org> 5.0.0-alt28
|
||||
- new wallpapers
|
||||
- new slideshow
|
||||
- no STATUS
|
||||
|
||||
* Fri Oct 15 2009 Andrey Cherepanov <cas@altlinux.org> 5.0.0-alt27
|
||||
- provides design-graphics for override design-graphics-default
|
||||
- fix user icons for KDM (closes: #20282)
|
||||
- fix splash for KDM (closes: #21610)
|
||||
|
||||
* Wed Sep 09 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt26
|
||||
- 'final' menu customization
|
||||
|
||||
* Wed Sep 02 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt25
|
||||
- categories translations usage
|
||||
|
||||
* Mon Aug 31 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt24
|
||||
- icons for new steps
|
||||
- categories translations
|
||||
|
||||
* Wed Aug 26 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt23
|
||||
- icons for new steps added
|
||||
|
||||
* Mon Aug 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt22
|
||||
- release-notes and license changed
|
||||
|
||||
* Tue Aug 18 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt21
|
||||
- more menu customization
|
||||
|
||||
* Mon Aug 17 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt20
|
||||
- new images and colors
|
||||
- license and release-notes changed
|
||||
|
||||
* Fri Aug 14 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt19
|
||||
- junior version
|
||||
|
||||
* Thu Jun 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt18
|
||||
- merge with master
|
||||
|
||||
* Mon Jun 22 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt17.2
|
||||
- separate installer background
|
||||
- classic KDE menu look
|
||||
|
||||
* Fri Jun 19 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt17.1
|
||||
- installer background fixed
|
||||
|
||||
* Thu Jun 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt17
|
||||
- school master version
|
||||
- ksplashrc added for kde4
|
||||
- kde3-settings and splash for kde3 added (mex@)
|
||||
- gnome-settngs added (mex@)
|
||||
|
||||
* Wed May 13 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt16
|
||||
- setup fixed from boyarsh@
|
||||
- remove package name from .gear-rules from boyarsh@
|
||||
|
||||
* Fri Apr 24 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt15
|
||||
- minor fixes of strange merge
|
||||
- changes in alterator.css.in from inger@
|
||||
|
||||
* Fri Apr 17 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt14
|
||||
- better quality background image for installer
|
||||
|
||||
* Thu Apr 16 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt13
|
||||
- alterator.css = alterator.css+menu.css
|
||||
- some strange results of merge fixed
|
||||
|
||||
* Fri Apr 10 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt12
|
||||
- gear-rules fixed
|
||||
|
||||
* Fri Apr 10 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt11
|
||||
- web logo - white and smaller;
|
||||
labels on buttons - darker;
|
||||
disabled elements - lighter;
|
||||
|
||||
* Fri Apr 10 2009 Alxandra Panyukova <mex3@altlinux.ru> 5.0.0-alt10
|
||||
- some misspells fixed
|
||||
|
||||
* Thu Apr 09 2009 Alexandra Panyukova <mex3@altlinux.ru> 5.0.0-alt9
|
||||
- darker text and new logo for web
|
||||
|
||||
* Thu Apr 09 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt8
|
||||
- gradients and some colors in css fixed by mex3@
|
||||
|
||||
* Tue Apr 07 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt7
|
||||
- fixes for installer design from mex3@
|
||||
|
||||
* Fri Apr 03 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt6
|
||||
- default gray design from mex3@
|
||||
- \%status_en intorduces for release file
|
||||
|
||||
* Wed Apr 01 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt5
|
||||
- logo in www design fixed
|
||||
|
||||
* Tue Mar 31 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt4
|
||||
- www design fixed
|
||||
|
||||
* Tue Mar 31 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt3
|
||||
- conflicts for -alterator subpackages added
|
||||
- design for web alterator changed
|
||||
|
||||
* Mon Mar 30 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt2
|
||||
- -browser-qt subpackage remaned to -alterator as it really is
|
||||
|
||||
* Fri Mar 27 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0.0-alt1
|
||||
- addes \%status to altlinux-release
|
||||
- images for verbose bootsplash mode from one source
|
||||
|
||||
* Wed Mar 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt24
|
||||
- added versioned provides for indexhtml
|
||||
|
||||
* Tue Mar 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt23
|
||||
- indexhtml subpackage added
|
||||
|
||||
* Mon Mar 23 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt22
|
||||
- nepomukserverrc added into kde4
|
||||
|
||||
* Wed Mar 18 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt21
|
||||
- other images for browser-qt added
|
||||
- gtkrcs added into kde4-settings
|
||||
- plasma-applet-networkmanagenemt removed from kde4 by default
|
||||
- conflicts bitween different brandings added
|
||||
|
||||
* Thu Mar 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt20
|
||||
- steps icons added
|
||||
|
||||
* Fri Feb 27 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt19
|
||||
- sample slideshow added
|
||||
|
||||
* Wed Feb 25 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt18
|
||||
- 1024x768 removed :D
|
||||
- more transparent menu selection bar
|
||||
|
||||
* Tue Feb 24 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt17
|
||||
- 1024x768 added
|
||||
- fonts changed
|
||||
|
||||
* Thu Feb 19 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt16
|
||||
- not setup language in bootloader during install (when it is 'C')
|
||||
|
||||
* Wed Feb 18 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt15
|
||||
- rebuild with new bootloader-source with support of real language change
|
||||
|
||||
* Tue Feb 17 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt14
|
||||
- auto set default language for bootloader from /etc/sysconfig/i18n
|
||||
|
||||
* 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
|
||||
|
||||
* Wed Feb 11 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt11
|
||||
- fixed conflict of notes subpackage with itself
|
||||
|
||||
* Tue Feb 10 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt10
|
||||
- more kde4 settings from zerg@
|
||||
- alternative and obsoletes for graphics added
|
||||
|
||||
* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt9
|
||||
- rebuild with new translations
|
||||
|
||||
* Thu Feb 05 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt8
|
||||
- added kde4-settings subpackage
|
||||
|
||||
* Wed Feb 04 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt7
|
||||
- added conflicts for notes
|
||||
|
||||
* Mon Jan 26 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt6
|
||||
- xdm background fixed
|
||||
|
||||
* Fri Jan 23 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt5
|
||||
- added 'notes' subpackage
|
||||
|
||||
* Thu Jan 15 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt4
|
||||
- fixed problem with owerwritten alternative
|
||||
|
||||
* Wed Jan 14 2009 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt3
|
||||
- release subpackage added
|
||||
|
||||
* Fri Dec 26 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt2
|
||||
- colors integration
|
||||
- graphics package added
|
||||
|
||||
* Thu Dec 18 2008 Anton V. Boyarshinov <boyarsh@altlinux.ru> 5.0-alt1
|
||||
- initial sceleton
|
||||
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
echo $(echo "ibase=16; ${1:0:2}" | bc)','$(echo "ibase=16; ${1:2:2}" | bc)','$(echo "ibase=16; ${1:4:2}" | bc)
|
@ -1,42 +0,0 @@
|
||||
# browser-qt
|
||||
|
||||
components/browser-qt/design/bg.png: images/installer.png
|
||||
convert $< -resize '800x600!' $@
|
||||
#convert $< -resize '800x600!' -fill '#c62530' -font /usr/share/fonts/ttf/dejavu/DejaVuSansCondensed-Bold.ttf -style Normal -weight Normal -pointsize 20 -gravity northeast -draw 'text 25,25 "$(STATUS)"' $@
|
||||
|
||||
browser-qt:components/browser-qt/design/bg.png
|
||||
install -d $(datadir)/alterator-browser-qt/design
|
||||
cd components/browser-qt; rcc-qt4 -binary theme.qrc -o $(datadir)/alterator-browser-qt/design/$(THEME).rcc; cd -
|
||||
install -d $(sysconfdir)/alternatives/packages.d
|
||||
printf '/etc/alterator/design-browser-qt\t/usr/share/alterator-browser-qt/design/$(THEME).rcc\t50\n'>$(sysconfdir)/alternatives/packages.d/$(THEME).rcc
|
||||
|
||||
# ahttpd
|
||||
|
||||
ahttpd:
|
||||
install -d $(datadir)/alterator/design/styles
|
||||
cp -a components/ahttpd/images $(datadir)/alterator/design
|
||||
[ ! -f images/logo.png ] || convert images/logo.png -fill '#ffffff' -font /usr/share/fonts/ttf/dejavu/DejaVuSans-Bold.ttf -style Normal -weight Normal -pointsize 24 -gravity northwest -draw 'text 0,0 "$(VERSION) $(NAME)"' $(datadir)/alterator/design/images/logo.png
|
||||
cp -a components/ahttpd/styles/*.css $(datadir)/alterator/design/styles
|
||||
|
||||
# bootloader and bootsplash
|
||||
boot:
|
||||
cp -a /usr/src/design-bootloader-source ./
|
||||
cp -a components/bootloader/config design-bootloader-source/
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-install/
|
||||
cp -a components/bootloader/gfxboot.cfg design-bootloader-source/data-boot/
|
||||
for size in 1024x768 800x600 640x480; do \
|
||||
convert images/boot.png -resize "$$size!" boot-$$size.jpg ;\
|
||||
cp -al boot-$$size.jpg components/bootsplash/images/silent-$$size.jpg ;\
|
||||
convert -resize "$$size!" images/console.jpg components/bootsplash/images/bootsplash-$$size.jpg;\
|
||||
done
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-boot/back.jpg
|
||||
cp -al boot-800x600.jpg design-bootloader-source/data-install/back.jpg
|
||||
#bootsplash
|
||||
mkdir -p $(sysconfdir)/bootsplash/themes/$(THEME)
|
||||
cp -a components/bootsplash/* $(sysconfdir)/bootsplash/themes/$(THEME)
|
||||
#bootloader
|
||||
DEFAULT_LANG='--lang-to-subst--' PATH=$(PATH):/usr/sbin make -C design-bootloader-source
|
||||
install -d -m 755 $(sysconfdir)/../boot/splash/$(THEME)
|
||||
install -d -m 755 $(datadir)/gfxboot/$(THEME)
|
||||
install -m 644 design-bootloader-source/message $(sysconfdir)/../boot/splash/$(THEME)
|
||||
install -m 644 design-bootloader-source/bootlogo $(datadir)/gfxboot/$(THEME)
|
Before Width: | Height: | Size: 64 B |
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 54 B |
Before Width: | Height: | Size: 310 B |
Before Width: | Height: | Size: 237 B |
Before Width: | Height: | Size: 221 B |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 2.6 KiB |
Before Width: | Height: | Size: 7.5 KiB |
Before Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 7.0 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 7.1 KiB |
Before Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 834 B |
Before Width: | Height: | Size: 216 B |
Before Width: | Height: | Size: 305 B |
Before Width: | Height: | Size: 384 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 2.0 KiB |
Before Width: | Height: | Size: 1.6 KiB |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 698 B |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 5.7 KiB |
Before Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 1.8 KiB |
Before Width: | Height: | Size: 3.3 KiB |
@ -1,360 +0,0 @@
|
||||
/* basic elements and widgets */
|
||||
|
||||
body {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
color: #@MIDDLE_LABELS_HEX@;
|
||||
margin: 0px;
|
||||
padding: 10px;
|
||||
font-family : Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
a {
|
||||
color: #@MIDDLE_LABELS_HEX@;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
table {
|
||||
font-size: 9pt;
|
||||
border-color: #@MIDDLE_LABELS_HEX@;
|
||||
border-collapse: collapse;
|
||||
}
|
||||
|
||||
th {
|
||||
padding: 0px 7px 3px 0px;
|
||||
}
|
||||
|
||||
tr {
|
||||
vertical-align: top;
|
||||
}
|
||||
|
||||
hr {
|
||||
border: none;
|
||||
border-top: 1px solid #@MIDDLE_LABELS_HEX@;;
|
||||
}
|
||||
|
||||
h1 {
|
||||
text-align: center;
|
||||
margin: 0px;
|
||||
}
|
||||
|
||||
textarea, select, input.text {
|
||||
border: 1px solid #@MIDDLE_LABELS_HEX@;
|
||||
font-size: 8pt;
|
||||
margin: 1px 3px 1px 0px;
|
||||
padding: 1px 3px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
color: #@MIDDLE_LABELS_HEX@;
|
||||
border: 1px solid #@MIDDLE_LABELS_HEX@;
|
||||
cursor: pointer;
|
||||
font-size: 9pt;
|
||||
padding: 0px 3px;
|
||||
}
|
||||
|
||||
.btn:hover {
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
|
||||
.frame-table {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
margin: 3px;
|
||||
}
|
||||
|
||||
.frame-table td, .frame-table th {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
padding: 1px 1px 3px 3px;
|
||||
}
|
||||
|
||||
.disabled {
|
||||
color: #@DARK_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.alterator-progress {
|
||||
border: 1px solid #@MIDDLE_LABELS_HEX@;
|
||||
height: 20px;
|
||||
width: 200px;
|
||||
padding: 2px;
|
||||
background-color: #@LIGHT_LABELS_HEX@;
|
||||
}
|
||||
|
||||
.alterator-progress div {
|
||||
background-color: #@MIDDLE_LABELS_HEX@;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
/* messages */
|
||||
|
||||
.alterator-information-message {
|
||||
font-style:italic;
|
||||
font-size: 9pt;
|
||||
padding-top:3px;
|
||||
padding-bottom:3px;
|
||||
}
|
||||
|
||||
.alterator-information-message img {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
.alterator-attention-message {
|
||||
color: darkred;
|
||||
border-color: darkred;
|
||||
border-width: 5px;
|
||||
border-style: double;
|
||||
padding: 4px;
|
||||
margin: 4px;
|
||||
|
||||
min-width:10px;
|
||||
float:left;
|
||||
|
||||
-moz-border-radius: 7px;
|
||||
-webkit-border-radius: 7px;
|
||||
-khtml-border-radius: 7px;
|
||||
border-radius: 7px;
|
||||
}
|
||||
|
||||
.alterator-attention-message img {
|
||||
vertical-align:middle;
|
||||
}
|
||||
|
||||
/* calendar and dateedit */
|
||||
|
||||
.year {
|
||||
font-weight: bold;
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.week {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
.today {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: pink;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.day {
|
||||
border-style:solid;
|
||||
border-width:1px;
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.day:hover {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.alterator-dateedit-calendar table {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
border-style: solid;
|
||||
border-width: 1px;
|
||||
}
|
||||
|
||||
.alterator-dateedit-calendar td {
|
||||
padding: 3px;
|
||||
}
|
||||
|
||||
.alterator-dateedit-button {
|
||||
vertical-align:middle;
|
||||
cursor:pointer;
|
||||
background: url(/design/images/dateedit.png) no-repeat;
|
||||
width: 15px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
/* main menu */
|
||||
|
||||
#menu-td {
|
||||
padding-right: 12px;
|
||||
}
|
||||
|
||||
#main {
|
||||
padding: 10px 20px;
|
||||
}
|
||||
|
||||
#main-td {
|
||||
background-color: #ffffff;
|
||||
width: 100%;
|
||||
/*border: 1px solid #056560;;*/
|
||||
-moz-border-radius-bottomright: 1em;
|
||||
-webkit-border-radius-bottomright: 1em;
|
||||
-khtml-border-radius-bottomright: 1em;
|
||||
border-radius-bottomright: 1em;
|
||||
-moz-border-radius-bottomleft: 1em;
|
||||
-webkit-border-radius-bottomleft: 1em;
|
||||
-khtml-border-radius-bottomleft: 1em;
|
||||
border-radius-bottomleft: 1em;
|
||||
}
|
||||
|
||||
.menu-item-normal a {
|
||||
font-weight: normal;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
.menu-item-selected a {
|
||||
font-weight: bold;
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.menu-group-name {
|
||||
padding-left: 5px;
|
||||
padding-right: 5px;
|
||||
color: #fff;
|
||||
text-decoration: none;
|
||||
/*background-color:#baeaea;*/
|
||||
padding-top: 3px;
|
||||
background: url(/design/images/gradient.png) 0% 0% repeat-x;
|
||||
font-weight: bold;
|
||||
-moz-border-radius-topright: 1em;
|
||||
-webkit-border-radius-topright: 1em;
|
||||
-khtml-border-radius-topright: 1em;
|
||||
border-radius-topright: 1em;
|
||||
-moz-border-radius-topleft: 1em;
|
||||
-webkit-border-radius-topleft: 1em;
|
||||
-khtml-border-radius-topleft: 1em;
|
||||
border-radius-topleft: 1em;
|
||||
}
|
||||
|
||||
.menu-group {
|
||||
padding-bottom: 5px;
|
||||
/*width:250px;*/
|
||||
padding-top: 5px;
|
||||
border-collapse: collapse;
|
||||
background: url(/design/images/gradient-menu.png) 0% 0% repeat-x;
|
||||
-moz-border-radius-bottomright: 1em; /* mozilla 1.5 */
|
||||
-webkit-border-radius-bottomright: 1em; /* safari 3 */
|
||||
-khtml-border-radius-bottomright: 1em; /* Konqueror */
|
||||
border-radius-bottomright: 1em; /* CSS3 */
|
||||
-moz-border-radius-bottomleft: 1em; /* mozilla 1.5 */
|
||||
-webkit-border-radius-bottomleft: 1em; /* safari 3 */
|
||||
-khtml-border-radius-bottomleft: 1em; /* Konqueror */
|
||||
border-radius-bottomleft: 1em; /* CSS3 */
|
||||
}
|
||||
|
||||
/* help popup */
|
||||
|
||||
#help-popup {
|
||||
padding-left: 10px;
|
||||
width: 95%;
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
.hresizeable {
|
||||
width: 100%;
|
||||
height: 7px;
|
||||
background:#@MIDDLE_COLOR_HEX@ url(/design/images/hgrabber.gif) no-repeat scroll 45%;
|
||||
cursor: s-resize;
|
||||
}
|
||||
|
||||
.hresizeable:hover {
|
||||
background-color: #@DARK_COLOR_HEX@;
|
||||
}
|
||||
|
||||
/* tables */
|
||||
|
||||
table.alterator-listbox {
|
||||
font-family:arial;
|
||||
margin:10px 0pt 15px;
|
||||
font-size: 8pt;
|
||||
width: 100%;
|
||||
text-align: left;
|
||||
border: solid 1px;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr th, table.alterator-listbox tfoot tr th {
|
||||
background-color: #@MIDDLE_COLOR_HEX@;
|
||||
border: solid 1px;
|
||||
font-size: 8pt;
|
||||
padding: 4px;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .header {
|
||||
background-image: url(/design/images/asc-desc.gif);
|
||||
background-repeat: no-repeat;
|
||||
background-position: center right;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody td {
|
||||
color: #@DARK_COLOR_HEX@;
|
||||
padding: 4px;
|
||||
background-color: #FFF;
|
||||
vertical-align: top;
|
||||
border-left: solid 1px;
|
||||
border-right: solid 1px;
|
||||
}
|
||||
|
||||
table.alterator-listbox tbody tr.odd td {
|
||||
background-color:#@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .headerSortUp {
|
||||
background-image: url(/design/images/asc.gif);
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .headerSortDown {
|
||||
background-image: url(/design/images/desc.gif);
|
||||
}
|
||||
|
||||
table.alterator-listbox thead tr .headerSortDown, table.alterator-listbox thead tr .headerSortUp {
|
||||
background-color: #@LIGHT_COLOR_HEX@;
|
||||
}
|
||||
|
||||
/* top line */
|
||||
|
||||
#top {
|
||||
text-align:left;
|
||||
background: url(/design/images/gradient-top.png) 0% 0% repeat-x;
|
||||
|
||||
padding: 0.25em;
|
||||
-moz-border-radius: 0.5em;
|
||||
-webkit-border-radius: 0.5em;
|
||||
-khtml-border-radius: 0.5em;
|
||||
border-radius: 0.5em;
|
||||
}
|
||||
|
||||
#product-logo {
|
||||
background: url(/design/images/logo.png) no-repeat;
|
||||
width: 275px;
|
||||
height: 30px;
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
#title {
|
||||
padding-left: 1em;
|
||||
padding-right: 1em;
|
||||
text-align: left;
|
||||
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
font-size:large;
|
||||
}
|
||||
|
||||
.top-button {
|
||||
padding-right: 10px;
|
||||
}
|
||||
|
||||
|
||||
/* deprecated */
|
||||
|
||||
.error-message {
|
||||
background-color: #FFCACA;
|
||||
border: 1px solid #FF6060;
|
||||
padding-left:10px;
|
||||
padding-right:10px;
|
||||
margin-bottom:10px;
|
||||
}
|
@ -1,2 +0,0 @@
|
||||
product=@BRAND_FNAME@ @VERSION@ @NAME@
|
||||
based_on=ALT Linux Sisyphus
|
@ -1,153 +0,0 @@
|
||||
; Sections are read in the order given in base::layout, with section 'base'
|
||||
; implicitly added at the end. If a config value is given more than once,
|
||||
; the first entry wins.
|
||||
;
|
||||
; If a screen resolution can't be set, 640x480 is used as fallback (and
|
||||
; section '640x480' added to the layout list).
|
||||
;
|
||||
; If the penguin screen is active, section 'penguin' is automatically added
|
||||
; to the layout list.
|
||||
;
|
||||
; Color values: 24 bit RGB (e.g. 0xff0000 = red).
|
||||
;
|
||||
|
||||
[base]
|
||||
; theme name
|
||||
theme=ALTLinux
|
||||
; other sections to read
|
||||
layout=800x600,install
|
||||
; penguin theme likelihood (in percent, -1 = auto)
|
||||
penguin=0
|
||||
; activate speech output
|
||||
talk=0
|
||||
; sound volume (0..100)
|
||||
volume=70
|
||||
; menu background transparency (0..255)
|
||||
menu.transparency=0x20
|
||||
; default font
|
||||
font.normal=16x16.fnt
|
||||
; main menu font
|
||||
font.large=16x16.fnt
|
||||
; background image
|
||||
background=back.jpg
|
||||
; max. visible main menu items
|
||||
mainmenu.entries=8
|
||||
; minimal main menu selection bar width
|
||||
mainmenu.bar.minwidth=300
|
||||
; main menu selection bar transparency (0..255)
|
||||
mainmenu.bar.transparency=0
|
||||
; main menu colors
|
||||
mainmenu.bar.color=0x798491
|
||||
mainmenu.normal.fg=0x000000
|
||||
mainmenu.selected.fg=0x@LIGHT_LABELS_HEX@
|
||||
; boot option colors
|
||||
bootopt.label.fg=0x@DARK_LABELS_HEX@
|
||||
bootopt.text.fg=0x@DARK_LABELS_HEX@
|
||||
; progress bar color
|
||||
progress.bar.color=0x@MIDDLE_COLOR_HEX@
|
||||
; menu colors
|
||||
menu.normal.bg=0x798491
|
||||
menu.normal.fg=0x@DARK_LABELS_HEX@
|
||||
menu.selected.bg=0x@LIGHT_COLOR_HEX@
|
||||
menu.selected.fg=0x@DARK_LABELS_HEX@
|
||||
; window colors
|
||||
window.bg=0xd8deed
|
||||
window.fg=0x000000
|
||||
window.title.bg=0x@TITLE_COLOR@
|
||||
window.title.fg=0x@DARK_LABELS_HEX@
|
||||
window.title.error.bg=0xc00000
|
||||
; help system colors
|
||||
help.link.fg=0x@DARK_COLOR_HEX@
|
||||
help.link.selected.fg=0xffffff
|
||||
help.link.selected.bg=0x@DARK_COLOR_HEX@
|
||||
help.highlight.fg=0x@DARK_COLOR_HEX@
|
||||
; panel colors
|
||||
panel.fg=0x000000
|
||||
panel.title.fg=0x5c6570
|
||||
panel.normal.fg=0x5c6570
|
||||
panel.f-key.fg=0x@DARK_LABELS_HEX@
|
||||
; default keymap (e.g. de_DE, czech)
|
||||
keymap=
|
||||
|
||||
[800x600]
|
||||
; screen size
|
||||
screen.size=800,600
|
||||
; upper left corner
|
||||
mainmenu.pos=253,170
|
||||
; boot option input field position
|
||||
bootopt.pos=263,480
|
||||
|
||||
[640x480]
|
||||
; screen size
|
||||
screen.size=640,480
|
||||
; upper left corner
|
||||
mainmenu.pos=130,122
|
||||
; boot option input field position
|
||||
bootopt.pos=263,380
|
||||
|
||||
|
||||
[install]
|
||||
; show welcome animation
|
||||
welcome=0
|
||||
; beep when menu is ready
|
||||
beep=0
|
||||
; main menu item shown only if iso is tagged for media check
|
||||
mediacheck=mediachk
|
||||
; main menu items where user can't add boot options
|
||||
nobootoptions=harddisk,memtest
|
||||
; main menu items that are not passed an 'install' parameter
|
||||
noinstallopt=harddisk,firmware,memtest
|
||||
; default install method (one of: cdrom, slp, ftp, http, nfs, smb, hd; default: cdrom)
|
||||
install=
|
||||
; default repo location
|
||||
install.http.server=
|
||||
install.http.path=
|
||||
install.nfs.server=
|
||||
install.nfs.path=
|
||||
install.ftp.server=
|
||||
install.ftp.path=
|
||||
install.ftp.user=
|
||||
install.ftp.password=
|
||||
install.smb.server=
|
||||
install.smb.share=
|
||||
install.smb.path=
|
||||
install.smb.domain=
|
||||
install.smb.user=
|
||||
install.smb.password=
|
||||
install.hd.device=
|
||||
install.hd.path=
|
||||
; default driver update (one of: yes, no, file, url; default: no)
|
||||
dud=
|
||||
; if 'dud=file': file name on DVD
|
||||
dud.file=
|
||||
; if 'dud=url': URL
|
||||
dud.url=
|
||||
; if 'dud=url': menu item name (default = 'URL')
|
||||
dud.url.name=
|
||||
; serial line setup (up to four lines)
|
||||
; format: port,baud,dev
|
||||
; - port: 0-3: first four BIOS serial lines (COM1-COM4); >=4: I/O port (0x3f8)
|
||||
; - baud: baud rate (e.g. 115200); 0 = autodetect (considers baud rates >= 9600)
|
||||
; - dev: linux device name (e.g. ttyS0)
|
||||
; - all lines are set up with 8 bits, no parity, 1 stop bit
|
||||
; - if the bootloader also has a serial line setup, the port is
|
||||
; automatically used
|
||||
serial.line0=0,0,ttyS0
|
||||
serial.line1=1,0,ttyS1
|
||||
serial.line2=
|
||||
serial.line3=
|
||||
; show keymap menu as submenu in lang dialog
|
||||
keymap.submenu=0
|
||||
; show keymap in main menu
|
||||
keymap.mainmenu=0
|
||||
|
||||
[boot]
|
||||
; show welcome animation
|
||||
welcome=0
|
||||
; beep when menu is ready
|
||||
beep=0
|
||||
; show keymap menu as submenu in lang dialog
|
||||
keymap.submenu=0
|
||||
; show keymap in main menu
|
||||
keymap.mainmenu=0
|
||||
|
@ -1,44 +0,0 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# ALT Linux, resolution 800x600.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
#
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=780
|
||||
th=550
|
||||
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-800x600.jpg
|
||||
|
||||
box silent noover 99 370 701 372 #69696760
|
||||
box silent noover 99 372 701 377 #CCCDCC60
|
||||
box silent noover 99 377 701 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 99 387 701 378 #CBCBCC60
|
||||
|
||||
|
||||
|
||||
box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
|
||||
box silent 100 371 700 377 #@LIGHT_COLOR_HEX@
|
||||
box silent inter 100 377 100 387 #@DARK_COLOR_HEX@
|
||||
box silent 100 377 700 387 #@DARK_COLOR_HEX@
|
||||
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
@ -1,43 +0,0 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# ALT Linux, resolution 800x600.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
#
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=620
|
||||
th=430
|
||||
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-640x480.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-640x480.jpg
|
||||
|
||||
box silent noover 99 370 541 372 #69696760
|
||||
box silent noover 99 372 541 377 #CCCDCC60
|
||||
box silent noover 99 377 541 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 99 387 541 378 #CBCBCC60
|
||||
|
||||
|
||||
box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
|
||||
box silent 100 371 540 377 #@LIGHT_COLOR_HEX@
|
||||
box silent inter 100 377 100 387 #@DARK_COLOR_HEX@
|
||||
box silent 100 377 540 387 #@DARK_COLOR_HEX@
|
||||
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
@ -1,44 +0,0 @@
|
||||
# This is a bootsplash configuration file for
|
||||
# ALT Linux, resolution 800x600.
|
||||
#
|
||||
# See www.bootsplash.org for more information.
|
||||
# Written by Jakub Steiner <jimmac@novell.com>
|
||||
# modified by Sergey V Turchin <zerg@altlinux.org>
|
||||
# modified by Anton V. Boyarshinov <boyarsh@altlinux.org>
|
||||
# modified by Sergey Alembekov <rt@altlinux.org>
|
||||
#
|
||||
version=3
|
||||
state=1
|
||||
progress_enable=1
|
||||
overpaintok=1
|
||||
|
||||
|
||||
fgcolor=7
|
||||
bgcolor=0
|
||||
|
||||
tx=10
|
||||
ty=50
|
||||
tw=780
|
||||
th=550
|
||||
|
||||
|
||||
jpeg=/etc/bootsplash/themes/@THEME@/images/bootsplash-800x600.jpg
|
||||
silentjpeg=/etc/bootsplash/themes/@THEME@/images/silent-800x600.jpg
|
||||
|
||||
box silent noover 99 370 701 372 #69696760
|
||||
box silent noover 99 372 701 377 #CCCDCC60
|
||||
box silent noover 99 377 701 387 #9A9A9A60 #9A9A9A60 #D7D7D760 #D7D7D760
|
||||
box silent noover 99 387 701 378 #CBCBCC60
|
||||
|
||||
|
||||
|
||||
box silent inter 100 371 100 377 #@LIGHT_COLOR_HEX@
|
||||
box silent 100 371 700 377 #@LIGHT_COLOR_HEX@
|
||||
box silent inter 100 377 100 387 #@DARK_COLOR_HEX@
|
||||
box silent 100 377 700 387 #@DARK_COLOR_HEX@
|
||||
|
||||
|
||||
trigger "isdown" quit
|
||||
trigger "rlreached 5" quit
|
||||
trigger "rlchange 0" tosilent
|
||||
trigger "rlchange 6" tosilent
|
Before Width: | Height: | Size: 1.2 KiB |
@ -1,4 +0,0 @@
|
||||
Palette\active=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
|
||||
Palette\inactive=#141312, #e8e7e6, #ffffff, #ebebea, #6d6c6b, #b7b5b3, #141312, #ffffff, #141312, #ffffff, #e0dfde, #3d3c3c, #@MIDDLE_COLOR_HEX@, #ffffff, #0057ae, #644a9b, #f8f7f6, #000000, #aed4a1, #141312
|
||||
Palette\disabled=#929190, #dedcdb, #ffffff, #e2e1e0, #686766, #b0aeac, #a5a4a4, #ffffff, #979695, #f4f4f4, #d6d5d3, #3c3b3b, #d6d5d3, #929190, #97bcdf, #c1b6d7, #eeece9, #000000, #aed4a1, #141312
|
||||
|
@ -1,34 +0,0 @@
|
||||
/* Customize any plain widget that is a child of a QMainWindow. */
|
||||
.AWizardFace {
|
||||
border-style: none;
|
||||
background-image: url(:/design/bg.png);
|
||||
background-position: bottom right;
|
||||
background-repeat: no-repeat
|
||||
}
|
||||
|
||||
.ACenterFace {
|
||||
border-style: none;
|
||||
}
|
||||
|
||||
.ACenterFace #modules_view {
|
||||
background-color: white;
|
||||
}
|
||||
|
||||
/* Nice WindowsXP-style password character for password line edits. */
|
||||
QLineEdit[echoMode="2"] {
|
||||
lineedit-password-character: 9679;
|
||||
}
|
||||
|
||||
|
||||
/* Customize tooltips. */
|
||||
QToolTip {
|
||||
background-color: rgb(@MIDDLE_COLOR_DEC@);
|
||||
border-color: darkslategray;
|
||||
border-width: 1px;
|
||||
border-style: solid;
|
||||
padding: 3px;
|
||||
font: bold;
|
||||
border-radius: 3px;
|
||||
opacity: 200;
|
||||
}
|
||||
|
Before Width: | Height: | Size: 1.2 KiB |
@ -1,9 +0,0 @@
|
||||
<!DOCTYPE RCC><RCC version="1.0">
|
||||
<qresource>
|
||||
<file>design/bg.png</file>
|
||||
<file>design/design.qss</file>
|
||||
<file>design/design.ini</file>
|
||||
<file>design/forward.png</file>
|
||||
<file>design/backward.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
66
configure.ac
@ -1,66 +0,0 @@
|
||||
AC_INIT( [branding], [0.1], [http://bugzilla.altlinux.ru] )
|
||||
|
||||
|
||||
PROGRESS_COLOR=`./fetch_color selectBackground` #MIDDLE_COLOR_DEC
|
||||
TITLE_COLOR=`./fetch_color handle`
|
||||
INACTIVE_COLOR=`./fetch_color inactiveTitleBtnBg`
|
||||
LIGHT_COLOR_HEX=DFDFE0
|
||||
MIDDLE_COLOR_HEX=8DA6DA
|
||||
DARK_COLOR_HEX=7C99D6
|
||||
LIGHT_LABELS_HEX=FFFFFF
|
||||
DARK_LABELS_HEX=000000
|
||||
MIDDLE_LABELS_HEX=4d4d4f
|
||||
LIGHT_COLOR_DEC=`./color_dec ${LIGHT_COLOR_HEX}`
|
||||
MIDDLE_COLOR_DEC=`./color_dec ${MIDDLE_COLOR_HEX}`
|
||||
DARK_COLOR_DEC=`./color_dec ${DARK_COLOR_HEX}`
|
||||
|
||||
DOCDIR=documentation
|
||||
|
||||
AC_SUBST(THEME)
|
||||
AC_SUBST(NAME)
|
||||
AC_SUBST(BRAND)
|
||||
AC_SUBST(BRAND_FNAME)
|
||||
AC_SUBST(STATUS)
|
||||
AC_SUBST(STATUS_EN)
|
||||
AC_SUBST(VERSION)
|
||||
AC_SUBST(DOCDIR)
|
||||
AC_SUBST(PROGRESS_COLOR)
|
||||
AC_SUBST(LIGHT_COLOR_HEX)
|
||||
AC_SUBST(MIDDLE_COLOR_HEX)
|
||||
AC_SUBST(DARK_COLOR_HEX)
|
||||
AC_SUBST(LIGHT_LABELS_HEX)
|
||||
AC_SUBST(DARK_LABELS_HEX)
|
||||
AC_SUBST(MIDDLE_LABELS_HEX)
|
||||
AC_SUBST(LIGHT_COLOR_DEC)
|
||||
AC_SUBST(MIDDLE_COLOR_DEC)
|
||||
AC_SUBST(DARK_COLOR_DEC)
|
||||
AC_SUBST(TITLE_COLOR)
|
||||
AC_SUBST(INACTIVE_COLOR)
|
||||
|
||||
AC_CONFIG_FILES([
|
||||
Makefile
|
||||
components/bootloader/config
|
||||
components/bootsplash/config/bootsplash-640x480.cfg
|
||||
components/bootsplash/config/bootsplash-800x600.cfg
|
||||
components/bootsplash/config/bootsplash-1024x768.cfg
|
||||
components/browser-qt/design/design.ini
|
||||
components/browser-qt/design/design.qss
|
||||
components/bootloader/gfxboot.cfg
|
||||
kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc
|
||||
indexhtml/indexhtml.desktop
|
||||
indexhtml/index-ru.html
|
||||
indexhtml/index-uk.html
|
||||
indexhtml/index-en.html
|
||||
indexhtml/index.css
|
||||
notes/license.ru.html
|
||||
notes/license.all.html
|
||||
notes/release-notes.ru.html
|
||||
notes/release-notes.all.html
|
||||
gnome-settings/gtkrc
|
||||
gnome-settings/index.theme
|
||||
gnome-settings/metacity-theme-1.xml
|
||||
components/ahttpd/styles/alterator.css
|
||||
kde3-styles-splash/Theme.rc
|
||||
xfce-settings/xinitrc
|
||||
])
|
||||
AC_OUTPUT
|
@ -1,2 +0,0 @@
|
||||
#!/bin/bash
|
||||
grep $1 kde3-settings/apps/kdisplay/color-schemes/scheme.kcsrc.in | cut -d= -f 2| tr , ' '| xargs printf "%x%x%x\n"
|
@ -1,154 +0,0 @@
|
||||
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
|
||||
|
||||
<Menu>
|
||||
|
||||
<Name>Applications</Name>
|
||||
<Directory>X-GNOME-Menu-Applications.directory</Directory>
|
||||
|
||||
<!-- Scan legacy dirs first, as later items take priority -->
|
||||
<!-- <KDELegacyDirs/> -->
|
||||
<LegacyDir>/etc/X11/applnk</LegacyDir>
|
||||
<LegacyDir>/usr/share/gnome/apps</LegacyDir>
|
||||
|
||||
<!-- Read standard .directory and .desktop file locations -->
|
||||
<!-- <DefaultAppDirs/> -->
|
||||
<!-- <DefaultDirectoryDirs/> -->
|
||||
|
||||
<!-- Read in overrides and child menus from applications-merged/ -->
|
||||
<!-- <DefaultMergeDirs/> -->
|
||||
|
||||
<!-- Accessories submenu -->
|
||||
<Menu>
|
||||
<Name>Accessories</Name>
|
||||
<Directory>Utility.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Utility</Category>
|
||||
<!-- Accessibility spec must have either the Utility or Settings
|
||||
category, and we display an accessibility submenu already for
|
||||
the ones that do not have Settings, so don't display accessibility
|
||||
applications here -->
|
||||
<Not><Category>Accessibility</Category></Not>
|
||||
<Not><Category>System</Category></Not>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Accessories -->
|
||||
|
||||
<!-- Accessibility submenu -->
|
||||
<Menu>
|
||||
<Name>Universal Access</Name>
|
||||
<Directory>Utility-Accessibility.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Accessibility</Category>
|
||||
<Not><Category>Settings</Category></Not>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Accessibility -->
|
||||
|
||||
<!-- Development Tools -->
|
||||
<Menu>
|
||||
<Name>Development</Name>
|
||||
<Directory>Development.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Development</Category>
|
||||
</And>
|
||||
<Filename>emacs.desktop</Filename>
|
||||
</Include>
|
||||
</Menu> <!-- End Development Tools -->
|
||||
|
||||
<!-- Education -->
|
||||
<Menu>
|
||||
<Name>Education</Name>
|
||||
<Directory>Education.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Education</Category>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Education -->
|
||||
|
||||
<!-- Games -->
|
||||
<Menu>
|
||||
<Name>Games</Name>
|
||||
<Directory>Game.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Game</Category>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Games -->
|
||||
|
||||
<!-- Graphics -->
|
||||
<Menu>
|
||||
<Name>Graphics</Name>
|
||||
<Directory>Graphics.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Graphics</Category>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Graphics -->
|
||||
|
||||
<!-- Internet -->
|
||||
<Menu>
|
||||
<Name>Internet</Name>
|
||||
<Directory>Network.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Network</Category>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Internet -->
|
||||
|
||||
<!-- Multimedia -->
|
||||
<Menu>
|
||||
<Name>Multimedia</Name>
|
||||
<Directory>AudioVideo.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>AudioVideo</Category>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Multimedia -->
|
||||
|
||||
<!-- Office -->
|
||||
<Menu>
|
||||
<Name>Office</Name>
|
||||
<Directory>Office.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Office</Category>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Office -->
|
||||
|
||||
<!-- System Tools-->
|
||||
<Menu>
|
||||
<Name>System</Name>
|
||||
<Directory>System-Tools.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>System</Category>
|
||||
<Not><Category>Settings</Category></Not>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End System Tools -->
|
||||
|
||||
<!-- Other -->
|
||||
<Menu>
|
||||
<Name>Other</Name>
|
||||
<Directory>X-GNOME-Other.directory</Directory>
|
||||
<OnlyUnallocated/>
|
||||
<Include>
|
||||
<And>
|
||||
<Not><Category>Core</Category></Not>
|
||||
<Not><Category>Settings</Category></Not>
|
||||
<Not><Category>Screensaver</Category></Not>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End Other -->
|
||||
|
||||
</Menu> <!-- End Applications -->
|
@ -1,129 +0,0 @@
|
||||
gtk-color-scheme =
|
||||
"bg_color:#eaeaea\nfg_color:#000\nbase_color:#fff\ntext_color:#000\nselected_fg_color:#fff\nselected_bg_color:#@MIDDLE_COLOR_HEX@"
|
||||
|
||||
style "default"
|
||||
{
|
||||
fg[NORMAL] = @fg_color
|
||||
fg[ACTIVE] = @fg_color
|
||||
fg[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE]
|
||||
|
||||
fg[PRELIGHT] = @fg_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
|
||||
bg[ACTIVE] = shade (0.9, @bg_color)
|
||||
bg[NORMAL] = @bg_color
|
||||
bg[INSENSITIVE] = shade (0.95, @bg_color)
|
||||
bg[PRELIGHT] = shade (1.03, @bg_color)
|
||||
bg[SELECTED] = @selected_bg_color
|
||||
|
||||
base[NORMAL] = @base_color
|
||||
base[ACTIVE] = shade (0.9, @selected_bg_color)
|
||||
base[INSENSITIVE] = @base_color
|
||||
base[PRELIGHT] = @bg_color
|
||||
base[SELECTED] = @selected_bg_color
|
||||
|
||||
text[NORMAL] = @text_color
|
||||
text[ACTIVE] = @text_color
|
||||
text[PRELIGHT] = @text_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
text[INSENSITIVE] = mix (0.5, @text_color, @base_color)
|
||||
|
||||
|
||||
GtkRange::trough_border = 0
|
||||
GtkRange::slider_width = 15
|
||||
GtkRange::stepper_size = 15
|
||||
|
||||
GtkEntry::progress-border = { 0, 0, 0, 0 }
|
||||
|
||||
GtkScrollbar::min_slider_length = 15
|
||||
GtkCheckButton::indicator_size=10
|
||||
GtkCheckMenuItem::indicator_size=10
|
||||
GtkRadioButton::indicator_size=12
|
||||
|
||||
GtkNotebook::tab_vborder = 1
|
||||
GtkNotebook::tab_hborder = 1
|
||||
xthickness = 1
|
||||
ythickness = 1
|
||||
|
||||
NautilusIconContainer::dark_info_color="#888888"
|
||||
NautilusIconContainer::light_info_color="#bbbbbb"
|
||||
NautilusIconContainer::highlight_alpha=200
|
||||
|
||||
GtkMenu::horizontal_padding=0
|
||||
GtkMenu::vertical_padding=0
|
||||
|
||||
engine "mist"
|
||||
{
|
||||
}
|
||||
}
|
||||
|
||||
style "menuitem"
|
||||
{
|
||||
ythickness = 2
|
||||
xthickness = 2
|
||||
|
||||
fg[PRELIGHT] = @selected_fg_color
|
||||
}
|
||||
|
||||
style "menu"
|
||||
{
|
||||
ythickness = 2
|
||||
xthickness = 2
|
||||
}
|
||||
|
||||
style "entry"
|
||||
{
|
||||
bg[SELECTED] = mix(0.35, @selected_bg_color, @base_color)
|
||||
fg[SELECTED] = @text_color
|
||||
}
|
||||
|
||||
class "GtkWidget" style "default"
|
||||
class "GtkMenu" style "menu"
|
||||
class "GtkEntry" style "entry"
|
||||
|
||||
widget_class "*<GtkMenuItem>*" style "menuitem"
|
||||
|
||||
|
||||
|
||||
# Work around for http://bugzilla.gnome.org/show_bug.cgi?id=382646
|
||||
# Note that the work around assumes that the combobox is _not_ in
|
||||
# appears-as-list mode.
|
||||
# This style does not affect GtkComboBoxEntry, it does have an effect
|
||||
# on comboboxes in appears-as-list mode though.
|
||||
style "mist-text-is-fg-color-workaround"
|
||||
{
|
||||
text[NORMAL] = @fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE]
|
||||
text[PRELIGHT] = @fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
}
|
||||
widget_class "*.<GtkComboBox>.<GtkCellView>" style "mist-text-is-fg-color-workaround"
|
||||
|
||||
style "mist-menuitem-text-is-fg-color-workaround"
|
||||
{
|
||||
text[NORMAL] = @fg_color
|
||||
text[ACTIVE] = @fg_color
|
||||
text[INSENSITIVE] = mix (0.4, @fg_color, shade (0.85, @bg_color)) #shaded to bg[INSENSITIVE]
|
||||
text[PRELIGHT] = @selected_fg_color
|
||||
text[SELECTED] = @selected_fg_color
|
||||
}
|
||||
widget "*.gtk-combobox-popup-menu.*" style "mist-menuitem-text-is-fg-color-workaround"
|
||||
|
||||
# Work around the usage of GtkLabel inside GtkListItems to display text.
|
||||
# This breaks because the label is shown on a background that is based on the
|
||||
# base color set.
|
||||
style "mist-fg-is-text-color-workaround"
|
||||
{
|
||||
fg[NORMAL] = @text_color
|
||||
fg[ACTIVE] = @text_color
|
||||
fg[PRELIGHT] = @text_color
|
||||
fg[SELECTED] = @selected_fg_color
|
||||
fg[INSENSITIVE] = mix (0.5, @text_color, @base_color)
|
||||
}
|
||||
widget_class "*<GtkListItem>*" style "mist-fg-is-text-color-workaround"
|
||||
# The same problem also exists for GtkCList and GtkCTree
|
||||
# Only match GtkCList and not the parent widgets, because that would also change the headers.
|
||||
widget_class "*<GtkCList>" style "mist-fg-is-text-color-workaround"
|
||||
|
||||
|
@ -1,8 +0,0 @@
|
||||
[X-GNOME-Metatheme]
|
||||
Name=@BRAND_FNAME@ @NAME@
|
||||
Type=X-GNOME-Metatheme
|
||||
Comment=Theme for @BRAND_FNAME@ @NAME@
|
||||
Encoding=UTF-8
|
||||
GtkTheme=@BRAND_FNAME@ @NAME@
|
||||
MetacityTheme=@BRAND_FNAME@ @NAME@
|
||||
IconTheme=Mist
|
@ -1,404 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<!-- $Id$ -->
|
||||
<metacity_theme>
|
||||
<info>
|
||||
<name>@BRAND_FNAME@ @NAME@</name>
|
||||
<author>Dave Camp <dave@ximian.com></author>
|
||||
<copyright>Â 2002 Ximian, Inc. </copyright>
|
||||
<date>Sep, 2002</date>
|
||||
<description>The Mist theme</description>
|
||||
</info>
|
||||
|
||||
<frame_geometry name="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
|
||||
<distance name="left_width" value="1"/>
|
||||
<distance name="right_width" value="1"/>
|
||||
<distance name="bottom_height" value="5"/>
|
||||
<distance name="left_titlebar_edge" value="1"/>
|
||||
<distance name="right_titlebar_edge" value="1"/>
|
||||
<aspect_ratio name="button" value="1"/>
|
||||
<distance name="title_vertical_pad" value="2"/>
|
||||
<border name="title_border" left="2" right="2" top="1" bottom="1"/>
|
||||
<border name="button_border" left="1" right="1" top="1" bottom="1"/>
|
||||
</frame_geometry>
|
||||
|
||||
<!-- strip borders off the normal geometry -->
|
||||
<frame_geometry name="normal_maximized" parent="normal" rounded_top_left="false" rounded_top_right="false" rounded_bottom_left="false" rounded_bottom_right="false">
|
||||
<distance name="left_width" value="0"/>
|
||||
<distance name="right_width" value="0"/>
|
||||
<distance name="bottom_height" value="0"/>
|
||||
<distance name="left_titlebar_edge" value="2"/>
|
||||
<distance name="right_titlebar_edge" value="2"/>
|
||||
</frame_geometry>
|
||||
|
||||
<frame_geometry name="normal_small_borders" parent="normal">
|
||||
<distance name="left_width" value="0"/>
|
||||
<distance name="right_width" value="0"/>
|
||||
<distance name="bottom_height" value="0"/>
|
||||
<distance name="left_titlebar_edge" value="0"/>
|
||||
<distance name="right_titlebar_edge" value="0"/>
|
||||
</frame_geometry>
|
||||
|
||||
<frame_geometry name="border" has_title="false">
|
||||
<distance name="left_width" value="4"/>
|
||||
<distance name="right_width" value="4"/>
|
||||
<distance name="bottom_height" value="4"/>
|
||||
<distance name="left_titlebar_edge" value="0"/>
|
||||
<distance name="right_titlebar_edge" value="0"/>
|
||||
<distance name="button_width" value="0"/>
|
||||
<distance name="button_height" value="0"/>
|
||||
<distance name="title_vertical_pad" value="4"/>
|
||||
<border name="title_border" left="0" right="0" top="0" bottom="0"/>
|
||||
<border name="button_border" left="1" right="1" top="1" bottom="1"/>
|
||||
</frame_geometry>
|
||||
|
||||
<!-- button inside padding -->
|
||||
<constant name="ButtonIPad" value="4"/>
|
||||
|
||||
<draw_ops name="focus_outline">
|
||||
<rectangle color="black"
|
||||
x="left_width-1" y="top_height-1"
|
||||
width="width-left_width-right_width+1"
|
||||
height="height-top_height-bottom_height+1"/>
|
||||
</draw_ops>
|
||||
|
||||
<!-- ** interlace ** -->
|
||||
<draw_ops name="title_tile">
|
||||
<tint color="black" x="0" y="0" width="width - 2" height="0" alpha="0.1"/>
|
||||
<tint color="white" x="0" y="1" width="width - 2" height="1" alpha="0.05"/>
|
||||
</draw_ops>
|
||||
|
||||
|
||||
<draw_ops name="bevel_unfocused">
|
||||
<rectangle color="black" filled="false"
|
||||
x="0" y="0"
|
||||
width="width - 1"
|
||||
height="height - 1"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="bevel">
|
||||
<rectangle color="black" filled="false"
|
||||
x="0" y="0"
|
||||
width="width - 1"
|
||||
height="top_height - 1"/>
|
||||
<rectangle color="black" filled="false"
|
||||
x="0" y="0"
|
||||
width="width - 1"
|
||||
height="height - 1"/>
|
||||
<rectangle color="gtk:bg[NORMAL]" filled="true"
|
||||
x="1" y="1"
|
||||
width="width - 3"
|
||||
height="height - 2"/>
|
||||
<rectangle color="gtk:bg[SELECTED]" filled="true"
|
||||
x="1" y="1"
|
||||
width="width - 2"
|
||||
height="top_height - 2"/>
|
||||
|
||||
<!--<tile name="title_tile" tile_width="width" tile_height="2" x="1" y="1" width="width - 2" height="title_height + 5"/>-->
|
||||
|
||||
<tint color="white" x="1" y="1" width="1" height="top_height - 1" alpha="0.2"/>
|
||||
<tint color="white" x="1" y="1" width="width - 2" height="1" alpha="0.2"/>
|
||||
<tint color="black" x="1" y="top_height - 2" width="width - 1" height="1" alpha="0.2"/>
|
||||
<tint color="black" x="width - 2" y="1" width="1" height="top_height - 1" alpha="0.2"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="round_bevel">
|
||||
<include name="bevel"/>
|
||||
<include name="focus_outline"/>
|
||||
|
||||
</draw_ops>
|
||||
|
||||
<!-- ::: TITLES ::: -->
|
||||
|
||||
<draw_ops name="title_bg">
|
||||
<!-- tile name="title_tile" tile_width="4" tile_height="10" x="0" y="2" width="(width-title_width)/2-4" height="11"/>
|
||||
<tile name="title_tile" tile_width="4" tile_height="10" x="(width-title_width)/2+title_width+4" y="2" width="(width-title_width)/2-4" height="11"/ -->
|
||||
</draw_ops>
|
||||
|
||||
<!-- hush! nothing to see here! move on! :^) -->
|
||||
<draw_ops name="title_text">
|
||||
<title color="gtk:text[SELECTED]"
|
||||
x="0"
|
||||
y="(((height - title_height) / 2) `max` 0)"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="title_text_unfocused">
|
||||
<title color="gtk:fg[ACTIVE]"
|
||||
x="0"
|
||||
y="(((height - title_height) / 2) `max` 0)"/>
|
||||
</draw_ops>
|
||||
|
||||
|
||||
<draw_ops name="title">
|
||||
<include name="title_bg"/>
|
||||
<include name="title_text"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="title_unfocused">
|
||||
<include name="title_text_unfocused"/>
|
||||
</draw_ops>
|
||||
|
||||
<!-- ::: BUTTONS ::: -->
|
||||
|
||||
|
||||
<draw_ops name="menu_button_icon">
|
||||
<gtk_arrow state="selected" shadow="none" arrow="down"
|
||||
x="4"
|
||||
y="5"
|
||||
width="width - 8" height="height - 8"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_button_icon_unfocused">
|
||||
<gtk_arrow state="insensitive" shadow="none" arrow="down"
|
||||
x="4"
|
||||
y="5"
|
||||
width="width - 8" height="height - 8"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="button_bg_prelight">
|
||||
<tint color="white" x="0" y="0" width="width" height="height" alpha="0.3"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="menu_button_normal">
|
||||
<include name="menu_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_button_prelight">
|
||||
<include name="button_bg_prelight"/>
|
||||
<include name="menu_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_button_pressed">
|
||||
<include name="menu_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="menu_button_unfocused">
|
||||
<include name="menu_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_button_icon">
|
||||
<line color="gtk:fg[SELECTED]" width="2"
|
||||
x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad-1" y2="height - ButtonIPad-1"/>
|
||||
<line color="gtk:fg[SELECTED]" width="1"
|
||||
x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad" y2="height - ButtonIPad"/>
|
||||
<line color="gtk:fg[SELECTED]" width="2"
|
||||
x1="ButtonIPad" y1="height - ButtonIPad-1" x2="width-ButtonIPad-1" y2="ButtonIPad"/>
|
||||
<line color="gtk:fg[SELECTED]" width="1"
|
||||
x1="ButtonIPad" y1="height - ButtonIPad-1" x2="width-ButtonIPad" y2="ButtonIPad - 1"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_button_icon_unfocused">
|
||||
<line color="gtk:fg[INSENSITIVE]" width="2"
|
||||
x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad-1" y2="height - ButtonIPad-1"/>
|
||||
<line color="gtk:fg[INSENSITIVE]" width="1"
|
||||
x1="ButtonIPad" y1="ButtonIPad" x2="width-ButtonIPad" y2="height - ButtonIPad"/>
|
||||
<line color="gtk:fg[INSENSITIVE]" width="2"
|
||||
x1="ButtonIPad" y1="height - ButtonIPad-1" x2="width-ButtonIPad-1" y2="ButtonIPad"/>
|
||||
<line color="gtk:fg[INSENSITIVE]" width="1"
|
||||
x1="ButtonIPad" y1="height - ButtonIPad-1" x2="width-ButtonIPad" y2="ButtonIPad - 1"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="close_button_normal">
|
||||
<include name="close_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="close_button_prelight">
|
||||
<include name="button_bg_prelight"/>
|
||||
<include name="close_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="close_button_pressed">
|
||||
<include name="close_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="close_button_unfocused">
|
||||
<include name="close_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_button_icon">
|
||||
<rectangle color="gtk:fg[SELECTED]" filled="false"
|
||||
x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/>
|
||||
<line color="gtk:fg[SELECTED]" width="1"
|
||||
x1="ButtonIPad + 1" y1="ButtonIPad + 1" x2="width-ButtonIPad" y2="ButtonIPad + 1"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_button_icon_unfocused">
|
||||
<rectangle color="gtk:fg[INSENSITIVE]" filled="false"
|
||||
x="ButtonIPad" y="ButtonIPad" width="width-ButtonIPad*2-1" height="height-ButtonIPad*2-1"/>
|
||||
<line color="gtk:fg[INSENSITIVE]" width="1"
|
||||
x1="ButtonIPad + 1" y1="ButtonIPad + 1" x2="width-ButtonIPad" y2="ButtonIPad + 1"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="maximize_button_normal">
|
||||
<include name="maximize_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="maximize_button_prelight">
|
||||
<include name="button_bg_prelight"/>
|
||||
<include name="maximize_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="maximize_button_pressed">
|
||||
<include name="maximize_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="maximize_button_unfocused">
|
||||
<include name="maximize_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="restore_button_icon">
|
||||
|
||||
<rectangle color="gtk:fg[SELECTED]" filled="false"
|
||||
x="ButtonIPad + 2" y="ButtonIPad + 2" width="width-ButtonIPad*2-5"
|
||||
height="height-ButtonIPad*2-5"/>
|
||||
<line color="gtk:fg[SELECTED]" width="1"
|
||||
x1="ButtonIPad + 3" y1="ButtonIPad + 3" x2="width-ButtonIPad - 3" y2="ButtonIPad + 3"/>
|
||||
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="restore_button_icon_unfocused">
|
||||
<rectangle color="gtk:fg[INSENSITIVE]" filled="false"
|
||||
x="ButtonIPad + 2" y="ButtonIPad + 2" width="width-ButtonIPad*2-5"
|
||||
height="height-ButtonIPad*2-5"/>
|
||||
<line color="gtk:fg[INSENSITIVE]" width="1"
|
||||
x1="ButtonIPad + 3" y1="ButtonIPad + 3" x2="width-ButtonIPad - 3" y2="ButtonIPad + 3"/>
|
||||
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="restore_button_normal">
|
||||
<include name="restore_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="restore_button_prelight">
|
||||
<include name="restore_button_icon"/>
|
||||
<include name="button_bg_prelight"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="restore_button_pressed">
|
||||
<include name="restore_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="restore_button_unfocused">
|
||||
<include name="restore_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_button_icon">
|
||||
<rectangle color="gtk:fg[SELECTED]" filled="true"
|
||||
x="ButtonIPad" y="height - ButtonIPad - 2" width="width-ButtonIPad*2" height="2"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_button_icon_unfocused">
|
||||
<rectangle color="gtk:fg[INSENSITIVE]" filled="true"
|
||||
x="ButtonIPad" y="height - ButtonIPad - 2" width="width-ButtonIPad*2" height="2"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="minimize_button_normal">
|
||||
<include name="minimize_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="minimize_button_prelight">
|
||||
<include name="button_bg_prelight"/>
|
||||
<include name="minimize_button_icon"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="minimize_button_pressed">
|
||||
<include name="minimize_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
<draw_ops name="minimize_button_unfocused">
|
||||
<include name="minimize_button_icon_unfocused"/>
|
||||
</draw_ops>
|
||||
|
||||
<draw_ops name="blank">
|
||||
<!-- nothing -->
|
||||
</draw_ops>
|
||||
|
||||
<frame_style name="normal" geometry="normal">
|
||||
<piece position="entire_background" draw_ops="bevel_unfocused"/>
|
||||
<piece position="title" draw_ops="title_unfocused"/>
|
||||
<button function="close" state="normal" draw_ops="close_button_unfocused"/>
|
||||
<button function="close" state="pressed" draw_ops="close_button_pressed"/>
|
||||
<button function="maximize" state="normal" draw_ops="maximize_button_unfocused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="maximize_button_pressed"/>
|
||||
<button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/>
|
||||
<button function="menu" state="normal" draw_ops="menu_button_unfocused"/>
|
||||
<button function="menu" state="pressed" draw_ops="menu_button_pressed"/>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="focused" geometry="normal" parent="normal">
|
||||
<piece position="entire_background" draw_ops="round_bevel"/>
|
||||
<piece position="title" draw_ops="title"/>
|
||||
<button function="close" state="normal" draw_ops="close_button_normal"/>
|
||||
<button function="close" state="prelight" draw_ops="close_button_prelight"/>
|
||||
<button function="maximize" state="normal" draw_ops="maximize_button_normal"/>
|
||||
<button function="maximize" state="prelight" draw_ops="maximize_button_prelight"/>
|
||||
<button function="minimize" state="normal" draw_ops="minimize_button_normal"/>
|
||||
<button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/>
|
||||
<button function="menu" state="normal" draw_ops="menu_button_normal"/>
|
||||
<button function="menu" state="prelight" draw_ops="menu_button_prelight"/>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="normal_maximized" geometry="normal_maximized">
|
||||
<piece position="entire_background" draw_ops="bevel_unfocused"/>
|
||||
<piece position="title" draw_ops="title_unfocused"/>
|
||||
<button function="close" state="normal" draw_ops="close_button_unfocused"/>
|
||||
<button function="close" state="pressed" draw_ops="close_button_pressed"/>
|
||||
<button function="maximize" state="normal" draw_ops="restore_button_unfocused"/>
|
||||
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
|
||||
<button function="maximize" state="prelight" draw_ops="restore_button_prelight"/>
|
||||
<button function="minimize" state="normal" draw_ops="minimize_button_unfocused"/>
|
||||
<button function="minimize" state="pressed" draw_ops="minimize_button_pressed"/>
|
||||
<button function="menu" state="normal" draw_ops="menu_button_unfocused"/>
|
||||
<button function="menu" state="pressed" draw_ops="menu_button_pressed"/>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="focused_maximized" geometry="normal_maximized" parent="normal_maximized">
|
||||
<piece position="entire_background" draw_ops="bevel"/>
|
||||
<piece position="title" draw_ops="title"/>
|
||||
<button function="close" state="normal" draw_ops="close_button_normal"/>
|
||||
<button function="close" state="prelight" draw_ops="close_button_prelight"/>
|
||||
<button function="minimize" state="normal" draw_ops="minimize_button_normal"/>
|
||||
<button function="minimize" state="prelight" draw_ops="minimize_button_prelight"/>
|
||||
<button function="maximize" state="normal" draw_ops="restore_button_normal"/>
|
||||
<button function="maximize" state="pressed" draw_ops="restore_button_pressed"/>
|
||||
<button function="maximize" state="prelight" draw_ops="restore_button_prelight"/>
|
||||
<button function="menu" state="normal" draw_ops="menu_button_normal"/>
|
||||
<button function="menu" state="prelight" draw_ops="menu_button_prelight"/>
|
||||
</frame_style>
|
||||
|
||||
<frame_style name="border" geometry="border" parent="normal">
|
||||
<piece position="entire_background" draw_ops="bevel_unfocused"/>
|
||||
<piece position="title" draw_ops="blank"/>
|
||||
</frame_style>
|
||||
|
||||
<frame_style_set name="normal">
|
||||
<frame focus="yes" state="normal" resize="both" style="focused"/>
|
||||
<frame focus="no" state="normal" resize="both" style="normal"/>
|
||||
<frame focus="yes" state="maximized" style="focused_maximized"/>
|
||||
<frame focus="no" state="maximized" style="normal_maximized"/>
|
||||
<frame focus="yes" state="shaded" style="focused"/>
|
||||
<frame focus="no" state="shaded" style="normal"/>
|
||||
<frame focus="yes" state="maximized_and_shaded" style="focused_maximized"/>
|
||||
<frame focus="no" state="maximized_and_shaded" style="normal_maximized"/>
|
||||
</frame_style_set>
|
||||
|
||||
<frame_style_set name="utility" parent="normal">
|
||||
<frame focus="yes" state="normal" resize="both" style="focused"/>
|
||||
<frame focus="no" state="normal" resize="both" style="normal"/>
|
||||
<!-- this is a bunch of crack since utility windows shouldn't be maximized -->
|
||||
<frame focus="yes" state="maximized" style="focused"/>
|
||||
<frame focus="no" state="maximized" style="normal"/>
|
||||
<frame focus="yes" state="shaded" style="focused"/>
|
||||
<frame focus="no" state="shaded" style="normal"/>
|
||||
<frame focus="yes" state="maximized_and_shaded" style="focused"/>
|
||||
<frame focus="no" state="maximized_and_shaded" style="normal"/>
|
||||
</frame_style_set>
|
||||
|
||||
<frame_style_set name="border">
|
||||
<frame focus="yes" state="normal" resize="both" style="border"/>
|
||||
<frame focus="no" state="normal" resize="both" style="border"/>
|
||||
<frame focus="yes" state="maximized" style="border"/>
|
||||
<frame focus="no" state="maximized" style="border"/>
|
||||
<frame focus="yes" state="shaded" style="border"/>
|
||||
<frame focus="no" state="shaded" style="border"/>
|
||||
<frame focus="yes" state="maximized_and_shaded" style="border"/>
|
||||
<frame focus="no" state="maximized_and_shaded" style="border"/>
|
||||
</frame_style_set>
|
||||
|
||||
<window type="normal" style_set="normal"/>
|
||||
<window type="dialog" style_set="normal"/>
|
||||
<window type="modal_dialog" style_set="normal"/>
|
||||
<window type="menu" style_set="normal"/>
|
||||
<window type="utility" style_set="normal"/>
|
||||
<window type="border" style_set="border"/>
|
||||
|
||||
<menu_icon function="close" state="normal" draw_ops="close_button_icon_unfocused"/>
|
||||
<menu_icon function="maximize" state="normal" draw_ops="maximize_button_icon_unfocused"/>
|
||||
<menu_icon function="unmaximize" state="normal" draw_ops="restore_button_icon_unfocused"/>
|
||||
<menu_icon function="minimize" state="normal" draw_ops="minimize_button_icon_unfocused"/>
|
||||
|
||||
</metacity_theme>
|
@ -1,57 +0,0 @@
|
||||
<!DOCTYPE Menu PUBLIC "-//freedesktop//DTD Menu 1.0//EN"
|
||||
"http://www.freedesktop.org/standards/menu-spec/1.0/menu.dtd">
|
||||
|
||||
<Menu>
|
||||
|
||||
<Name>Desktop</Name>
|
||||
<Directory>X-GNOME-Menu-System.directory</Directory>
|
||||
|
||||
<!-- Read standard .directory and .desktop file locations -->
|
||||
<DefaultAppDirs/>
|
||||
<DefaultDirectoryDirs/>
|
||||
|
||||
<!-- Read in overrides and child menus from applications-merged/ -->
|
||||
<DefaultMergeDirs/>
|
||||
|
||||
<!-- Add a link to the control center -->
|
||||
<Include>
|
||||
<Filename>gnomecc.desktop</Filename>
|
||||
</Include>
|
||||
|
||||
<!-- Merge in these other files as submenus -->
|
||||
<Menu>
|
||||
<Name>Preferences</Name>
|
||||
<Directory>Settings.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Settings</Category>
|
||||
<Not>
|
||||
<Or>
|
||||
<Category>System</Category>
|
||||
<Filename>gnomecc.desktop</Filename>
|
||||
</Or>
|
||||
</Not>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu>
|
||||
|
||||
<!-- System Settings -->
|
||||
<Menu>
|
||||
<Name>Administration</Name>
|
||||
<Directory>Settings-System.directory</Directory>
|
||||
<Include>
|
||||
<And>
|
||||
<Category>Settings</Category>
|
||||
<Category>System</Category>
|
||||
</And>
|
||||
</Include>
|
||||
</Menu> <!-- End System Settings -->
|
||||
|
||||
<Layout>
|
||||
<Menuname>Preferences</Menuname>
|
||||
<Menuname>Administration</Menuname>
|
||||
<Merge type="menus"/>
|
||||
<Merge type="files"/>
|
||||
</Layout>
|
||||
|
||||
</Menu> <!-- End Settings -->
|
@ -1,23 +0,0 @@
|
||||
<?xml version="1.0"?>
|
||||
<gconf>
|
||||
<entry name="attached_toplevel_id" mtime="1247751374" schema="/schemas/apps/panel/objects/attached_toplevel_id"/>
|
||||
<entry name="position" mtime="1247751374" schema="/schemas/apps/panel/objects/position" type="int" value="1088"/>
|
||||
<entry name="use_menu_path" mtime="1247751374" schema="/schemas/apps/panel/objects/use_menu_path"/>
|
||||
<entry name="action_type" mtime="1247751374" schema="/schemas/apps/panel/objects/action_type"/>
|
||||
<entry name="toplevel_id" mtime="1247751374" schema="/schemas/apps/panel/objects/toplevel_id" type="string">
|
||||
<stringvalue>top_panel</stringvalue>
|
||||
</entry>
|
||||
<entry name="tooltip" mtime="1247751374" schema="/schemas/apps/panel/objects/tooltip"/>
|
||||
<entry name="use_custom_icon" mtime="1247751374" schema="/schemas/apps/panel/objects/use_custom_icon"/>
|
||||
<entry name="object_type" mtime="1247751374" schema="/schemas/apps/panel/objects/object_type" type="string">
|
||||
<stringvalue>bonobo-applet</stringvalue>
|
||||
</entry>
|
||||
<entry name="panel_right_stick" mtime="1247751374" schema="/schemas/apps/panel/objects/panel_right_stick" type="bool" value="false"/>
|
||||
<entry name="locked" mtime="1247751374" schema="/schemas/apps/panel/objects/locked"/>
|
||||
<entry name="custom_icon" mtime="1247751374" schema="/schemas/apps/panel/objects/custom_icon"/>
|
||||
<entry name="bonobo_iid" mtime="1247751374" schema="/schemas/apps/panel/objects/bonobo_iid" type="string">
|
||||
<stringvalue>OAFIID:GNOME_KeyboardApplet</stringvalue>
|
||||
</entry>
|
||||
<entry name="launcher_location" mtime="1247751374" schema="/schemas/apps/panel/objects/launcher_location"/>
|
||||
<entry name="menu_path" mtime="1247751374" schema="/schemas/apps/panel/objects/menu_path"/>
|
||||
</gconf>
|
Before Width: | Height: | Size: 175 KiB |
Before Width: | Height: | Size: 641 KiB |
@ -1 +0,0 @@
|
||||
default.png
|
@ -1 +0,0 @@
|
||||
default.png
|
@ -1 +0,0 @@
|
||||
default.png
|
@ -1 +0,0 @@
|
||||
default.png
|
Before Width: | Height: | Size: 26 KiB |
Before Width: | Height: | Size: 690 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 4.9 KiB |
Before Width: | Height: | Size: 4.2 KiB |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 5.8 KiB |
@ -1,21 +0,0 @@
|
||||
Butterfly.png, Konqui.png:
|
||||
KDE Graphics Team
|
||||
|
||||
BeachBall.png BlueMarble1.png Flower.png Night.png Star2.png Star3.png
|
||||
Star4.png Star.png Stars2.png Stars.png:
|
||||
Braden MacDonald
|
||||
|
||||
Apple.png Cheese.png Ghost.png Pearl.png Skull.png Blowfish.png Cow.png
|
||||
Guitar.png Penguin.png Smiley.png Bug.png Daemon.png Lion.png Pig.png
|
||||
Splash.png Burger.png Dog.png Man.png Scream.png Turtle.png Car.png
|
||||
Elephant.png Monkey.png Shark.png Watch.png Astronaut.png Heart.png
|
||||
Ring.png Rabbit.png Speakers.png UFO.png :
|
||||
Hans Karlsson <karlsson.h@home.se>
|
||||
License: free for commercial and noncommercial usage, distribution and
|
||||
modification
|
||||
|
||||
Arch.png BeachBall2.png Butterfly2.png Cactus.png Car2.png Clock.png
|
||||
Dice.png Dog2.png Dragon.png Fish.png Flower2.png Flower3.png Frog.png
|
||||
Kiwi.png Lava.png Pineapple.png Teddybear.png Tiger.png Tukan.png
|
||||
Wind.png :
|
||||
Hermann Thomas <h.thomas@gmx.de>
|
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 4.3 KiB |
Before Width: | Height: | Size: 4.4 KiB |
Before Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 4.5 KiB |
Before Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 4.7 KiB |