Archive for July, 2008

Midori, Firefox 3, Beagleboard and Mamona
Tuesday, July 29th, 2008

Lets welcome Keppler and  Eduardo Valentin! The new comers are working from INdT Manaus site and they already achieved GREAT results! Thanks guys!
The news:

Midori: Webkit based browser running with Mamona
Firefox 3 running with Mamona
Mamona working with Beagleboard

Enjoy the links!
What’s next?? SDK and Network daemon. Mamona 0.2 is coming…

Virtual Keyboard in Mamona
Monday, July 21st, 2008

- I got Mamona 0.1 and it boots up!!! But… How can access the terminal?
- You can’t, there is no terminal..
- Bad.. but why?
- There is no virtual keyboard.
- And how can I play with Mamona?
- USB serial, USB net, …
Yeah, as you can see, we actually were providing a way to use Mamona on […]

Sometimes the compiler cannot save you…
Wednesday, July 9th, 2008

When I was trying to understand why the matchbox-keyboard always presents window decoration under E (it doesn’t do it under Gnome and KDE), I found this code and noticed a strange thing…
if (!cfdata->border->remember)
cfdata->border->remember = e_remember_new();
{
if (cfdata->border->remember)
e_remember_use(cfdata->border->remember);
}
(e17/apps/e/src/modules/conf_borders/e_int_config_borders.c function _basic_apply_border)
The second […]