Ubuntu 11.04 keyboard workaround

已查看 219 次
跳至第一个未读帖子

Seth Berman

未读,
2011年6月5日 13:37:002011/6/5
收件人 va-sma...@googlegroups.com
Hi all,

Maybe everyone has figured this out already and I missed it, but just in case, here is the what I did to restore keyboard functionality.
This seems to be a reported bug in Ubuntu: https://bugs.launchpad.net/ubuntu/+source/libx11/+bug/745585
I'm attaching the missing XKeysymDB file which was pulled from Ubuntu 10.10.

1. Grab the attached XKeysymDB.tar.gz
2. tar zxf XKeysymDB.tar.gz
3. sudo chmod root:root XKeysymDB && sudo chmod 644 XKeysymDB
4. sudo mv XKeysymDB /usr/X11R6/lib/X11   (this is symlinked to /usr/share/X11, which isn't the case on my older version)

Vast should be able to may the keysym mappings now.

-- Seth Berman (sbe...@instantiations.com)
XKeysymDB.tar.gz

John O'Keefe

未读,
2012年1月24日 11:45:302012/1/24
收件人 va-sma...@googlegroups.com
The command in line 3 should be:
 
sudo chown root:root XKeysymDB && sudo chmod 644 XKeysymDB

Seth Berman

未读,
2012年1月24日 11:46:502012/1/24
收件人 va-sma...@googlegroups.com
I hate when I do that...

On Tue, Jan 24, 2012 at 11:45 AM, John O'Keefe <john_...@instantiations.com> wrote:
The command in line 3 should be:
 
sudo chown root:root XKeysymDB && sudo chmod 644 XKeysymDB

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/CaLr6Q6DKiQJ.

To post to this group, send email to va-sma...@googlegroups.com.
To unsubscribe from this group, send email to va-smalltalk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.



--
-----------------------------------------------------
Seth Berman
Software Engineer, Instantiations Inc.
sbe...@instantiations.com



John O'Keefe

未读,
2012年1月24日 11:51:332012/1/24
收件人 va-sma...@googlegroups.com
It looks like this is going to be a common issue going forward -- the file is missing from the Fedora 16 (and maybe earlier) distro anslo.

Seth Berman

未读,
2012年1月24日 12:01:552012/1/24
收件人 va-sma...@googlegroups.com
If I'm reading this right, we may need to switch XLIB calls to get the keysym

Timo Aaltonen (tjaalton) wrote on 2011-06-09: 

So I looked up  XStringToKeysym  and see it's an Xlib call

Does this make any sense to you...I can look into it

On Tue, Jan 24, 2012 at 11:51 AM, John O'Keefe <john_...@instantiations.com> wrote:
It looks like this is going to be a common issue going forward -- the file is missing from the Fedora 16 (and maybe earlier) distro anslo.

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To view this discussion on the web visit https://groups.google.com/d/msg/va-smalltalk/-/9HKGZ6De3EsJ.

To post to this group, send email to va-sma...@googlegroups.com.
To unsubscribe from this group, send email to va-smalltalk...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.

Seth Berman

未读,
2012年1月24日 12:26:592012/1/24
收件人 va-sma...@googlegroups.com
John,

No, switching calls doesn't look right.  It seems others have a similar problem now and are having to do what we do, which is to provide instructions on how to replace /usr/lib/X11/XKeysymDB.  Based on the commit that was made by that guy, it looks like it won't be coming back.

Seth

Joachim Tuchel

未读,
2017年8月12日 01:15:092017/8/12
收件人 VA Smalltalk
This is also neccessary on Ubuntu 14.04
回复全部
回复作者
转发
0 个新帖子