#2873 closed enhancement (wontfix)
Kbd-1.15.3
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Book | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description
New version at ftp://ftp.kernel.org/pub/linux/utils/kbd/ or ftp://ftp.altlinux.org/pub/people/legion/kbd/
Changelog:
o Build system:
- Drop klibc support.
o Programs:
- kbdinfo: New utility to obtain information about console.
- setvtrgb: New utility to set the virtual terminal RGB colors.
- loadkeys: Add LOADKEYS_KEYMAP_PATH env variable.
- loadkeys: Fix some memory leaks.
- loadkeys: Do not set prefer_unicode for iso-8859-1.
- loadkeys -a: Switch to ASCII mode.
- loadkeys: Fix "compose as usual" for Unicode diacritics (Michael
Schutte). o Keymaps:
- Add dvorak-ru keymap
o Fonts:
- Add LatGrkCyr fonts.
My own interest in this is the fonts, of course, but I never even got round to testing the -rc (thought I had anothr week!). I'm not developing at the moment, so feel free to take this.
Change History (6)
comment:1 by , 13 years ago
Owner: | changed from | to
---|---|
Summary: | kbd-1.15.3 → Kbd-1.15.3 |
Type: | task → enhancement |
comment:2 by , 13 years ago
comment:3 by , 13 years ago
Owner: | changed from | to
---|
comment:4 by , 13 years ago
Fixed in upstream git, along with a fix for a further problem that I can't replicate. Unfortunately, the required fix [ 887d8c8b501d2e1b829975385c35e7499587396d ] is enormous, because of the removal of old .gmo files and reworking of the .po files. But, in fact, the required part of the change is the removal of the spanish translation. The commit is at http://git.altlinux.org/people/legion/packages/kbd.git?p=kbd.git;a=commit;h=887d8c8b501d2e1b829975385c35e7499587396d
I've been able to build and DESTDIR install 1.15.3 without problems (again, on a slightly old system, but the gettext problem did show up here) by deleting the spanish translation before running configure, i.e.
rm po/es.gmo po/es.po
I'd earlier tried editing po/Makefile after configure had run, but make re-ran configure and recreated the unedited version. This seems to be because the dependency is all the 'po' files.
comment:5 by , 13 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Marking as WONTFIX due to the bug discussed here, and another regression at http://lists.altlinux.org/pipermail/kbd/2011-May/000308.html. We'll just wait for 1.15.4 instead.
Seems there are gettext problems. Thread at http://lists.altlinux.org/pipermail/kbd/2011-May/000301.html