framework icon indicating copy to clipboard operation
framework copied to clipboard

Core libraries of Maliit and server.

Results 21 framework issues
Sort by recently updated
recently updated
newest added

This relies on a new "configure" event that has been added to the input-panel-surface-v1 protocol, which allows the compositor to request a new size for the input panel. This is...

Hi, it looks like the Maliit PPA is no longer being updated: https://launchpad.net/~maliit-team/+archive/ubuntu/ppa Any chance you could revive it? Regards

enhancement

Hello. I currently have an issue where i've gotten the keyboard working but im running into an odd issue on boot where it goes to 100% cpu and essentially blocks...

Debian's lintian tool reports this: ``` W: maliit-framework: no-manual-page usr/bin/maliit-server N: N: Each binary in /usr/bin, /usr/sbin, /bin, /sbin or /usr/games should have a manual page N: N: Note that...

On an i.MX6 processore running linux 4.1.15 and Qt 5.9.7 maliit-server crashes with SIGSEGV just after the startup. Here is the complete log: https://gist.github.com/smanni-et/8a18911de49baa07da6c2aed30700671 Here is the output from gdb:...

bug

When I want to start the maliit-server I always get a permission denied message. This error occurs as non-root-user and as root-user as well. maliit-server WARNING: PulseAudioService: pa_context_connect() failed WARNING:...

In MInputContext::contentType(), the following lines of code treat Qt.ImhDigitsOnly and Qt::ImhFormattedNumbersOnly the same: ``` if (hints == Qt::ImhFormattedNumbersOnly || hints == Qt::ImhDigitsOnly) { type = Maliit::NumberContentType; } else ... ```...

This reverts the text-input-v2 support back to text-input-v1 as well, as the pre-built headers from Qt may not be available on all systems in Qt6. To build for Qt6, one...