<?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>HydTech &#187; compiz</title>
	<atom:link href="http://hydtechblog.com/tag/compiz/feed/" rel="self" type="application/rss+xml" />
	<link>http://hydtechblog.com</link>
	<description>anotha hyd anotha day</description>
	<lastBuildDate>Sun, 24 Jul 2011 22:38:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to install Kiba Dock on Karmic and Lucid</title>
		<link>http://hydtechblog.com/2010/03/23/how-to-install-kiba-dock-on-karmic-and-lucid/</link>
		<comments>http://hydtechblog.com/2010/03/23/how-to-install-kiba-dock-on-karmic-and-lucid/#comments</comments>
		<pubDate>Tue, 23 Mar 2010 21:20:22 +0000</pubDate>
		<dc:creator>HydTech</dc:creator>
				<category><![CDATA[Linux (Ubuntu)]]></category>
		<category><![CDATA[automake]]></category>
		<category><![CDATA[beryl]]></category>
		<category><![CDATA[compiz]]></category>
		<category><![CDATA[gnome]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[kiba dock]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[metacity]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://hydtechblog.com/?p=728</guid>
		<description><![CDATA[Just managed to install kiba dock on my system today. I wanted to see what the hype was all about. I followed this guide on ubuntu-forums. make sure you have compiz running before you install kiba dock. 1. sudo apt-get remove automake1.4 2. sudo apt-get install fakeroot automake1.9 build-essential libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx1-dev librsvg2-dev libglade2-dev [...]]]></description>
			<content:encoded><![CDATA[<p>Just managed to install kiba dock on my system today.  I wanted to see what the hype was all about.  <a href="http://ubuntuforums.org/showthread.php?t=554127">I followed this guide on ubuntu-forums</a>.</p>
<p>make sure you have compiz running before you install kiba dock.</p>
<p><code><br />
1. sudo apt-get remove automake1.4</p>
<p>2. sudo apt-get install fakeroot automake1.9 build-essential libpango1.0-dev libgtk2.0-dev libgconf2-dev libglitz-glx1-dev librsvg2-dev libglade2-dev libxcomposite-dev subversion libtool libgtop2-dev python-gtk2-dev libgnome-menu-dev libgnomeui-dev libgnomevfs2-dev intltool libxml2-dev libglitz1-dev libcairo2 libdbus-1-dev libgtop2-7 libgnomevfs2-0 libgnomeui-0 librsvg2-2 python-feedparser libasound2-dev libsdl1.2-dev libdbus-glib-1-dev libgstreamer-plugins-base0.10-dev libgstreamer0.10-dev libgstreamer0.10-0 pidgin-dev libpurple-dev</pre>
<p>3. svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/akamaru/ akamaru</pre>
<p>4. svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/kiba-dock/ kiba-dock</pre>
<p>5. svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/kiba-plugins/ kiba-plugins</pre>
<p>6. svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/kiba-dbus-plugins/ kiba-dbus-plugins</pre>
<p>7. svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/kiba-gaim-plugin kiba-gaim-plugin</p>
<p>8. svn co https://kibadock.svn.sourceforge.net/svnroot/kibadock/trunk/kiba-ephy-extension kiba-ephy-extension</pre>
<p>9. cd kiba-dock</p>
<p>10. svn update -r 602 *</p>
<p><font size="4"><font color="Red">Follow this if you have 32 bit</font></font>
</p>
<p>cd akamaru/<br />
./autogen.sh --prefix=/usr --exec-prefix=/usr<br />
sudo make install<br />
cd ..</p>
<p>cd kiba-dock/<br />
./autogen.sh<br />
sudo make install<br />
cd ..</p>
<p>cd kiba-plugins/<br />
./autogen.sh<br />
sudo make install<br />
cd ..</p>
<p>cd kiba-dbus-plugins/<br />
./autogen.sh<br />
sudo make install<br />
cd ..</p>
<p><font size="4"><font color="red">Follow this if you have 64 bit</font></font>
</p>
<p>cd akamaru/<br />
./autogen.sh --prefix=/usr --exec-prefix=/usr --libdir=/usr/lib64<br />
sudo make install<br />
cd ..</p>
<p>cd kiba-dock/<br />
./autogen.sh --prefix=/usr --libdir=/usr/lib64<br />
sudo make install<br />
cd ..</p>
<p>cd kiba-plugins/<br />
CC=&quot;gcc -fPIC&quot; ./autogen.sh --prefix=/usr --libdir=/usr/lib64<br />
sudo make install<br />
cd ..</pre>
<p>cd kiba-dbus-plugins/<br />
./autogen.sh --prefix=/usr --libdir=/usr/lib64<br />
sudo make install<br />
cd ..</p>
<p><font size="4" color="red"><br />
Now add it to the startup applications</font></p>
<p>Go to System -&gt; Preferences -&gt; Startup Applications and add. </p>
<p>Name = Kiba Dock</p>
<p>Command = kiba-dock</p>
<p><strong><font size="4" color=red>Troubleshooting:</font></strong></p>
<p>If you are getting compilation errors, then automake is probably causing problems.  You need to gedit configuration.in or configuration.ac and change all the AC_SUBST("$WHATEVER") to AC_SUBST(WHATEVER)</p>
<img src="http://hydtechblog.com/?ak_action=api_record_view&id=728&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://hydtechblog.com/2010/03/23/how-to-install-kiba-dock-on-karmic-and-lucid/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

