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

Bug#536555: marked as done (jp106 is not chosen in the first time)



Your message dated Wed, 11 Nov 2009 20:00:24 +0200
with message-id <20091111180024.GB4769@debian.lan>
and subject line Re: Bug#536555: jp106 is not chosen in the first time
has caused the Debian Bug report #536555,
regarding jp106 is not chosen in the first time
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
536555: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=536555
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: console-setup
Version: 1.44

Whenever console-setup updates it, the users of the jp106 keyboard is forced 
to practice of dpkg-reconfigure.

console-setup.config line 27312:
    db_get console-setup/modelcode
    if [ "$RET" = "$initial_xkbmodel" ]; then
        if [ "$layout" = br ]; then 
            db_set console-setup/modelcode abnt2
        elif [ "$layout" = jp ]; then 
            db_set console-setup/modelcode jp106
        fi
    fi

# cat /etc/defaut/console-setup
snip
XKBMODEL="jp106"
XKBLAYOUT="jp"
XKBVARIANT=""
XKBOPTIONS=""
snip
# dpkg -i console-setup_1.44_all.deb
snip
+ RET=pc101
+ return 0
+ [ pc101 = jp106 ]
+ exit 0
snip
# cat /etc/defaut/console-setup
snip
XKBMODEL="pc101"
XKBLAYOUT="jp"
XKBVARIANT=""
XKBOPTIONS=""
snip
# dpkg-reconfigure -u console-setup
snip
+ RET=pc101
+ return 0
+ [ pc101 = pc101 ]
+ [ jp = br ]
+ [ jp = jp ]
+ db_set console-setup/modelcode jp106
snip
# cat /etc/defaut/console-setup
snip
XKBMODEL="jp106"
XKBLAYOUT="jp"
XKBVARIANT=""
XKBOPTIONS=""



--- End Message ---
--- Begin Message ---
On Sat, Jul 11, 2009 at 11:32:18PM +0300, Anton Zinoviev wrote:
> On Sat, Jul 11, 2009 at 03:05:56PM +0900, Jonny wrote:
> > 
> > Whenever console-setup updates it, the users of the jp106 keyboard is forced 
> > to practice of dpkg-reconfigure.
> 
> I haven't had time to investigate this but I think this is because 
> xkb-data no longer defines jp106 keyboard model.  As far as I can see 
> from the files in xkb-data, the Japanese keyboard should work properly 
> (both in X and on the console) even when the keyboard model is specified 
> as pc101.  Actualy it doesn't matter if pc101 is used or pc105.  If I am 
> right and you have recent xkb-data (the version in unstable is 1.6-1), 
> then you don't have to reconfigure console-setup on each upgrade.
> 
> Please report if I am not correct.

I am closing this bug.  Please feel free to reopen it or to reply if you 
think the bug is not fixed.

Anton Zinoviev



--- End Message ---

Reply to: