# python-maliit **Repository Path**: mirrors_pyside/python-maliit ## Basic Information - **Project Name**: python-maliit - **Description**: Python plugin for meego input method - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README How to test this plugin: requiriments: * shiboken 1.0.4 * pyside qt4.7+1.0.4 * maliit-framework git: d84821e518528e8d3da2162b7dc49dd4f730a23b + path https://gitorious.org/~renatofilho/maliit/renatofilhos-maliit-framework/commit/9c6c71647b633f96e3adab07ed5c81be6f65df04 1. compile the project: mkdir build cd build cmake ../ make make install 2. Register the python-factory plugin: gconftool-2 -s /maliit/factories -t list --list-type strings [libpymaliit.so] 3. Activet the python example plugin: gconftool-2 -s /maliit/onscreen/enabled -t list --list-type strings [pymaliit.py,] gconftool-2 -s /maliit/onscreen/active -t list --list-type strings [pymaliit.py,ExamplePluginSubview1] 4. Now you can run maliit-server and your application. On a Netbook using MeeGo 1.2 you can use the following line to run the server: maliit-server -bypass-wm-hint