[Librem-5-dev] [PATCH] Remove unused header; show if no input manager

Dorota Czaplejewicz dorota.czaplejewicz at puri.sm
Sat Feb 16 08:22:32 PST 2019


Hi Drew, and thanks for the patch! I liked it, and applied it.

We have a mailing list for community involvement (which I cc'd), so if you'd like to send us patches, I think that's the best place to do so.

Glad you're working with your dev kit! Are you using it with an external touch panel to test virtboard?

Cheers,
Dorota

On Fri, 15 Feb 2019 20:11:40 -0500
Drew DeVault <sir at cmpwn.com> wrote:

> ---
>  clients/keyboard.c | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)
> 
> diff --git a/clients/keyboard.c b/clients/keyboard.c
> index 3c77ad4f..7f368bc7 100644
> --- a/clients/keyboard.c
> +++ b/clients/keyboard.c
> @@ -41,7 +41,6 @@
>  
>  #include <linux/input.h>
>  #include <cairo.h>
> -#include <systemd/sd-bus.h>
>  
>  #include "keymap.h"
>  #include "window.h"
> @@ -1555,6 +1554,9 @@ main(int argc, char *argv[])
>  
>      session_register();
>  
> +    if (virtual_keyboard.input_method_manager == NULL) {
> +        make_visible(&virtual_keyboard);
> +    }
>      display_run(virtual_keyboard.display);
>  
>  

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <http://lists.community.puri.sm/pipermail/librem-5-dev/attachments/20190216/65e0fddb/attachment.sig>


More information about the Librem-5-dev mailing list