When Ubuntu 9.10 came out I decided to wipe my work machine and reinstall. I was previously using 9.04 that has be upgraded to the beta of 9.10. Due to the changes of with grub and the file system standards I figured it would be good to wipe it clean and start fresh.

Once I did this I started getting things set up the way that they used to be and ran into some problems with Lotus notes. After installing the Debian packages the client would launch and I would get the user license then it would just stop working all together. I did a little digging and tried changing some things to fix the issue but none of them worked. At that point I gave up and went to lunch. When I came back I had a idea of trying to launch the program from the terminal just because you get a bit more feedback as to what is making it crash. What I found was that two packages were left out of 9.10 that were previously included in 9.04. By installing the following packages it will allow the program to run with out any problem.

sudo apt-get install libgnomeprint2.2-0 libgnomeprintui2.2-0

Along with these you should do the following:

replace some libaries accordinf to aha.de you can find them here. Very special thanks to aha.de you saved me hours.

http://linux-aha.de/wordpress/wp-content/uploads/2009/10/notes_libs_karmic.tgz

replace the libraries in /opt/ibm/lotus/notes with the ones from the link above . make sure they are owned by root and that they are executable. set the permissons like the ones of the other libraries in /opt/ibm/lotus/notes

The Above info was taken from the Lotus Notes 8.5 forum on IBM’s website click here to see the page. The reason that this step needs to be taken is that the libraries that are are included in 9.10 to not allow the notes inbox and other pieces of the software to be rendered correctly. You will just get a grey box and be unable to see any of the information.

Once all of that has been done you should be able to launch Notes with out any issues. I have also followed some other advice I recieved in the post on the notes forums and installed some different fonts because the what was showing in notes was hard to read and just plain ugly.

sudo apt-get install ttf-xfree86-nonfree



3 people like this post.