mitäs tämä meinaa?? pitääkö tehdä jotain tiedostoja?? (edellisen viestin linkin ohje)
5 - Create the execution files for 32 bit firefox :
gksudo gedit /etc/pango32/pangorc &
Next add this text to the file :
[Pango]
ModuleFiles=/etc/pango32/pango.modules
[PangoX]
AliasFiles=/etc/pango/pangox.aliases
Create a new file for gdk-pixbuf.loaders (This resolves the problem with lack of pixmaps and stuff, see [WWW]
http://ubuntuforums.org/showpost.php?p=1040925&postcount=75 by Si Na Gréine [WWW]
http://ubuntuforums.org/member.php?u=114057):
sed 's/\/usr\/lib\//\/usr\/lib32\//g' /etc/gtk-2.0/gdk-pixbuf.loaders > /etc/gtk-2.0/gdk-pixbuf.loaders.32
Then create another file :
gksudo gedit /usr/local/bin/firefox32 &
Next add this text to the file :
#!/bin/sh
export GTK_PATH=/usr/lib32/gtk-2.0
export PANGO_RC_FILE=/etc/pango32/pangorc
export GDK_PIXBUF_MODULE_FILE=/etc/gtk-2.0/gdk-pixbuf.loaders.32
linux32 /usr/local/firefox32/firefox $@