<?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>Fritz Thomas &#187; fullscreen</title>
	<atom:link href="http://fritzthomas.com/tags/fullscreen/feed/" rel="self" type="application/rss+xml" />
	<link>http://fritzthomas.com</link>
	<description></description>
	<lastBuildDate>Fri, 23 Jul 2010 08:02:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Fixing Firefox 3.5 on Ubuntu to crash when changing flash videos to fullscreen</title>
		<link>http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/</link>
		<comments>http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 15:59:36 +0000</pubDate>
		<dc:creator>Thomas</dc:creator>
				<category><![CDATA[Overall]]></category>
		<category><![CDATA[crash]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[fullscreen]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/</guid>
		<description><![CDATA[After upgrading my Browser on Ubuntu 9.04 to Firefox 3.5 Shiretoko i couldn&#8217;t watch Flash Videos in Fullscreen resolution. This solved my problem: sudo vim /usr/lib/firefox-3.5.2/firefox.sh In this file i added this code on the second line AFTER the first line: #!/bin/sh &#160; export LD_PRELOAD=/usr/lib/libGL.so.1 &#160; # Firefox launcher containing a Profile migration helper for [...]]]></description>
			<content:encoded><![CDATA[<p>After upgrading my Browser on Ubuntu 9.04 to Firefox 3.5 Shiretoko i couldn&#8217;t watch Flash Videos in Fullscreen resolution.<br />
<span id="more-500"></span><br />
<br />
<div style="width:100%;text-align:center;padding:0;margin:0;border:0;overflow:hidden;clear:both;"><script type="text/javascript"><!--
google_ad_client = "pub-1963733382421272";
google_ui_features = "rc:0";
google_ad_width = 234;
google_ad_height = 60;
google_ad_format = "234x60_as";
google_ad_type = "text_image";
google_alternate_ad_color = "ffffff";
google_color_border = "ffffff";
google_color_bg = "ffffff";
google_color_link = "319BD8";
google_color_text = "666666";
google_color_url = "319BD8";

//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>
</div></p>
<p>
This solved my problem:
</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;">vim</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>firefox-3.5.2<span style="color: #000000; font-weight: bold;">/</span>firefox.sh</pre></div></div>

<p>
In this file i added this code on the second line AFTER the first line:
</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#!/bin/sh</span>
&nbsp;
<span style="color: #7a0874; font-weight: bold;">export</span> <span style="color: #007800;">LD_PRELOAD</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>libGL.so.1
&nbsp;
<span style="color: #666666; font-style: italic;"># Firefox launcher containing a Profile migration helper for</span>
<span style="color: #666666; font-style: italic;"># temporary profiles used during alpha and beta phases.</span></pre></div></div>

<p>
Read here for more: http://ubuntuforums.org/showpost.php?p=74874212</p>

	Tags: <a href="http://fritzthomas.com/tags/crash/" title="crash" rel="tag">crash</a>, <a href="http://fritzthomas.com/tags/firefox/" title="Firefox" rel="tag">Firefox</a>, <a href="http://fritzthomas.com/tags/flash/" title="flash" rel="tag">flash</a>, <a href="http://fritzthomas.com/tags/fullscreen/" title="fullscreen" rel="tag">fullscreen</a>, <a href="http://fritzthomas.com/tags/ubuntu/" title="ubuntu" rel="tag">ubuntu</a><br />

	<h4>&Auml;hnliche Beitr&auml;ge:</h4>
	<ul class="st-related-posts">
	<li><a href="http://fritzthomas.com/open-source/linux/475-swiftfox-an-optimized-up-to-date-firefox-build/" title="Swiftfox &#8211; an optimized up-to-date firefox build (August 16, 2009)">Swiftfox &#8211; an optimized up-to-date firefox build</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/13-was-google-so-erfolgreich-macht/" title="Was Google so erfolgreich macht. (January 1, 2008)">Was Google so erfolgreich macht.</a> (0)</li>
	<li><a href="http://fritzthomas.com/open-source/linux/343-no-space-left-on-device-error-with-sshfs-how-to-fix-it/" title="No space left on device error with sshfs &#8211; how to fix it (November 27, 2008)">No space left on device error with sshfs &#8211; how to fix it</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://fritzthomas.com/overall/500-fixing-firefox-3-5-on-ubuntu-to-crash-when-changing-flash-videos-to-fullscreen/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
