Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ubuntu 16.04: No on screen keyboard #23

Closed
Tinche opened this issue May 23, 2016 · 9 comments
Closed

Ubuntu 16.04: No on screen keyboard #23

Tinche opened this issue May 23, 2016 · 9 comments

Comments

@Tinche
Copy link

Tinche commented May 23, 2016

Hi,

been playing around with this, really loving it so far! However I can't get the on-screen keyboard to show up. I've bound 'Special Action -> Display On-Screen Keyboard' to a button but nothing's happening. Do I need to install anything else?

@hendricha
Copy link

I seem to have the same issue in 14.04, I've installed the prebuilt package. Runing scc-osd-keyboard and scc-osd-menu in terminal will produce and error, missing libXfixes.so, however libxfixes3 package is installed.

@kozec
Copy link
Owner

kozec commented May 23, 2016

missing libXfixes.so

Sounds like good reason for trouble.
What is whereis libXfixes.so output on your machine?

@Tinche
Copy link
Author

Tinche commented May 23, 2016

Can confirm,

> scc-osd-keyboard
Traceback (most recent call last):
  File "/usr/bin/scc-osd-keyboard", line 20, in <module>
    from scc.osd.keyboard import Keyboard
  File "/usr/lib/python2.7/dist-packages/scc/osd/__init__.py", line 11, in <module>
    from scc.lib import xwrappers as X
  File "/usr/lib/python2.7/dist-packages/scc/lib/xwrappers.py", line 10, in <module>
    libXFixes = CDLL('libXfixes.so')
  File "/usr/lib/python2.7/ctypes/__init__.py", line 365, in __init__
    self._handle = _dlopen(self._name, mode)
OSError: libXfixes.so: cannot open shared object file: No such file or directory

libxfixes3 is installed (1:5.0.1-2).

> whereis libXfixes.so
libXfixes:

Also,

> locate libXfixes.so
/usr/lib/i386-linux-gnu/libXfixes.so.3
/usr/lib/i386-linux-gnu/libXfixes.so.3.1.0
/usr/lib/x86_64-linux-gnu/libXfixes.so.3
/usr/lib/x86_64-linux-gnu/libXfixes.so.3.1.0

@hendricha
Copy link

Same as @Tinche 's response

@kozec
Copy link
Owner

kozec commented May 23, 2016

Ah, Ubuntu, Ubuntu...
It's like they do things different especially to break my code :)

I'm firing up VM...

@kozec
Copy link
Owner

kozec commented May 23, 2016

Ok, fixed and released in latest release.

@kozec kozec closed this as completed May 23, 2016
@Tinche
Copy link
Author

Tinche commented May 23, 2016

can confirm, writing this with the keyboard :)

@Tinche
Copy link
Author

Tinche commented May 23, 2016

Thanks for fixing, that was really fast :)

@kozec
Copy link
Owner

kozec commented May 24, 2016

Luckily, it was simple as well :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants