Linux console tools development discussion
 help / color / mirror / Atom feed
* Re: [kbd] [BUG] compose as usual for iso8859-1 in br-abnt2 in UTF-8 in slackware
@ 2010-12-05 18:00 Weber K.
  2010-12-06 20:07 ` Weber K.
  0 siblings, 1 reply; 5+ messages in thread
From: Weber K. @ 2010-12-05 18:00 UTC (permalink / raw)
  To: Linux console tools development discussion

Hi!

I was afraid of this... Well, Lets try... Did it the Slackware way:

--
cp /mnt/slack131/source/a/kbd/ ~/kbd -r
cd ~/kbd
git clone http://git.altlinux.org/people/legion/packages/kbd.git kbd-current
cd kbd-current
./autogen.sh
cd ..
tar jxvf kbd-current.tar.bz2 kbd-current
mv kbd-current.tar.bz2 sources
vi kbd.SlackBuild (changed VERSION=current)
./kbd.SlackBuild
removepkg kbd-1.15.2-i486-1.txz
installpkg /tmp/kbd-current-i486-1.txz
reboot
loadkeys br-abnt2 (loads fine, but it cant compose)

The contents of /mnt/slack131/source/a/kbd/ is the same of
http://slackware.mirrors.tds.net/pub/slackware/slackware-13.1/source/a/kbd/

--
Bug confirmed... How can I help debugging it?

Best regards,
Weber

2010/12/4, Alexey Gladkov <gladkov.alexey@gmail.com>:
> 04.12.2010 21:22, Weber K. wrote:
>> Please I need some help:
>> Its already fixed in current? How can I participate in solving it?
>
> Can you try the current HEAD ?
>
> http://git.altlinux.org/people/legion/packages/kbd.git
>
> --
> Rgrds, legion
>
> _______________________________________________
> kbd mailing list
> kbd@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/kbd
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [kbd] [BUG] compose as usual for iso8859-1 in br-abnt2 in UTF-8 in slackware
  2010-12-05 18:00 [kbd] [BUG] compose as usual for iso8859-1 in br-abnt2 in UTF-8 in slackware Weber K.
@ 2010-12-06 20:07 ` Weber K.
  2010-12-06 20:57   ` Alexey Gladkov
  0 siblings, 1 reply; 5+ messages in thread
From: Weber K. @ 2010-12-06 20:07 UTC (permalink / raw)
  To: Linux console tools development discussion

Hi!

One aditional info:

If I configure like this:

1) In lilo.conf: append=vt.default_utf8=0
2) In /etc/profile.d/lang.sh changed LANG=pt_BR.ISO8859-1
3) In /etc/rc.d/rc.font changed setfont -v lat1-16.psfu.gz
4) In /etc/rc.d/rc.keymap changed /usr/bin/loadkeys br-abnt2

Then everything works fine! Only with UTF-8 the compose dont work.

Best regards,
Weber K.

2010/12/5, Weber K. <weberkai@yahoo.com.br>:
> Hi!
>
> I was afraid of this... Well, Lets try... Did it the Slackware way:
>
> --
> cp /mnt/slack131/source/a/kbd/ ~/kbd -r
> cd ~/kbd
> git clone http://git.altlinux.org/people/legion/packages/kbd.git
> kbd-current
> cd kbd-current
> ./autogen.sh
> cd ..
> tar jxvf kbd-current.tar.bz2 kbd-current
> mv kbd-current.tar.bz2 sources
> vi kbd.SlackBuild (changed VERSION=current)
> ./kbd.SlackBuild
> removepkg kbd-1.15.2-i486-1.txz
> installpkg /tmp/kbd-current-i486-1.txz
> reboot
> loadkeys br-abnt2 (loads fine, but it cant compose)
>
> The contents of /mnt/slack131/source/a/kbd/ is the same of
> http://slackware.mirrors.tds.net/pub/slackware/slackware-13.1/source/a/kbd/
>
> --
> Bug confirmed... How can I help debugging it?
>
> Best regards,
> Weber
>
> 2010/12/4, Alexey Gladkov <gladkov.alexey@gmail.com>:
>> 04.12.2010 21:22, Weber K. wrote:
>>> Please I need some help:
>>> Its already fixed in current? How can I participate in solving it?
>>
>> Can you try the current HEAD ?
>>
>> http://git.altlinux.org/people/legion/packages/kbd.git
>>
>> --
>> Rgrds, legion
>>
>> _______________________________________________
>> kbd mailing list
>> kbd@lists.altlinux.org
>> https://lists.altlinux.org/mailman/listinfo/kbd
>>
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [kbd] [BUG] compose as usual for iso8859-1 in br-abnt2 in UTF-8 in slackware
  2010-12-06 20:07 ` Weber K.
