[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [Pkg-fonts-devel] Bug#707765: Acknowledgement (plymouth: Missing text on passphrase input screen)



Thanks, Yves-Alexis, I can confirm that your dejavu path change fixes the problem. For a deployed system, the change is only your first three changed lines, as in the attached path. If I make this change, then

update-initramfs -u -k 3.8-1-amd6

on reboot the passphrase screen text is restored.

Kind regards,
Ben.

On 14/05/13 18:57, Yves-Alexis Perez wrote:
Attached patch seems to fix the problem.

--
Ben Caradoc-Davies <ben@wintersun.org>
--- /usr/share/initramfs-tools/hooks/plymouth.orig	2013-05-15 07:08:45.155901566 +0800
+++ /usr/share/initramfs-tools/hooks/plymouth	2013-05-15 07:11:19.952959075 +0800
@@ -90,11 +90,11 @@
 		cp /usr/share/plymouth/debian-logo.png "${DESTDIR}/usr/share/plymouth"
 
 		# copy files for font rendering
-		mkdir -p "${DESTDIR}/usr/share/fonts/truetype/ttf-dejavu"
+		mkdir -p "${DESTDIR}/usr/share/fonts/truetype/dejavu"
 		mkdir -p "${DESTDIR}/etc/fonts/conf.d"
 		mkdir -p "${DESTDIR}/var/cache/fontconfig"
-		cp -a /usr/share/fonts/truetype/ttf-dejavu/DejaVuSerif.ttf "${DESTDIR}/usr/share/fonts/truetype/ttf-dejavu"
-		cp -a /usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf  "${DESTDIR}/usr/share/fonts/truetype/ttf-dejavu"
+		cp -a /usr/share/fonts/truetype/dejavu/DejaVuSerif.ttf "${DESTDIR}/usr/share/fonts/truetype/dejavu"
+		cp -a /usr/share/fonts/truetype/dejavu/DejaVuSans.ttf  "${DESTDIR}/usr/share/fonts/truetype/dejavu"
 		cp -a /etc/fonts/fonts.conf "${DESTDIR}/etc/fonts"
 		cp -rL /etc/fonts/conf.d/60-latin.conf "${DESTDIR}/etc/fonts/conf.d"
 

Reply to: