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 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