- install spacefun ksplash theme.
* ksplashrc: - use spacefun theme * ksplash/spacefun added
@@ -59,6 +59,7 @@ install:
|
||||
$(INSTALL) $(wildcard ksplash-theme/moreblue-orbit-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/moreblue-orbit-default
|
||||
mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-default
|
||||
$(INSTALL) $(wildcard ksplash-theme/nightly-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/nightly-default
|
||||
$(INSTALL) $(wildcard ksplash-theme/spacefun/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/spacefun
|
||||
mkdir -p $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config
|
||||
$(INSTALL) $(wildcard profiles/kde-profile/share/config/*) $(DESTDIR)/usr/share/desktop-base/profiles/kde-profile/share/config
|
||||
# Xfce 4.6
|
||||
|
||||
@@ -10,9 +10,13 @@ desktop-base (6.0.1) UNRELEASED; urgency=low
|
||||
* Makefile:
|
||||
- re-introduce kdeglobals, this time for KDE4.
|
||||
- don't install -moodin ksplash themes.
|
||||
- install spacefun ksplash theme.
|
||||
* ksplash/*-moodin dropped, moodin is a KDE3 theme engine.
|
||||
* ksplashrc:
|
||||
- use spacefun theme
|
||||
* ksplash/spacefun added
|
||||
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Thu, 18 Nov 2010 15:11:51 +0100
|
||||
-- Yves-Alexis Perez <corsac@debian.org> Thu, 18 Nov 2010 15:19:49 +0100
|
||||
|
||||
desktop-base (6.0.0) unstable; urgency=low
|
||||
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
[KSplash Theme: spacefun]
|
||||
Name = SpaceFun Splash Screen
|
||||
Description = Debian SpaceFun Splash Screen, with both 4:3 and 16:9, based largely on work by the authors listed...
|
||||
Version = 1.0
|
||||
Author = Valessio Brito <valessio@debianart.org>, Amir Dizdarević <cancivolonter@gmail.com>, Nuno Pinheiro <nuno@oxygen-icons.org>, Riccardo Iaconelli <riccardo@kde.org> and Marco Martin <notmart@gmail.com>
|
||||
Homepage = http://wiki.debian.org/DebianArt/Themes/SpaceFun
|
||||
|
||||
# Theme behaviour settings.
|
||||
Engine = KSplashX
|
||||
|
After Width: | Height: | Size: 205 KiB |
@@ -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
|
||||
|
After Width: | Height: | Size: 4.6 KiB |
|
After Width: | Height: | Size: 168 KiB |
|
After Width: | Height: | Size: 8.3 KiB |
|
After Width: | Height: | Size: 241 KiB |
|
After Width: | Height: | Size: 9.2 KiB |
|
After Width: | Height: | Size: 272 KiB |
|
After Width: | Height: | Size: 5.3 KiB |
|
After Width: | Height: | Size: 227 KiB |
|
After Width: | Height: | Size: 20 KiB |
|
After Width: | Height: | Size: 575 KiB |
|
After Width: | Height: | Size: 16 KiB |
@@ -1,2 +1,2 @@
|
||||
[KSplash]
|
||||
Theme=moreblue-orbit-default
|
||||
Theme=spacefun
|
||||
|
||||