init scripts don't set console fonts
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
console-setup (Ubuntu) |
Fix Released
|
High
|
Evgeniy Yanyuk |
Bug Description
1) lsb_release -rd
Description: Ubuntu 15.10
Release: 15.10
2) apt-cache policy keyboard-
keyboard-
Installed: 1.108ubuntu9
Candidate: 1.108ubuntu9
Version table:
*** 1.108ubuntu9 0
500 http://
100 /var/lib/
3) I expected to have cyrillic font for consoles (/dev/tty[1-6]) after
sudo dpkg-reconfigure console-setup
and reboot
4) I have cyrrilic font until I reboot. After reboot I have black boxes instead cyrillic chars.
If I do:
setfont /etc/console-
then I have cyrrilic font in current console
I found that these scripts
/usr/share/
/lib/udev/
cannot properly set console fonts.
They don't recognize option CODESET="guess" and FONTSIZE="*x*" and check if exist only *.psf file, but we have *.psf.gz
I get part of code from /bin/setupcon and paste it in
/usr/share/
/lib/udev/
and add extra test for psf.gz and acm.gz files
The attachment contain original scripts, fixed scripts and patches.
Related branches
- Mathieu Trudel-Lapierre: Approve
-
Diff: 275 lines (+189/-4)4 files modifiedconsole-setup-tty (+58/-2)
debian/changelog (+9/-0)
debian/console-setup.initramfs-hook (+64/-0)
debian/console-setup.initramfs-top (+58/-2)
tags: | added: wily |
no longer affects: | console-setup |
Changed in console-setup (Ubuntu): | |
importance: | Undecided → High |
Changed in console-setup (Ubuntu): | |
status: | Confirmed → In Progress |
description: | updated |
information type: | Public → Public Security |
information type: | Public Security → Public |
information type: | Public → Public Security |
information type: | Public Security → Public |
The attachment "Here are original files+fixed files+patches" seems to be a patch. If it isn't, please remove the "patch" flag from the attachment, remove the "patch" tag, and if you are a member of the ~ubuntu-reviewers, unsubscribe the team.
[This is an automated message performed by a Launchpad user owned by ~brian-murray, for any issues please contact him.]