<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Skype video with Ubuntu 9.10</title>
	<atom:link href="http://www.paulstimesink.com/post/2009/11/18/skype-video-with-ubuntu-9-10/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.paulstimesink.com/post/2009/11/18/skype-video-with-ubuntu-9-10/</link>
	<description>My blog for things that I find interesting.</description>
	<lastBuildDate>Sun, 07 Mar 2010 10:13:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Danielsnojack</title>
		<link>http://www.paulstimesink.com/post/2009/11/18/skype-video-with-ubuntu-9-10/comment-page-1/#comment-1924</link>
		<dc:creator>Danielsnojack</dc:creator>
		<pubDate>Sun, 07 Mar 2010 10:13:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/?p=1559#comment-1924</guid>
		<description>Nice joke PWESTBRO !
It is neverending loop, if your script is calling himself.
The right comandis this:

#!/bin/bash
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype.real

Bye !</description>
		<content:encoded><![CDATA[<p>Nice joke PWESTBRO !<br />
It is neverending loop, if your script is calling himself.<br />
The right comandis this:</p>
<p>#!/bin/bash<br />
LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so /usr/bin/skype.real</p>
<p>Bye !</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kroon78</title>
		<link>http://www.paulstimesink.com/post/2009/11/18/skype-video-with-ubuntu-9-10/comment-page-1/#comment-1842</link>
		<dc:creator>kroon78</dc:creator>
		<pubDate>Sun, 21 Feb 2010 05:51:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/?p=1559#comment-1842</guid>
		<description>Thanks for the tip mate, worked like a charm!</description>
		<content:encoded><![CDATA[<p>Thanks for the tip mate, worked like a charm!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pwestbro</title>
		<link>http://www.paulstimesink.com/post/2009/11/18/skype-video-with-ubuntu-9-10/comment-page-1/#comment-1447</link>
		<dc:creator>pwestbro</dc:creator>
		<pubDate>Tue, 12 Jan 2010 05:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/?p=1559#comment-1447</guid>
		<description>What I did was rename the skype binary, and then replace create a script with the old name.

For example, 

sudo mv /usr/bin/skype /usr/bin/skype.real
cat &gt; /usr/bin/skype &lt;&lt;EOF
#!/bin/bash
LD_PRELOAD=/usr/lib/libv41/vl1compat.so skype
EOF
sudo chmod +x /usr/bin/skype</description>
		<content:encoded><![CDATA[<p>What I did was rename the skype binary, and then replace create a script with the old name.</p>
<p>For example, </p>
<p>sudo mv /usr/bin/skype /usr/bin/skype.real<br />
cat > /usr/bin/skype <<EOF<br />
#!/bin/bash<br />
LD_PRELOAD=/usr/lib/libv41/vl1compat.so skype<br />
EOF<br />
sudo chmod +x /usr/bin/skype</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Shenton</title>
		<link>http://www.paulstimesink.com/post/2009/11/18/skype-video-with-ubuntu-9-10/comment-page-1/#comment-1445</link>
		<dc:creator>Matt Shenton</dc:creator>
		<pubDate>Tue, 12 Jan 2010 03:15:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.paulstimesink.com/?p=1559#comment-1445</guid>
		<description>Hi,

Thanks for this info. I&#039;m totally new to the linux world. After my XP packed up, I just decided to give it a whirl, but I need Skype to talk to my parents and others who are unliklely to use anything else.

So, I&#039;m on Kubuntu 9.10 which I really, really like, but only just beginning to work out how to use.

The LD_PRELOAD from the command line worked nicely (Quickcam connect).

But , if you have time could you possibly indicate (for an absolute beginner) what it is I&#039;d need to edit so I don&#039;t have to use the command line every time to open Skype?

Many thanks
Matt</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Thanks for this info. I&#8217;m totally new to the linux world. After my XP packed up, I just decided to give it a whirl, but I need Skype to talk to my parents and others who are unliklely to use anything else.</p>
<p>So, I&#8217;m on Kubuntu 9.10 which I really, really like, but only just beginning to work out how to use.</p>
<p>The LD_PRELOAD from the command line worked nicely (Quickcam connect).</p>
<p>But , if you have time could you possibly indicate (for an absolute beginner) what it is I&#8217;d need to edit so I don&#8217;t have to use the command line every time to open Skype?</p>
<p>Many thanks<br />
Matt</p>
]]></content:encoded>
	</item>
</channel>
</rss>
