Twitter
It's March the 9th and it's snowing... 2 days ago
October, 29 2009

Correct Lotus Notes behavior on Ubuntu 9.10

After upgrading my desktop to Karmic Koala I started having some problem with my Notes 8.5.1 installation with window not displaying contents.

Doing a brief Google search I found this thread about a change made in libgtk that breaks Lotus Notes.

The solution is in comment #13: just follow the simple instructions and Lotus Notes will be working again.

Update – Nov, 4th 2009

As pointed out by jklocke, a fresh Lotus Notes installation on Ubuntu 9.10 doesn’t work: Notes won’t start at all.

The solution he found is very simple and quick: Notes cannot find the packages libgnomeprint2.2-0 and libgnomeprintui2.2-0.

To resolve the problem run this command to install missing libraries:

sudo apt-get install libgnomeprint2.2-0 libgnomeprintui2.2-0
October, 09 2009

Better fonts for Lotus Notes 8.5 in Ubuntu

I’ve just installed Lotus Notes 8.5 on Ubuntu and the first thing I noticed was the horrible fonts used in the interface. I’ve searched for a setting, but couldn’t find none so Goggle helped me: Notes is looking for a font called Luxi contained in the package ttf-xfree86-nonfree.

Installation is very simple:

sudo apt-get install ttf-xfree86-nonfree

Insert your password and you are done.