Re: on x86_64 both i386 and x86_64 versions firefox installed

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Montag, den 06.11.2006, 09:09 -0500 schrieb Tom Horsley:
> > I suspect that firefox.x86_64 gets started though I have'nt
> > quite discovered how yet.
> 
> Firefox is a monumental pain if you try to use both 32 and 64 bit
> versions. The actual /usr/bin/firefox file is a shell script that
> does things like check for the existance of /usr/lib64/firefox*
> and invoke that version if it exists, so there is almost no point
> in having both installed.
> 
> I've got a ridiculous shell script that edits the /usr/bin/firefox
> script to change /lib64 to /libnot64 so it won't find the 64 bit
> versions, then it can run the 32 bit version, but I haven't figured
> out how to subvert the code that finds an already running
> firefox, so you have to have all instances of firefox closed
> before you can start a 32 bit version with hacked up
> firefox script.

I've found a much more convenient way to launch my 32-bit firefox if I
really need it:

you just have to export GRE_PATH ...
So just put 

#!/bin/sh
GRE_PATH=/usr/lib/firefox-1.5.0.7
/usr/lib/firefox-1.5.0.7/firefox

in a shell script in /home/user ...

Cheers,

Jo

-- 
Joachim Kunze
Alte Marktstrasse 16    eMail: joachim@xxxxxxxxxxxxx
D-71665 Horrheim        Tel:   +49 7042-830006

-- 
fedora-list mailing list
fedora-list@xxxxxxxxxx
To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list
[Index of Archives]     [Older Fedora Users]     [Fedora Announce]     [Fedora Package Announce]     [EPEL Announce]     [Fedora Magazine]     [Fedora News]     [Fedora Summer Coding]     [Fedora Laptop]     [Fedora Cloud]     [Fedora Advisory Board]     [Fedora Education]     [Fedora Security]     [Fedora Scitech]     [Fedora Robotics]     [Fedora Maintainers]     [Fedora Infrastructure]     [Fedora Websites]     [Anaconda Devel]     [Fedora Devel Java]     [Fedora Legacy]     [Fedora Desktop]     [Fedora Fonts]     [ATA RAID]     [Fedora Marketing]     [Fedora Management Tools]     [Fedora Mentors]     [SSH]     [Fedora Package Review]     [Fedora R Devel]     [Fedora PHP Devel]     [Kickstart]     [Fedora Music]     [Fedora Packaging]     [Centos]     [Fedora SELinux]     [Fedora Legal]     [Fedora Kernel]     [Fedora OCaml]     [Coolkey]     [Virtualization Tools]     [ET Management Tools]     [Yum Users]     [Tux]     [Yosemite News]     [Gnome Users]     [KDE Users]     [Fedora Art]     [Fedora Docs]     [Asterisk PBX]     [Fedora Sparc]     [Fedora Universal Network Connector]     [Libvirt Users]     [Fedora ARM]

  Powered by Linux