mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-02-22 10:51:11 +00:00
re-enable the slideshow for preinstalled images again
This commit is contained in:
parent
c5fdffcc6b
commit
ecc7ef9605
7
debian/changelog
vendored
7
debian/changelog
vendored
@ -1,3 +1,10 @@
|
||||
livecd-rootfs (2.106) UNRELEASED; urgency=low
|
||||
|
||||
* re-enable all slideshows on all preinstalled images, webkit should work
|
||||
again
|
||||
|
||||
-- Oliver Grawert <ogra@ubuntu.com> Mon, 03 Dec 2012 14:37:01 +0100
|
||||
|
||||
livecd-rootfs (2.105) raring; urgency=low
|
||||
|
||||
* preseed autologin in the nexus7 tarball
|
||||
|
@ -134,18 +134,15 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
|
||||
case $PROJECT in
|
||||
kubuntu*)
|
||||
add_package live oem-config-kde ubiquity-frontend-kde
|
||||
# work around quantal bug 1066046 (webkit crashes teh slideshow)
|
||||
#add_package live ubiquity-slideshow-kubuntu
|
||||
add_package live ubiquity-slideshow-kubuntu
|
||||
;;
|
||||
lubuntu*)
|
||||
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||
# work around quantal bug 1066046 (webkit crashes teh slideshow)
|
||||
# add_package live ubiquity-slideshow-lubuntu
|
||||
add_package live ubiquity-slideshow-lubuntu
|
||||
;;
|
||||
xubuntu*)
|
||||
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||
# work around quantal bug 1066046 (webkit crashes teh slideshow)
|
||||
#add_package live ubiquity-slideshow-xubuntu
|
||||
add_package live ubiquity-slideshow-xubuntu
|
||||
;;
|
||||
ubuntu-server)
|
||||
add_package live oem-config-debconf ubiquity-frontend-debconf
|
||||
@ -154,8 +151,7 @@ if [ "$PREINSTALLED" = "true" ] && [ "$SUBPROJECT" != "wubi" ]; then
|
||||
;;
|
||||
*)
|
||||
add_package live oem-config-gtk ubiquity-frontend-gtk
|
||||
# work around quantal bug 1066046 (webkit crashes teh slideshow)
|
||||
#add_package live ubiquity-slideshow-ubuntu
|
||||
add_package live ubiquity-slideshow-ubuntu
|
||||
;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user