mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-05-06 16:31:35 +00:00
Import patches-unapplied version 1.150 to ubuntu/maverick
Imported using git-ubuntu import. Changelog parent: fed4e7e754f7c84a76a6b365f8f5dfe4b302138c New changelog entries: * Set GDM's default session to une-efl on ubuntu-netbook armel+dove. * Fix syntax error in icon cache checks.
This commit is contained in:
parent
fed4e7e754
commit
e9878cab63
14
debian/changelog
vendored
14
debian/changelog
vendored
@ -1,6 +1,18 @@
|
|||||||
|
livecd-rootfs (1.150) maverick; urgency=low
|
||||||
|
|
||||||
|
* Set GDM's default session to une-efl on ubuntu-netbook armel+dove.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Aug 2010 19:44:43 +0100
|
||||||
|
|
||||||
|
livecd-rootfs (1.149) maverick; urgency=low
|
||||||
|
|
||||||
|
* Fix syntax error in icon cache checks.
|
||||||
|
|
||||||
|
-- Colin Watson <cjwatson@ubuntu.com> Tue, 31 Aug 2010 12:36:42 +0100
|
||||||
|
|
||||||
livecd-rootfs (1.148) maverick; urgency=low
|
livecd-rootfs (1.148) maverick; urgency=low
|
||||||
|
|
||||||
* Add universe support to kubuntu-mobile
|
* Add universe support to kubuntu-mobile to work around seed change
|
||||||
|
|
||||||
-- Emmet Hikory <persia@ubuntu.com> Thu, 26 Aug 2010 23:57:25 +0900
|
-- Emmet Hikory <persia@ubuntu.com> Thu, 26 Aug 2010 23:57:25 +0900
|
||||||
|
|
||||||
|
@ -693,10 +693,16 @@ Pin-Priority: 550
|
|||||||
# No point keeping Gnome icon cache around for Kubuntu
|
# No point keeping Gnome icon cache around for Kubuntu
|
||||||
if [ "$FS" = "kubuntu" ] || \
|
if [ "$FS" = "kubuntu" ] || \
|
||||||
[ "$FS" = "kubuntu-netbook" ] || \
|
[ "$FS" = "kubuntu-netbook" ] || \
|
||||||
[ "$FS" = "kubuntu-mobile"] ; then
|
[ "$FS" = "kubuntu-mobile" ]; then
|
||||||
rm -f ${ROOT}/usr/share/icons/*/icon-theme.cache
|
rm -f ${ROOT}/usr/share/icons/*/icon-theme.cache
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$FS" = ubuntu-netbook ] && \
|
||||||
|
[ "$TARGETARCH+$SUBARCH" = armel+dove ] && \
|
||||||
|
[ -e "$ROOT/usr/share/xsessions/une-efl.desktop" ]; then
|
||||||
|
chroot $ROOT /usr/lib/gdm/gdm-set-default-session une-efl
|
||||||
|
fi
|
||||||
|
|
||||||
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry
|
# all done with the chroot; reset the debconf frontend, so Colin doesn't cry
|
||||||
echo RESET debconf/frontend | chroot $ROOT debconf-communicate
|
echo RESET debconf/frontend | chroot $ROOT debconf-communicate
|
||||||
echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate
|
echo FSET debconf/frontend seen true | chroot $ROOT debconf-communicate
|
||||||
|
Loading…
x
Reference in New Issue
Block a user