After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 82392 - Galeon doesn't load all pages on start
Galeon doesn't load all pages on start
Status: RESOLVED DUPLICATE of bug 78940
Product: galeon
Classification: Deprecated
Component: general
1.2.0
Other other
: Normal normal
: ---
Assigned To: galeon-maint
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2002-05-20 18:39 UTC by David Hampton
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description David Hampton 2002-05-20 18:39:22 UTC
When I start up galeon, I have about a dozen tabs that the program loads
pages for.  Three of these always fail to load.  These three are loaded
from my company's internal web site through a ssh proxy, while all the
others are loaded directly.  I know the proxy is working because I'm
running VNC over it at the same time.  If I stop the file loading, click in
the URL window, and hit return, the page loads immediately.  Its as if the
page loading attempts are initated before the proxy settings are read. 
Here's the contents of my automatic proxy file:

function FindProxyForURL(url, host)
{
    if (dnsDomainIs(host, ".cisco.com") ||
        localHostOrDomainIs(host, "127.0.0.1"))
            return "PROXY localhost";
    else
            return "DIRECT";
}
Comment 1 Yanko Kaneti 2002-05-20 19:40:23 UTC

*** This bug has been marked as a duplicate of 78940 ***