Package: im-config
Version: 0.17
Severity: wishlist
Dear Maintainer,
I have attached rc and conf files that should work with Maliit, please
add them if possible
-- System Information:
Debian Release: wheezy/sid
APT prefers quantal-updates
APT policy: (500, 'quantal-updates'), (500, 'quantal-security'), (500,
'quantal'), (100, 'quantal-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 3.5.0-25-generic (SMP w/4 CPU cores)
Locale: LANG=pl_PL.UTF-8, LC_CTYPE=pl_PL.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
# start maliit
# vim: set sts=4 expandtab:
if [ "$IM_CONFIG_PHASE" = 2 ]; then
#start maliit-server
/usr/bin/maliit-server -software -bypass-wm-hint
fi
if [ "$IM_CONFIG_PHASE" = 1 ]; then
XIM=none
GTK_IM_MODULE=meego-im
QT4_IM_MODULE=Maliit
fi
# vim: set sts=4 expandtab:
IM_CONFIG_SHORT="$(gettext "activate Mallit input method framework")"
IM_CONFIG_LONG="$(gettext "Mallit input method framework
* Required for everything: maliit-framework
* Keyboards part of (maliit-plugins):
* reference keyboard: maliit-keyboard
* QML keyboard: nemo-keyboard
* Application platform support:
* GTK2: maliit-inputcontext-gtk2
* GTK3: maliit-inputcontext-gtk3
* Qt4: maliit-inputcontext-qt4")"
package_auto () {
package_status maliit-framework
}
package_menu () {
package_status maliit-framework
}