Gentoo Archives: gentoo-user

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

Replies

Subject Author
Re: [gentoo-user] soft keyboard for touchscreen "Mickaël Bucas" <mbucas@×××××.com>