Found a Fix for Ubuntu Youtube Fullscreen Firefox 3.5 crash.

froggyboy604

Well-Known Member
Staff member
Manager
Full GL Member
29,660
2007
799
Credits
19,141
Mature Board Viewing
Unlock full profile styling
Open firefox.sh with a text editor at /usr/lib/firefox/firefox.sh or where you installed FF to .

I also like to note that Mozilla seem to changed the name of firefox.sh to run-mozilla.sh , so if firefox.sh is not in your firefox folder then edit run-mozilla.sh instead or a file with a .sh extension since there is only one .sh file in the FF folder

Add the code shown after this sentance to the second line of firefox.sh.

CODE export LD_PRELOAD=/usr/lib/libGL.so.1

and press save.

The Code for firefox.sh should look like this:


CODE #!/bin/sh  
#  
export LD_PRELOAD=/usr/lib/libGL.so.1  
#  
# ***** BEGIN LICENSE BLOCK *****  
# Version: MPL 1.1/GPL 2.0/LGPL 2.1  

Broad band Report Forum
 
I agree with stosh, good job finding it.
 
Thanks,

I also like to note that mozilla seem to changed the name of firefox.sh to run-mozilla.sh , so if firefox.sh is not in your firefox folder then edit run-mozilla.sh instead.
 
I'm surprised that Firefox and Ubuntu did not catch and fix this this bug in Ubuntu 9.04 Firefox since a lot of people use youtube, and like to watch Videos in Full screen.
 
Good solution to the problem, you should file a bug report to Mozilla on this, chances are most of Ubuntu users may be having the same issue.
 
Back
Top