maliit / keyboard

Maliit Keyboard, a free software virtual keyboard for Linux
GNU General Public License v3.0
149 stars 37 forks source link

how to debugging ? :) #179

Open FredericGuilbault opened 1 year ago

FredericGuilbault commented 1 year ago

Hi, I'm building a custom build Debian+plasma-mobile OS using Wayland. Im Running it in virtualbox and qemu for dev purpose.

.....aaaaaand maliit does not show ;)

Now, I have read reddit and all the related issues ( closed and open ) but Im still confused about where to look for. so, 1 I would like to fix my problem, 2 I'm totally disposed to write a little debugging-101 procedure for helping people to do basic checks and open issues with better explanations and understanding.


I have the package maliit-framework 0.99.2-1 from jbb-ghsq.ga/debpm and I run on plasmashell 5.20.5

QT_IM_MODULE=maliit maliit-exampleapp-plainqt

Does not show the keyboard when I click on an input field.

logs displayed in the terminal are :

WARNING: Did not find a dictionary for "en"  - checking for  "en"
WARNING: No dictionary found for "en" turning off spellchecking
WARNING: no dictionary to turn on spellchecking
WARNING: Cyclic dependency detected between "file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/Plasma/Units.qml" and "file:///usr/lib/x86_64-linux-gnu/qt5/qml/org/kde/kirigami.2/styles/Plasma/Units.qml"
WARNING: file:///usr/lib/x86_64-linux-gnu/maliit/keyboard2/qml/Keyboard.qml:257:9: QML Connections: Implicitly defined 
WARNING: <input>:406:376: Could not add child element to parent element because the types are incorrect.

[[[[[[ Repetitions Truncated by me ]]]]]]

WARNING: file:///usr/lib/x86_64-linux-gnu/maliit/keyboard2/qml/keys/CharKey.qml:338:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... }

[[[[[[ Repetitions Truncated by me ]]]]]]

QProcess: Destroyed while process ("maliit-server") is still running

Where should I investigate ?

customshell commented 1 month ago

What do u need to compile?