[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
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
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
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
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
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
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
EndSection
That is it !
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
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
** 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
>From xorg.conf:
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "abnt2"
Option "XkbLayout" "br"
#
11 matches
Mail list logo