Tichy, release 1.1.0 ==================== Author: guillaume chereau Date: 2009/05/31 06:32:03 PM Tichy is a work in progress, for more information and to understand the goals of tichy, please read the README file included in the source repository [0]. Also see the google code web page [1]. I tried to install the release on openmoko using a debian [2] distribution and also SHR [3] distribution. Installing on FSO [4] should also be possible, but currently the python-pygame package is missing from the feeds for FSO, which prohibit to install tichy on it. Table of Contents ================= 1 Changes since 1.0.0 2 Packages 3 Installing on openmoko debian 4 Installing on openmoko SHR 5 Known issues 6 Footnotes 1 Changes since 1.0.0 ~~~~~~~~~~~~~~~~~~~~~ - Redone style system. - Redone service system. - Improve UI. - Improve terminal application. - Add tests using py.test. - Add toogle fullscreen. - Add support for scrolling multilines labels. - Add support for left and right arrow when editing text. - Fix frame drawing bug. - Add Struct class. 2 Packages ~~~~~~~~~~ The release provides the following files (that can be found in the release/1.1.0 directory of the svn repository [5]). - tichy-1.1.0.tar.gz :: source package - tichy_1.1.0_armel.deb :: debian package for arm. Tested on the debian distribution of openmoko. - tichy_1.1.0_armv4t.ipk :: ipkg package for arm. Tested on the SHR distribution of openmoko - tichy_1.1.0_i386.deb :: debian package for i386, Tested on debian distribution 3 Installing on openmoko debian ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From the phone, type: apt-get update wget http://tichy.googlecode.com/svn/release/1.1.0/tichy_1.1.0_armel.deb dpkg -i tichy_1.1.0_armel.deb To run it, type: export DISLPAY=:0 tichy 4 Installing on openmoko SHR ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ From the phone: opkg update opkg install http://tichy.googlecode.com/svn/release/1.1.0/tichy_1.1.0_armv4t.ipk It should add an icon on illume menu, but of course we can also run it from command line. 5 Known issues ~~~~~~~~~~~~~~ - python-xlib library is missing on SHR, that prohibits form running the terminal and player applications. - Tichy is slower on SHR than on debian. It may come from the way the guic extension has been compiled for the ipk package. - There are a few bugs with the embedded X windows used in the terminal and player applications. - The PIM functionalities still have some problems that need to be fixed. It hasn't been tested a lot. 6 Footnotes ~~~~~~~~~~~ [0] [http://tichy.googlecode.com/svn/trunk/README] [1] [http://code.google.com/p/tichy] [2] [http://wiki.openmoko.org/wiki/Debian] [3] [http://wiki.openmoko.org/wiki/SHR] [4] [http://wiki.openmoko.org/wiki/FSO] [5] [http://tichy.googlecode.com/svn/release/1.1.0/]