PDA

View Full Version : Ubuntu 8.04 quotes bug


MetalheadGautham
03-06-2008, 05:38 AM
Hi All

Has anyone else noticed the fact that in Ubuntu hardy heron, there is a bug due to which single and double quites don function properly ? The first time I type them, there is no output. In Konqueror, I end up with two square boxes if I use double quotes twice, in Firefox, I get two small dots, and if I type double quotes before a letter like a, I end up with two dots over it. Single quote becomes another pronounciation symbol in firefox(a comma like dash over the letter), but results in two square boxes again in Konqueror.

I googled for this, and found some entries in ubuntu forums, which is sadly offline due to maintainence issues.

update: I saw this http://64.233.169.104/search?q=cache:C4vXp2bea2QJ:ubuntuforums.org/showthread.php%3Ft%3D448489+ubuntu+hardy+keyboard+ quote+bug+double&hl=en&ct=clnk&cd=5 and I hope it works.

another update: UK default results in exchange of " and @ but it solves the problem. But shift+2 gives ", and there are many more such issues.

yet another update: I noticed that for an average iBall keyboard like mine with a big fat ugly enter button, intel 105 key keyboard with US default works fine.(not fully tested)

praka123
03-06-2008, 07:19 AM
I havent faced any problems.may be you have to select correct keyboard language?(US)

MetalheadGautham
03-06-2008, 07:12 PM
I used the following command to enable resetting keyboard:
[code]sudo dpkg-reconfigure -plow console-setup[/quote]
but I am not sure which are the right options. can someone please try this command out and tell me what are the options I must select ?

praka123
03-06-2008, 11:20 PM
well,I dont think that command can help much?I think selecting Xorg kbd type is what is helpful.
first make sure is it a 104 kbd or 102 etc.then ,for eg: for a 104 kbd,in /etc/X11/xorg.conf in"Section "InputDevice" ,keyboard -add below line:
Option "XkbModel" "pc104"
Option "XkbLayout" "us"

save,restart X,boot into Gnome,open System>preferences>keyboard>layout>generic 104 ,and tick "US" as lang.that will hopefully fix.

below is my debian xorg.conf for example:

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection


REMEMBER:ubuntu or fedora or any latest distros autoconfigures X now.so xorg.conf is minimal.you have to configure it .

MetalheadGautham
04-06-2008, 12:33 PM
well,I dont think that command can help much?I think selecting Xorg kbd type is what is helpful.
first make sure is it a 104 kbd or 102 etc.then ,for eg: for a 104 kbd,in /etc/X11/xorg.conf in"Section "InputDevice" ,keyboard -add below line:
Option "XkbModel" "pc104"
Option "XkbLayout" "us"

save,restart X,boot into Gnome,open System>preferences>keyboard>layout>generic 104 ,and tick "US" as lang.that will hopefully fix.

below is my debian xorg.conf for example:

Section "InputDevice"
Identifier "Generic Keyboard"n
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection


REMEMBER:ubuntu or fedora or any latest distros autoconfigures X now.so xorg.conf is minimal.you have to configure it .
if I select keyboard in gnome, the setting is not forwarded to IceWM or KDE. Thats the problem.

I want to reset my install time selection. And I need to find a way to do that.

I canīt continue my programming course if I cant use quotes.