- add SpaceFun alternative at maximum level (default Squeeze theme).

- rename grub alternative to add png extension so grub can find it.
  - run sync before updating grub to be sure the grub background has been
    written to disk.
* debian/prerm:
  - rename grub alternative to add png extension.
  - install grub theme and script.
* grub:
  - add SpaceFun grub theme.
  - add a grub_background.sh which will override settings in grub and
    correctly set the default theme.
This commit is contained in:
Yves-Alexis Perez
2010-11-14 13:08:07 +00:00
parent 3706a70e6a
commit 9410da27dc
6 changed files with 24 additions and 7 deletions
+4
View File
@@ -75,3 +75,7 @@ install:
$(INSTALL) gdm3/background.svg $(DESTDIR)/usr/share/images/desktop-base/login-background.svg
$(INSTALL) gdm3/10_desktop-base $(DESTDIR)/usr/share/gdm/greeter-config
# grub
$(INSTALL) grub/spacefun-grub.png $(DESTDIR)/usr/share/images/desktop-base/
$(INSTALL) grub/grub_background.sh $(DESTDIR)/usr/share/desktop-base/
+12 -3
View File
@@ -5,23 +5,32 @@ desktop-base (6.0.0~) UNRELEASED; urgency=low
- update standards version to 3.9.1.
* backgrounds:
- add SpaceFun wallpaper
- add SpaceFun grub theme.
* slashy:
- add SpaceFun theme.
* kdm-theme:
- add SpaceFun theme.
- configure SpaceFun as the default theme.
* debian/postinst:
- add SpaceFun alternative at maximum level (default Squeeze theme)
- add SpaceFun alternative at maximum level (default Squeeze theme).
- rename grub alternative to add png extension so grub can find it.
- run sync before updating grub to be sure the grub background has been
written to disk.
* debian/prerm:
- rename grub alternative to add png extension.
* Makefile:
- drop unused rules for KDE3 and Xfce 4.4.
- add SpaceFun gdm3 theme.
- add SpaceFun kdm theme.
- install grub theme and script.
* {ksplash,kdm}-theme/moreblue-orbit{-default}:
- drop “Debian” word from image to only use DFSG-free logo. closes: #587668
* debian/copyright updated for the new theme.
* grub:
- add SpaceFun grub theme.
- add a grub_background.sh which will override settings in grub and
correctly set the default theme.
-- Yves-Alexis Perez <corsac@debian.org> Sun, 14 Nov 2010 11:01:36 +0100
-- Yves-Alexis Perez <corsac@debian.org> Sun, 14 Nov 2010 13:57:56 +0100
desktop-base (5.0.6) unstable; urgency=low
+3 -2
View File
@@ -57,17 +57,18 @@ if [ "$1" = "configure" -o "$1" = "abort-upgrade" ]; then
# Alternatives for grub
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub \
/usr/share/images/desktop-base/spacefun-grub.png 15
update-alternatives --install \
/usr/share/images/desktop-base/desktop-grub \
/usr/share/images/desktop-base/desktop-grub.png \
desktop-grub \
/usr/share/images/desktop-base/moreblue-orbit-grub.png 10
# GRUB background
if which update-grub2 > /dev/null ; then
sync
update-grub2 || true
fi
+2 -2
View File
@@ -30,10 +30,10 @@ if [ "$1" = "remove" ] || [ "$1" = "deconfigure" ]; then
/usr/share/images/desktop-base/gnome-splash-curves.png
# remove grub alternatives
update-alternatives --remove desktop-grub \
update-alternatives --remove desktop-grub.png \
/usr/share/images/desktop-base/spacefun-grub.png
update-alternatives --remove desktop-grub \
update-alternatives --remove desktop-grub.png \
/usr/share/images/desktop-base/moreblue-orbit-grub.png
fi
+3
View File
@@ -0,0 +1,3 @@
WALLPAPER=/usr/share/images/desktop-base/desktop-grub.png
COLOR_NORMAL=white/black
COLOR_HIGHLIGHT=white/grey

Before

Width:  |  Height:  |  Size: 104 KiB

After

Width:  |  Height:  |  Size: 104 KiB