The Following 14 Users Say Thank You to javispedro For This Useful Post: | ||
![]() |
2012-08-14
, 15:20
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#2
|
![]() |
2012-08-17
, 15:03
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#3
|
Javispedro, is it possible to MeeGo Maliit virtual keyboard have (semi-)transparency ?
The Following 6 Users Say Thank You to javispedro For This Useful Post: | ||
![]() |
2012-08-17
, 15:44
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#4
|
The Following 8 Users Say Thank You to rcolistete For This Useful Post: | ||
![]() |
2012-08-18
, 08:41
|
Posts: 1,335 |
Thanked: 3,931 times |
Joined on Jul 2010
@ Brittany, France
|
#5
|
![]() |
2012-08-19
, 18:30
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#6
|
I've noticed the translucent vkb remains (for some time ?) outside LXDE, when using MeeGo with other softwares. It is also useful in MeeGo but I'll leave it as an option with 3 LXDE icons : LXDE trvkb, LXDE, LXDE novkb (or something similar)
![]() |
2012-08-19
, 22:15
|
|
Posts: 2,355 |
Thanked: 5,249 times |
Joined on Jan 2009
@ Barcelona
|
#7
|
![]() |
2012-08-20
, 00:05
|
Posts: 1,269 |
Thanked: 3,961 times |
Joined on May 2011
@ Brazil
|
#8
|
The Following User Says Thank You to rcolistete For This Useful Post: | ||
![]() |
2012-08-20
, 23:48
|
|
Posts: 1,348 |
Thanked: 1,863 times |
Joined on Jan 2009
@ fr/35/rennes
|
#9
|
The Following User Says Thank You to www.rzr.online.fr For This Useful Post: | ||
![]() |
2012-08-24
, 21:10
|
Posts: 5 |
Thanked: 0 times |
Joined on Aug 2012
|
#10
|
Latest version is 1.2 . Old versions are available. If you are using Easy Debian, please follow the excellent instructions by rcolistete.
It was originally designed to be able to write text using the N9 virtual keyboard to remote X applications being run under SSH X redirection. These applications were neither Gtk+ or Qt.
However, I realized it would also be useful for running non-Qt applications under Harmattan, including those from Easy Debian. If Xephyr is being used, xmimd can be configured to use the Xephyr Window id when talking with Maliit instead of sending "invalid" (from the point of view of Maliit) Window IDs.
Using XIM has a few advantages versus other solutions such as the Maliit GTK input method, apart from the Xephyr redirection feature.
XIM is supported by virtually every application and widget framework in the Unix world, so nothing has to be installed on the remote system or chroot, and it works with applications that do not use Gtk+ or Qt. Additionally, XIM uses X11 as the transport protocol, so no new network ports have to be opened (or bind mounts for D-Bus).
However, there are several cons to using XIM:
- XIM is arcane. It is hard to understand, hard to debug. May the Gods of X11 help you!
- XIM is quite strict regarding locale configuration and does not tolerate some of the stuff distros have been doing as of lately.
- "Native" input methods such as Maliit GTK input context will provide much more integration between the virtual keyboard and applications. XIM is just "good enough".
Here's a brief description of xmimd command line arguments.
Please note that if you are using Easy Debian, most is already set up for you.
In the target environment (e.g. inside the chroot or in the remote system), you need to set the following environment variables:
You might post your xmimd problems and experiences on this thread
Last edited by javispedro; 2012-08-17 at 15:07.