<?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</title>
	<atom:link href="http://www.khattam.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.khattam.info</link>
	<description>Sharing views and experiences</description>
	<lastBuildDate>Sun, 07 Mar 2010 10:24:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[HOWTO] Auto Re-Connect to dsl pppoe in Linux</title>
		<link>http://www.khattam.info/2010/03/07/howto-auto-re-connect-to-dsl-pppoe-in-linux/</link>
		<comments>http://www.khattam.info/2010/03/07/howto-auto-re-connect-to-dsl-pppoe-in-linux/#comments</comments>
		<pubDate>Sun, 07 Mar 2010 06:31:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[adsl]]></category>
		<category><![CDATA[alpha]]></category>
		<category><![CDATA[deluge]]></category>
		<category><![CDATA[dsl]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[poff]]></category>
		<category><![CDATA[pon]]></category>
		<category><![CDATA[pppoe]]></category>
		<category><![CDATA[pppoeconf]]></category>
		<category><![CDATA[reconnect]]></category>
		<category><![CDATA[reconnecting]]></category>
		<category><![CDATA[ubnt]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Worldlink]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=682</guid>
		<description><![CDATA[ I am using Ubuntu 10.04 Lucid Lynx Alpha. I have a dsl connection (WiZoom, Wireless via ubnt but wired to my PC) from Worldlink Pvt. Ltd., Nepal. I need to connect via pppoe. I occasionally keep my PC to download overnight while I sleep or even when I am away. It works well with [...]


Related posts:<ol><li><a href='http://www.khattam.info/2009/11/08/solved-dsl-pppoe-not-able-to-connect-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: [SOLVED] DSL PPPoE not able to Connect in Ubuntu 9.10 Karmic Koala'>[SOLVED] DSL PPPoE not able to Connect in Ubuntu 9.10 Karmic Koala</a></li>
<li><a href='http://www.khattam.info/2009/04/30/configuring-cdma-wireless-modem-in-linux/' rel='bookmark' title='Permanent Link: Configuring CDMA Wireless Modem in Linux'>Configuring CDMA Wireless Modem in Linux</a></li>
<li><a href='http://www.khattam.info/2010/01/31/solved-error-mountall-could-not-connect-to-plymouth-mountall-main-process-x-terminated-with-status-1/' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;'>[SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p> I am using Ubuntu 10.04 Lucid Lynx Alpha. I have a dsl connection (WiZoom, Wireless via ubnt but wired to my PC) from Worldlink Pvt. Ltd., Nepal. I need to connect via pppoe. I occasionally keep my PC to download overnight while I sleep or even when I am away. It works well with torrents (with deluge as my torrent client, I haven&#8217;t used transmission torrent client much) but sometimes it disconnects from the internet. So, I had to configure it to auto re-connect on disconnect. It should also connect on logon. Since network manager does not meet my requirements, <span id="more-682"></span>I had to delete the DSL connection from my network manager (which I had configured to connect at logon). Then I would need to configure pppoe connection via pppoeconf. To do so, I bring up my terminal and type in:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> pppoeconf</pre></td></tr></table></div>

<p>After that I just answer a series of questions, which include my username and password. I leave all the other values to defaults as they work for me. If they don&#8217;t work for you, you may need some tweaking. You should look for help elsewhere as I am not aware of other connection types/settings.<br />
Now, I can connect from my terminal using:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> pon dsl-provider</pre></td></tr></table></div>

<p>and disconnect using:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> poff <span style="color: #660033;">-a</span></pre></td></tr></table></div>

<p>Now, I have verified that it works and am ready to move on. But disconnect does not disconnect me immediately. pppd does not terminate immediately after I use sudo poff -a so I had to write a small script that helps me disconnect immediately. To achieve that, I created a killpppd script and placed in /usr/local/sbin/. To do so, launch nautilus as root. To do so, press Alt+F2 and type in:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">gksu nautilus <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>sbin</pre></td></tr></table></div>

<p>Create a new text file and copy/paste or type in the following:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #666666; font-style: italic;">#kill pppd brutally</span>
<span style="color: #000000; font-weight: bold;">for</span> i <span style="color: #000000; font-weight: bold;">in</span> <span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ps</span> <span style="color: #660033;">-eaf</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">grep</span> <span style="color: #ff0000;">&quot;pppd&quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">tr</span> <span style="color: #660033;">-s</span> <span style="color: #ff0000;">&quot; &quot;</span> <span style="color: #000000; font-weight: bold;">|</span> <span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-f2</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot; &quot;</span><span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #000000; font-weight: bold;">do</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">kill</span> <span style="color: #660033;">-9</span> <span style="color: #800000;">${i}</span>
<span style="color: #000000; font-weight: bold;">done</span></pre></td></tr></table></div>

<p>Then I made it executable (Right Click on the file>Properties>Permissions>Allow executing file as Programs). Now, we can just run</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">killpppd</pre></td></tr></table></div>

<p> from terminal and the pppd dies and connection is lost.<br />
I have created yet another file that tries to disconnect using poff and also kills pppd with killpppd. I have named it dcon and it contains the following text:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> poff <span style="color: #660033;">-a</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> killpppd
<span style="color: #c20cb9; font-weight: bold;">sudo</span> poff <span style="color: #660033;">-a</span></pre></td></tr></table></div>

<p>Then I made it executable. This script first tries to disconnect gracefully and tries to kill pppd if that was not successful. I have made this like this because poff gives</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">/usr/bin/poff: No pppd is running.  None stopped.</pre></td></tr></table></div>

<p> if no pppd was running. So, I will get to know if pppd was running or not and if it did stop.<br />
Now, I need a connect script that only connects if the connection has been lost and does nothing if it has not. To achieve I use a small script by AT-HE and place it with name &#8220;connect&#8221; in /usr/local/sbin/. Here is the script:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #666666; font-style: italic;"># adsl-reconnect.sh by AT-HE (at_he hotmail) nov 2008. </span>
<span style="color: #666666; font-style: italic;"># Modified by _khAttAm_, March 2010</span>
&nbsp;
<span style="color: #007800;">IFACE</span>=ppp0
<span style="color: #007800;">DOWN</span>=dcon
<span style="color: #007800;">UP</span>=<span style="color: #ff0000;">&quot;pon dsl-provider&quot;</span>
<span style="color: #007800;">LOG</span>=<span style="color: #000000; font-weight: bold;">/</span>var<span style="color: #000000; font-weight: bold;">/</span>log<span style="color: #000000; font-weight: bold;">/</span>dsl-reconnect.log
&nbsp;
<span style="color: #007800;">PTP</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ifconfig</span> <span style="color: #007800;">$IFACE</span> <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">grep</span> P-t-P<span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-d</span> : <span style="color: #660033;">-f</span> <span style="color: #000000;">3</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot; &quot;</span> <span style="color: #660033;">-f</span> <span style="color: #000000;">1</span><span style="color: #000000; font-weight: bold;">`</span>
<span style="color: #007800;">RECV</span>=<span style="color: #000000; font-weight: bold;">`</span><span style="color: #c20cb9; font-weight: bold;">ping</span> <span style="color: #660033;">-c</span> <span style="color: #000000;">1</span> <span style="color: #007800;">$PTP</span> <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">grep</span> received<span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-d</span> , <span style="color: #660033;">-f</span> <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">|</span><span style="color: #c20cb9; font-weight: bold;">cut</span> <span style="color: #660033;">-d</span> <span style="color: #ff0000;">&quot; &quot;</span> <span style="color: #660033;">-f</span> <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">`</span>
&nbsp;
<span style="color: #000000; font-weight: bold;">if</span> <span style="color: #7a0874; font-weight: bold;">&#91;</span> <span style="color: #ff0000;">&quot;<span style="color: #007800;">$RECV</span>&quot;</span> <span style="color: #000000; font-weight: bold;">!</span>= <span style="color: #ff0000;">&quot;1&quot;</span> <span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #000000; font-weight: bold;">then</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;connecting...&quot;</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #660033;">-----</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span><span style="color: #007800;">$LOG</span>
<span style="color: #c20cb9; font-weight: bold;">date</span><span style="color: #000000; font-weight: bold;">&gt;&gt;</span><span style="color: #007800;">$LOG</span>
<span style="color: #007800;">$DOWN</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span><span style="color: #007800;">$LOG</span> <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span>
<span style="color: #666666; font-style: italic;">#wait for kill</span>
<span style="color: #c20cb9; font-weight: bold;">sleep</span> <span style="color: #000000;">3</span>
<span style="color: #7a0874; font-weight: bold;">echo</span> <span style="color: #ff0000;">&quot;hopefully killed&quot;</span>
<span style="color: #007800;">$UP</span> <span style="color: #000000; font-weight: bold;">&gt;&gt;</span><span style="color: #007800;">$LOG</span> <span style="color: #000000;">2</span><span style="color: #000000; font-weight: bold;">&gt;&amp;</span><span style="color: #000000;">1</span>
<span style="color: #000000; font-weight: bold;">fi</span></pre></td></tr></table></div>

<p>Then I made it executable. I have named this one connect and placed at /usr/local/sbin. The script uses our dcon script to disconnect and pon dsl-provider to connect. It checks if the IP of our server (placed at PTP variable) is ping-able. In that case, the connection has not terminated and it does nothing. However, if the IP of the server is not ping-able, it disconnects (which has probably already been disconnected but pppd may not have died, so we need to kill it otherwise the connection is made with interface ppp1, ppp2 and the script will not work) and then tries to connect. This must be run as root so I created another file named con in the same directory (usr/local/sbin/) with contents:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
<span style="color: #c20cb9; font-weight: bold;">sudo</span> connect</pre></td></tr></table></div>

<p>Now, we can just run:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">con</pre></td></tr></table></div>

<p> from the terminal.<br />
Now, we have four files in /usr/local/sbin namely con, dcon, connect and killpppd. They can all be used from the terminal. Basically, only con is required as it does everything. It connects to the internet if there is no connection and re-connects if connection has been lost.<br />
Now, I needed to run the &#8220;con&#8221; script periodically. I have chosen to run it every minute. I have used cron to do that. To do that, I ran</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> crontab <span style="color: #660033;">-e</span></pre></td></tr></table></div>

<p>. If you are running it for the first time, you will need to choose an editor. I just chose nano. Now, we need to write in the following line at the end of the file that opens in nano. You can use Shift+Insert to paste the following line:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">* * * * * /usr/local/sbin/con</pre></td></tr></table></div>

<p>. Remember, the line needs to be exactly the same with all the asterisks in place. That makes cron run the script &#8220;con&#8221; every minute.</p>
<p>Hope this helps others too.</p>
<p>References:<br />
<a rel="nofollow" href="http://www.khattam.info/goto/http_kevin_vanzonneveld_net_techblog_article_schedule_tasks_on_linux_using_crontab_/682/1">http://kevin.vanzonneveld.net/techblog/article/schedule_tasks_on_linux_using_crontab/</a><br />
<a rel="nofollow" href="http://www.khattam.info/goto/http_geekhut_blogspot_com_2007_05_auto_reconnecting_lost_dsl_connection_html/682/2">http://geekhut.blogspot.com/2007/05/auto-reconnecting-lost-dsl-connection.html</a></p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2009/11/08/solved-dsl-pppoe-not-able-to-connect-in-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: [SOLVED] DSL PPPoE not able to Connect in Ubuntu 9.10 Karmic Koala'>[SOLVED] DSL PPPoE not able to Connect in Ubuntu 9.10 Karmic Koala</a></li>
<li><a href='http://www.khattam.info/2009/04/30/configuring-cdma-wireless-modem-in-linux/' rel='bookmark' title='Permanent Link: Configuring CDMA Wireless Modem in Linux'>Configuring CDMA Wireless Modem in Linux</a></li>
<li><a href='http://www.khattam.info/2010/01/31/solved-error-mountall-could-not-connect-to-plymouth-mountall-main-process-x-terminated-with-status-1/' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;'>[SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/03/07/howto-auto-re-connect-to-dsl-pppoe-in-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Moving Gnote Notes to Tomboy and vice versa</title>
		<link>http://www.khattam.info/2010/03/02/howto-moving-gnote-notes-to-tomboy-and-vice-versa/</link>
		<comments>http://www.khattam.info/2010/03/02/howto-moving-gnote-notes-to-tomboy-and-vice-versa/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 22:53:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[gnote]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[mono]]></category>
		<category><![CDATA[note taking]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=678</guid>
		<description><![CDATA[ I had moved to Gnote from Tomboy notes in my Ubuntu 10.04 Lucid Lynx Alpha because I wanted to free some space by removing mono (I don&#8217;t play gbrainy and I do not have a photo collection in my PC  ).

However, I have been facing crashes with Gnote recently. I updated to latest [...]


Related posts:<ol><li><a href='http://www.khattam.info/2010/02/11/solved-gtk-message-failed-globalmenu/' 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/2009/12/30/make-docky-3d-style-in-ubuntu/' 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/2010/02/06/installing-kernel-2-6-33-to-lucid-lynx-ubuntu-10-04-without-compiling/' rel='bookmark' title='Permanent Link: [HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling'>[HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p> I had moved to Gnote from Tomboy notes in my Ubuntu 10.04 Lucid Lynx Alpha because I wanted to free some space by removing mono (I don&#8217;t play gbrainy and I do not have a photo collection in my PC <img src='http://www.khattam.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ).<br />
<span id="more-678"></span><br />
However, I have been facing crashes with Gnote recently. I updated to latest version of Gnote from the PPA with no success. I get the following error when I try to launch Gnote version 0.7.1-1ppalucid3 from the terminal:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">progname=gnote; RGBA=on
(gnote:13961): GLib-GObject-WARNING **: cannot register existing type `gtkmm__GtkTextBuffer'
(gnote:13961): GLib-GObject-WARNING **: cannot register existing type `gtkmm__GtkTextBuffer'
(gnote:13961): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `&lt;invalid&gt;'
(gnote:13961): GLib-GObject-CRITICAL **: g_object_class_find_property: assertion `G_IS_OBJECT_CLASS (class)' failed
(gnote:13961): glibmm-WARNING **: Glib::ConstructParams::ConstructParams(): object class &quot;(null)&quot; has no property named &quot;tag_table&quot;
(gnote:13961): GLib-GObject-CRITICAL **: g_type_class_unref: assertion `g_class != NULL' failed
(gnote:13961): GLib-GObject-CRITICAL **: g_object_newv: assertion `G_TYPE_IS_OBJECT (object_type)' failed
(gnote:13961): Gtk-CRITICAL **: gtk_text_buffer_get_tag_table: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
(gnote:13961): GLib-GObject-WARNING **: cannot register existing type `gtkmm__GtkTextBuffer'
(gnote:13961): GLib-GObject-WARNING **: cannot retrieve class for invalid (unclassed) type `&lt;invalid&gt;'
(gnote:13961): GLib-GObject-CRITICAL **: g_object_class_find_property: assertion `G_IS_OBJECT_CLASS (class)' failed
(gnote:13961): glibmm-WARNING **: Glib::ConstructParams::ConstructParams(): object class &quot;(null)&quot; has no property named &quot;tag_table&quot;
(gnote:13961): GLib-GObject-CRITICAL **: g_type_class_unref: assertion `g_class != NULL' failed
(gnote:13961): GLib-GObject-CRITICAL **: g_object_newv: assertion `G_TYPE_IS_OBJECT (object_type)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
(gnote:13961): GLib-GObject-CRITICAL **: g_object_unref: assertion `G_IS_OBJECT (object)' failed
(gnote:13961): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): GLib-GObject-WARNING **: invalid (NULL) pointer instance
(gnote:13961): GLib-GObject-CRITICAL **: g_signal_connect_data: assertion `G_TYPE_CHECK_INSTANCE (instance)' failed
(gnote:13961): Gtk-CRITICAL **: gtk_text_buffer_get_end_iter: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
(gnote:13961): Gtk-CRITICAL **: gtk_text_buffer_get_start_iter: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
(gnote:13961): Gtk-CRITICAL **: gtk_text_buffer_delete: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
(gnote:13961): Gtk-CRITICAL **: gtk_text_buffer_get_start_iter: assertion `GTK_IS_TEXT_BUFFER (buffer)' failed
(gnote:13961): GLib-GObject-CRITICAL **: g_object_ref: assertion `G_IS_OBJECT (object)' failed
zsh: segmentation fault (core dumped)  gnote</pre></td></tr></table></div>

<p>The bug has been filed <a rel="nofollow" href="http://www.khattam.info/goto/here/678/1">here</a> but we are yet to see any improvements.</p>
<p>So I thought I should move back to Tomboy. I needed to get my notes that I created in Gnote back. To do that, I just had to copy the .note files from /home/MyUserName/.gnote to /home/MyUserName/.local/share/tomboy. After that, I had to quit and start Tomboy again and I can access the notes again with Tomboy.<br />
If I had to move these back again (i.e. from Tomboy to Gnote), I could delete the .gnote altogether (so that it asks for import) or copy .note from /home/MyUserName/.local/share/tomboy to /home/MyUserName/.gnote.</p>
<p>Let me know when Gnote starts working again.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2010/02/11/solved-gtk-message-failed-globalmenu/' 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/2009/12/30/make-docky-3d-style-in-ubuntu/' 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/2010/02/06/installing-kernel-2-6-33-to-lucid-lynx-ubuntu-10-04-without-compiling/' rel='bookmark' title='Permanent Link: [HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling'>[HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/03/02/howto-moving-gnote-notes-to-tomboy-and-vice-versa/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Deluge Launching ERROR: &#8220;cPickle.UnpicklingError: could not find MARK&#8221;</title>
		<link>http://www.khattam.info/2010/02/27/solved-deluge-launching-error-cpickle-unpicklingerror-could-not-find-mark/</link>
		<comments>http://www.khattam.info/2010/02/27/solved-deluge-launching-error-cpickle-unpicklingerror-could-not-find-mark/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 14:48:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[deluge]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ppa]]></category>
		<category><![CDATA[state]]></category>
		<category><![CDATA[torrent]]></category>

		<guid isPermaLink="false">http://www.khattam.info/2010/02/27/solved-deluge-launching-error-cpickle-unpicklingerror-could-not-find-mark/</guid>
		<description><![CDATA[I just tried to launch deluge and got the following error:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
progname=deluge; RGBA=on
Traceback (most recent call last):
  File &#34;/usr/bin/deluge&#34;, line 9, in &#60;module&#62;
    load_entry_point('deluge==1.2.1', 'console_scripts', 'deluge')()
  File &#34;/usr/lib/pymodules/python2.6/deluge/main.py&#34;, line 121, in start_ui
    UI(options, args, options.args)
  File &#34;/usr/lib/pymodules/python2.6/deluge/ui/ui.py&#34;, line 128, in __init__
    ui = GtkUI(args)
 [...]


Related posts:<ol><li><a href='http://www.khattam.info/2010/01/17/solved-deluge-not-working-menus-and-buttons-greyed-out-problem-after-upgrade/' rel='bookmark' title='Permanent Link: [SOLVED] Deluge not working (Menus and Buttons Greyed Out) Problem after Upgrade'>[SOLVED] Deluge not working (Menus and Buttons Greyed Out) Problem after Upgrade</a></li>
<li><a href='http://www.khattam.info/2010/01/28/synapticsolved-unable-to-get-exclusive-lock/' rel='bookmark' title='Permanent Link: [SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error'>[SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error</a></li>
<li><a href='http://www.khattam.info/2009/07/29/a-better-torrent-client-for-ubuntu-9-04-jaunty-jackalope/' rel='bookmark' title='Permanent Link: A better Torrent Client For Ubuntu 9.04 (Jaunty Jackalope)'>A better Torrent Client For Ubuntu 9.04 (Jaunty Jackalope)</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I just tried to launch deluge and got the following error:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">progname=deluge; RGBA=on
Traceback (most recent call last):
  File &quot;/usr/bin/deluge&quot;, line 9, in &lt;module&gt;
    load_entry_point('deluge==1.2.1', 'console_scripts', 'deluge')()
  File &quot;/usr/lib/pymodules/python2.6/deluge/main.py&quot;, line 121, in start_ui
    UI(options, args, options.args)
  File &quot;/usr/lib/pymodules/python2.6/deluge/ui/ui.py&quot;, line 128, in __init__
    ui = GtkUI(args)
  File &quot;/usr/lib/pymodules/python2.6/deluge/ui/gtkui/gtkui.py&quot;, line 216, in __init__
    self.torrentdetails = TorrentDetails()
  File &quot;/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentdetails.py&quot;, line 116, in __init__
    state = self.load_state()
  File &quot;/usr/lib/pymodules/python2.6/deluge/ui/gtkui/torrentdetails.py&quot;, line 432, in load_state
    state = cPickle.load(state_file)
cPickle.UnpicklingError: could not find MARK</pre></td></tr></table></div>

<p>Deluge would just crash and would not show up at all.</p>
<p>I tried searching for a solution, but did not find any. I tried upgrading to the ppa version of deluge with no luck. Then I just removed all the .state (not to be mistaken with state directory) files (peers_tab.state, files_tab.state, torrentview.state, tabs.state, dht.state, session.state and any other file containing .state at the end) from /home/MyUserName/.config/deluge and was able to launch deluge again. You should not remove the state directory because you will lose the torrent list if you do.<br />
After that, you will be able to launch deluge. It is a good idea to recheck (Right click on a torrent file and select Force Recheck) all torrent files after you do this.</p>
<p>Hope this helps.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2010/01/17/solved-deluge-not-working-menus-and-buttons-greyed-out-problem-after-upgrade/' rel='bookmark' title='Permanent Link: [SOLVED] Deluge not working (Menus and Buttons Greyed Out) Problem after Upgrade'>[SOLVED] Deluge not working (Menus and Buttons Greyed Out) Problem after Upgrade</a></li>
<li><a href='http://www.khattam.info/2010/01/28/synapticsolved-unable-to-get-exclusive-lock/' rel='bookmark' title='Permanent Link: [SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error'>[SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error</a></li>
<li><a href='http://www.khattam.info/2009/07/29/a-better-torrent-client-for-ubuntu-9-04-jaunty-jackalope/' rel='bookmark' title='Permanent Link: A better Torrent Client For Ubuntu 9.04 (Jaunty Jackalope)'>A better Torrent Client For Ubuntu 9.04 (Jaunty Jackalope)</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/02/27/solved-deluge-launching-error-cpickle-unpicklingerror-could-not-find-mark/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap</title>
		<link>http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/</link>
		<comments>http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 17:34:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[desktop background]]></category>
		<category><![CDATA[desktop wallpaper]]></category>
		<category><![CDATA[Hardy]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[Shantz XWinWrap]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[video as desktop]]></category>
		<category><![CDATA[video desktop]]></category>
		<category><![CDATA[video wallpaper]]></category>
		<category><![CDATA[xwinwrap]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=658</guid>
		<description><![CDATA[I wanted to try out video wallpaper (like DreamScene on Windows 7). I had tried XWinWrap with Hardy but back then, I had problems running Compiz on an old PC and it did not look good at all. Now, I am trying it out on a new PC and Compiz works well on my onboard [...]


Related posts:<ol><li><a href='http://www.khattam.info/2009/11/29/download-10-04-ubuntu-lucid-lynx-daily-build-whatsnew/' rel='bookmark' title='Permanent Link: What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build'>What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build</a></li>
<li><a href='http://www.khattam.info/2010/02/06/installing-kernel-2-6-33-to-lucid-lynx-ubuntu-10-04-without-compiling/' rel='bookmark' title='Permanent Link: [HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling'>[HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling</a></li>
<li><a href='http://www.khattam.info/2009/12/30/xvideoservicethief-video-downloader-for-linux-windows-and-mac/' rel='bookmark' title='Permanent Link: xVideoServiceThief &#8211; Youtube Video Downloader for Ubuntu Linux'>xVideoServiceThief &#8211; Youtube Video Downloader for Ubuntu Linux</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I wanted to try out video wallpaper (like DreamScene on Windows 7). I had tried XWinWrap with Hardy but back then, I had problems running Compiz on an old PC and it did not look good at all. Now, I am trying it out on a new PC and Compiz works well on my onboard Intel GMA 3000 on Ubuntu 10.04 Lucid Lynx Alpha.</p>
<p>If you want to try this, you must have compiz enabled. You may also want to install mplayer and codecs for videos you want to use as desktop background.<span id="more-658"></span></p>
<p>First of all, I downloaded Shantz XWinWrap from <a rel="nofollow" href="http://www.khattam.info/goto/here/658/1">here</a>. I extract it and installed it. You can use the deb files for your respective architecture. I chose i386 as I have 32-bit version of Lucid installed.</p>
<p>Once it is installed, you can open up the terminal and then try running the following command to see how it works:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">xwinwrap <span style="color: #660033;">-ni</span> <span style="color: #660033;">-argb</span> <span style="color: #660033;">-fs</span> <span style="color: #660033;">-s</span> <span style="color: #660033;">-st</span> <span style="color: #660033;">-sp</span> <span style="color: #660033;">-nf</span> <span style="color: #660033;">-b</span> <span style="color: #660033;">--</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>xscreensaver<span style="color: #000000; font-weight: bold;">/</span>glmatrix <span style="color: #660033;">-window-id</span> WID</pre></td></tr></table></div>

<p>You can exit it by pressing Ctrl+C in terminal.</p>
<p>Then, I tried with mplayer. First, you may want to set mplayer to play on loop by default, otherwise mplayer will exit when it is done playing the video and so will XWinWrap. To enable repeat mode in mplayer by default, edit /home/Your_User_Name/.mpalyer/config and add</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">loop=0</pre></div></div>

<p> at the end of the file. To do that, press Alt+F2 and then type in</p>

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

<p>, add</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">loop=0</pre></div></div>

<p> at the end and save it.</p>
<p>After that was done, I tried the following in terminal:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">xwinwrap <span style="color: #660033;">-ni</span> <span style="color: #660033;">-o</span> <span style="color: #000000;">0.9</span> <span style="color: #660033;">-fs</span> <span style="color: #660033;">-s</span> <span style="color: #660033;">-st</span> <span style="color: #660033;">-sp</span> <span style="color: #660033;">-b</span> <span style="color: #660033;">-nf</span> <span style="color: #660033;">--</span> <span style="color: #c20cb9; font-weight: bold;">mplayer</span> <span style="color: #660033;">-wid</span> WID <span style="color: #660033;">-nosound</span> <span style="color: #000000; font-weight: bold;">/</span>full<span style="color: #000000; font-weight: bold;">/</span>path<span style="color: #000000; font-weight: bold;">/</span>to<span style="color: #000000; font-weight: bold;">/</span>video.mpg</pre></div></div>

<p>Notice the option &#8220;-o 0.9&#8243;, this is the opacity of the video wallpaper. If you do not use opacity option (use -o 1.0 or omit -o option), you will not be able to see icons on the Desktop. If you have set it to be transparent, you may want to blank the Desktop with a solid color. Black background works good for most of the videos, but I recommend you tweak the color and opacity values so that it looks good enough.</p>
<p>You can find videos for wallpaper at <a rel="nofollow" target="_blank" href="http://www.khattam.info/goto/Dreamscene_org/658/2">Dreamscene.org</a></p>
<p>If you want the video desktop to be retained when you next log on, you will need to enable it at startup. You can do so by adding the command you used in System>Preferences>Startup Application.</p>
<p>Please share your &#8220;Wallpaper as Video&#8221; experience.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2009/11/29/download-10-04-ubuntu-lucid-lynx-daily-build-whatsnew/' rel='bookmark' title='Permanent Link: What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build'>What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build</a></li>
<li><a href='http://www.khattam.info/2010/02/06/installing-kernel-2-6-33-to-lucid-lynx-ubuntu-10-04-without-compiling/' rel='bookmark' title='Permanent Link: [HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling'>[HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling</a></li>
<li><a href='http://www.khattam.info/2009/12/30/xvideoservicethief-video-downloader-for-linux-windows-and-mac/' rel='bookmark' title='Permanent Link: xVideoServiceThief &#8211; Youtube Video Downloader for Ubuntu Linux'>xVideoServiceThief &#8211; Youtube Video Downloader for Ubuntu Linux</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Cleaning Ubuntu for better performance and privacy</title>
		<link>http://www.khattam.info/2010/02/11/howto-cleaning-ubuntu-for-better-performance-and-privacy/</link>
		<comments>http://www.khattam.info/2010/02/11/howto-cleaning-ubuntu-for-better-performance-and-privacy/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 04:02:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[bugmenot]]></category>
		<category><![CDATA[CCleaner]]></category>
		<category><![CDATA[ccleaner for ubuntu]]></category>
		<category><![CDATA[clean]]></category>
		<category><![CDATA[crap cleaner]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[privacy]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=650</guid>
		<description><![CDATA[When I used Windows, I had come across several &#8220;system cleaners and optimizers&#8221;. One I liked was CCleaner (Crap Cleaner). It had a nice interface and was capable of cleaning cache and data of several applications.
I found a similar application for my Ubuntu 10.04 Lucid Lynx Alpha. It has similar interface and features. It is [...]


Related posts:<ol><li><a href='http://www.khattam.info/2009/12/30/make-docky-3d-style-in-ubuntu/' 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/2010/02/06/howto-add-multiple-rapidshare-megaupload-downloads-in-a-queue-in-ubuntu-with-tucan-manager/' rel='bookmark' title='Permanent Link: [HOWTO] Add multiple rapidshare, megaupload downloads in a Queue in Ubuntu with Tucan Manager'>[HOWTO] Add multiple rapidshare, megaupload downloads in a Queue in Ubuntu with Tucan Manager</a></li>
<li><a href='http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: [HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap'>[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>When I used Windows, I had come across several &#8220;system cleaners and optimizers&#8221;. One I liked was CCleaner (Crap Cleaner). It had a nice interface and was capable of cleaning cache and data of several applications.</p>
<p>I found a similar application for my Ubuntu 10.04 Lucid Lynx Alpha. It has similar interface and features. It is called bleachbit and can be installed via Synaptic (universe repos need to be enabled) and can be accessed from Applications>System Tools>Bleachbit. It is also capable of wiping the data so that it is impossible(or lets say difficult) to recover. It can also clean backup files (those hidden with ~ at the end of the filename, .bak, .tmp and more) with Deep Scan.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2009/12/30/make-docky-3d-style-in-ubuntu/' 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/2010/02/06/howto-add-multiple-rapidshare-megaupload-downloads-in-a-queue-in-ubuntu-with-tucan-manager/' rel='bookmark' title='Permanent Link: [HOWTO] Add multiple rapidshare, megaupload downloads in a Queue in Ubuntu with Tucan Manager'>[HOWTO] Add multiple rapidshare, megaupload downloads in a Queue in Ubuntu with Tucan Manager</a></li>
<li><a href='http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: [HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap'>[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/02/11/howto-cleaning-ubuntu-for-better-performance-and-privacy/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[SOLVED] Gtk-Message: Failed to load module &#8220;gnomenu-panel&#8221;</title>
		<link>http://www.khattam.info/2010/02/11/solved-gtk-message-failed-globalmenu/</link>
		<comments>http://www.khattam.info/2010/02/11/solved-gtk-message-failed-globalmenu/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 02:02:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[gnomenu]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[mac os]]></category>
		<category><![CDATA[mac os x]]></category>
		<category><![CDATA[murrine]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=636</guid>
		<description><![CDATA[I am using globalmenu 0.7.9 (Mac OS X like Global menu for Gnome) from the globalmenu-team PPA (Karmic as Lucid is not available now) in my Ubuntu 10.04 Lucid Lynx. I get the following error on terminal when I try to launch any gtk applications from the terminal:

1
2
Gtk-Message: Failed to load module &#34;gnomenu-panel&#34;: libgnomenu-panel.so: cannot [...]


Related posts:<ol><li><a href='http://www.khattam.info/2010/02/11/solved-murrine-configuration-option-scrollbar_color-gradients-is-no-longer-supported-and-will-be-ignored/' 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/2010/01/28/synapticsolved-unable-to-get-exclusive-lock/' rel='bookmark' title='Permanent Link: [SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error'>[SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error</a></li>
<li><a href='http://www.khattam.info/2010/01/30/solved-ltsp-error-ltsp-client-installation-ended-abnormally/' rel='bookmark' title='Permanent Link: [SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;'>[SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am using globalmenu 0.7.9 (Mac OS X like Global menu for Gnome) from the <a rel="nofollow" href="http://www.khattam.info/goto/globalmenu_team_PPA/636/1">globalmenu-team PPA</a> (Karmic as Lucid is not available now) in my Ubuntu 10.04 Lucid Lynx. I get the following error on terminal when I try to launch any gtk applications from the terminal:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="javascript" style="font-family:monospace;">Gtk<span style="color: #339933;">-</span>Message<span style="color: #339933;">:</span> Failed to load module <span style="color: #3366CC;">&quot;gnomenu-panel&quot;</span><span style="color: #339933;">:</span> libgnomenu<span style="color: #339933;">-</span>panel.<span style="color: #660066;">so</span><span style="color: #339933;">:</span> cannot <span style="color: #000066;">open</span> shared object file<span style="color: #339933;">:</span> No such file or directory
Gtk<span style="color: #339933;">-</span>Message<span style="color: #339933;">:</span> Failed to load module <span style="color: #3366CC;">&quot;globalmenu-gnome&quot;</span><span style="color: #339933;">:</span> libglobalmenu<span style="color: #339933;">-</span>gnome.<span style="color: #660066;">so</span><span style="color: #339933;">:</span> cannot <span style="color: #000066;">open</span> shared object file<span style="color: #339933;">:</span> No such file or directory</pre></td></tr></table></div>

<p><span id="more-636"></span><br />
However, the gnomemenu-panel works fine, I wanted these messages to not appear.<br />
I opened up /usr/lib/gtk-2.0/modules and found that the plugin had different files than listed in the error message. To fix the problem, I just created symbolic links to the existing files. This is how I did it from the terminal:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
</pre></td><td 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>lib<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>modules
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> libglobalmenu-gnome-panel.so libglobalmenu-gnome.so
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">ln</span> <span style="color: #660033;">-s</span> libglobalmenu-gnome-panel.so libgnomenu-panel.so</pre></td></tr></table></div>

<p>and the messages are gone.</p>
<p>Hope this helps.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2010/02/11/solved-murrine-configuration-option-scrollbar_color-gradients-is-no-longer-supported-and-will-be-ignored/' 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/2010/01/28/synapticsolved-unable-to-get-exclusive-lock/' rel='bookmark' title='Permanent Link: [SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error'>[SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error</a></li>
<li><a href='http://www.khattam.info/2010/01/30/solved-ltsp-error-ltsp-client-installation-ended-abnormally/' rel='bookmark' title='Permanent Link: [SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;'>[SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/02/11/solved-gtk-message-failed-globalmenu/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[SOLVED] &#8216;Murrine configuration option &#8220;scrollbar_color&#8221;, &#8220;gradients&#8221; is no longer supported and will be ignored.&#8217;</title>
		<link>http://www.khattam.info/2010/02/11/solved-murrine-configuration-option-scrollbar_color-gradients-is-no-longer-supported-and-will-be-ignored/</link>
		<comments>http://www.khattam.info/2010/02/11/solved-murrine-configuration-option-scrollbar_color-gradients-is-no-longer-supported-and-will-be-ignored/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 01:23:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[balazan]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[gtk]]></category>
		<category><![CDATA[gtkrc]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[murrine]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu 10.04]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=629</guid>
		<description><![CDATA[I am using balazan theme in Ubuntu 10.04 Lucid Lynx Alpha 4 from breathe ppa for Karmic Koala since Lucid PPA was not available when I started using Lucid. I saw this message when I launched gedit from terminal (gnome-terminal):

1
2
/usr/share/themes/balanzan/gtk-2.0/gtkrc:89: Murrine configuration option &#34;scrollbar_color&#34; is no longer supported and will be ignored.
/usr/share/themes/balanzan/gtk-2.0/gtkrc:93: Murrine configuration option [...]


Related posts:<ol><li><a href='http://www.khattam.info/2010/02/11/solved-gtk-message-failed-globalmenu/' 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/2010/01/31/solved-error-mountall-could-not-connect-to-plymouth-mountall-main-process-x-terminated-with-status-1/' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;'>[SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;</a></li>
<li><a href='http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: [HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap'>[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I am using balazan theme in Ubuntu 10.04 Lucid Lynx Alpha 4 from <a rel="nofollow" href="http://www.khattam.info/goto/breathe_ppa/629/1">breathe ppa</a> for Karmic Koala since Lucid PPA was not available when I started using Lucid. I saw this message when I launched gedit from terminal (gnome-terminal):</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
</pre></td><td class="code"><pre class="text" style="font-family:monospace;">/usr/share/themes/balanzan/gtk-2.0/gtkrc:89: Murrine configuration option &quot;scrollbar_color&quot; is no longer supported and will be ignored.
/usr/share/themes/balanzan/gtk-2.0/gtkrc:93: Murrine configuration option &quot;gradients&quot; is no longer supported and will be ignored.</pre></td></tr></table></div>

<p><span id="more-629"></span><br />
Seems like the theme I&#8217;m using has some depreciated configuration options after Murrine update. I opened the /usr/share/themes/balanzan/gtk-2.0/gtkrc file (as root) using the following command from Alt+F2</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>usr<span style="color: #000000; font-weight: bold;">/</span>share<span style="color: #000000; font-weight: bold;">/</span>themes<span style="color: #000000; font-weight: bold;">/</span>balanzan<span style="color: #000000; font-weight: bold;">/</span>gtk-<span style="color: #000000;">2.0</span><span style="color: #000000; font-weight: bold;">/</span>gtkrc</pre></div></div>

<p>and then removed the lines in question (89 and 93 in my case, those that contain depreciated options) and saved it. The messages are gone.<br />
Hope this helps.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2010/02/11/solved-gtk-message-failed-globalmenu/' 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/2010/01/31/solved-error-mountall-could-not-connect-to-plymouth-mountall-main-process-x-terminated-with-status-1/' rel='bookmark' title='Permanent Link: [SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;'>[SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;</a></li>
<li><a href='http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: [HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap'>[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/02/11/solved-murrine-configuration-option-scrollbar_color-gradients-is-no-longer-supported-and-will-be-ignored/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Installing Kernel 2.6.33 on Lucid Lynx (Ubuntu 10.04) without compiling</title>
		<link>http://www.khattam.info/2010/02/06/installing-kernel-2-6-33-to-lucid-lynx-ubuntu-10-04-without-compiling/</link>
		<comments>http://www.khattam.info/2010/02/06/installing-kernel-2-6-33-to-lucid-lynx-ubuntu-10-04-without-compiling/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 21:17:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[2.6.33]]></category>
		<category><![CDATA[ati]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[Kernel]]></category>
		<category><![CDATA[LTS]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid 2.6.33]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[nouveau]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu 2.6.33]]></category>
		<category><![CDATA[update]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=622</guid>
		<description><![CDATA[I&#8217;m using Ubuntu 10.04 Lucid Lynx Alpha and I decided to check out the latest RC kernel from the Kernel PPA. This is how I installed it on my i386 (32-bit) installation of Ubuntu.

UPDATE: The final 2.6.33 is out, it can be downloaded from http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.33/
I downloaded the following files from: http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.33-rc6/
linux-headers-2.6.33-020633rc6-generic_2.6.33-020633rc6_i386.deb
linux-headers-2.6.33-020633rc6_2.6.33-020633rc6_all.deb
linux-image-2.6.33-020633rc6-generic_2.6.33-020633rc6_i386.deb
Then, I installed them one [...]


Related posts:<ol><li><a href='http://www.khattam.info/2009/08/10/installing-kernel-2-6-30-or-any-latest-version-available-in-debian-lenny-or-ubuntu-without-having-to-go-through-compiling/' 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/2009/11/29/download-10-04-ubuntu-lucid-lynx-daily-build-whatsnew/' rel='bookmark' title='Permanent Link: What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build'>What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build</a></li>
<li><a href='http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: [HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap'>[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m using Ubuntu 10.04 Lucid Lynx Alpha and I decided to check out the latest RC kernel from the Kernel PPA. This is how I installed it on my i386 (32-bit) installation of Ubuntu.<br />
<span id="more-622"></span></p>
<p>UPDATE: The final 2.6.33 is out, it can be downloaded from <a rel="nofollow" href="http://www.khattam.info/goto/http_kernel_ubuntu_com_kernel_ppa_mainline_v2_6_33_/622/1">http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.33/</a></p>
<p>I downloaded the following files from: <a rel="nofollow" href="http://www.khattam.info/goto/http_kernel_ubuntu_com_kernel_ppa_mainline_v2_6_33_rc6_/622/2" target="_blank">http://kernel.ubuntu.com/~kernel-ppa/mainline/v2.6.33-rc6/</a><br />
linux-headers-2.6.33-020633rc6-generic_2.6.33-020633rc6_i386.deb<br />
linux-headers-2.6.33-020633rc6_2.6.33-020633rc6_all.deb<br />
linux-image-2.6.33-020633rc6-generic_2.6.33-020633rc6_i386.deb</p>
<p>Then, I installed them one by one (double click and click install) in the following order:<br />
linux-headers-2.6.33-020633rc6_2.6.33-020633rc6_all.deb<br />
linux-headers-2.6.33-020633rc6-generic_2.6.33-020633rc6_i386.deb<br />
linux-image-2.6.33-020633rc6-generic_2.6.33-020633rc6_i386.deb</p>
<p>If you are using amd64 (64-bit) installation, you should download the files with amd64 instead of i386. The latest release till date is v2.6.33-rc6. A later version may be available till you read this. First, check the versions at <a rel="nofollow" href="http://www.khattam.info/goto/http_kernel_ubuntu_com_kernel_ppa_mainline_/622/3" target="_blank">http://kernel.ubuntu.com/~kernel-ppa/mainline/</a> and choose the latest one.</p>
<p>Although the new Kernel promises better support for graphics (nouveau), I did not find any improvements as such with my onboard Intel GMA 3100 Graphics (actually I didn&#8217;t do any benchmarks, I just ran Assaultcube and it looks and feels the same coz it ran pretty well already <img src='http://www.khattam.info/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> ). I think Nvidia and ATI users will feel the difference though. Also, the boot up has slowed down and usable desktop shows up very late. I also see a lot of disk activity immediately after the boot up. I don&#8217;t know what is causing this. I couldn&#8217;t find any errors as such in kernel log. I&#8217;ll keep this one for now and see how it goes. I will update when the newer build is out.</p>
<p>Please share your 2.6.33 experience.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2009/08/10/installing-kernel-2-6-30-or-any-latest-version-available-in-debian-lenny-or-ubuntu-without-having-to-go-through-compiling/' 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/2009/11/29/download-10-04-ubuntu-lucid-lynx-daily-build-whatsnew/' rel='bookmark' title='Permanent Link: What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build'>What&#8217;s new with Ubuntu 10.04 Ubuntu Lucid Lynx &#8211; Download Daily Build</a></li>
<li><a href='http://www.khattam.info/2010/02/15/howto-video-wallpaper-on-ubuntu-10-04-lucid-lynx/' rel='bookmark' title='Permanent Link: [HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap'>[HOWTO] Video Wallpaper on Ubuntu 10.04 Lucid Lynx with Shantz XWinWrap</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/02/06/installing-kernel-2-6-33-to-lucid-lynx-ubuntu-10-04-without-compiling/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[HOWTO] Add multiple rapidshare, megaupload downloads in a Queue in Ubuntu with Tucan Manager</title>
		<link>http://www.khattam.info/2010/02/06/howto-add-multiple-rapidshare-megaupload-downloads-in-a-queue-in-ubuntu-with-tucan-manager/</link>
		<comments>http://www.khattam.info/2010/02/06/howto-add-multiple-rapidshare-megaupload-downloads-in-a-queue-in-ubuntu-with-tucan-manager/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 20:02:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[4shared]]></category>
		<category><![CDATA[automatic captcha]]></category>
		<category><![CDATA[badongo]]></category>
		<category><![CDATA[captcha]]></category>
		<category><![CDATA[depositfiles]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[easy-share]]></category>
		<category><![CDATA[filefactory]]></category>
		<category><![CDATA[gigasize]]></category>
		<category><![CDATA[hotfile]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[lynx]]></category>
		<category><![CDATA[mediafire]]></category>
		<category><![CDATA[multiple]]></category>
		<category><![CDATA[queue]]></category>
		<category><![CDATA[rapidshare]]></category>
		<category><![CDATA[rapidshare downloader]]></category>
		<category><![CDATA[sendspace]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[upload]]></category>
		<category><![CDATA[uploading]]></category>
		<category><![CDATA[zshare]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=617</guid>
		<description><![CDATA[ My friend who recently switched to Ubuntu was looking for a rapidshare, megaupload file downloader where he can queue downloads and leave it to download. Actually I found an application that not only supports rapidshare and megaupload but lots of other file-sharing sites such as 4shared, badongo, depositfiles, easy-share, filefactory, gigasize, hotfile, mediafire, sendspace, [...]


Related posts:<ol><li><a href='http://www.khattam.info/2009/11/01/howto-upload-multiple-photos-to-facebook-using-f-spot-photo-manager-from-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: [HOWTO] Upload Multiple Photos to Facebook using F-spot Photo Manager from Ubuntu 9.10 Karmic Koala'>[HOWTO] Upload Multiple Photos to Facebook using F-spot Photo Manager from Ubuntu 9.10 Karmic Koala</a></li>
<li><a href='http://www.khattam.info/2009/12/30/make-docky-3d-style-in-ubuntu/' 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/2010/02/11/howto-cleaning-ubuntu-for-better-performance-and-privacy/' rel='bookmark' title='Permanent Link: [HOWTO] Cleaning Ubuntu for better performance and privacy'>[HOWTO] Cleaning Ubuntu for better performance and privacy</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p> My friend who recently switched to Ubuntu was looking for a rapidshare, megaupload file downloader where he can queue downloads and leave it to download. Actually I found an application that not only supports rapidshare and megaupload but lots of other file-sharing sites such as 4shared, badongo, depositfiles, easy-share, filefactory, gigasize, hotfile, mediafire, sendspace, uploading and zshare. The application is called Tucan Manager and is available from the universe repository in Lucid Lynx (I&#8217;m sure it is available in Karmic and older versions too). Moreover, it supports uploads to these sites too.<br />
<span id="more-617"></span><br />
To install it, just launch synaptic (System> Administration> Synaptic Package Manager). Goto settings>repositories and make sure &#8220;Community maintained opensource software (universe)&#8221; is checked. Reload the software list by clicking on reload and wait till it is done. Search for tucan and mark it for installation. Install it by selecting apply and wait till it is installed.<br />
<br />
Once it is installed, close synaptic and launch it from Applications>Internet>Tucan Manager (or Alt+F2>tucan) and click on Find on the preferences window. Get the updates and mark the services you wish to use. Close it and restart it again.</p>
<p>Now, just Add the links. You may add multiple links at once. I checked it with megaupload and it automatically processed CAPTCHA so I didn&#8217;t need to do anything else. By default, it downloads to your home directory (Places>Home).</p>
<p>You may wish to change preferences and make it close to tray (Advanced Configuration) and make other changes as you please.</p>
<p>I don&#8217;t download much from these sites, but someone who needs might find this useful. I haven&#8217;t used much of this application as I just tested it and I wont use it much. Whoever does, please do share your experience.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2009/11/01/howto-upload-multiple-photos-to-facebook-using-f-spot-photo-manager-from-ubuntu-9-10-karmic-koala/' rel='bookmark' title='Permanent Link: [HOWTO] Upload Multiple Photos to Facebook using F-spot Photo Manager from Ubuntu 9.10 Karmic Koala'>[HOWTO] Upload Multiple Photos to Facebook using F-spot Photo Manager from Ubuntu 9.10 Karmic Koala</a></li>
<li><a href='http://www.khattam.info/2009/12/30/make-docky-3d-style-in-ubuntu/' 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/2010/02/11/howto-cleaning-ubuntu-for-better-performance-and-privacy/' rel='bookmark' title='Permanent Link: [HOWTO] Cleaning Ubuntu for better performance and privacy'>[HOWTO] Cleaning Ubuntu for better performance and privacy</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/02/06/howto-add-multiple-rapidshare-megaupload-downloads-in-a-queue-in-ubuntu-with-tucan-manager/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>[SOLVED] &#8220;error: mountall Could not Connect to Plymouth&#8221;, &#8220;mountall main process (x) terminated with status 1&#8243;</title>
		<link>http://www.khattam.info/2010/01/31/solved-error-mountall-could-not-connect-to-plymouth-mountall-main-process-x-terminated-with-status-1/</link>
		<comments>http://www.khattam.info/2010/01/31/solved-error-mountall-could-not-connect-to-plymouth-mountall-main-process-x-terminated-with-status-1/#comments</comments>
		<pubDate>Sat, 30 Jan 2010 19:23:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Desktop]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[10.04]]></category>
		<category><![CDATA[9.10]]></category>
		<category><![CDATA[grub]]></category>
		<category><![CDATA[initrd]]></category>
		<category><![CDATA[karmic]]></category>
		<category><![CDATA[karmic koala]]></category>
		<category><![CDATA[lucid]]></category>
		<category><![CDATA[lucid lynx]]></category>
		<category><![CDATA[mountall]]></category>
		<category><![CDATA[plymouth]]></category>
		<category><![CDATA[plymouth error]]></category>
		<category><![CDATA[plymouth not working]]></category>
		<category><![CDATA[quiet]]></category>
		<category><![CDATA[solar]]></category>
		<category><![CDATA[splash]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://www.khattam.info/?p=608</guid>
		<description><![CDATA[ I am running Ubuntu 10.04 Lucid Lynx Alpha on a system with Gigabyte GA-G31M-S2L with Intel GMA 3100 onboard graphics. I upgraded to Lucid from Karmic Koala (9.10) and it was always showing these errors on boot:
&#8220;error: mountall Could not Connect to Plymouth&#8221;
&#8220;mountall main process (x) terminated with status 1&#8243;
Also, I could not experience [...]


Related posts:<ol><li><a href='http://www.khattam.info/2010/01/30/solved-ltsp-error-ltsp-client-installation-ended-abnormally/' rel='bookmark' title='Permanent Link: [SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;'>[SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;</a></li>
<li><a href='http://www.khattam.info/2009/08/04/solved-subprocess-pre-removal-script-returned-error-exit-status-2-error/' 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/2010/01/28/synapticsolved-unable-to-get-exclusive-lock/' rel='bookmark' title='Permanent Link: [SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error'>[SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p> I am running Ubuntu 10.04 Lucid Lynx Alpha on a system with Gigabyte GA-G31M-S2L with Intel GMA 3100 onboard graphics. I upgraded to Lucid from Karmic Koala (9.10) and it was always showing these errors on boot:<br />
&#8220;error: mountall Could not Connect to Plymouth&#8221;<br />
&#8220;mountall main process (x) terminated with status 1&#8243;<br />
Also, I could not experience Plymouth. I thought it was a problem with Plymouth and believed updates will fix it, but that did not happen till date. Today, I decided to fix it and went looking around for a fix and got it working.<br />
<span id="more-608"></span><br />
I found <a rel="nofollow" href="http://www.khattam.info/goto/this_thread/608/1">this thread</a> on <a rel="nofollow" href="http://www.khattam.info/goto/Ubuntu_Forums/608/2">Ubuntu Forums</a> and was able to fix it by following it.<br />
I checked by boot options and noticed that there was only &#8220;quiet&#8221; specified, and no &#8220;splash&#8221;. I added &#8220;splash&#8221; and it worked.</p>
<p>For that, I just had to do the following:<br />
(Please continue at your own risk)<br />
Launched the terminal (Accessories &gt; Terminal) and typed in sudo dpkg-reconfigure grub-pc. I left the linux command line field empty and hit enter.<br />
In Linux default command line, there was &#8220;quiet&#8221; already. So I added &#8220;splash&#8221;(without quotes) after a space.<br />
<a href="http://www.khattam.info/wp-content/uploads/Screenshot-Terminal.png"><img class="alignnone size-medium wp-image-609" title="Screenshot-Terminal" src="http://www.khattam.info/wp-content/uploads/Screenshot-Terminal-300x194.png" alt="" width="300" height="194" /></a><br />
Then I pressed enter and again enter. I chose the default in Grub Install Devices and pressed enter again.<br />
It gave me:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;">Installation finished. No error reported.</pre></td></tr></table></div>

<p> and then generated grub.cfg.</p>
<p>Then, I typed in</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> plymouth-set-default-theme <span style="color: #660033;">--list</span></pre></td></tr></table></div>

<p>and pressed enter. It gives a list of installed themes for plymouth. To set, you can use</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> plymouth-set-default-theme THEME_NAME <span style="color: #660033;">--rebuild-initrd</span></pre></td></tr></table></div>

<p>where THEME_NAME is the one listed by the previous command. I chose solar by typing in:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>2
</pre></td><td class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">sudo</span> plymouth-set-default-theme solar <span style="color: #660033;">--rebuild-initrd</span></pre></td></tr></table></div>

<p>and rebooted. I could see plymouth now. The solar theme looks great.</p>
<p>Your graphics card may not be compatible with Plymouth, so don&#8217;t expect it to work, not so early. I hope it supports yours in later developments.</p>
<p>Please share your Plymouth experience.</p>


<p>Related posts:<ol><li><a href='http://www.khattam.info/2010/01/30/solved-ltsp-error-ltsp-client-installation-ended-abnormally/' rel='bookmark' title='Permanent Link: [SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;'>[SOLVED] LTSP, &#8220;error: LTSP client installation ended abnormally&#8221;</a></li>
<li><a href='http://www.khattam.info/2009/08/04/solved-subprocess-pre-removal-script-returned-error-exit-status-2-error/' 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/2010/01/28/synapticsolved-unable-to-get-exclusive-lock/' rel='bookmark' title='Permanent Link: [SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error'>[SOLVED] Unable to get Exclusive Lock Problem While Launching Synaptic, /var/lib/dpkg/lock &#8211; open (11 Resource temporarily unavailable) Error</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.khattam.info/2010/01/31/solved-error-mountall-could-not-connect-to-plymouth-mountall-main-process-x-terminated-with-status-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->