Re: Flash for amd64

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

 



| From: Todd Denniston <Todd.Denniston@xxxxxxxxxxxxxxxxxx>
| 
| D. Hugh Redelmeier wrote, On 03/05/2008 03:39 PM:

| >   But the greatest inconvenience was that if you
| > had ff64 running, any attempt to run ff32 would just hand off the
| > request to ff64.  Too smart.

| > The problem is in the script /usr/bin/firefox.  I'm too lazy to hack
| > it.  I don't actually know the consequences of two instances both
| > writing stuff into ~/.mozilla
| 
| How are you sure it is in the firefox script?
| I just took a look at it (quickly) and did not see anything obvious that would
| make the script do a choice for run a new copy vise connect to the running
| copy.

I think that this is the relevant code (I cannot test this hypothesis
without breaking my vow of laziness):

    # check to see if there's an already running instance or not
    ALREADY_RUNNING=`check_running`

    # If there is no command line argument at all then try to open a new
    # window in an already running instance.
    if [ "${ALREADY_RUNNING}" -eq "1" ] && [ -z "$1" ]; then
      exec $MOZ_CLIENT_PROGRAM $MOZ_CLIENT_PROGRAM_PARAM "xfeDoCommand(openBrowser)" 2>/dev/null>/dev/null
    fi


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