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 |
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. |
I hate when I do that...
On Tue, Jan 24, 2012 at 11:45 AM, John O'Keefe <[hidden email]> wrote:
-----------------------------------------------------
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. |
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. |
If I'm reading this right, we may need to switch XLIB calls to get the keysym
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. -----------------------------------------------------
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, 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 -----------------------------------------------------
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. |
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, 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. |
Free forum by Nabble | Edit this page |