@ 2010-12-06 20:57   ` Alexey Gladkov
  2010-12-07  3:15     ` [kbd] [SOLVED] " Weber K.
  0 siblings, 1 reply; 5+ messages in thread
From: Alexey Gladkov @ 2010-12-06 20:57 UTC (permalink / raw)
  To: kbd

06.12.2010 23:07, Weber K. wrote:
> Hi!
> 
> One aditional info:
> 
> If I configure like this:
> 
> 1) In lilo.conf: append=vt.default_utf8=0
> 2) In /etc/profile.d/lang.sh changed LANG=pt_BR.ISO8859-1
> 3) In /etc/rc.d/rc.font changed setfont -v lat1-16.psfu.gz
> 4) In /etc/rc.d/rc.keymap changed /usr/bin/loadkeys br-abnt2
> 
> Then everything works fine! Only with UTF-8 the compose dont work.

I think this is regression in the 1.15.1.

-- 
Rgrds, legion



^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [kbd] [SOLVED] compose as usual for iso8859-1 in br-abnt2 in UTF-8 in slackware
  2010-12-06 20:57   ` Alexey Gladkov
@ 2010-12-07  3:15     ` Weber K.
  2010-12-07  9:10       ` Alexey Gladkov
  0 siblings, 1 reply; 5+ messages in thread
From: Weber K. @ 2010-12-07  3:15 UTC (permalink / raw)
  To: Linux console tools development discussion

Hi!

I found out what was wrong!

1) In lilo.conf: append=vt.default_utf8=1
2) In /etc/profile.d/lang.sh changed LANG=pt_BR.UTF-8
3) In /etc/rc.d/rc.font changed setfont -v lat1-16.psfu.gz

4) In /etc/rc.d/rc.keymap changed:
kbd_mode -a
/usr/bin/loadkeys br-abnt2
kbd_mode -u

Now its working in UTF-8!!

Thank you very much!

Best regards!
Weber K.

2010/12/6, Alexey Gladkov <gladkov.alexey@gmail.com>:
> 06.12.2010 23:07, Weber K. wrote:
>> Hi!
>>
>> One aditional info:
>>
>> If I configure like this:
>>
>> 1) In lilo.conf: append=vt.default_utf8=0
>> 2) In /etc/profile.d/lang.sh changed LANG=pt_BR.ISO8859-1
>> 3) In /etc/rc.d/rc.font changed setfont -v lat1-16.psfu.gz
>> 4) In /etc/rc.d/rc.keymap changed /usr/bin/loadkeys br-abnt2
>>
>> Then everything works fine! Only with UTF-8 the compose dont work.
>
> I think this is regression in the 1.15.1.
>
> --
> Rgrds, legion
>
> _______________________________________________
> kbd mailing list
> kbd@lists.altlinux.org
> https://lists.altlinux.org/mailman/listinfo/kbd
>


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [kbd] [SOLVED] compose as usual for iso8859-1 in br-abnt2 in UTF-8 in slackware
  2010-12-07  3:15     ` [kbd] [SOLVED] " Weber K.
@ 2010-12-07  9:10       ` Alexey Gladkov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Gladkov @ 2010-12-07  9:10 UTC (permalink / raw)
  To: kbd

07.12.2010 06:15, Weber K. wrote:
> Hi!
> 
> I found out what was wrong!
> 
> 1) In lilo.conf: append=vt.default_utf8=1
> 2) In /etc/profile.d/lang.sh changed LANG=pt_BR.UTF-8
> 3) In /etc/rc.d/rc.font changed setfont -v lat1-16.psfu.gz
> 
> 4) In /etc/rc.d/rc.keymap changed:
> kbd_mode -a
> /usr/bin/loadkeys br-abnt2
> kbd_mode -u

This problem is similar:

http://bugs.gentoo.org/show_bug.cgi?id=324351

-- 
Rgrds, legion



^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-12-07  9:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-12-05 18:00 [kbd] [BUG] compose as usual for iso8859-1 in br-abnt2 in UTF-8 in slackware Weber K.
2010-12-06 20:07 ` Weber K.
2010-12-06 20:57   ` Alexey Gladkov
2010-12-07  3:15     ` [kbd] [SOLVED] " Weber K.
2010-12-07  9:10       ` Alexey Gladkov

Linux console tools development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \
		kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com
	public-inbox-index kbd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.kbd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git