* Cellwriter
@ 2008-03-11 19:54 Ken Bloom
2008-03-11 21:06 ` Cellwriter Rodrigo Vivi
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Ken Bloom @ 2008-03-11 19:54 UTC (permalink / raw)
To: openembedded-devel
I'm very surprised that CellWriter isn't in OpenEmbedded yet. This is a
GPL handwriting recognition system that can be used on keyboardless
systems, for example the Nokia 770, for input. Please add this if you
can, and encourage distributions for keyboardless devices (e.g. Poky
Linux, and Mamona) to include it in their images.
$ cat org.openembedded.dev/packages/cellwriter/cellwriter_1.3.3.bb
DESCRIPTION = "A grid-entry natural handwriting input panel. As you write
characters into the cells, your writing is instantly recognized at the
character level. When you press Enter on the panel, the input you entered
is sent to the currently focused application as if typed on the keyboard."
SECTION = "x11/input"
AUTHOR = "Michael Levin"
LICENSE = "GNU General Public License"
DEPENDS = "gtk+"
SRC_URI = "http://pub.risujin.org/cellwriter/cellwriter-1.3.3.tar.gz"
EXTRA_OECONF = "--without-gnome"
inherit autotools
--
Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory.
Department of Computer Science. Illinois Institute of Technology.
http://www.iit.edu/~kbloom1/
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: Cellwriter
2008-03-11 19:54 Cellwriter Ken Bloom
@ 2008-03-11 21:06 ` Rodrigo Vivi
2008-03-11 21:47 ` Cellwriter Hal tr
2008-03-13 3:21 ` Cellwriter Junqian Gordon Xu
2 siblings, 0 replies; 4+ messages in thread
From: Rodrigo Vivi @ 2008-03-11 21:06 UTC (permalink / raw)
To: openembedded-devel
CellWriter seems nice for embedded devices.
Some time ago I've tried to compile CellWriter for Mamona on N800 but
I couldn't get it working.
After some seg faults I gave up.
I admit that I didn't spend so much time on this task.
It would be great to see it running on my N800.
On Tue, Mar 11, 2008 at 4:54 PM, Ken Bloom <kbloom@gmail.com> wrote:
> I'm very surprised that CellWriter isn't in OpenEmbedded yet. This is a
> GPL handwriting recognition system that can be used on keyboardless
> systems, for example the Nokia 770, for input. Please add this if you
> can, and encourage distributions for keyboardless devices (e.g. Poky
> Linux, and Mamona) to include it in their images.
>
> $ cat org.openembedded.dev/packages/cellwriter/cellwriter_1.3.3.bb
> DESCRIPTION = "A grid-entry natural handwriting input panel. As you write
> characters into the cells, your writing is instantly recognized at the
> character level. When you press Enter on the panel, the input you entered
> is sent to the currently focused application as if typed on the keyboard."
> SECTION = "x11/input"
> AUTHOR = "Michael Levin"
> LICENSE = "GNU General Public License"
> DEPENDS = "gtk+"
>
> SRC_URI = "http://pub.risujin.org/cellwriter/cellwriter-1.3.3.tar.gz"
> EXTRA_OECONF = "--without-gnome"
>
> inherit autotools
>
>
>
>
>
> --
> Ken (Chanoch) Bloom. PhD candidate. Linguistic Cognition Laboratory.
> Department of Computer Science. Illinois Institute of Technology.
> http://www.iit.edu/~kbloom1/
>
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
--
Rodrigo Vivi
INdT - Instituto Nokia de Tecnologia
Blog: http://blog.vivi.eng.br
GPG: 0x905BE242 @ wwwkeys.pgp.net
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cellwriter
2008-03-11 19:54 Cellwriter Ken Bloom
2008-03-11 21:06 ` Cellwriter Rodrigo Vivi
@ 2008-03-11 21:47 ` Hal tr
2008-03-13 3:21 ` Cellwriter Junqian Gordon Xu
2 siblings, 0 replies; 4+ messages in thread
From: Hal tr @ 2008-03-11 21:47 UTC (permalink / raw)
To: openembedded-devel
2008/3/11, Ken Bloom <kbloom@gmail.com>:
>
> I'm very surprised that CellWriter isn't in OpenEmbedded yet. This is a
> GPL handwriting recognition system that can be used on keyboardless
> systems, for example the Nokia 770, for input. Please add this if you
> can, and encourage distributions for keyboardless devices (e.g. Poky
> Linux, and Mamona) to include it in their images.
I'm using it on my hx4700 with Angstrom, but my bitbake recipe includes
also a set of dirty patches to copy icons to proper place, to delete
terrible built in keyboard, to reformat the window layout for better screen
space usage and to add wmclass hint to manipulate the cellwriter window from
my wm (icewm) and much much more, hmm also it seems hicolor-icon-theme is
needed by cellwriter when it's running. So I think cellwriter as it is, is
not very usable without a lot of adaptations, imho.
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Cellwriter
2008-03-11 19:54 Cellwriter Ken Bloom
2008-03-11 21:06 ` Cellwriter Rodrigo Vivi
2008-03-11 21:47 ` Cellwriter Hal tr
@ 2008-03-13 3:21 ` Junqian Gordon Xu
2 siblings, 0 replies; 4+ messages in thread
From: Junqian Gordon Xu @ 2008-03-13 3:21 UTC (permalink / raw)
To: openembedded-devel
On 03/11/2008 02:54 PM, Ken Bloom wrote:
> I'm very surprised that CellWriter isn't in OpenEmbedded yet. This is a
> GPL handwriting recognition system that can be used on keyboardless
> systems, for example the Nokia 770, for input. Please add this if you
> can, and encourage distributions for keyboardless devices (e.g. Poky
> Linux, and Mamona) to include it in their images.
>
> $ cat org.openembedded.dev/packages/cellwriter/cellwriter_1.3.3.bb
> DESCRIPTION = "A grid-entry natural handwriting input panel. As you write
> characters into the cells, your writing is instantly recognized at the
> character level. When you press Enter on the panel, the input you entered
> is sent to the currently focused application as if typed on the keyboard."
> SECTION = "x11/input"
> AUTHOR = "Michael Levin"
> LICENSE = "GNU General Public License"
> DEPENDS = "gtk+"
>
> SRC_URI = "http://pub.risujin.org/cellwriter/cellwriter-1.3.3.tar.gz"
> EXTRA_OECONF = "--without-gnome"
>
> inherit autotools
Thanks for the recipe. pushed in committed revision
b7bf0016f42503605382df1fb30e05c67e45930a, with minor modification.
Please send the usability patch to this list or the bugtracker.
Regards
Gordon
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-03-13 3:23 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-11 19:54 Cellwriter Ken Bloom
2008-03-11 21:06 ` Cellwriter Rodrigo Vivi
2008-03-11 21:47 ` Cellwriter Hal tr
2008-03-13 3:21 ` Cellwriter Junqian Gordon Xu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.