Personal Menu
A sidebar plugin for a customizable menu for launching installed applications or arbitrary commands.
news
Feed-
Eye of GNOME for Maemo
Since a while ago, and during my work at Igalia, I’ve been porting EOG to Maemo using the new and great Fremantle widgets!
The project is still in an *early stage* but I couldn’t wait more to let everyone know about it so today I’ve published the git repository.
The project is being done as a branch of the original EOG. You can get the source by doing:
$ git clone http://git.igalia.com/eog.git
$ git checkout –track -b mobile origin/mobileAnd then, you know, inside scratchbox:
$ ./autogen.sh
$ ./configure
$ make
$ make install
$ run-standalone.sh eogThank you to the people who helped me porting EOG, mainly Claudio and Berto.
And here you have a screencast and some nice screenshots, hope you like it:
EOG for Maemo from Joaquim Rocha on Vimeo.
-
Tracker experimental merged to main development tree, Ivan’s presentation
I’m currently involved in the Tracker project and our project will be presented by Ivan Frade at the Desktop Summit this Sunday.
-
Qaiku API brings first clients: Mauku, Gwibber and an XMPP bot
Qaiku's twitter-like API has been one of the first major contributions I've made to the project, and it is great to see some first applications start to use it. Here are some examples:
-
Introducing MussOrgsky
MussOrgsky is a music organizer (i.e a metadata editor) for maemo5 that allows the user to edit the basic information inside the music files.
-
Simple HTTP server in Python
Reading blog comments about Meiga out there, I’ve found one particularly interesting. Python has an embedded HTTP server that can serve the current directory from a given port. It can be instanced for port 8282 simply issuing this command:
python -m SimpleHTTPServer 8282
The funny thing is that… it works on the N810 also!
More info about SimpleHTTPServer here.





