Tuesday, July 25, 2006

minimo special effort (part II) - update

After releasing 3 RC .debs of the maemo/nokia 770 minimo port, and having got lots of feedback, bugs and suggestion, I decided to blog about them. Follows what I think are the most relevant issues to be done:
  • fix browsing through security site (PARTIALLY DONE - mail.yahoo.com(.xx) works with some magic tricks only).
  • implement an easy way to leave fullscreen mode (DONE - via bottombar).
  • improve input fields and virtual keyboard interaction.
  • autocomplete widget forces you to click twice to remove focus from it (maybe this is no device specific bug, I have to file this into bugzilla)
  • improving my way of packing up: set up a repository for minimo and its dependecies missing on maemo 2.0 image.
  • make all patches available asap.

  • implement 770 Hardware keys support (e.g. ZOOM_IN crashes it)
  • implement timers to context sensitive menus (it works only on x86 through right-button mouse click - have to file this as a bug).
  • implement command line parser support bug 334019
  • implement dbus service for minimo. It would avoid having more then one instance of it running at the same time (btw, dbus-xpcom binding has been announced recently).
  • fix fs browsing support (it crashes when I type /usr or /etc - although it works for /etf/fstab)

  • improve ssr (css file) - it makes rendering extremely ugly if on SSR mode (disabled)
  • make default font bigger (possible adding an observer on preference system) (workarounded)
  • fix segfault on window closing.
  • maybe implement a portrait mode view ???
read - critical
blue - that'd be great
black - I could live without it

Other issues:

- gmaps misvisualizing - works for me, though.
- lacking of svg, mathml and cairo.
- testing rendering of some Chinese, Japanese and Arabian encoded websites (ah.sima ???)

any thinkg else ? just mail me.

I wish to have any fund on this :p, after all funding means time !

-- Antonio Gomes

Thursday, July 06, 2006

minimo 016.1 (maemo port) available - update

New minimo 016.1 .deb available. It's getting better ;)

$ more mozilla/debian/changelog

minimo (0.16.1-1) unstable; urgency=low

* Trunk updated (July 04)
* Automated build/packing initial version (build_minimo.sh , tarball ,
patches) working
* Fixed lack of entry on task navigator by adding StartupWMClass=minimo into
.desktop file. Minimizing it possible now :) - thanks henry.
* made default webpages font bigger
* made preferences/menus font bigger
* ssr (minimo/components/ssr) component temporarily disabled.

minimo (0.16.1-0) unstable; urgency=low

* added initial dbus-glib implementation, fixing the "system is killing me
after few seconds" problem.
* packed libXt, libSM and libICE together into .deb

shots






Please, any suggestion, bug report or whatever is welcome via comment, email or bugzilla .

ps: check menus at window right and left bottom corner for functionalities.

-- Antonio Gomes

Monday, July 03, 2006

minimo 016 .deb (beta/hack version)


I got minimo 016 packed into a preliminary-stage-.deb for maemo 2.0/armel. It's AI-able (installable via Application Installer or dpkg) and launchable via 'menu->extra->minimo'.
  • Main issues I am working on now for the next .deb:
    1. Currently, minimo does not add an entry into Task Navigator after launched, so MINIMIZING IT MIGHT GET YOU INTO PROBLEMS :)
    2. Security sites sometimes work sometime don't (on sbox/i386 it works all the time though).
    3. Typing from the vkb is possible: you can pop it up or hide it by keystroking "ENTER" (button in the middle of arrows).

minimo's port for nokia 770 is not close to be complete (lots to do yet) .

NOTE: This .deb is built over armel architecture, so it will not working on non-armel ones.

NOTE: In this current stage, reproduce by your own the steps I did to build this .deb might be a bit painful (manual process). But, I've been working on a script for automate all these hackings. The script will:
  • applying all required patches
  • build and pack it all.
NOTE: some missing libraries on Maemo 2.0 image were a problem.

Please, any suggestion, bug report or whatever is welcome via comment or email.

-- Antonio Gomes