Mer/h-i-m-example

Line 1: Line 1:
-
- h-i-m-example braindump -
+
-- 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:
-
<nowiki>config.status: configure
+
<nowiki><pre>config.status: configure
         dh_testdir
         dh_testdir
+        autoreconf --install --force ./
+        autoreconf --install --force ./
-
         # Add here commands to configure the package.</nowiki>
+
         # Add here commands to configure the package.
-
 
+
</pre></nowiki>
# 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 --type string "hildon_im_example_fkb"
+
# gconftool-2 -t string -s /apps/osso/inputmethod/default-plugins/finger"hildon_im_example_fkb"
-
# gconftool-2 -s /apps/osso/inputmethod/default-plugins/stylus --type string "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.
# 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

Revision as of 11:40, 2 November 2009

-- h-i-m-example braindump --

  1. Get h-i-m-example source
  2. Make a little tweak to your debian/rules file:

<pre>config.status: configure dh_testdir + autoreconf --install --force ./ # Add here commands to configure the package. </pre>

  1. You might need aclocal-1.7
  2. dpkg-buildpackage -rfakeroot && sudo dpkg -i ../*.deb
  3. gconftool-2 -t string -s /apps/osso/inputmethod/default-plugins/finger"hildon_im_example_fkb"
  4. gconftool-2 -s -t string /apps/osso/inputmethod/default-plugins/stylus "hildon_im_example_fkb"
  5. gconftool-2 -s -t bool /apps/osso/inputmethod/have-internal-keyboard false # no idea if that's really necessary.
  6. more info: https://bugs.maemo.org/show_bug.cgi?id=4178