Mer/h-i-m-example: Difference between revisions
From Maemo Wiki
Jump to navigationJump to search
imported>johnx No edit summary |
imported>amigadave {{Mer}} |
||
| (3 intermediate revisions by 3 users not shown) | |||
| Line 1: | Line 1: | ||
{{Mer}} | |||
== h-i-m-example braindump == | |||
# Get h-i-m-example source | # Get h-i-m-example source | ||
# Make a little tweak to your debian/rules file: | # Make a little tweak to your debian/rules file: | ||
config.status: configure | |||
dh_testdir | dh_testdir | ||
autoreconf --install --force ./ | |||
# Add here commands to configure the package. | # Add here commands to configure the package. | ||
# You might need aclocal-1.7 | # You might need aclocal-1.7 | ||
# dpkg-buildpackage -rfakeroot && sudo dpkg -i ../*.deb | # dpkg-buildpackage -rfakeroot && sudo dpkg -i ../*.deb | ||
# gconftool-2 -s /apps/osso/inputmethod/default-plugins/finger | # gconftool-2 -t string -s /apps/osso/inputmethod/default-plugins/finger"hildon_im_example_fkb" | ||
# gconftool-2 -s /apps/osso/inputmethod/default-plugins/stylus | # gconftool-2 -s -t string /apps/osso/inputmethod/default-plugins/stylus "hildon_im_example_fkb" | ||
# gconftool-2 -s -t bool /apps/osso/inputmethod/have-internal-keyboard false # no idea if that's really necessary. | # gconftool-2 -s -t bool /apps/osso/inputmethod/have-internal-keyboard false # no idea if that's really necessary. | ||
# more info: https://bugs.maemo.org/show_bug.cgi?id=4178 | # more info: https://bugs.maemo.org/show_bug.cgi?id=4178 | ||
Latest revision as of 11:46, 22 September 2010
| Mer is back : Please visit http://www.merproject.org to learn more about this news. |
h-i-m-example braindump
- Get h-i-m-example source
- Make a little tweak to your debian/rules file:
config.status: configure
dh_testdir
autoreconf --install --force ./
# Add here commands to configure the package.
- You might need aclocal-1.7
- dpkg-buildpackage -rfakeroot && sudo dpkg -i ../*.deb
- gconftool-2 -t string -s /apps/osso/inputmethod/default-plugins/finger"hildon_im_example_fkb"
- gconftool-2 -s -t string /apps/osso/inputmethod/default-plugins/stylus "hildon_im_example_fkb"
- gconftool-2 -s -t bool /apps/osso/inputmethod/have-internal-keyboard false # no idea if that's really necessary.
- more info: https://bugs.maemo.org/show_bug.cgi?id=4178