Just to point out, that correct solution to disabling NBSP is
[y...@sci ~]% cat /etc/hal/fdi/policy/remove_nbsp.fdi 
<?xml version="1.0" encoding="UTF-8"?>
<deviceinfo version="0.2">
  <device>
    <match key="info.capabilities" contains="input.keys">
      <merge key="input.x11_options.XkbOptions" type="string">nbsp:none</merge>
    </match>
  </device>
</deviceinfo>
[y...@sci ~]% 

Instead of mocking with xorg.conf. This requires restart of hal and xorg. If 
you do not wish to restart
immediately but still wish to disable nbsp you should issue 'sudo setxkbmap 
-option "nbsp:none'.

-- 
[Hardy] Whitespace in command line not always regural whitespace
https://bugs.launchpad.net/bugs/218637
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to