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

Bug#293635: Console font should be configured in all VCs [patch]



Package: languagechooser
Severity: minor
Tags: patch l10n

Please use this patch to set up console font in all VCs (this does not
happen right now)

-- System Information:
Debian Release: 3.1
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.9
Locale: LANG=el_GR.UTF-8, LC_CTYPE=el_GR.UTF-8 (charmap=UTF-8)
Index: prebaseconfig
===================================================================
--- prebaseconfig	(revision 25465)
+++ prebaseconfig	(working copy)
@@ -33,6 +34,11 @@
         consolefont=`echo $consolefont | sed -e 's/(.*//'`
         if [ -n "$consolefont" ]; then
             echo "SCREEN_FONT=$consolefont" >>$ctconfig
+            echo "SCREEN_FONT_vc2=$consolefont" >>$ctconfig
+            echo "SCREEN_FONT_vc3=$consolefont" >>$ctconfig
+            echo "SCREEN_FONT_vc4=$consolefont" >>$ctconfig
+            echo "SCREEN_FONT_vc5=$consolefont" >>$ctconfig
+            echo "SCREEN_FONT_vc6=$consolefont" >>$ctconfig
         fi
     fi
     ;;

Reply to: