If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
Osmo Features
Currently, Osmo has the following features:
Calendar:
note per day
arbitrary coloring of the days with notes
date calculator
built-in full year calendar
‘jump to date’ function
compact mode (run as ‘osmo -cal’)
handy popup menu for month change
integration with Tasks and Contacts modules
Tasks:
category filter
priority per task
date dependent task color
hide/unhide complete tasks
Contacts:
‘find as you type’ support
robust search functionality
photo support
import/export support for CSV files
optional export to XHTML format
Preparing Your System
Osmo depends on libxml2 and libgtk2.0 (version >= 2.. Ubuntu’s Gutsy repos satisfy those dependencies, but chances are you won’t have the -dev packages installed for compiling. Just to make sure we use the terminal to
sudo aptitude install build-essential libxml2 libxml2-dev libgtk2.0-dev gettext
download osmo using the following command
wget http://surfnet.dl.sourceforge.net/sourceforge/osmo-pim/osmo-0.1.2.tar.gz
Now you need to extract the osmo-0.1.2.tar.gz file using the following command
tar xvf osmo-0.1.2.tar.gz
cd osmo-0.1.2
./configure
it shouldn’t throw around any errors, if all went well until now. And then run the following commands
make
sudo make install
This will complete the installation.
If you want to open the osmo you need to enter the following command in your terminal
osmo
Once it opens you should see similar to the following screen this is calender option

Tasks screenshot

Contacts screenshot

Options Screenshot

About Screenshot





thank you for the instructions, it worked just fine!