<?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>The _khAttAm_ blog &#187; Linux</title>
	<atom:link href="http://www.khattam.info/category/desktop/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khattam.info</link>
	<description>Sharing views and experiences</description>
	<lastBuildDate>Mon, 06 Sep 2010 04:57:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>[HOWTO] Install hardware sensors for avant-window-navigator (awn) applets</title>
		<link>http://www.khattam.info/howto-install-hardware-sensors-for-avant-window-navigator-awn-applets-2010-09-01.html</link>
		<comments>http://www.khattam.info/howto-install-hardware-sensors-for-avant-window-navigator-awn-applets-2010-09-01.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 06:07:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[avant-window-navigator]]></category>
		<category><![CDATA[hddtemp]]></category>
		<category><![CDATA[lm-sensors]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[sensors]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1075</guid>
		<description><![CDATA[If you add Hardware-sensors applet to avant-window-navigator panel, you will get the following warning if you have not set up hardware sensors and the sensor will not work. It will tell you &#8220;NO SENSORS FOUND&#8221; and give the warning: Warning from Hardware Sensors: No sensors found Install one or more of ACPI, HDDTemp, LM-Sensors, nvidia-sett [...]


Related posts:<ol><li><a href='http://www.khattam.info/howto-install-zeitgeist-related-applet-for-avant-window-navigator-2010-08-14.html' rel='bookmark' title='Permanent Link: [HOWTO] Install Zeitgeist Related Applet for Avant Window Navigator'>[HOWTO] Install Zeitgeist Related Applet for Avant Window Navigator</a></li>
<li><a href='http://www.khattam.info/i-moved-to-linux-because-windows-does-not-support-my-hardware-2009-05-14.html' rel='bookmark' title='Permanent Link: I moved to Linux because Windows does not support my Hardware'>I moved to Linux because Windows does not support my Hardware</a></li>
<li><a href='http://www.khattam.info/howto-install-gimp-2-7-with-single-window-mode-on-ubuntu-lucid-lynx-2010-03-30.html' rel='bookmark' title='Permanent Link: [HOWTO] Install GIMP 2.7 (with Single Window Mode) on Ubuntu Lucid Lynx'>[HOWTO] Install GIMP 2.7 (with Single Window Mode) on Ubuntu Lucid Lynx</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you add Hardware-sensors applet to avant-window-navigator panel, you will get the following warning if you have not set up hardware sensors and the sensor will not work. It will tell you &#8220;NO SENSORS FOUND&#8221; and give the warning:</p>
<blockquote><p><strong>Warning from Hardware Sensors: No sensors found</strong><br />
Install one or more of ACPI, HDDTemp, LM-Sensors, nvidia-sett or nvclock and restart the applet</p></blockquote>
<p>Here is the screen shot of what it looks like:<a href="http://www.khattam.info/wp-content/uploads/Screenshot.png"><img src="http://www.khattam.info/wp-content/uploads/Screenshot-300x144.png" alt="Screenshot 300x144 [HOWTO] Install hardware sensors for avant window navigator (awn) applets" title="Screenshot" width="300" height="144" class="alignnone size-medium wp-image-1076" /></a></p>
<p>To install and setup sensors, just run the following commands:<br />
<strong>HDDTemp</strong></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> hddtemp</pre></div></div>

<p>When it asks you, choose to run its daemon.<br />
<strong>LM-Sensors</strong></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> lm-sensors
<span style="color: #c20cb9; font-weight: bold;">sudo</span> sensors-detect</pre></div></div>

<p>You can choose default options (just press Enter) for all of them except when it asks the following:</p>
<blockquote><p>Do you want to add these lines automatically to /etc/modules? (yes/NO)</p></blockquote>
<p>Answer yes to that question. Now run the following:</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: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>init.d<span style="color: #000000; font-weight: bold;">/</span>module-init-tools start</pre></div></div>

<p>Now, just restart avant-window-navigator:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">killall</span> avant-window-navigator
avant-window-navigator</pre></div></div>

</pre>


<p>Related posts:<ol><li><a href='http://www.khattam.info/howto-install-zeitgeist-related-applet-for-avant-window-navigator-2010-08-14.html' rel='bookmark' title='Permanent Link: [HOWTO] Install Zeitgeist Related Applet for Avant Window Navigator'>[HOWTO] Install Zeitgeist Related Applet for Avant Window Navigator</a></li>
<li><a href='http://www.khattam.info/i-moved-to-linux-because-windows-does-not-support-my-hardware-2009-05-14.html' rel='bookmark' title='Permanent Link: I moved to Linux because Windows does not support my Hardware'>I moved to Linux because Windows does not support my Hardware</a></li>
<li><a href='http://www.khattam.info/howto-install-gimp-2-7-with-single-window-mode-on-ubuntu-lucid-lynx-2010-03-30.html' rel='bookmark' title='Permanent Link: [HOWTO] Install GIMP 2.7 (with Single Window Mode) on Ubuntu Lucid Lynx'>[HOWTO] Install GIMP 2.7 (with Single Window Mode) on Ubuntu Lucid Lynx</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/howto-install-hardware-sensors-for-avant-window-navigator-awn-applets-2010-09-01.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Reset gnome-panel and applets to default</title>
		<link>http://www.khattam.info/howto-reset-gnome-panel-and-applets-to-default-2010-09-01.html</link>
		<comments>http://www.khattam.info/howto-reset-gnome-panel-and-applets-to-default-2010-09-01.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 05:45:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[applets]]></category>
		<category><![CDATA[gnome-panel]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1073</guid>
		<description><![CDATA[If you have messed up gnome-panel settings or applets, you can simply reset it to default. To do so, just run the following commands from the terminal (Alt+F2->gnome-terminal): gconftool-2 --recursive-unset /apps/panel killall gnome=panel Related posts:[HOWTO] Install hardware sensors for avant-window-navigator (awn) applets [SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221; [SOLVED] Falling back to the standard [...]


Related posts:<ol><li><a href='http://www.khattam.info/howto-install-hardware-sensors-for-avant-window-navigator-awn-applets-2010-09-01.html' rel='bookmark' title='Permanent Link: [HOWTO] Install hardware sensors for avant-window-navigator (awn) applets'>[HOWTO] Install hardware sensors for avant-window-navigator (awn) applets</a></li>
<li><a href='http://www.khattam.info/solved-gtk-message-failed-globalmenu-2010-02-11.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;'>[SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;</a></li>
<li><a href='http://www.khattam.info/solved-falling-back-to-the-standard-locale-c-2010-06-17.html' rel='bookmark' title='Permanent Link: [SOLVED] Falling back to the standard locale (&#8220;C&#8221;).'>[SOLVED] Falling back to the standard locale (&#8220;C&#8221;).</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you have messed up gnome-panel settings or applets, you can simply reset it to default. To do so, just run the following commands from the terminal (Alt+F2->gnome-terminal):</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gconftool-<span style="color: #000000;">2</span> <span style="color: #660033;">--recursive-unset</span> <span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>panel
<span style="color: #c20cb9; font-weight: bold;">killall</span> <span style="color: #007800;">gnome</span>=panel</pre></div></div>



<p>Related posts:<ol><li><a href='http://www.khattam.info/howto-install-hardware-sensors-for-avant-window-navigator-awn-applets-2010-09-01.html' rel='bookmark' title='Permanent Link: [HOWTO] Install hardware sensors for avant-window-navigator (awn) applets'>[HOWTO] Install hardware sensors for avant-window-navigator (awn) applets</a></li>
<li><a href='http://www.khattam.info/solved-gtk-message-failed-globalmenu-2010-02-11.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;'>[SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;</a></li>
<li><a href='http://www.khattam.info/solved-falling-back-to-the-standard-locale-c-2010-06-17.html' rel='bookmark' title='Permanent Link: [SOLVED] Falling back to the standard locale (&#8220;C&#8221;).'>[SOLVED] Falling back to the standard locale (&#8220;C&#8221;).</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/howto-reset-gnome-panel-and-applets-to-default-2010-09-01.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] SYSLINUX &#8211; Unknown keyword in configuration file</title>
		<link>http://www.khattam.info/solved-syslinux-unknown-keyword-in-configuration-file-2010-09-01.html</link>
		<comments>http://www.khattam.info/solved-syslinux-unknown-keyword-in-configuration-file-2010-09-01.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 05:26:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lucid Lynx 10.04]]></category>
		<category><![CDATA[Maverick Meerkat 10.10]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[syslinux]]></category>
		<category><![CDATA[usb-creator-gtk]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1070</guid>
		<description><![CDATA[I created a bootable USB pen drive with Ubuntu 10.10 Maverick Meerkat Alpha Daily Build on it using Startup Disk Creator (usb-creator-gtk) in Ubuntu 10.04 Lucid Lynx. This gave the following message during startup: SYSLINUX 3.63 Debian-2008-07-15 EBIOS Copyright (c) 1994-2008 H. Peter Anvin Unknown keyword in configuration file boot: It seemed the version of [...]


Related posts:<ol><li><a href='http://www.khattam.info/solved-murrine-configuration-option-scrollbar_color-gradients-is-no-longer-supported-and-will-be-ignored-2010-02-11.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8216;Murrine configuration option &#8220;scrollbar_color&#8221;, &#8220;gradients&#8221; is no longer supported and will be ignored.&#8217;'>[SOLVED] &#8216;Murrine configuration option &#8220;scrollbar_color&#8221;, &#8220;gradients&#8221; is no longer supported and will be ignored.&#8217;</a></li>
<li><a href='http://www.khattam.info/solved-gtk-message-failed-to-load-module-rgba-librgba-so-cannot-open-shared-object-file-no-such-file-or-directory-2010-03-13.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory'>[SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory</a></li>
<li><a href='http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html' rel='bookmark' title='Permanent Link: [HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems'>[HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I created a bootable USB pen drive with Ubuntu 10.10 Maverick Meerkat Alpha Daily Build on it using Startup Disk Creator (usb-creator-gtk) in Ubuntu 10.04 Lucid Lynx. This gave the following message during startup:</p>
<blockquote><p>SYSLINUX 3.63 Debian-2008-07-15 EBIOS Copyright (c) 1994-2008 H. Peter Anvin<br />
Unknown keyword in configuration file<br />
boot:
</p></blockquote>
<p>It seemed the version of syslinux in Lucid has a bug. I removed syslinux via Synaptic (which also removes usb-creator-gtk and usb-creator-common) and downloaded the deb files for the latest version of syslinux and syslinux-common from <a rel="nofollow" href="http://www.khattam.info/goto/here/1070/1">here</a> and installed them. Then I installed usb-creator-gtk and then built the Live USB again. Then, it booted fine without problems.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/solved-murrine-configuration-option-scrollbar_color-gradients-is-no-longer-supported-and-will-be-ignored-2010-02-11.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8216;Murrine configuration option &#8220;scrollbar_color&#8221;, &#8220;gradients&#8221; is no longer supported and will be ignored.&#8217;'>[SOLVED] &#8216;Murrine configuration option &#8220;scrollbar_color&#8221;, &#8220;gradients&#8221; is no longer supported and will be ignored.&#8217;</a></li>
<li><a href='http://www.khattam.info/solved-gtk-message-failed-to-load-module-rgba-librgba-so-cannot-open-shared-object-file-no-such-file-or-directory-2010-03-13.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory'>[SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory</a></li>
<li><a href='http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html' rel='bookmark' title='Permanent Link: [HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems'>[HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/solved-syslinux-unknown-keyword-in-configuration-file-2010-09-01.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Update older Ubuntu iso images with zsync to get the latest version</title>
		<link>http://www.khattam.info/howto-update-older-ubuntu-iso-images-with-zsync-to-get-the-latest-version-2010-09-01.html</link>
		<comments>http://www.khattam.info/howto-update-older-ubuntu-iso-images-with-zsync-to-get-the-latest-version-2010-09-01.html#comments</comments>
		<pubDate>Wed, 01 Sep 2010 01:36:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lucid Lynx 10.04]]></category>
		<category><![CDATA[Maverick Meerkat 10.10]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[update iso]]></category>
		<category><![CDATA[zsync]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1059</guid>
		<description><![CDATA[If you have downloaded an older daily build iso and want to update the iso with new daily build, you can use the zsync utility to get the latest version of daily build without having to download the whole of the new iso. Install zsync: sudo apt-get install zsync and then change the directory to [...]


Related posts:<ol><li><a href='http://www.khattam.info/howto-install-latest-intel-drm-kernel-to-avoid-crashes-on-boards-with-intel-hd-graphics-2010-08-14.html' rel='bookmark' title='Permanent Link: [HOWTO] Install latest Intel DRM Kernel to avoid crashes on boards with Intel HD Graphics'>[HOWTO] Install latest Intel DRM Kernel to avoid crashes on boards with Intel HD Graphics</a></li>
<li><a href='http://www.khattam.info/installing-kernel-2-6-30-or-any-latest-version-available-in-debian-lenny-or-ubuntu-without-having-to-go-through-compiling-2009-08-10.html' rel='bookmark' title='Permanent Link: [HOW TO] Installing Kernel 2.6.30 (or any latest version available) in Debian Lenny or Ubuntu without having to go through Compiling'>[HOW TO] Installing Kernel 2.6.30 (or any latest version available) in Debian Lenny or Ubuntu without having to go through Compiling</a></li>
<li><a href='http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html' rel='bookmark' title='Permanent Link: [HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems'>[HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>If you have downloaded an older daily build iso and want to update the iso with new daily build, you can use the zsync utility to get the latest version of daily build without having to download the whole of the new iso.<br />
Install zsync:</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> zsync</pre></div></div>

<p>and then change the directory to where you have the older version of Ubuntu iso. For example, if you had downloaded  maverick-desktop-i386.iso, go to the <a rel="nofollow" href="http://www.khattam.info/goto/same_download_location/1059/1">same download location</a> and find the file maverick-desktop-i386.iso.zsync, right click on it and copy link location. Now, in terminal, type the following to get the latest iso:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">zsync http:<span style="color: #000000; font-weight: bold;">//</span>cdimage.ubuntu.com<span style="color: #000000; font-weight: bold;">/</span>daily-live<span style="color: #000000; font-weight: bold;">/</span>current<span style="color: #000000; font-weight: bold;">/</span>maverick-desktop-i386.iso.zsync</pre></div></div>

<p>Make sure you run it from the same directory where your old iso resides.<br />
When done, you will have the latest iso and a file maverick-desktop-i386.iso.zs-old which is the older version.</p>
<p>This can also be used to download less if the last download was partial and old. In fact, even if you have lucid iso, you can rename it and use zsync. It saves some bandwidth and time.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/howto-install-latest-intel-drm-kernel-to-avoid-crashes-on-boards-with-intel-hd-graphics-2010-08-14.html' rel='bookmark' title='Permanent Link: [HOWTO] Install latest Intel DRM Kernel to avoid crashes on boards with Intel HD Graphics'>[HOWTO] Install latest Intel DRM Kernel to avoid crashes on boards with Intel HD Graphics</a></li>
<li><a href='http://www.khattam.info/installing-kernel-2-6-30-or-any-latest-version-available-in-debian-lenny-or-ubuntu-without-having-to-go-through-compiling-2009-08-10.html' rel='bookmark' title='Permanent Link: [HOW TO] Installing Kernel 2.6.30 (or any latest version available) in Debian Lenny or Ubuntu without having to go through Compiling'>[HOW TO] Installing Kernel 2.6.30 (or any latest version available) in Debian Lenny or Ubuntu without having to go through Compiling</a></li>
<li><a href='http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html' rel='bookmark' title='Permanent Link: [HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems'>[HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/howto-update-older-ubuntu-iso-images-with-zsync-to-get-the-latest-version-2010-09-01.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Convert Ubuntu 10.04 Lucid Lynx to Linux Mint 9 Isadora</title>
		<link>http://www.khattam.info/howto-convert-ubuntu-10-04-lucid-lynx-to-linux-mint-9-isadora-2010-08-20.html</link>
		<comments>http://www.khattam.info/howto-convert-ubuntu-10-04-lucid-lynx-to-linux-mint-9-isadora-2010-08-20.html#comments</comments>
		<pubDate>Fri, 20 Aug 2010 18:14:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Isadora]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Linux Mint]]></category>
		<category><![CDATA[Lucid Lynx 10.04]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[LinuxMint]]></category>
		<category><![CDATA[mintmenu]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1047</guid>
		<description><![CDATA[Since Linux Mint 9 Isadora is based completely on Ubuntu 10.04 Lucid Lynx, you can add Linux Mint repository to Lucid and make it look and feel like Linux Mint (additionally you may have to do more than just mint specific applications such as changing themes and tweaking panel but you get the idea). You [...]


Related posts:<ol><li><a href='http://www.khattam.info/install-linux-mint-menu-in-ubuntu-2009-08-01.html' rel='bookmark' title='Permanent Link: [HOWTO]Install Linux Mint menu in Ubuntu'>[HOWTO]Install Linux Mint menu in Ubuntu</a></li>
<li><a href='http://www.khattam.info/howto-change-ubuntu-9-10-karmic-koala-to-linuxmint-8-helena-2009-12-26.html' rel='bookmark' title='Permanent Link: [HOWTO] Change Ubuntu 9.10 Karmic Koala to Linuxmint 8 Helena'>[HOWTO] Change Ubuntu 9.10 Karmic Koala to Linuxmint 8 Helena</a></li>
<li><a href='http://www.khattam.info/howto-install-vlc-media-player-1-1-in-ubuntu-lucid-lynx-and-maverick-meerkat-2010-06-15.html' rel='bookmark' title='Permanent Link: [HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat'>[HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Since Linux Mint 9 Isadora is based completely on Ubuntu 10.04 Lucid Lynx, you can add Linux Mint repository to Lucid and make it look and feel like Linux Mint (additionally you may have to do more than just mint specific applications such as changing themes and tweaking panel but you get the idea). You may also like to install a few components that you like in Linux Mint, for example just the mintmenu or mint-flashplugin-64 (if you want a 64bit version of flash for your 64bit version of Ubuntu).</p>
<p>To do this, just launch Synaptic Package Manager from System>Administration menu and open up Settings>Repositories. In &#8216;Ubuntu Software&#8217; tab, make sure you have Universe and Multiverse selected. Then go to Other Software and add the following lines one by one:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">deb http://packages.linuxmint.com/ isadora main upstream import
deb http://archive.canonical.com/ubuntu/ lucid partner
deb http://packages.medibuntu.org/ lucid free non-free</pre></div></div>

<p>Close the Repositories window and click Reload.<br />
When done, you will get the following gpg errors:</p>
<blockquote><p>W: GPG error: http://packages.linuxmint.com isadora Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 3EE67F3D0FF405B2<br />
W: GPG error: http://packages.medibuntu.org lucid Release: The following signatures couldn&#8217;t be verified because the public key is not available: NO_PUBKEY 2EBC26B60C5A2783
</p></blockquote>
<p>To get rid of these the next time you reload, search for linuxmint-keyring and medibuntu-keyring in Synaptic and install them. Next time you reload or try to install software from Linux Mint, you won&#8217;t get gpg/authentication errors.</p>
<p>To install a mint software, just search and install it. For example, to install mintmenu, search for it, mark for installation and apply. When done, just add the menu to panel (Right Click Panel>Add to Panel>mint-menu).</p>
<p>To install everything, just mark the meta package mint-meta-main (for 32 bit) or ,omt-meta-64 (for 64-bit). That should mark everything that LinuxMint has by default. That includes codecs, java and flash and much more. It also includes other default applications such as pidgin, thunderbird and gimp. You can go to &#8216;Custom Filters&#8217; (low left hand corner in Synaptic) > Marked Changes (upper right pane) to unmark any applications you don&#8217;t wish to install. Also, click on &#8216;Mark All Upgrades&#8217; and</p>
<p>After installation, tweak it to your liking to make it look the way Linux Mint does or just the way you like it.</p>
<p>Hope this helps.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/install-linux-mint-menu-in-ubuntu-2009-08-01.html' rel='bookmark' title='Permanent Link: [HOWTO]Install Linux Mint menu in Ubuntu'>[HOWTO]Install Linux Mint menu in Ubuntu</a></li>
<li><a href='http://www.khattam.info/howto-change-ubuntu-9-10-karmic-koala-to-linuxmint-8-helena-2009-12-26.html' rel='bookmark' title='Permanent Link: [HOWTO] Change Ubuntu 9.10 Karmic Koala to Linuxmint 8 Helena'>[HOWTO] Change Ubuntu 9.10 Karmic Koala to Linuxmint 8 Helena</a></li>
<li><a href='http://www.khattam.info/howto-install-vlc-media-player-1-1-in-ubuntu-lucid-lynx-and-maverick-meerkat-2010-06-15.html' rel='bookmark' title='Permanent Link: [HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat'>[HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/howto-convert-ubuntu-10-04-lucid-lynx-to-linux-mint-9-isadora-2010-08-20.html/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[SOLVED] File-roller (Archive Manager) spilling all files to the same directory</title>
		<link>http://www.khattam.info/solved-file-roller-spilling-all-files-to-the-same-directory-2010-08-19.html</link>
		<comments>http://www.khattam.info/solved-file-roller-spilling-all-files-to-the-same-directory-2010-08-19.html#comments</comments>
		<pubDate>Thu, 19 Aug 2010 08:16:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maverick Meerkat 10.10]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[archive manager]]></category>
		<category><![CDATA[file-roller]]></category>
		<category><![CDATA[gconf-editor]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1039</guid>
		<description><![CDATA[I am using Ubuntu 10.10 Maverick Meerkat. I don&#8217;t remember how or when it happened, but I noticed that while &#8220;Right Click On Archive>Extract Here&#8221; was working well, &#8220;Open Archive File in File-roller a.k.a. Archive Manager (double click)>Right Click on an item>Extract&#8230;&#8221; was not behaving as expected. It was not recreating the directory structure and [...]


Related posts:<ol><li><a href='http://www.khattam.info/solved-gtk-message-failed-to-load-module-rgba-librgba-so-cannot-open-shared-object-file-no-such-file-or-directory-2010-03-13.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory'>[SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory</a></li>
<li><a href='http://www.khattam.info/make-docky-3d-style-in-ubuntu-2009-12-30.html' rel='bookmark' title='Permanent Link: [HOWTO] Make Docky 3-D Style in Ubuntu'>[HOWTO] Make Docky 3-D Style in Ubuntu</a></li>
<li><a href='http://www.khattam.info/howto-install-limewire-in-ubuntu-10-04-lucid-lynx-or-10-10-maverick-meerkat-2010-08-14.html' rel='bookmark' title='Permanent Link: [HOWTO] Install Limewire in Ubuntu 10.04 Lucid Lynx or 10.10 Maverick Meerkat'>[HOWTO] Install Limewire in Ubuntu 10.04 Lucid Lynx or 10.10 Maverick Meerkat</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am using Ubuntu 10.10 Maverick Meerkat. I don&#8217;t remember how or when it happened, but I noticed that while &#8220;Right Click On Archive>Extract Here&#8221; was working well, &#8220;Open Archive File in File-roller a.k.a. Archive Manager (double click)>Right Click on an item>Extract&#8230;&#8221; was not behaving as expected. It was not recreating the directory structure and spilling all the files to the same target directory.</p>
<p>To fix this, you can either clear all the settings of file-roller so that when you start file-roller next time, it creates all the default settings, or you can edit the configuration manually using gconf editor.</p>
<p><strong>Method I</strong><br />
The first method can be accomplished by typing the following in the terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mv</span> ~<span style="color: #000000; font-weight: bold;">/</span>.gconf<span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>file-roller<span style="color: #000000; font-weight: bold;">/</span> ~<span style="color: #000000; font-weight: bold;">/</span>.gconf<span style="color: #000000; font-weight: bold;">/</span>apps<span style="color: #000000; font-weight: bold;">/</span>file-roller.bak<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p><strong>Method II</strong><br />
The second method is safer since it keeps all other file-roller settings. But you should worry about settings only if you have edited the settings. If you have not, 1st method is easier. If you want to just change what is required, then launch gconf-editor (Alt+F2>gconf-editor) and then navigate to /apps/file-roller/dialogs/extract in the right hand pane. Now, look for a boolean key recreate_folders. If it is not there, create it. Then change the value to true (checked).</p>
<p>After following one of these methods, close all instances of file-roller and start it again for changes to take effect.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/solved-gtk-message-failed-to-load-module-rgba-librgba-so-cannot-open-shared-object-file-no-such-file-or-directory-2010-03-13.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory'>[SOLVED] Gtk-Message: Failed to load module &#8220;rgba&#8221;: librgba.so: cannot open shared object file: No such file or directory</a></li>
<li><a href='http://www.khattam.info/make-docky-3d-style-in-ubuntu-2009-12-30.html' rel='bookmark' title='Permanent Link: [HOWTO] Make Docky 3-D Style in Ubuntu'>[HOWTO] Make Docky 3-D Style in Ubuntu</a></li>
<li><a href='http://www.khattam.info/howto-install-limewire-in-ubuntu-10-04-lucid-lynx-or-10-10-maverick-meerkat-2010-08-14.html' rel='bookmark' title='Permanent Link: [HOWTO] Install Limewire in Ubuntu 10.04 Lucid Lynx or 10.10 Maverick Meerkat'>[HOWTO] Install Limewire in Ubuntu 10.04 Lucid Lynx or 10.10 Maverick Meerkat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/solved-file-roller-spilling-all-files-to-the-same-directory-2010-08-19.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Module DateTime.DateTime, line 1145, in toZone</title>
		<link>http://www.khattam.info/solved-module-datetime-datetime-line-1145-in-tozone-2010-08-19.html</link>
		<comments>http://www.khattam.info/solved-module-datetime-datetime-line-1145-in-tozone-2010-08-19.html#comments</comments>
		<pubDate>Thu, 19 Aug 2010 04:04:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[CentOS / RHEL]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lucid Lynx 10.04]]></category>
		<category><![CDATA[Maverick Meerkat 10.10]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[datetime]]></category>
		<category><![CDATA[plone]]></category>
		<category><![CDATA[python]]></category>
		<category><![CDATA[tozone]]></category>
		<category><![CDATA[zope]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1034</guid>
		<description><![CDATA[I am using Ubuntu 10.10 Maverick Meerkat and live in Nepal, timezone Asia/Kathmandu. I have been trying to setup Plone CMS in my local computer for learning to build sites with Zope/Plone. However, I had been getting errors. I installed Plone 3.3.5 on my Ubuntu 10.10 Maverick Meerkat 64bit Desktop with Plone Unified Installer &#8211; [...]


Related posts:<ol><li><a href='http://www.khattam.info/solved-gtk-message-failed-globalmenu-2010-02-11.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;'>[SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;</a></li>
<li><a href='http://www.khattam.info/solved-error-depends-binutils-2010-08-18.html' rel='bookmark' title='Permanent Link: [SOLVED] ERROR: Depends: binutils (<2.20.2) but 2.20.51.20100710-1ubuntu2 is to be installed while installing 0ad from getdeb in Maverick'>[SOLVED] ERROR: Depends: binutils (<2.20.2) but 2.20.51.20100710-1ubuntu2 is to be installed while installing 0ad from getdeb in Maverick</a></li>
<li><a href='http://www.khattam.info/howto-installing-sbagen-in-ubuntu-10-04-lucid-lynx-and-10-10-maverick-meerkat-2010-06-09.html' rel='bookmark' title='Permanent Link: [HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat'>[HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am using Ubuntu 10.10 Maverick Meerkat and live in Nepal, timezone Asia/Kathmandu. I have been trying to setup Plone CMS in my local computer for learning to build sites with Zope/Plone. However, I had been getting errors.</p>
<p>I installed Plone 3.3.5 on my Ubuntu 10.10 Maverick Meerkat 64bit Desktop with Plone Unified Installer &#8211; for Linux/BSD/OS X/UNIX/Solaris. The installation was successful.</p>
<p>Then I ran the instance of Zope by changing directory to where my Plone is installed and running the following in terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>Plone
<span style="color: #c20cb9; font-weight: bold;">sudo</span> .<span style="color: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>instance <span style="color: #7a0874; font-weight: bold;">fg</span></pre></div></div>

<p>Then I could browse the url http://localhost:8080/manage (I had changed the port number to 8888 ).</p>
<p>However, when I tried to create a Plone Site using Zope interface, I got the following error:</p>
<blockquote><p>Site Error</p>
<p>An error was encountered while publishing this resource.</p>
<p>Error Type: KeyError<br />
Error Value: &#8221;</p></blockquote>
<p>I see the following error in the terminal:</p>
<blockquote><p>Module DateTime.DateTime, line 1145, in toZone<br />
KeyError: &#8221;<br />
Unhandled exception in thread started by<br />
Traceback (most recent call last):<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/ZServer/PubCore/ZServerPublisher.py&#8221;, line 25, in __init__<br />
response=b)<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/ZPublisher/Publish.py&#8221;, line 401, in publish_module<br />
environ, debug, request, response)<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/ZPublisher/Publish.py&#8221;, line 227, in publish_module_standard<br />
if request is not None: request.close()<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/ZPublisher/BaseRequest.py&#8221;, line 211, in close<br />
notify(EndRequestEvent(None, self))<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/zope/event/__init__.py&#8221;, line 23, in notify<br />
subscriber(event)<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/zope/component/event.py&#8221;, line 26, in dispatch<br />
for ignored in zope.component.subscribers(event, None):<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/zope/component/_api.py&#8221;, line 130, in subscribers<br />
return sitemanager.subscribers(objects, interface)<br />
File &#8220;/usr/local/Plone/Zope-2.10.11-final-py2.4/lib/python/zope/component/registry.py&#8221;, line 290, in subscribers<br />
return self.adapters.subscribers(objects, provided)<br />
AttributeError: adapters</p></blockquote>
<p>I tried adding the following in buildout.cfg under instance section:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">zope-conf-additional =
    &lt;environment&gt;
        TZ Asia/Katmandu
    &lt;/environment&gt;</pre></div></div>

<p>as instructed <a rel="nofollow" href="http://www.khattam.info/goto/here/1034/1" target="_blank">here</a> and running buildout again but this did not work for me as I got the same error again.</p>
<p>I then installed Ubuntu 10.04 Lucid Lynx 32bit Server in Virtualbox and installed Plone again. This time I used Python 2.4 from Hardy repository rather than having it built by Plone installer. I used the tutorial <a rel="nofollow" href="http://www.khattam.info/goto/here_/1034/2">here </a>for rest of the stuff. But I got the same error again.</p>
<p>I then thought it was a Ubuntu specific issue and then installed CentOS 5.5 minimal in Virtualbox and installed Plone again. This did not work either. The same error appeared.</p>
<p>I then installed Plone 4 using Python 2.6 but the same error appears in instance.log.</p>
<p><strong>Workaround</strong><br />
In the Virtualbox installation of Ubuntu 10.04, I changed the timezone to Asia/Alaska and then the problem was gone. To do so, I did the following:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> dpkg-reconfigure tzdata</pre></div></div>

<p>And then I selected US, Alaska. I then changed the buildout.c<br />
I changed buildout.cfg to reflect the change in timezone:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">zope-conf-additional =
    &lt;environment&gt;
        TZ US/Alaska
    &lt;/environment&gt;</pre></div></div>

<p>and ran buildout again.</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: #000000; font-weight: bold;">/</span>bin<span style="color: #000000; font-weight: bold;">/</span>buildout</pre></div></div>

<p>Then the error no longer shows and I can create page.</p>
<p>I don&#8217;t know if it is a python issue, or Datetime bug. I will dig into it later. But for now, Plone works.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/solved-gtk-message-failed-globalmenu-2010-02-11.html' rel='bookmark' title='Permanent Link: [SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;'>[SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;</a></li>
<li><a href='http://www.khattam.info/solved-error-depends-binutils-2010-08-18.html' rel='bookmark' title='Permanent Link: [SOLVED] ERROR: Depends: binutils (<2.20.2) but 2.20.51.20100710-1ubuntu2 is to be installed while installing 0ad from getdeb in Maverick'>[SOLVED] ERROR: Depends: binutils (<2.20.2) but 2.20.51.20100710-1ubuntu2 is to be installed while installing 0ad from getdeb in Maverick</a></li>
<li><a href='http://www.khattam.info/howto-installing-sbagen-in-ubuntu-10-04-lucid-lynx-and-10-10-maverick-meerkat-2010-06-09.html' rel='bookmark' title='Permanent Link: [HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat'>[HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/solved-module-datetime-datetime-line-1145-in-tozone-2010-08-19.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems</title>
		<link>http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html</link>
		<comments>http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:08:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Maverick Meerkat 10.10]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[dpkg]]></category>
		<category><![CDATA[filezilla]]></category>
		<category><![CDATA[synaptic]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1031</guid>
		<description><![CDATA[Sometimes when you are using PPA repositories or mixing multiple repositories or using a Development version, you encounter a problem and some of your applications might be removed. I want to illustrate the problem with my current Ubuntu 10.10 Maverick Meerkat Alpha installation, which I use as the only OS in my computer. This is [...]


Related posts:<ol><li><a href='http://www.khattam.info/solved-indicator-applet-complete-has-quit-unexpectedly-2010-08-14.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;Indicator Applet Complete&#8221; has quit unexpectedly'>[SOLVED] &#8220;Indicator Applet Complete&#8221; has quit unexpectedly</a></li>
<li><a href='http://www.khattam.info/badsig-40976eaf437d05b-lucid-lynx-2010-03-21.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;BADSIG 40976EAF437D05B5&#8243; when reloading package lists in Synaptic/apt/update-manager in Ubuntu 10.04 Lucid Lynx'>[SOLVED] &#8220;BADSIG 40976EAF437D05B5&#8243; when reloading package lists in Synaptic/apt/update-manager in Ubuntu 10.04 Lucid Lynx</a></li>
<li><a href='http://www.khattam.info/howto-install-real-player-11-to-play-real-media-files-rm-ram-etc-on-debian-lenny-2009-08-15.html' rel='bookmark' title='Permanent Link: [HOWTO] Install Real Player 11 to Play Real Media Files (rm, ram etc.) on Debian Lenny'>[HOWTO] Install Real Player 11 to Play Real Media Files (rm, ram etc.) on Debian Lenny</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Sometimes when you are using PPA repositories or mixing multiple repositories or using a Development version, you encounter a problem and some of your applications might be removed. I want to illustrate the problem with my current Ubuntu 10.10 Maverick Meerkat Alpha installation, which I use as the only OS in my computer. This is not recommended but since I have always managed to solve issues that come up due to development versions, I have mostly used development versions because I get to see the upcoming changes and report problems if anything that bothers me.<br />
With the latest repositories list update, I got into a problem with Filezilla, because I have been using Lucid getdeb repo with my system and Filezilla is in their repo as well as the official repo. When I marked for the latest updates in Synaptic Package Manager, I could see that filezilla, amongst others, was in the package to be removed which was because the package filezilla-common was to be upgraded and the filezilla that was installed, and had no update, had dependency issues. I upgraded the package filezilla-common anyways and lost filezilla. Ideally, since I am using a development version, I should have marked all the changes, and then reviewed the list of programs that are to be removed and unmark them or mark them for reinstallation which automatically unmarks the conflicting updates. Since packages like gdm, gnome-panel and some others which are required for the system to boot properly into the desktop were also marked for removal, I marked them for re-installation or unmarked them so that they remained in the system. But for experimenting, I did not mark it and it got removed. Now, when I try to install the package, I get the error:</p>
<blockquote><p>filezilla:<br />
  Depends: filezilla-common (=3.3.2.1-1ubuntu1) but 3.3.3-1ubuntu1 is to be installed</p></blockquote>
<p>and it cannot be marked for installation.<br />
Since I need filezilla, I need to get it back installed. For this, the easiest way is to remove the alternate repository and reload the software list. If that does not help, you could just wait for the next repository update and reload it and then install it.<br />
If you can’t wait or if that does not solve the problem, then you can follow the method I explained with 0ad here in my older blog post. I can also find the compatible deb file (download it from some other location and check for compatibility) and install it with gdebi (double click).<br />
If you can’t find it, just find the latest version (which may be found in the directory /var/cache/apt/archives or can be downloaded from http://packages.ubuntu.com) and then install with dpkg i.e.</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;">dpkg</span> <span style="color: #660033;">-i</span> filezilla_3.3.2.1-1ubuntu1_amd64.deb</pre></div></div>

<p>This will, however, leave broken packages and synaptic will not let you do any other installation/update without resolving it. But most of the time, you can run the particular program without problems. The next update might fix the problem and you can just reinstall the broken package. But in case if it does not or if you don’t want to wait, you can downgrade to the older version of the conflicting package that you upgraded which caused your program to be removed. You can find the deb online or in /var/cache/apt/archives and install it using dpkg. In my case, it is the older version of filezilla-common that I need. So, all I do is run the following command to install the older version which will replace the newer version:</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;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>archives<span style="color: #000000; font-weight: bold;">/</span>filezilla-common_3.3.3-<span style="color: #000000;">1</span>~getdeb2_all.deb</pre></div></div>

<p>and then to reconfigure the package filezilla, I also installed the older version of filezilla:</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;">dpkg</span> <span style="color: #660033;">-i</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>archives<span style="color: #000000; font-weight: bold;">/</span>filezilla_3.3.3-<span style="color: #000000;">1</span>~getdeb2_amd64.deb</pre></div></div>

<p>Hope this helps resolving and recovering your lost programs.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/solved-indicator-applet-complete-has-quit-unexpectedly-2010-08-14.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;Indicator Applet Complete&#8221; has quit unexpectedly'>[SOLVED] &#8220;Indicator Applet Complete&#8221; has quit unexpectedly</a></li>
<li><a href='http://www.khattam.info/badsig-40976eaf437d05b-lucid-lynx-2010-03-21.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;BADSIG 40976EAF437D05B5&#8243; when reloading package lists in Synaptic/apt/update-manager in Ubuntu 10.04 Lucid Lynx'>[SOLVED] &#8220;BADSIG 40976EAF437D05B5&#8243; when reloading package lists in Synaptic/apt/update-manager in Ubuntu 10.04 Lucid Lynx</a></li>
<li><a href='http://www.khattam.info/howto-install-real-player-11-to-play-real-media-files-rm-ram-etc-on-debian-lenny-2009-08-15.html' rel='bookmark' title='Permanent Link: [HOWTO] Install Real Player 11 to Play Real Media Files (rm, ram etc.) on Debian Lenny'>[HOWTO] Install Real Player 11 to Play Real Media Files (rm, ram etc.) on Debian Lenny</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] ERROR: Depends: binutils (</title>
		<link>http://www.khattam.info/solved-error-depends-binutils-2010-08-18.html</link>
		<comments>http://www.khattam.info/solved-error-depends-binutils-2010-08-18.html#comments</comments>
		<pubDate>Wed, 18 Aug 2010 07:01:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Lucid Lynx 10.04]]></category>
		<category><![CDATA[Maverick Meerkat 10.10]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[0ad]]></category>
		<category><![CDATA[binutils]]></category>
		<category><![CDATA[getdeb]]></category>
		<category><![CDATA[playdeb]]></category>
		<category><![CDATA[synaptic]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1029</guid>
		<description><![CDATA[I am using Ubuntu 10.10 Maverick Meerkat and have getdeb (playdeb) repository for Lucid Lynx. Lucid repo can be added to Maverick and many applications can be installed without problems. However, I got this error while trying to install a game called 0ad. 0ad: Depends: binutils (&#60;2.20.2) but 2.20.51.20100710-1ubuntu2 is to be installed I could [...]


Related posts:<ol><li><a href='http://www.khattam.info/solved-subprocess-pre-removal-script-returned-error-exit-status-2-error-2009-08-04.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;subprocess pre-removal script returned error exit status 2&#8243; error'>[SOLVED] &#8220;subprocess pre-removal script returned error exit status 2&#8243; error</a></li>
<li><a href='http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html' rel='bookmark' title='Permanent Link: [HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems'>[HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems</a></li>
<li><a href='http://www.khattam.info/howto-install-vlc-media-player-1-1-in-ubuntu-lucid-lynx-and-maverick-meerkat-2010-06-15.html' rel='bookmark' title='Permanent Link: [HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat'>[HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am using Ubuntu 10.10 Maverick Meerkat and have getdeb (playdeb) repository for Lucid Lynx. Lucid repo can be added to Maverick and many applications can be installed without problems. However, I got this error while trying to install a game called 0ad.</p>
<blockquote><p>0ad:<br />
Depends: binutils (&lt;2.20.2) but 2.20.51.20100710-1ubuntu2 is to be installed</p></blockquote>
<p>I could downgrade my binutils to an appropriate version by downloading deb from somewhere else and that would be the ideal thing to do if it did not break any packages, but I decided not to as it could break other packages and decided to try out something that is never recommended and should not be done if you don’t know what you are doing. You should know that this could also lead to broken packages but fortunately this only breaks a game (that is what I am going to install) at worst and not some system program. I just changed the dependency to the version that I had by editing the package description. To do so, I needed to open the file /var/lib/apt/lists/archive.getdeb.net_ubuntu_dists_lucid-getdeb_games_binary-amd64_Packages as root by running</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">gksu gedit <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>lists<span style="color: #000000; font-weight: bold;">/</span>archive.getdeb.net_ubuntu_dists_lucid-getdeb_games_binary-amd64_Packages</pre></div></div>

<p>If you are using 32-bit version of Ubuntu, you should probably try something else.</p>
<p>The package description for 0ad looks like the following:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Package: 0ad
Version: 0.0.0+r07539~pre-alpha-1~getdeb1
Architecture: amd64
Maintainer: Christoph Korn
Installed-Size: 10412
Depends: binutils (&amp;gt;= 2.20.1-3ubuntu2), binutils (&amp;lt;&amp;lt; 2.20.52), libboost-filesystem1.40.0 (&amp;gt;= 1.40.0-1), libboost-signals1.40.0 (&amp;gt;= 1.40.0-1), libboost-system1.40.0 (&amp;gt;= 1.40.0-1), libc6 (&amp;gt;= 2.11), libdevil1c2, libenet0debian1, libgamin0 | libfam0, libgcc1 (&amp;gt;= 1:4.1.1), libgl1-mesa-glx | libgl1, libglu1-mesa | libglu1, libjpeg62, libopenal1, libpng12-0 (&amp;gt;= 1.2.13-4), libsdl1.2debian (&amp;gt;= 1.2.10-1), libstdc++6 (&amp;gt;= 4.4.0), libvorbisfile3 (&amp;gt;= 1.1.2), libwxbase2.8-0 (&amp;gt;= 2.8.10.1), libwxgtk2.8-0 (&amp;gt;= 2.8.10.1), libx11-6 (&amp;gt;= 0), libxml2 (&amp;gt;= 2.7.4), zlib1g (&amp;gt;= 1:1.2.0), 0ad-data
Homepage: http://wildfiregames.com/0ad/
Priority: normal
Section: games
Filename: pool/games/0/0ad/0ad_0.0.0+r07539~pre-alpha-1~getdeb1_amd64.deb
Size: 3835504
SHA256: d21eea643c4fc6cef6564f1eacbc1bf3a2ef7ca813cbb9cc69912e45ae7708a4
SHA1: 504cdbc3fb2acc6ab4a57ab3bddb652a05910f3d
MD5sum: 8dfced6b1af656f5ff820861e621f393
Description: A war/economy strategy game
A historically based Real Time Strategy game focusing
on the years 500 B.C. to 500 A.D.
.
In short, it is a war/economy strategy game allowing
you to recreate or rewrite the ancient history of western
civilisations.</pre></div></div>

<p>I changed the line in the “Depends” from binutils (<< 2.20.2) to binutils (<< 2.20.52) and restarted synaptic package manager. Then I could download the game without problems. But it shows dependency errors and the game can’t be configured. So, I removed it from Synaptic. Then what I do next is copy the 0ad deb file to my desktop; mine is called 0ad_0.0.0+r07539~pre-alpha-1~getdeb1_amd64.deb and it is in /var/cache/apt/archives/. So, I fire up the terminal and do the following:</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;">cp</span> <span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>cache<span style="color: #000000; font-weight: bold;">/</span>apt<span style="color: #000000; font-weight: bold;">/</span>archives<span style="color: #000000; font-weight: bold;">/</span>0ad_0.0.0+r07539~pre-alpha-<span style="color: #000000;">1</span>~getdeb1_amd64.deb <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>USERNAME<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">/</span>Desktop<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>where [USERNAME] is my username. Now the game is copied onto my desktop. Now I changed the owner to myself, so that I can read it:</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;">chown</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span>USERNAME<span style="color: #7a0874; font-weight: bold;">&#93;</span> <span style="color: #000000; font-weight: bold;">/</span>home<span style="color: #000000; font-weight: bold;">/</span><span style="color: #7a0874; font-weight: bold;">&#91;</span>USERNAME<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #000000; font-weight: bold;">/</span>Desktop<span style="color: #000000; font-weight: bold;">/</span>0ad_0.0.0+r07539~pre-alpha-<span style="color: #000000;">1</span>~getdeb1_amd64.deb</pre></div></div>

<p>Then, I needed to edit the control file and repack the deb. To do so, I just extracted it:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ~<span style="color: #000000; font-weight: bold;">/</span>Desktop
<span style="color: #c20cb9; font-weight: bold;">mkdir</span> <span style="color: #660033;">-p</span> extract<span style="color: #000000; font-weight: bold;">/</span>DEBIAN
dpkg-deb <span style="color: #660033;">-x</span> 0ad_0.0.0+r07539~pre-alpha-<span style="color: #000000;">1</span>~getdeb1_amd64.deb extract<span style="color: #000000; font-weight: bold;">/</span>
dpkg-deb <span style="color: #660033;">-e</span> 0ad_0.0.0+r07539~pre-alpha-<span style="color: #000000;">1</span>~getdeb1_amd64.deb extract<span style="color: #000000; font-weight: bold;">/</span>DEBIAN<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Then, I edited the control file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> extract<span style="color: #000000; font-weight: bold;">/</span>DEBIAN
<span style="color: #c20cb9; font-weight: bold;">nano</span> control</pre></div></div>

<p>and changed the file to say binutils (<< 2.20.52) instead of binutils (<< 2.20.2). Just Ctrl+O followed by ENTER to write the changes and Ctrx+X to exit nano.<br />
Then, I just went back to the Desktop folder.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">cd</span> ..<span style="color: #000000; font-weight: bold;">/</span>..<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Then I repackaged the deb file:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">mkdir</span> build
 dpkg-deb <span style="color: #660033;">-b</span> extract<span style="color: #000000; font-weight: bold;">/</span> build<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Then, I could find the new deb inside the build folder in the Desktop which I can install without problems. After it is installed, I tried to launch it from the terminal (0ad) but I got an error saying:</p>
<blockquote><p>./pyrogenesis: error while loading shared libraries: libbfd-2.20.1-system.20100303.so: cannot open shared object file: No such file or directory</p></blockquote>
<p>So, it really needs the binutils version it says it does. Anyways, just creating a symbolic link named libbfd-2.20.1-system.20100303.so in /usr/lib to the version that I have i.e. libbfd-2.20.1-system.20100303.so did it for me. To do so, in terminal I typed the following:</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;">ln</span> <span style="color: #660033;">-s</span> <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libbfd-2.20.51-system.20100710.so <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>libbfd-2.20.1-system.20100303.so</pre></div></div>

<p>Hope this helps.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/solved-subprocess-pre-removal-script-returned-error-exit-status-2-error-2009-08-04.html' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;subprocess pre-removal script returned error exit status 2&#8243; error'>[SOLVED] &#8220;subprocess pre-removal script returned error exit status 2&#8243; error</a></li>
<li><a href='http://www.khattam.info/howto-recover-an-application-that-was-removed-due-to-update-in-ubuntu-and-other-debian-based-systems-2010-08-18.html' rel='bookmark' title='Permanent Link: [HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems'>[HOWTO] Recover an application that was removed due to update in Ubuntu and other Debian based systems</a></li>
<li><a href='http://www.khattam.info/howto-install-vlc-media-player-1-1-in-ubuntu-lucid-lynx-and-maverick-meerkat-2010-06-15.html' rel='bookmark' title='Permanent Link: [HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat'>[HOWTO] Install VLC Media Player 1.1 in Ubuntu Lucid Lynx and Maverick Meerkat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/solved-error-depends-binutils-2010-08-18.html/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ubuntu 11.04 to be named Natty Narwhal</title>
		<link>http://www.khattam.info/ubuntu-11-04-to-be-named-natty-narwhal-2010-08-18.html</link>
		<comments>http://www.khattam.info/ubuntu-11-04-to-be-named-natty-narwhal-2010-08-18.html#comments</comments>
		<pubDate>Wed, 18 Aug 2010 05:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Natty Narwhal 11.04]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[11.04]]></category>
		<category><![CDATA[natty]]></category>
		<category><![CDATA[natty narwhal]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=1025</guid>
		<description><![CDATA[Mark Shuttleworth mentioned in his blog that the new Ubuntu after Maverick Meerkat 10.10 will be named Natty Narwhal. Here is what he writes in his blog: So the Narwhal, as the closest thing to a real live unicorn, is an auspicious figurehead as we lay down the fabric from which dreams will be woven. [...]


Related posts:<ol><li><a href='http://www.khattam.info/100000-unique-visits-2010-01-04.html' rel='bookmark' title='Permanent Link: 100,000 Unique Visits'>100,000 Unique Visits</a></li>
<li><a href='http://www.khattam.info/ubuntu-10-10-named-maverick-meerkat-2010-04-02.html' rel='bookmark' title='Permanent Link: Ubuntu 10.10 named Maverick Meerkat'>Ubuntu 10.10 named Maverick Meerkat</a></li>
<li><a href='http://www.khattam.info/howto-installing-sbagen-in-ubuntu-10-04-lucid-lynx-and-10-10-maverick-meerkat-2010-06-09.html' rel='bookmark' title='Permanent Link: [HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat'>[HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Mark Shuttleworth mentioned in his blog that the new Ubuntu after Maverick Meerkat 10.10 will be named Natty Narwhal.</p>
<p><img class="alignnone" title="Natty Narwhal" src="http://upload.wikimedia.org/wikipedia/commons/e/e6/Narwhalsk.jpg" alt="Narwhalsk Ubuntu 11.04 to be named Natty Narwhal" width="454" height="87" /></p>
<p>Here is what he writes in his <a rel="nofollow" href="http://www.khattam.info/goto/blog/1025/1">blog</a>:</p>
<blockquote><p>So the Narwhal, as the closest thing to a real live unicorn, is an  auspicious figurehead as we lay down the fabric from which dreams will  be woven. Dreams of someone’s first PC, dreams of someone’s first  million instances in the cloud: whatever your vision of the future, we  hope the Natty Narwhal will have something to offer.</p></blockquote>
<p>Lets hope Natty will make Linux user&#8217;s dream come true.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/100000-unique-visits-2010-01-04.html' rel='bookmark' title='Permanent Link: 100,000 Unique Visits'>100,000 Unique Visits</a></li>
<li><a href='http://www.khattam.info/ubuntu-10-10-named-maverick-meerkat-2010-04-02.html' rel='bookmark' title='Permanent Link: Ubuntu 10.10 named Maverick Meerkat'>Ubuntu 10.10 named Maverick Meerkat</a></li>
<li><a href='http://www.khattam.info/howto-installing-sbagen-in-ubuntu-10-04-lucid-lynx-and-10-10-maverick-meerkat-2010-06-09.html' rel='bookmark' title='Permanent Link: [HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat'>[HOWTO] Install sbagen in Ubuntu 10.04 Lucid Lynx and 10.10 Maverick Meerkat</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/ubuntu-11-04-to-be-named-natty-narwhal-2010-08-18.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
