Gentoo Archives: gentoo-user

From: "Mickaël Bucas" <mbucas@×××××.com>
To: Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] soft keyboard for touchscreen
Date: Sun, 18 Oct 2020 16:46:44
Message-Id: CAG1=SYRsXErhL598ZYm6LdX4LcFyZYe=Uqyy3RR6viozV00+4g@mail.gmail.com
In Reply to: [gentoo-user] soft keyboard for touchscreen by William Kenworthy
1 Hi William
2
3 Le dim. 18 oct. 2020 à 03:05, William Kenworthy <billk@×××××××××.au> a
4 écrit :
5
6 > Can someone recommend a guide to installing a touch screen aware soft
7 > keyboard in gentoo?
8 >
9 > I have tried a number of keyboards but the various guides do not say how
10 > to integrate a soft keyboard in to a window manager (I am using xfwm4
11 > but could change) or login screen.
12 >
13 > I can manually start them, but they do not show up when an editor, text
14 > box or login is required so I have to attach a physical keyboard to
15 > regain control.
16 >
17 >
18 > BillK
19 >
20
21
22 If you're using SDDM, you can activate the virtual keyboard with the
23 following line in the config file /etc/sddm.conf
24
25 [General]
26 # Input method module
27 InputMethod=qtvirtualkeyboard
28
29 For the session itself, under KDE on Ubuntu I use Onboard [1], which is not
30 available in Portage
31 I found a blog page [2] explaining how to install Onboard on Gentoo, with
32 an ebuild, but it's for Python 3.4 to 3.6
33 I've adapted the ebuild to Python 3.7 in my overlay [3] and it worked as
34 expected, either from another PC through VNC or from a touch screen.
35 Onboard seems to originate from Gnome, and as I use it under KDE, it should
36 be independent from the window manager.
37
38 Best regards
39 Mickaël Bucas
40
41 [1] https://launchpad.net/onboard
42 [2]
43 https://fitzcarraldoblog.wordpress.com/2018/06/25/installing-the-onboard-on-screen-keyboard-in-gentoo-linux/
44 [3] https://github.com/mbucas/gentoo-overlay

Replies

Subject Author
Re: [gentoo-user] soft keyboard for touchscreen William Kenworthy <billk@×××××××××.au>