[WebKit-devel] [Bug 242589] kwebkitpart does not render Google Calendar correctly

Dawit Alemayehu adawit at kde.org
Thu Oct 21 21:14:17 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=242589





--- Comment #15 from Dawit Alemayehu <adawit kde org>  2010-10-21 21:14:14 ---
Well, there is your problem... No clue why your distro decided to
remove them and if they did not, how those values came to be missing
from your .protocol files, but you need to add them back. Here are the
stock protocol files shipped with the latest stable KDE release:

http://websvn.kde.org/branches/KDE/4.5/kdelibs/kioslave/http/http.protocol?view=markup
http://websvn.kde.org/branches/KDE/4.5/kdelibs/kioslave/http/https.protocol?view=markup
http://websvn.kde.org/branches/KDE/4.5/kdelibs/kioslave/ftp/ftp.protocol?view=markup
http://websvn.kde.org/branches/KDE/4.5/kdelibs/kioslave/file/file.protocol?view=markup

FYI, if the "maxInstances" and "maxInstancesPerHost" properties are
missing from these protocol files, the default value used will be 1!
That means at maximum you can only have one http protocol instance to
handle all HTTP requests! The same goes for all the other protocol
files that do not contain these properties. The per host property is
only applicable to protocols that connect to remote hosts and it used
to limit the number of ioslave instances allowed to service requests
to a given host.

Anyhow, add those two properties back and run the "kbuidsyscoca4"
command or log out of your current session and log back in. If your
issue is then fixed, which I suspect it will, then you need to report
this problem to your distribution...

On Thu, Oct 21, 2010 at 2:04 PM,  <niburu1 at hotmail.com> wrote:
> https://bugs.kde.org/show_bug.cgi?id=242589
>
>
>
>
>
> --- Comment #14 from  <niburu1 hotmail com>  2010-10-21 20:04:14 ---
> Thanks. There's no mention of "maxInstancesPerHost" or
> "maxInstances". My file includes all and only the following:
>
> [Protocol]
> exec=kio_http
> protocol=https
> input=none
> output=filesystem
> reading=true
> defaultMimetype=application/octet-stream
> determineMimetypeFromExtension=false
> Icon=www
> config=http
> DocPath=kioslave/https.html
> Class=:internet
>
> --
> Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
> ------- You are receiving this mail because: -------
> You are the assignee for the bug.
> _______________________________________________
> WebKit-devel mailing list
> WebKit-devel at kde.org
> https://mail.kde.org/mailman/listinfo/webkit-devel
>

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the WebKit-devel mailing list