Package: console-cyrillic
Version: 0.9-13
Followup-For: Bug #380573
Hi,
The problem seems that consolechars sets the font only for current TTY.
The following patch calls consolechars on all TTYs, as defined in "ttys"
$ diff -u /usr/bin/cyr /usr/bin/cyr.mine
--- /usr/bin/cyr 2006-02-11 23:35:03.000000000 +0200
+++ /usr/bin/cyr.mine 2006-09-18 13:37:27.000000000 +0300
@@ -354,7 +354,13 @@
if ($t eq "kbd") {
&execute ("setfont -v $_[0] ${verbose}");
} else {
- &execute ("consolechars -v -f $_[0] ${verbose}");
+ foreach my $glob( split(/ /, $VTTYS) )
+ {
+ foreach my $tty( glob($glob) )
+ {
+ &execute ("consolechars -v -f $_[0] --tty=${tty}
${verbose}");
+ }
+ }
}
}
Perhaps the same approach may be extended to the case when "kbd" package
is installed and setfont is used. (I am using console-tools right now)
Thanks for considering.
dam
-- System Information:
Debian Release: testing/unstable
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: i386 (i686)
Shell: /bin/sh linked to /bin/bash
Kernel: Linux 2.6.17-2-686
Locale: LANG=bg_BG.UTF-8, LC_CTYPE=bg_BG.UTF-8 (charmap=UTF-8)
Versions of packages console-cyrillic depends on:
ii console-terminus 4.20-2 Fixed-width fonts for fast reading
ii console-tools 1:0.2.3dbs-65 Linux console and font utilities
ii debconf [debconf-2.0] 1.5.4 Debian configuration management sy
ii perl-base 5.8.8-6.1 The Pathologically Eclectic Rubbis
console-cyrillic recommends no packages.
-- debconf information:
* console-cyrillic/switch: No temporary switch
* console-cyrillic/fontstyle: Terminus Unicode Normal
* console-cyrillic/kbdtype: Bulgarian phonetic
console-cyrillic/abusing_debconf:
* console-cyrillic/ttys: /dev/tty[1-6]
console-cyrillic/change_config: true
* console-cyrillic/fontsize: 14
* console-cyrillic/encoding: UNICODE
* console-cyrillic/bootsetup: true
* console-cyrillic/toggle: Alt+Shift
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]