On 08/29/2015 08:11 PM, ToddAndMargo wrote:
> Anyone get Osmo to run in 7.1?  I am missing my "Contacts"
> tab.  (7.1's ".osmo" runs fine in my FC22 VM.)
>
> Xfce 4.10
>

Finally figured this out:

The make file is missing a dependency for libical.

This contains the whole sorted story:
https://sourceforge.net/p/osmo-pim/bugs/99/

I basically downloaded and rebuilt FC22's libical as there are none for 
EL7 (rpm.pbone.net) and installed it:

http://fedora.mirror.lstn.net/releases/22/Everything/source/SRPMS/l/libical-1.0.1-1.fc22.src.rpm

rpmbuild --rebuild libical-1.0.1-1.fc22.src.rpm
rpm -ivh libical-1.0.1-1.el7.x86_64.rpm

Then I rebuilt your osmo SRPM, removed and reinstalled.

I asked Nux to include libical in his repo

Many thanks,
-T

It about killed me to figure this out!