<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Usable Software&#039;s Backlog</title>
	<atom:link href="http://usablesoftware.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://usablesoftware.wordpress.com</link>
	<description>I&#039;m blogging to remember things. Ubuntu, Open Source and Lotus Notes family of products are my interests.</description>
	<lastBuildDate>Sat, 28 Jan 2012 11:33:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='usablesoftware.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://1.gravatar.com/blavatar/5fe6a808ee37d7a89da65405fbc616bb?s=96&#038;d=http%3A%2F%2Fs2.wp.com%2Fi%2Fbuttonw-com.png</url>
		<title>Usable Software&#039;s Backlog</title>
		<link>http://usablesoftware.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://usablesoftware.wordpress.com/osd.xml" title="Usable Software&#039;s Backlog" />
	<atom:link rel='hub' href='http://usablesoftware.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Sametime standard server start/stop script on Gentoo linux</title>
		<link>http://usablesoftware.wordpress.com/2011/12/19/sametime-standard-server-startstop-script-on-gentoo-linux/</link>
		<comments>http://usablesoftware.wordpress.com/2011/12/19/sametime-standard-server-startstop-script-on-gentoo-linux/#comments</comments>
		<pubDate>Mon, 19 Dec 2011 13:00:43 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=271</guid>
		<description><![CDATA[Soon it is christmas and I hope to get some time to do a more automated install script for Lotus Notes on Ubuntu/Linux Mint etc. But in the meantime I have this which is a start/stop script for Sametime WebSphere servers on a Gentoo machine. This server hosts everything except the Sametime Community server. Everything [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=271&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Soon it is christmas and I hope to get some time to do a more automated install script for Lotus Notes on Ubuntu/Linux Mint etc. But in the meantime I have this which is a start/stop script for Sametime WebSphere servers on a Gentoo machine. This server hosts everything except the Sametime Community server. Everything works very well on a Gentoo 32bit server. I hade some trouble with installing DB2 and I had to manually create user db2admin, otherwise it works pretty well. Tell me about you experience installing Sametime WebSphere servers on Linux, I like to gather and publish information about this.</p>
<p>&nbsp;</p>
<p><span style="font-family:sans-serif;font-size:x-small;">meetings ~ # cat /etc/init.d/sametime </span><br />
<span style="font-family:sans-serif;font-size:x-small;">#!/sbin/runscript</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;">depend() {</span><br />
<span style="font-family:sans-serif;font-size:x-small;">         need net</span><br />
<span style="font-family:sans-serif;font-size:x-small;">}</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;">start() {</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        ebegin &#8220;Starting Sametime&#8221;</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        su &#8211; db2admin -c &#8220;source ./sqllib/db2profile ; /home/db2admin/sqllib/adm/db2start&#8221;</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/STSCDMgrProfile/bin/startServer.sh dmgr</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/startServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/startServer.sh STConsoleServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMSPNProfile1/bin/startServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMSPNProfile1/bin/startServer.sh STMediaServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/webchatSTPPNProfile1/bin/startServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/webchatSTPPNProfile1/bin/startServer.sh STProxyServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMPNProfile1/bin/startServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMPNProfile1/bin/startServer.sh STMeetingServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMPNProfile1/bin/startServer.sh STMeetingHttpProxy</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        eend $?</span><br />
<span style="font-family:sans-serif;font-size:x-small;">}</span></p>
<p><span style="font-family:sans-serif;font-size:x-small;">stop() {</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        ebegin &#8220;Stopping Sametime&#8221;</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMSPNProfile1/bin/stopServer.sh STMediaServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMSPNProfile1/bin/stopServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMPNProfile1/bin/stopServer.sh STMeetingServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMPNProfile1/bin/stopServer.sh STMeetingHttpProxy</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/meetingsSTMPNProfile1/bin/stopServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/webchatSTPPNProfile1/bin/stopServer.sh STProxyServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/webchatSTPPNProfile1/bin/stopServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/stopServer.sh STConsoleServer</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/STSCAppProfile/bin/stopServer.sh nodeagent</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        /opt/IBM/WebSphere/AppServer/profiles/STSCDMgrProfile/bin/stopServer.sh dmgr</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        su &#8211; db2admin -c &#8220;source ./sqllib/db2profile ; /home/db2admin/sqllib/adm/db2stop&#8221;</span><br />
<span style="font-family:sans-serif;font-size:x-small;">        eend $?</span><br />
<span style="font-family:sans-serif;font-size:x-small;">}</span></p>
<p>meetings ~ # rc-update add sametime</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/271/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/271/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/271/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=271&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/12/19/sametime-standard-server-startstop-script-on-gentoo-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>KillNotes for Linux</title>
		<link>http://usablesoftware.wordpress.com/2011/11/14/killnotes-for-linux/</link>
		<comments>http://usablesoftware.wordpress.com/2011/11/14/killnotes-for-linux/#comments</comments>
		<pubDate>Mon, 14 Nov 2011 14:46:53 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=258</guid>
		<description><![CDATA[Use this command to kill all notes processes. It might be a little rough and kill other processes that you do not want to kill. Use with care! pgrep -l notes &#124; awk &#8216;{print $1}&#8217; &#124; xargs kill -9 In above command the &#8216; is straight and not tilted.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=258&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Use this command to kill all notes processes. It might be a little rough and kill other processes that you do not want to kill. Use with care!</p>
<p>pgrep -l notes | awk &#8216;{print $1}&#8217; | xargs kill -9</p>
<p>In above command the &#8216; is straight and not tilted.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/258/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/258/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/258/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=258&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/11/14/killnotes-for-linux/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Lotus Notes 8.5.3 En on Sabayon Linux 7 amd64</title>
		<link>http://usablesoftware.wordpress.com/2011/10/22/lotus-notes-8-5-3-en-on-sabayon-linux-7-amd64-2/</link>
		<comments>http://usablesoftware.wordpress.com/2011/10/22/lotus-notes-8-5-3-en-on-sabayon-linux-7-amd64-2/#comments</comments>
		<pubDate>Sat, 22 Oct 2011 12:29:06 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[installation]]></category>
		<category><![CDATA[lotus]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=262</guid>
		<description><![CDATA[I finally did it after testing out different methods (including testing an ebuild). Here are some rough details. Tell me if you have a better method! Prereqs: Sabayon 7 - Linux sabayon 3.0.0-sabayon #1 SMP Wed Aug 31 05:36:15 UTC 2011 x86_64 Lotus Notes 8.5.3 English (IBM Lotus Notes Client V8.5.3 for Linux (RPM Install) [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=262&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<pre>I finally did it after testing out different methods (including testing an ebuild).

Here are some rough details. Tell me if you have a better method!

Prereqs:
Sabayon 7 - Linux sabayon 3.0.0-sabayon #1 SMP Wed Aug 31 05:36:15 UTC 2011 x86_64
Lotus Notes 8.5.3 English (IBM Lotus Notes Client V8.5.3 for Linux (RPM Install) English (CI1L5EN))
1) Installing compatibility libraries
equo install emul-linux-x86-gtklibs swt app-emulation/emul-linux-x86-motif emul-linux-x86-xlibs
Get the rest of the 32bit libraries:
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnomeui-2.24.5~2.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnomeprintui-2.18.6~2.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnomeprint-2.18.8~0.tbz2
#wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:gvfs-1.10.0~0.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:gnome-vfs-2.24.4-r1~3.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnome-2.32.1~1.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnome-2.32.1~1.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnomecanvas-2.30.3~0.tbz2
 wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/net-dns:avahi-base-0.6.30~0.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libbonobo-2.24.3~3.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/media-libs:libcanberra-0.28-r2~0.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/dev-libs:popt-1.16-r1~1.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libbonoboui-2.24.5~0.tbz2
wget http://na.mirror.garr.it/mirrors/sabayonlinux/entropy/standard/sabayonlinux.org/packages/x86/5/gnome-base:libgnome-keyring-3.2.0~0.tbz2
I used mc to extract the files in /usr/lib (in tbz2 files) to /usr/lib32 - For all above packages.

wget --no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/Makefile
wget --no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/libnotesgtkfix.c
wget --no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/notes-wrapper

2) Installing Lotus Notes
Sabayon$ tar xvf  lotus_notes853_linux_RI_en.tar
Sabayon$ ls
ibm_lotus_activities-8.5.3.i586.rpm  ibm_lotus_notes-8.5.3.i586.rpm
ibm_lotus_cae-8.5.3.i586.rpm         ibm_lotus_sametime-8.5.3.i586.rpm
ibm_lotus_feedreader-8.5.3.i586.rpm  ibm_lotus_symphony-8.5.3.i586.rpm
equo install app-arch/rpm app-arch/rpm2targz
Sabayon # rpm -i --nodeps --force ibm_lotus_notes-8.5.3.i586.rpm
warning: Generating 12 missing index(es), please wait...
warning: ibm_lotus_notes-8.5.3.i586.rpm: Header V3 DSA/SHA1 Signature, key ID 34f9ae75: NOKEY
warning: %post(ibm_lotus_notes-8.5.3-20110916.0921.i586) scriptlet failed, exit status 90

3) Post install
Important: Note that the ‘ before s and after g is of type that is straight. Not that it is a backquote before pkg
sudo sed -i 's/gcc -Wall -Wextra `pkg/gcc -Wall -Wextra -m32 `pkg/g' Makefile
make
chmod +x notes-wrapper
sudo cp notes-wrapper libnotesgtkfix.so /opt/ibm/lotus/notes/
Important: Note that the ‘ before s and after g is of type that is straight.
sudo sed -i 's/..\/notes %F/..\/notes-wrapper %F/g' /usr/share/applications/LotusNotes8.5.desktop

$ cd /opt/ibm/lotus/notes/framework/
anders@sabayon:/opt/ibm/lotus/notes/framework$ LD_LIBRARY_PATH=/usr/lib32 ../notes-wrapper
Or run from menu.
Please tell me if you have a better method.
BTW How do you install x86 files using equo on an amd64 system. This tool should be able to do this, because doing it manually is time consuming.</pre>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/262/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/262/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/262/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=262&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/10/22/lotus-notes-8-5-3-en-on-sabayon-linux-7-amd64-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Lotus Notes 8.5.3 En on Ubuntu 11.04 64bit</title>
		<link>http://usablesoftware.wordpress.com/2011/10/10/install-lotus-notes-8-5-3-en-on-ubuntu-11-04-64bit/</link>
		<comments>http://usablesoftware.wordpress.com/2011/10/10/install-lotus-notes-8-5-3-en-on-ubuntu-11-04-64bit/#comments</comments>
		<pubDate>Mon, 10 Oct 2011 16:27:25 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[installation]]></category>
		<category><![CDATA[lotus]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=246</guid>
		<description><![CDATA[So here finally it comes &#8211; more detailed installation instructions. This time for the 64bit version of Natty Narwhal. 1) Create a folder for the files. In this case mkdir ~/LN853install cd ~/LN853install 2) Copy all Lotus files you want to install ls -la ~/LN853install -rw-r&#8211;r&#8211;  1 anders anders   5015238 2011-10-10 17:44 ibm-lotus-activities-8.5.3.i586.deb -rw-r&#8211;r&#8211;  1 [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=246&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>So here finally it comes &#8211; more detailed installation instructions. This time for the 64bit version of Natty Narwhal.</p>
<p>1) Create a folder for the files. In this case</p>
<p><strong>mkdir ~/LN853install</strong></p>
<p><strong>cd ~/LN853install</strong></p>
<p>2) Copy all Lotus files you want to install</p>
<p><strong>ls -la ~/LN853install</strong></p>
<p>-rw-r&#8211;r&#8211;  1 anders anders   5015238 2011-10-10 17:44 ibm-lotus-activities-8.5.3.i586.deb<br />
-rw-r&#8211;r&#8211;  1 anders anders   3933118 2011-10-10 17:44 ibm-lotus-cae-8.5.3.i586.deb<br />
-rw-r&#8211;r&#8211;  1 anders anders    108796 2011-10-10 17:44 ibm-lotus-feedreader-8.5.3.i586.deb<br />
-rw-r&#8211;r&#8211;  1 anders anders 342931012 2011-10-10 17:47 ibm-lotus-notes-8.5.3.i586.deb<br />
-rw-r&#8211;r&#8211;  1 anders anders  53008774 2011-10-10 17:45 ibm-lotus-sametime-8.5.3.i586.deb<br />
-rw-r&#8211;r&#8211;  1 anders anders 146089190 2011-10-10 17:47 ibm-lotus-symphony-8.5.3.i586.deb</p>
<p>3) Modify packages to get them installed</p>
<p>a) Lotus Notes</p>
<p>In Nautilus, right click on ibm-lotus-notes-8.5.3.i586.deb and select extract here. When extracting finished then Rename file ibm-lotus-notes-8.5.3.i586.deb to somehting else.</p>
<p>Enter folder LN853install/ibm-lotus-notes-8.5.3.i586/DEBIAN and open file CONTROL in text editor.</p>
<p>Make sure following lines are empty</p>
<p>Pre-Depends:<br />
Depends:<br />
Recommends:<br />
Conflicts:<br />
<strong>So nothing after semicolon!  </strong>Now save the file.</p>
<p>b) Lotus Sametime</p>
<p>In Nautilus, right click on  ibm-lotus-sametime-8.5.3.i586.deb and select extract here. When extracting finished then Rename file  ibm-lotus-sametime-8.5.3.i586.deb to somehting else.</p>
<p>Enter folder LN853install/ibm-lotus-sametime-8.5.3.i586/DEBIAN and open file CONTROL in text editor.</p>
<p>Make sure following lines are empty</p>
<p>Pre-Depends:<br />
Depends:</p>
<p><strong>So nothing after semicolon!  </strong>Now save the file.</p>
<p>c) Convert them to debs again!</p>
<p><strong>sudo dpkg-deb -b ibm-lotus-notes-8.5.3.i586</strong></p>
<p>dpkg-deb: building package `ibm-lotus-notes:i386&#8242; in `ibm-lotus-notes-8.5.3.i586.deb&#8217;.</p>
<p>and</p>
<p><strong>sudo dpkg-deb -b ibm-lotus-sametime-8.5.3.i586.deb</strong></p>
<p>dpkg-deb: building package `ibm-lotus-sametime:i386&#8242; in `ibm-lotus-sametime-8.5.3.i586.deb&#8217;.</p>
<p>In order to install i386 packages in a good manner we need the tool getlibs. Here is how it is installed:</p>
<p>4) Install extra libraries</p>
<p><strong>sudo apt-get -y install libgnomeprintui2.2-0 ia32-libs ttf-xfree86-nonfree t1-xfree86-nonfree</strong></p>
<p>5) Install getlibs</p>
<p><strong>wget https://launchpad.net/~jcollins/+archive/jaminppa/+build/1482994/+files/getlibs_2.06-0ubuntu1%7Eppa2_all.deb</strong></p>
<p><strong>sudo dpkg -i getlibs_2.06-0ubuntu1~ppa2_all.deb</strong><br />
Selecting previously deselected package getlibs.<br />
(Reading database &#8230; 167584 files and directories currently installed.)<br />
Unpacking getlibs (from getlibs_2.06-0ubuntu1~ppa2_all.deb) &#8230;<br />
Setting up getlibs (2.06-0ubuntu1~ppa2) &#8230;</p>
<p>6) Install compatibility libraries (some may not be needed, plz help me update this)</p>
<p><strong>sudo getlibs -p libgnomeprintui2.2-0 libgnomeprint2.2-0 libgnomevfs2-0 libgnomeui-0 libxkbfile1 libstartup-notification0 libsepol1 libselinux1 libgsf-1-114 libgsf-1-dev librsvg2-2 librsvg2-common libavahi-client3 libavahi-common3 libavahi-glib1 libbonoboui2-0 libcroco3 libdbus-1-3 libdbus-glib-1-2  libgnome2-0 libgnomecanvas2-0 libgnome-keyring0 libgnome-menu2 libesd0 gtk2-engines libgnome-desktop-2-17 libmotif4 libmotif3 libgnome-desktop-3-0 libavahi-glib1 gtk2-engines-oxygen gtk2-engines-aurora gtk2-engines-qtcurve  gtk2-engines-murrine gtk2-engines-equinox  alsa-base alsa-utils iproute</strong></p>
<p>7) Symbolic link</p>
<p><strong>sudo ln -s /usr/lib32/i386-linux-gnu/libavahi-glib.so.1 /usr/lib32/</strong></p>
<p>8) Install Lotus Notes</p>
<p>Optional, remove temporary directories: rm -rf ibm-lotus-notes-8.5.3.i586 ibm-lotus-sametime-8.5.3.i586</p>
<p>Important: It is two dashes before force-all that is &#8211; - (without the space between them).</p>
<p>a) <strong>sudo dpkg -i &#8211;force-all ibm-lotus-notes-8.5.3.i586.deb</strong></p>
<p>dpkg: warning: overriding problem because &#8211;force enabled:<br />
package architecture (i386) does not match system (amd64)<br />
Selecting previously deselected package ibm-lotus-notes:i386.<br />
(Reading database &#8230; 167588 files and directories currently installed.)<br />
Unpacking ibm-lotus-notes:i386 (from ibm-lotus-notes-8.5.3.i586.deb) &#8230;<br />
Setting up ibm-lotus-notes:i386 (8.5.3-20110916.0921) &#8230;<br />
Processing triggers for bamfdaemon &#8230;<br />
Rebuilding /usr/share/applications/bamf.index&#8230;<br />
Processing triggers for desktop-file-utils &#8230;<br />
Processing triggers for python-gmenu &#8230;<br />
Rebuilding /usr/share/applications/desktop.en_US.utf8.cache&#8230;<br />
Processing triggers for python-support &#8230;</p>
<p>Optional Sametime b)<strong> sudo dpkg -i &#8211;force-all ibm-lotus-sametime-8.5.3.i586.deb</strong><br />
dpkg: warning: overriding problem because &#8211;force enabled:<br />
package architecture (i386) does not match system (amd64)<br />
Selecting previously deselected package ibm-lotus-sametime:i386.<br />
(Reading database &#8230; 187774 files and directories currently installed.)<br />
Unpacking ibm-lotus-sametime:i386 (from ibm-lotus-sametime-8.5.3.i586.deb) &#8230;<br />
Setting up ibm-lotus-sametime:i386 (8.5.3-20110916.0921) .</p>
<p>Optional CAE, Activities, Symphony and maybe more for the localized packages.</p>
<p>9) We are not really there yet</p>
<p>sudo apt-get install g++-multilib libgtk2.0-dev</p>
<p>10) Install fix for gdk</p>
<p>Important: Double dashes before no-check-certficate , that is &#8211; - (without the space)</p>
<p><strong>wget &#8211;no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/Makefile</strong></p>
<p><strong>wget &#8211;no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/libnotesgtkfix.c</strong></p>
<p><strong>wget &#8211;no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/notes-wrapper</strong></p>
<p><strong>Important: Note that the &#8216; before s and after g is of type that is straight. Not that it is a backquote before pkg</strong></p>
<p><strong>sudo sed -i &#8216;s/gcc -Wall -Wextra `pkg/gcc -Wall -Wextra -m32 `pkg/g&#8217; Makefile</strong></p>
<p><strong>make</strong></p>
<p><strong>chmod +x notes-wrapper</strong><br />
<strong>sudo cp notes-wrapper libnotesgtkfix.so /opt/ibm/lotus/notes/</strong></p>
<p><strong>Important: Note that the &#8216; before s and after g is of type that is straight. </strong></p>
<p><strong>sudo sed -i &#8216;s/..\/notes %F/..\/notes-wrapper %F/g&#8217; /usr/share/applications/LotusNotes8.5.desktop</strong></p>
<p>11) Go nag on IBM to make software that is more linux compatible!!</p>
<p><strong>Update 2011-10-14:</strong></p>
<p>For Oneric Ocelot final release. Do this:</p>
<p>sudo getlibs -p libgnome-desktop-3-2 liborbit2 libbonobo2-0 libgconf2-4</p>
<p>I still cannot get it to work at the moment though&#8230;</p>
<p>/opt/ibm/lotus/notes/notes: error while loading shared libraries: libgconf-2.so.4: wrong ELF class: ELFCLASS64<br />
even though:</p>
<p>: ls -laFtr /usr/lib32/ | grep conf-2<br />
-rw-r&#8211;r&#8211;  1 root root   182536 2011-10-14 14:29 libgconf-2.so.4.1.5<br />
lrwxrwxrwx  1 root root       19 2011-10-14 14:29 libgconf-2.so.4 -&gt; libgconf-2.so.4.1.5</p>
<p>Need to add this to the notes-wrapper file:</p>
<p>LD_LIBRARY_PATH=/usr/lib32</p>
<p>I hope I have time to give more exact details soon</p>
<p><strong>Update 2011-11-07:</strong></p>
<p>For Oneric install these before Lotus Notes</p>
<p>getlibs -p libx11-6 libxt6 libxext6  libc6  libgcc1  libgtk2.0-0  libxkbfile1 libglib2.0-0  libstdc++6 bash</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/246/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/246/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/246/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=246&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/10/10/install-lotus-notes-8-5-3-en-on-ubuntu-11-04-64bit/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Quick Review of MSI GE620DX Laptop</title>
		<link>http://usablesoftware.wordpress.com/2011/10/07/quick-review-of-msi-ge620dx-laptop/</link>
		<comments>http://usablesoftware.wordpress.com/2011/10/07/quick-review-of-msi-ge620dx-laptop/#comments</comments>
		<pubDate>Fri, 07 Oct 2011 13:53:33 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[msi review]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=241</guid>
		<description><![CDATA[I got this shiny new computer at work. It was the cheepest that could be found with a high resolution 1920&#215;1080 screen. The only other good thing I found out about this computer is that on SO-DIMM placeholder was empty, so the RAM is 6GB at the moment. Pros: * High resolution 1920&#215;1080 screen * [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=241&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got this shiny new computer at work. It was the cheepest that could be found with a high resolution 1920&#215;1080 screen. The only other good thing I found out about this computer is that on SO-DIMM placeholder was empty, so the RAM is 6GB at the moment.</p>
<p>Pros:<br />
* High resolution 1920&#215;1080 screen<br />
* One memory slot is free</p>
<p>Cons:<br />
* Mousepad is badly designed with bad surface and hard buttons<br />
* Fan makes noise all the time, so depending on your sensitivity to this it will be problem or not<br />
* Linux compatibility is not the best:</p>
<p>a) Graphics card not detected on some distributions (Ubuntu)</p>
<p>b) SD Card reader not working at all</p>
<p>c) Soft button (!?!) to open Cd tray</p>
<p>d) No bios options to shut gfx card on/off. No bios to control fan.</p>
<p>The different linux distributions Live CD&#8217;s really help here. It is easy to find out which ones that work and not. For example. Latest Oneric Ocelot beta (not final release) LiveCD could not get screen working (it crashed). Lucid Lynx did a better job but still no wireless or 1920&#215;1080 sceen resolution. But the LiveCD for Linux Mint Debidan Edition 201109 did get everything to work. Even the soft-keys that shut hardware on and off.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/241/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/241/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/241/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=241&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/10/07/quick-review-of-msi-ge620dx-laptop/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Lotus Notes 8.5.3 on Linux Mint 201109 Debian Edition</title>
		<link>http://usablesoftware.wordpress.com/2011/10/06/installing-lotus-notes-8-53-on-linux-mint-201109-debian-edition/</link>
		<comments>http://usablesoftware.wordpress.com/2011/10/06/installing-lotus-notes-8-53-on-linux-mint-201109-debian-edition/#comments</comments>
		<pubDate>Thu, 06 Oct 2011 20:13:48 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[lotus]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[lotus notes 8.5.3 linux mint]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=238</guid>
		<description><![CDATA[It was a bit of trouble but now it works. The OS is 64bit and Lotus Notes 8.5.3 is sadly 32bit. 0) Modify notes package to not have any dependencies. Described here: https://usablesoftware.wordpress.com/2010/12/17/install-lotus-notes-8-5-2-fixpack-1-in-ubuntu/ 1) Install getlibs Described here: https://usablesoftware.wordpress.com/2011/02/01/download-link-for-getlibs/ 2) Run these commands in a terminal window apt-get install ia32-libs ia32-libs-gtk getlibs -w http://ftp.se.debian.org/debian/pool/main/libg/libgnomeprint/libgnomeprint2.2-0_2.18.8-1_i386.deb getlibs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=238&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>It was a bit of trouble but now it works. The OS is 64bit and Lotus Notes 8.5.3 is sadly 32bit.</p>
<p>0) Modify notes package to not have any dependencies. Described here:<br />
<a href="https://usablesoftware.wordpress.com/2011/02/01/download-link-for-getlibs/">https://usablesoftware.wordpress.com/2010/12/17/install-lotus-notes-8-5-2-fixpack-1-in-ubuntu/</a></p>
<p>1) Install getlibs<br />
Described here:<br />
<a href="https://usablesoftware.wordpress.com/2011/02/01/download-link-for-getlibs/"> https://usablesoftware.wordpress.com/2011/02/01/download-link-for-getlibs/</a></p>
<p>2) Run these commands in a terminal window</p>
<p>apt-get install ia32-libs ia32-libs-gtk<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/libg/libgnomeprint/libgnomeprint2.2-0_2.18.8-1_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/libg/libgnomeprintui/libgnomeprintui2.2-0_2.18.6-1_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/g/gnome-vfs/libgnomevfs2-0_2.24.4-1_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/libg/libgnome/libgnome2-0_2.32.1-1_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/libg/libgnomeui/libgnomeui-0_2.24.5-2_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/a/avahi/libavahi-glib1_0.6.30-5_i386.deb<br />
sudo ln -s /usr/lib32/i386-linux-gnu/libavahi-glib.so.1 /usr/lib32/<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/libb/libbonoboui/libbonoboui2-0_2.24.3-1_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/libg/libgnome-keyring/libgnome-keyring0_3.0.0-2_i386.deb<br />
getlibs -p mint-x-theme mint-artwork-debian<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/g/gtk2-engines-murringtk2-engines-murrine_0.98.1.1-3_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/g/gtk2-engines-aurora/gtk2-engines-aurora_1.5.1-2_i386.deb<br />
getlibs -w http://ftp.se.debian.org/debian/pool/main/g/gtk+2.0/gtk2-engines-pixbuf_2.24.4-3_i386.deb</p>
<p>3) Do installation<br />
dpkg -i &#8211;force-all ibm-lotus-notes-8.5.3.i586.deb<br />
dpkg -i &#8211;force-all ibm-lotus-feedreader-8.5.3.i586.deb<br />
dpkg -i &#8211;force-all ibm-lotus-sametime-8.5.3.i586.deb</p>
<p>Note:</p>
<p>Sametime audio/video is probably broken since it needs more 32bit libraries.</p>
<p>&nbsp;</p>
<p>Update 20111017:</p>
<p>This guide is already outdated since packages have new higher version. To install lookup the latest package in the same version. Also I tried my own instructions on a fresh install of LMDE and this does not work. I am debugging this and hope to find answer soon:</p>
<p># dpkg -i &#8211;force-all ibm-lotus-notes-8.5.3.i586.deb<br />
dpkg: warning: overriding problem because &#8211;force enabled:<br />
package architecture (i386) does not match system (amd64)<br />
(Reading database &#8230; 199164 files and directories currently installed.)<br />
Preparing to replace ibm-lotus-notes 8.5.3-20110916.0921 (using ibm-lotus-notes-8.5.3.i586.deb) &#8230;<br />
Unpacking replacement ibm-lotus-notes &#8230;</p>
<p>Setting up ibm-lotus-notes (8.5.3-20110916.0921) &#8230;<br />
dpkg: error processing ibm-lotus-notes (&#8211;install):<br />
subprocess installed post-installation script returned error exit status 90<br />
Processing triggers for gnome-menus &#8230;<br />
Processing triggers for desktop-file-utils &#8230;<br />
Errors were encountered while processing:<br />
ibm-lotus-notes</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/238/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/238/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/238/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=238&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/10/06/installing-lotus-notes-8-53-on-linux-mint-201109-debian-edition/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Linux on laptop MSI GE620DX</title>
		<link>http://usablesoftware.wordpress.com/2011/10/05/linux-on-laptop-msi-ge620dx/</link>
		<comments>http://usablesoftware.wordpress.com/2011/10/05/linux-on-laptop-msi-ge620dx/#comments</comments>
		<pubDate>Wed, 05 Oct 2011 19:35:35 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[linux mint msi ge620]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=235</guid>
		<description><![CDATA[I got a new cheap computer at work. This machine MSI GE620DX has one rather uniqe feature, the screen is 15,6 inch and has a resolution of 1920&#215;1080. Which is about the only good thing to say about the computer except the low price point. So how about linux compatibility? Not good it turned out [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=235&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I got a new cheap computer at work. This machine MSI GE620DX has one rather uniqe feature, the screen is 15,6 inch and has a resolution of 1920&#215;1080. Which is about the only good thing to say about the computer except the low price point.</p>
<p>So how about linux compatibility? Not good it turned out to be. Of all versions I tested &#8211; Ubuntu LTS, Ubuntu Oneric beta and a few more. Only Linux Mint Debian Edition 201109 got both screen resolution AND wireless working. Good job Linux Mint!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/235/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/235/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/235/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=235&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/10/05/linux-on-laptop-msi-ge620dx/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Installing Skype 2.2 beta in Ubuntu Oneric 11.10 beta</title>
		<link>http://usablesoftware.wordpress.com/2011/09/06/installing-skype-2-2-beta-in-ubuntu-oneric-11-10-beta/</link>
		<comments>http://usablesoftware.wordpress.com/2011/09/06/installing-skype-2-2-beta-in-ubuntu-oneric-11-10-beta/#comments</comments>
		<pubDate>Tue, 06 Sep 2011 08:43:34 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ubuntu skype oneric]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=223</guid>
		<description><![CDATA[After installation I got this error. &#62;skype skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory After installatiion of some 32bit libraries I got this error: &#62;skype skype: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory My remedy was [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=223&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After installation I got this error.<br />
&gt;skype<br />
<em>skype: error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory</em><br />
After installatiion of some 32bit libraries I got this error:<br />
&gt;skype<br />
<em>skype: error while loading shared libraries: libQtGui.so.4: cannot open shared object file: No such file or directory</em></p>
<p>My remedy was this:<br />
<em> sudo apt-get install libxss1:i386 libqtcore4:i386 libqt4-dbus:i386 libqtgui4:i386</em></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/223/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/223/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/223/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=223&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/09/06/installing-skype-2-2-beta-in-ubuntu-oneric-11-10-beta/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>A little trick to partially install packages from Oneric into Natty</title>
		<link>http://usablesoftware.wordpress.com/2011/07/14/a-little-trick-to-partially-install-packages-from-oneric-into-natty/</link>
		<comments>http://usablesoftware.wordpress.com/2011/07/14/a-little-trick-to-partially-install-packages-from-oneric-into-natty/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 14:06:29 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=216</guid>
		<description><![CDATA[Do this only if you know what you are doing. Using Natty Narwhal 11.04 is nice but I want some packages from Oneric Ocelot 11.10 which is not released yet. For example newer Kernel or newer Deluge. I do this by hacking the file /etc/apt/sources.list Do this: 1) Take a backup copy of /etc/apt/sources.list by [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=216&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Do this only if you know what you are doing.</strong></p>
<p>Using Natty Narwhal 11.04 is nice but I want some packages from Oneric Ocelot 11.10 which is not released yet. For example newer Kernel or newer Deluge.</p>
<p>I do this by hacking the file /etc/apt/sources.list</p>
<p>Do this:<br />
1) Take a backup copy of /etc/apt/sources.list by issuing this command:</p>
<p>This is <strong>NOT</strong> optional!<strong></strong><strong><br />
</strong></p>
<p><strong> sudo cp /etc/apt/sources.list /etc/apt/sources.list-natty</strong></p>
<p>2) Create file /etc/apt/sources.list-oneric<strong></strong><strong><br />
</strong></p>
<p><strong></strong> <strong><strong>sudo </strong>nano /etc/apt/sources.list-oneric</strong></p>
<p>3) Then add this<strong></strong></p>
<p><strong></strong> <em>deb http://se.archive.ubuntu.com/ubuntu/ oneiric main restricted</em><br />
<em> deb-src http://se.archive.ubuntu.com/ubuntu/ oneiric main restricted</em><br />
<em> deb http://se.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted</em><br />
<em> deb-src http://se.archive.ubuntu.com/ubuntu/ oneiric-updates main restricted</em><br />
<em> deb http://se.archive.ubuntu.com/ubuntu/ oneiric universe</em><br />
<em> deb-src http://se.archive.ubuntu.com/ubuntu/ oneiric universe</em><br />
<em> deb http://se.archive.ubuntu.com/ubuntu/ oneiric-updates universe</em><br />
<em> deb-src http://se.archive.ubuntu.com/ubuntu/ oneiric-updates universe</em><br />
<em> deb http://se.archive.ubuntu.com/ubuntu/ oneiric multiverse</em><br />
<em> deb-src http://se.archive.ubuntu.com/ubuntu/ oneiric multiverse</em><br />
<em> deb http://se.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse</em><br />
<em> deb-src http://se.archive.ubuntu.com/ubuntu/ oneiric-updates multiverse</em><br />
<em> deb http://security.ubuntu.com/ubuntu oneiric-security main restricted</em><br />
<em> deb-src http://security.ubuntu.com/ubuntu oneiric-security main restricted</em><br />
<em> deb http://security.ubuntu.com/ubuntu oneiric-security universe</em><br />
<em> deb-src http://security.ubuntu.com/ubuntu oneiric-security universe</em><br />
<em> deb http://security.ubuntu.com/ubuntu oneiric-security multiverse</em><br />
<em> deb-src http://security.ubuntu.com/ubuntu oneiric-security multiverse</em><br />
<em> deb http://extras.ubuntu.com/ubuntu oneiric main</em><br />
<em> deb-src http://extras.ubuntu.com/ubuntu oneiric main</em><br />
<em> deb http://archive.canonical.com/ubuntu oneric partner</em><br />
<em> deb http://archive.canonical.com/ubuntu natty partner</em></p>
<p>4) Then replace original file<strong></strong><strong><br />
</strong></p>
<p><strong></strong> <strong><strong>sudo </strong>cp /etc/apt/sources.list-oneric /etc/apt/sources.list</strong></p>
<p>5) Do a</p>
<p><strong><strong>sudo </strong>apt-get update</strong></p>
<p>6) Install packages<br />
example:<strong></strong><strong><br />
</strong></p>
<p><strong></strong> <strong><strong>sudo </strong>apt-get install linux-image-3.0.0-5-generic linux-headers-3.0.0-5-generic deluge</strong><strong><br />
</strong></p>
<p><strong></strong> (I have also noticed that latest fglrx that is in Oneric Ocelot also works with this kernel 3 so <em>fglrx fglrx-amdcccle</em> can be upgraded!)</p>
<p>7) When you are done restore original<br />
IMPORTANT! Dont forget this step!<strong></strong><strong><br />
</strong></p>
<p><strong></strong> <strong><strong>sudo </strong>cp /etc/apt/sources.list-natty /etc/apt/sources.list</strong></p>
<p>I wish a happy linux breaking time to the reader!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/216/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/216/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/216/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=216&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/07/14/a-little-trick-to-partially-install-packages-from-oneric-into-natty/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
		<item>
		<title>Install Lotus Notes 8.5.3 in Ubuntu</title>
		<link>http://usablesoftware.wordpress.com/2011/07/14/214/</link>
		<comments>http://usablesoftware.wordpress.com/2011/07/14/214/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 08:23:00 +0000</pubDate>
		<dc:creator>usablesoftware</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://usablesoftware.wordpress.com/?p=214</guid>
		<description><![CDATA[A guide to getting Lotus Notes 8.5.3 Code Drop 5 running in Ubuntu 11.04. This probably works identically for 8.5.2, but remember to add fixpack then. Prereqs: How to remove dependencies in deb-files is described in this blog post: https://usablesoftware.wordpress.com/2010/12/17/install-lotus-notes-8-5-2-fixpack-1-in-ubuntu/ To get get.libs is described here: https://usablesoftware.wordpress.com/2011/02/01/download-link-for-getlibs/ Required files: ls -la 332002358 2011-06-16 15:39 ibm-lotus-notes-8.5.3.i586.deb [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=214&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A guide to getting Lotus Notes 8.5.3 Code Drop 5 running in Ubuntu 11.04. This probably works identically for 8.5.2, but remember to add fixpack then.</p>
<p><strong>Prereqs:</strong></p>
<p>How to remove dependencies in deb-files is described in this blog post:</p>
<p>https://usablesoftware.wordpress.com/2010/12/17/install-lotus-notes-8-5-2-fixpack-1-in-ubuntu/</p>
<p>To get get.libs is described here:</p>
<p>https://usablesoftware.wordpress.com/2011/02/01/download-link-for-getlibs/</p>
<p><strong>Required files:</strong></p>
<p>ls -la<br />
332002358 2011-06-16 15:39 <strong>ibm-lotus-notes-8.5.3.i586.deb</strong><br />
6498 2011-06-20 09:27 <strong>getlibs-all.deb</strong></p>
<p>(optional)<br />
111592 2011-06-07 01:30<strong> ibm-lotus-feedreader-8.5.3.i586.deb</strong><br />
53520212 2011-06-16 15:40<strong> ibm-lotus-sametime-8.5.3.i586.deb</strong></p>
<p>Modify notes and sametime deb-files so there is not dependencies.</p>
<p>In this folder do this:</p>
<p>apt-get -y install libgnomeprintui2.2-0 ia32-libs ttf-xfree86-nonfree t1-xfree86-nonfree</p>
<p>dpkg -i getlibs-all.deb</p>
<p>getlibs -p libgnomeprintui2.2-0 libgnomeprint2.2-0 libgnomevfs2-0 libgnomeui-0 libxkbfile1 libstartup-notification0 libsepol1 libselinux1 libgsf-1-114 libgsf-1-dev librsvg2-2 librsvg2-common libavahi-client3 libavahi-common3 libavahi-glib1 libbonoboui2-0 libcroco3 libdbus-1-3 libdbus-glib-1-2 libgnome2-0 libgnomecanvas2-0 libgnome-keyring0 libgnome-menu2 libesd0 gtk2-engines libgnome-desktop-2-17 libmotif3 libmotif4 libgnome-desktop-3-0 libavahi-glib1 gtk2-engines-oxygen gtk2-engines-aurora gtk2-engines-qtcurve gtk2-engines-murrine gtk2-engines-equinox getlibs -p liborbit2 libbonobo2-0  libgconf2-4</p>
<p>getlibs -p alsa-base alsa-utils iproute</p>
<p>(The following is needed because some library is cannot be found otherwise)</p>
<p>sudo ln -s /usr/lib32/i386-linux-gnu/libavahi-glib.so.1 /usr/lib32/</p>
<p>dpkg -i &#8211;force-all ibm-lotus-notes-8.5.3.i586.deb<br />
dpkg -i &#8211;force-all ibm-lotus-feedreader-8.5.3.i586.deb<br />
dpkg -i &#8211;force-all ibm-lotus-sametime-8.5.3.i586.deb</p>
<p>(optional)</p>
<p>dpkg -i &#8211;force-all ibm-lotus-cae-8.5.3.i586.deb ibm-lotus-activities-8.5.3.i586.deb ibm-lotus-symphony-8.5.3.i586.deb</p>
<p>(For Ubuntu 11.04+  , this is a fix for missing stuff in the interface. If you are using earlier version you are already finished)<br />
sudo apt-get install g++-multilib libgtk2.0-dev</p>
<p>mkdir -p /tmp/notesfix<br />
cd /tmp/notesfix</p>
<p>wget &#8211;no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/Makefile</p>
<p>wget &#8211;no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/libnotesgtkfix.c</p>
<p>wget &#8211;no-check-certificate https://github.com/sgh/lotus-notes_gtk2.23.3/raw/d3492c997bc7a92b895fa1369d4743a8e20b56b5/notes-wrapper</p>
<p>(the following line is if you are using 64-bit version of ubuntu)<br />
sudo sed -i &#8216;s/gcc -Wall -Wextra `pkg/gcc -Wall -Wextra -m32 `pkg/g&#8217; Makefile<br />
make<br />
chmod +x notes-wrapper<br />
sudo cp notes-wrapper libnotesgtkfix.so /opt/ibm/lotus/notes/<br />
sudo sed -i &#8216;s/..\/notes %F/..\/notes-wrapper %F/g&#8217; /usr/share/applications/LotusNotes8.5.desktop</p>
<p>If you have any problems there can be several reasons, one of them is that copy and paste from the blog to terminal sometimes destroys characters.</p>
<p>&nbsp;</p>
<p><strong>Update 2011-09-05</strong></p>
<p>To get it working on latest beta of Oneric, do this:</p>
<p><em>getlibs -p liborbit2 libbonobo2-0  libgconf2-4</em></p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/usablesoftware.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/usablesoftware.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/usablesoftware.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/usablesoftware.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/usablesoftware.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/usablesoftware.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/usablesoftware.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/usablesoftware.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/usablesoftware.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/usablesoftware.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/usablesoftware.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/usablesoftware.wordpress.com/214/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/usablesoftware.wordpress.com/214/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/usablesoftware.wordpress.com/214/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=usablesoftware.wordpress.com&amp;blog=12509914&amp;post=214&amp;subd=usablesoftware&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://usablesoftware.wordpress.com/2011/07/14/214/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/7b5af390e54ff9857dcaa1a5e1f8a8d6?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">usablesoftware</media:title>
		</media:content>
	</item>
	</channel>
</rss>
