<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Alessandro Melandri &#187; Lotus Notes</title>
	<atom:link href="http://www.melandri.net/tag/lotus-notes/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.melandri.net</link>
	<description>J2EE Developer &#38; Photography enthusiast</description>
	<lastBuildDate>Tue, 27 Jul 2010 19:00:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Correct Lotus Notes behavior on Ubuntu 9.10</title>
		<link>http://www.melandri.net/2009/10/29/correct-lotus-notes-behavior-on-ubuntu-9-10/</link>
		<comments>http://www.melandri.net/2009/10/29/correct-lotus-notes-behavior-on-ubuntu-9-10/#comments</comments>
		<pubDate>Thu, 29 Oct 2009 13:14:15 +0000</pubDate>
		<dc:creator>amelandri</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[problem]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.melandri.net/?p=712</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading my desktop to Karmic Koala I started having some problem with my Notes 8.5.1 installation with window not displaying contents.</p>
<p>Doing a brief Google search I found <a href="https://bugs.edge.launchpad.net/ubuntu/+source/gtk+2.0/+bug/398250">this thread</a> about a change made in libgtk that breaks Lotus Notes.</p>
<p>The solution is in comment <a href="https://bugs.edge.launchpad.net/ubuntu/+source/gtk+2.0/+bug/398250/comments/13" target="_blank">#13</a>: just follow the simple instructions and Lotus Notes will be working again.</p>
<h3>Update &#8211; Nov, 4th 2009</h3>
<p>As pointed out by <strong>jklocke</strong>, a fresh Lotus Notes installation on Ubuntu 9.10 doesn&#8217;t work: Notes won&#8217;t start at all.</p>
<p>The solution <a href="http://ubuntuforums.org/showthread.php?t=1306492" target="_blank">he found</a> is very simple and quick: Notes cannot find the packages <em>libgnomeprint2.2-0</em> and <em>libgnomeprintui2.2-0</em>.</p>
<p>To resolve the problem run this command to install missing libraries:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> libgnomeprint2.2-<span style="color: #000000;">0</span> libgnomeprintui2.2-<span style="color: #000000;">0</span></pre></div></div>

<h3>Update &#8211; Mar, 30th 2010</h3>
<p>Some commenters reported that they couldn&#8217;t see checkboxes status in preferences.<br />
The solution found by <strong>ElToro</strong> and confirmed by <strong>Perin</strong> is to switch the theme to New Wave.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.melandri.net/2009/10/29/correct-lotus-notes-behavior-on-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>20</slash:comments>
		</item>
		<item>
		<title>Better fonts for Lotus Notes 8.5 in Ubuntu</title>
		<link>http://www.melandri.net/2009/10/09/better-fonts-for-lotus-notes-8-5-in-ubuntu/</link>
		<comments>http://www.melandri.net/2009/10/09/better-fonts-for-lotus-notes-8-5-in-ubuntu/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 06:49:17 +0000</pubDate>
		<dc:creator>amelandri</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[font]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lotus Notes]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.melandri.net/?p=618</guid>
		<description><![CDATA[I&#8217;ve just installed Lotus Notes 8.5 on Ubuntu and the first thing I noticed was the horrible fonts used in the interface. I&#8217;ve searched for a setting, but couldn&#8217;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 [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve just installed Lotus Notes 8.5 on Ubuntu and the first thing I noticed was the horrible fonts used in the interface. I&#8217;ve searched for a setting, but couldn&#8217;t find none so Goggle helped me: Notes is looking for a font called <em>Luxi</em> contained in the package <em>ttf-xfree86-nonfree</em>.</p>
<p>Installation is very simple:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> ttf-xfree86-nonfree</pre></div></div>

<p>Insert your password and you are done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.melandri.net/2009/10/09/better-fonts-for-lotus-notes-8-5-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
