Ubuntu 11.04 keyboard workaround

classic Classic list List threaded Threaded
6 messages Options
Seth Berman Seth Berman
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Ubuntu 11.04 keyboard workaround

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 ([hidden email])

--
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/-/dHJ4SXh1ZDlycDBK.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.

XKeysymDB.tar.gz (4K) Download Attachment
John O'Keefe-3 John O'Keefe-3
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ubuntu 11.04 keyboard workaround

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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Seth Berman Seth Berman
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ubuntu 11.04 keyboard workaround

I hate when I do that...

On Tue, Jan 24, 2012 at 11:45 AM, John O'Keefe <[hidden email]> 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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.



--
-----------------------------------------------------
Seth Berman
Software Engineer, Instantiations Inc.
[hidden email]



--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
John O'Keefe-3 John O'Keefe-3
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ubuntu 11.04 keyboard workaround

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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Seth Berman Seth Berman
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ubuntu 11.04 keyboard workaround

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 <[hidden email]> 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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.



--
-----------------------------------------------------
Seth Berman
Software Engineer, Instantiations Inc.
[hidden email]



--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Seth Berman Seth Berman
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: Ubuntu 11.04 keyboard workaround

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

On Tue, Jan 24, 2012 at 12:01 PM, Seth Berman <[hidden email]> wrote:
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 <[hidden email]> 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 [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.



--
-----------------------------------------------------
Seth Berman
Software Engineer, Instantiations Inc.
[hidden email]






--
-----------------------------------------------------
Seth Berman
Software Engineer, Instantiations Inc.
[hidden email]



--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To post to this group, send email to [hidden email].
To unsubscribe from this group, send email to [hidden email].
For more options, visit this group at http://groups.google.com/group/va-smalltalk?hl=en.
Loading...