Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 94742 - maps.google.com doesn't work in Konqueror
Summary: maps.google.com doesn't work in Konqueror
Status: RESOLVED UPSTREAM
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] KDE (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-01 08:23 UTC by Nathan Toone
Modified: 2005-06-29 12:56 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
Patch to fix infinite loop in konqeuror on maps.google.com (kdelibs-3.4.1-googlemaps.patch,1.32 KB, patch)
2005-06-01 08:25 UTC, Nathan Toone
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Nathan Toone 2005-06-01 08:23:12 UTC
A bug in konqueror was just fixed today which prohibited access to 
maps.google.com.  It can be found at 
https://bugs.kde.org/show_bug.cgi?id=98979.  The patch they have listed there will 
not work with the 3.4.1 ebuild of kdelibs, but I have one that does that I will attach. 

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Nathan Toone 2005-06-01 08:25:05 UTC
Created attachment 60378 [details, diff]
Patch to fix infinite loop in konqeuror on maps.google.com

I also just added the following lines to my ebuild:

src_unpack() {
    kde_src_unpack

    //fixes KDE bug 98979 (google maps)
    epatch "${FILESDIR}/${P}-googlemaps.patch"
}
Comment 2 Gregorio Guidi (RETIRED) gentoo-dev 2005-06-02 03:26:38 UTC
I tried the patch, it makes maps.google.com work but there are still many 
quirks with it, it's not really 100% usable... 
I see it was not backported for 3.4.2, you could ask for it to be backported 
so that kde people will care for any problem that could be caused by it, 
otherwise we could just wait for 3.5. 
 
Comment 3 Dan Armak (RETIRED) gentoo-dev 2005-06-29 12:56:04 UTC
Like Gregorio said, since the patch against 3.4 is (so far) incomplete, and is  
not supported by upstream, we won't include it.