[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2010-12-13 Thread Launchpad Bug Tracker
[Expired for console-setup (Ubuntu) because there has been no activity for 60 days.] ** Changed in: console-setup (Ubuntu) Status: Incomplete => Expired -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2010-01-14 Thread etrusco
I think it's safe to close this bug. I've always used abnt2 (br) keyboards and haven't had a problem for years (not even for a really weird keyboard my current notebook has). BTW I kind of recall thig bug being fixed after the final gutsy release... -- Dpkg-reconfigure xserver-xorg doesn't work

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2009-10-04 Thread Ralph Janke
We'd like to figure out what's causing this bug for you, but we haven't heard back from you in a while. Could you please provide the requested information? Thanks! -- Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy https://bugs.launchpad.net/bugs/152444 You received th

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2009-02-19 Thread Dimitrios Symeonidis
Thank you for taking the time to report this bug and helping to make Ubuntu better. You reported this bug a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue for you. Can you try with the latest Ubuntu release? Thanks in advance. -- Dpkg-reco

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2008-08-07 Thread mabovo
Is that pack available on Intrepid ? -- Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy https://bugs.launchpad.net/bugs/152444 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list ubunt

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2008-08-04 Thread Timo Aaltonen
Please attach /etc/default/console-setup. The xorg configuration is sourced from that file, so I'll also reassing the bug against console- setup. ** Changed in: console-setup (Ubuntu) Sourcepackagename: xorg => console-setup Assignee: Timo Aaltonen (tjaalton) => (unassigned) -- Dpkg-reconfi

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2007-12-14 Thread mabovo
Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "abnt2" Option "XkbLayout" "br" EndSection That is it !

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2007-12-04 Thread Timo Aaltonen
so this is in xserver-xorg.postinst : case "$DI_KEYMAP" in ... br-abnt2) XMAP="br"; VARIANT="abnt2"; MODEL="abnt2";; ... and that should be: ... br-abnt2) XMAP="br"; VARIANT="br"; MODEL="abnt2";; ... right? ** Changed in: xorg (Ubuntu) Assignee: (unassigned) => Timo Aaltonen (tjaal

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2007-10-21 Thread mabovo
dpkg-reconfigure xserver-xorg is inverting the terms "abnt2" and "br" for options XkbModel and XkbLayout in the xorg.conf file. The correct term for option "XkbModel" is "abnt2" and the term for option "XkbLayout" is "br" to apply in brazilian keyboards. -- Dpkg-reconfigure xserver-xorg doesn't

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2007-10-19 Thread Bryce Harrington
** Changed in: xorg (Ubuntu) Importance: Undecided => Medium Status: New => In Progress -- Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy https://bugs.launchpad.net/bugs/152444 You received this bug notification because you are a member of Ubuntu Bugs, which

[Bug 152444] Re: Dpkg-reconfigure xserver-xorg doesn't work for brazilian keyboards on Gutsy

2007-10-13 Thread mabovo
>From xorg.conf: Section "InputDevice" Identifier "Generic Keyboard" Driver "kbd" Option "CoreKeyboard" Option "XkbRules" "xorg" Option "XkbModel" "abnt2" Option "XkbLayout" "br" #