Ubuntu 11.04 keyboard workaround

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
7 messages Options
Reply | Threaded
Open this post in threaded view
|

Ubuntu 11.04 keyboard workaround

Seth Berman
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
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 11.04 keyboard workaround

John O'Keefe-3
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.
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 11.04 keyboard workaround

Seth Berman
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.
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 11.04 keyboard workaround

John O'Keefe-3
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.
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 11.04 keyboard workaround

Seth Berman
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.
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 11.04 keyboard workaround

Seth Berman
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.
Reply | Threaded
Open this post in threaded view
|

Re: Ubuntu 11.04 keyboard workaround

jtuchel
In reply to this post by Seth Berman
This is also neccessary on Ubuntu 14.04

Am Sonntag, 5. Juni 2011 19:37:00 UTC+2 schrieb Seth Berman:
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: <a href="https://bugs.launchpad.net/ubuntu/+source/libx11/+bug/745585" target="_blank" rel="nofollow" onmousedown="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fbugs.launchpad.net%2Fubuntu%2F%2Bsource%2Flibx11%2F%2Bbug%2F745585\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNElbj4WFsZwReb4ZwRYLg2aRZNHRg&#39;;return true;" onclick="this.href=&#39;https://www.google.com/url?q\x3dhttps%3A%2F%2Fbugs.launchpad.net%2Fubuntu%2F%2Bsource%2Flibx11%2F%2Bbug%2F745585\x26sa\x3dD\x26sntz\x3d1\x26usg\x3dAFQjCNElbj4WFsZwReb4ZwRYLg2aRZNHRg&#39;;return true;">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 (<a href="javascript:" target="_blank" gdf-obfuscated-mailto="trxIxud9rp0J" rel="nofollow" onmousedown="this.href=&#39;javascript:&#39;;return true;" onclick="this.href=&#39;javascript:&#39;;return true;">sbe...@...)

--
You received this message because you are subscribed to the Google Groups "VA Smalltalk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email].
To post to this group, send email to [hidden email].
Visit this group at https://groups.google.com/group/va-smalltalk.
For more options, visit https://groups.google.com/d/optout.