<?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>Blog do Beraldo &#187; flash</title>
	<atom:link href="http://www.rberaldo.com.br/blog/tag/flash/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.rberaldo.com.br/blog</link>
	<description>Programação, Música, Entretenimento e o que mais me vier à mente</description>
	<lastBuildDate>Wed, 25 Jan 2012 14:23:50 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Plug-in Flash no Ubuntu 9.10</title>
		<link>http://www.rberaldo.com.br/blog/plug-in-flash-no-ubuntu-9-10/</link>
		<comments>http://www.rberaldo.com.br/blog/plug-in-flash-no-ubuntu-9-10/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 15:24:56 +0000</pubDate>
		<dc:creator>Beraldo</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Shell Script (Bash)]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.rberaldo.com.br/blog/?p=163</guid>
		<description><![CDATA[Instalação do plugin flash para firefox no ubuntu 9.10]]></description>
			<content:encoded><![CDATA[<p>A dica de hoje é curta, simples e direta.</p>
<p>Muita gente tem problemas com o plug-in flash para o Firefox no Ubuntu. Vou postar um pequeno trecho de Shell Script que resolve o problema rapidamente.</p>
<p><span id="more-163"></span></p>
<p> Existe a opção de  usar o flashplugin-nonfree, do Medibuntu, mas o plug-in da própria Adobe já está funcionando corretamente.</p>
<p>O código foi retirado <a href="http://www.khattam.info/2009/08/18/solved-flashplugin-controls-not-working-in-ubuntu-9-10-karmic-koala-alpha-4/" onclick="urchinTracker('/outgoing/www.khattam.info/2009/08/18/solved-flashplugin-controls-not-working-in-ubuntu-9-10-karmic-koala-alpha-4/?referer=');">deste link</a>.</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> remove flashplugin-installer flashplugin-nonfree swdec-mozilla mozilla-plugin-gnash
<span style="color: #7a0874; font-weight: bold;">cd</span> <span style="color: #000000; font-weight: bold;">/</span>tmp
<span style="color: #c20cb9; font-weight: bold;">wget</span> http:<span style="color: #000000; font-weight: bold;">//</span>download.macromedia.com<span style="color: #000000; font-weight: bold;">/</span>pub<span style="color: #000000; font-weight: bold;">/</span>labs<span style="color: #000000; font-weight: bold;">/</span>flashplayer10<span style="color: #000000; font-weight: bold;">/</span>libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
<span style="color: #c20cb9; font-weight: bold;">tar</span> xf libflashplayer-10.0.32.18.linux-x86_64.so.tar.gz
<span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">mv</span> libflashplayer.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>mozilla<span style="color: #000000; font-weight: bold;">/</span>plugins<span style="color: #000000; font-weight: bold;">/</span></pre></div></div>

<p>Depois disso, basta reiniciar o Firefox e pronto! =D</p>
]]></content:encoded>
			<wfw:commentRss>http://www.rberaldo.com.br/blog/plug-in-flash-no-ubuntu-9-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

