diff --git a/Makefile b/Makefile index 2099881..7efd935 100644 --- a/Makefile +++ b/Makefile @@ -30,6 +30,11 @@ install: $(INSTALL) kdm-theme/kdm.d/10_desktop-base $(DESTDIR)/etc/default/kdm.d mkdir -p $(DESTDIR)/usr/share/apps/kdm/themes/debian-moreblue $(INSTALL) $(wildcard kdm-theme/debian-moreblue/*) $(DESTDIR)/usr/share/apps/kdm/themes/debian-moreblue + # KSPLASH theme + mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-default + $(INSTALL) $(wildcard ksplash-theme/debian-moreblue-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-default + mkdir -p $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-moodin + $(INSTALL) $(wildcard ksplash-theme/debian-moreblue-default/*) $(DESTDIR)/usr/share/apps/ksplash/Themes/debian-moreblue-moodin # KDE setup mkdir -p $(DESTDIR)/etc/kde3 $(INSTALL) profiles/kde-profile/kdeglobals $(DESTDIR)/etc/kde3 diff --git a/debian/changelog b/debian/changelog index dd7dde3..5ee15d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,6 +14,7 @@ desktop-base (0.3.21) UNRELEASED; urgency=low * Rename kde directory to kde-profile. More consistent with KIOSK Framework. * Add kdeglobals support. * Add Debian MoreBlue KDM Theme. + * Add Debian MoreBlue KSplash Theme (Default and Moodin engine). -- Loic Minier Mon, 4 Dec 2006 10:53:32 +0100 diff --git a/ksplash-theme/debian-moreblue-default/Preview.png b/ksplash-theme/debian-moreblue-default/Preview.png new file mode 100644 index 0000000..e582ab8 Binary files /dev/null and b/ksplash-theme/debian-moreblue-default/Preview.png differ diff --git a/ksplash-theme/debian-moreblue-default/Theme.rc b/ksplash-theme/debian-moreblue-default/Theme.rc new file mode 100644 index 0000000..bc20c11 --- /dev/null +++ b/ksplash-theme/debian-moreblue-default/Theme.rc @@ -0,0 +1,11 @@ +[KSplash Theme: debian-moreblue-default] +Name = Debian MoreBlue (Default) +Description = Debian MoreBlue KSplash Theme using Default engine, based on Debian MoreBlue artwork by Andre L. R. Ferreira +Version = 1.0 +Author = Fathi Boudra, based on Debian MoreBlue artwork by Andre L. R. Ferreira +Homepage = http://www.debian.org +Engine = Default + +Icons Flashing = true +Always Show Progress = false +Label Foreground = #ffffff diff --git a/ksplash-theme/debian-moreblue-default/splash_active_bar.png b/ksplash-theme/debian-moreblue-default/splash_active_bar.png new file mode 100644 index 0000000..0572ce2 Binary files /dev/null and b/ksplash-theme/debian-moreblue-default/splash_active_bar.png differ diff --git a/ksplash-theme/debian-moreblue-default/splash_bottom.png b/ksplash-theme/debian-moreblue-default/splash_bottom.png new file mode 100644 index 0000000..954cbae Binary files /dev/null and b/ksplash-theme/debian-moreblue-default/splash_bottom.png differ diff --git a/ksplash-theme/debian-moreblue-default/splash_inactive_bar.png b/ksplash-theme/debian-moreblue-default/splash_inactive_bar.png new file mode 100644 index 0000000..fe09df8 Binary files /dev/null and b/ksplash-theme/debian-moreblue-default/splash_inactive_bar.png differ diff --git a/ksplash-theme/debian-moreblue-default/splash_top.png b/ksplash-theme/debian-moreblue-default/splash_top.png new file mode 100644 index 0000000..cc3e4ae Binary files /dev/null and b/ksplash-theme/debian-moreblue-default/splash_top.png differ diff --git a/ksplash-theme/debian-moreblue-moodin/Background.png b/ksplash-theme/debian-moreblue-moodin/Background.png new file mode 100644 index 0000000..d518fd7 Binary files /dev/null and b/ksplash-theme/debian-moreblue-moodin/Background.png differ diff --git a/ksplash-theme/debian-moreblue-moodin/Preview.png b/ksplash-theme/debian-moreblue-moodin/Preview.png new file mode 100644 index 0000000..7b3cba6 Binary files /dev/null and b/ksplash-theme/debian-moreblue-moodin/Preview.png differ diff --git a/ksplash-theme/debian-moreblue-moodin/Source Images/DebianWallpaper.svg b/ksplash-theme/debian-moreblue-moodin/Source Images/DebianWallpaper.svg new file mode 100644 index 0000000..88840e2 --- /dev/null +++ b/ksplash-theme/debian-moreblue-moodin/Source Images/DebianWallpaper.svg @@ -0,0 +1,315 @@ + + + + + + + image/svg+xml + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/ksplash-theme/debian-moreblue-moodin/Source Images/Dialog.png b/ksplash-theme/debian-moreblue-moodin/Source Images/Dialog.png new file mode 100644 index 0000000..f69ee34 Binary files /dev/null and b/ksplash-theme/debian-moreblue-moodin/Source Images/Dialog.png differ diff --git a/ksplash-theme/debian-moreblue-moodin/Theme.rc b/ksplash-theme/debian-moreblue-moodin/Theme.rc new file mode 100644 index 0000000..86ed5f4 --- /dev/null +++ b/ksplash-theme/debian-moreblue-moodin/Theme.rc @@ -0,0 +1,39 @@ +[KSplash Theme: debian-moreblue-moodin] +Name = Debian MoreBlue (Moodin) +Description = Debian MoreBlue KSplash Theme using Moodin engine, based on Debian MoreBlue artwork by Andre L. R. Ferreira +Version = 1.0 +Author = Fathi Boudra, based on Debian MoreBlue artwork by Andre L. R. Ferreira +Homepage = http://www.debian.org +Engine = Moodin + +BeginOpacity = 0.1 +Translate = true +Background = Background.png +ShowStatusText = true +UseIconSet = true +IconSetSize = 32 +LineUpImages = false +BaseResolution = 1280x1024 +AppendX = true +ImageSpacer = -1 +Labels = 2 +LabelShadow = false + +Image1 = kcmmemory +Image2 = kcmsystem +Image3 = printer1 +Image7 = kmenuedit +Image8 = kmenu + +ImageCoords1 = 474,511 +ImageCoords2 = 524,511 +ImageCoords3 = 574,511 +ImageCoords4 = 624,511 +ImageCoords5 = 674,511 +ImageCoords6 = 724,511 +ImageCoords7 = 774,511 +ImageCoords8 = 624,651 + +StatusFont = DejaVu Sans Condensed,9,-1,5,50,0 +StatusCoords = -1,480 +StatusColor = #222222 \ No newline at end of file diff --git a/profiles/kde-profile/share/config/ksplashrc b/profiles/kde-profile/share/config/ksplashrc new file mode 100644 index 0000000..e224160 --- /dev/null +++ b/profiles/kde-profile/share/config/ksplashrc @@ -0,0 +1,2 @@ +[KSplash] +Theme=debian-moreblue-default