[WebKit-devel] [Bug 256104] Web page rendered incorrectly (works fine with qtwebkit-based arora browser)

Dawit Alemayehu adawit at kde.org
Sat Nov 13 08:19:53 CET 2010


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





--- Comment #7 from Dawit Alemayehu <adawit kde org>  2010-11-13 08:19:48 ---
(In reply to comment #6)
> In my ~/.xsession-errors i have many messages from kio that say the same thing:
> klauncher(6097)/kio (KLauncher): SlavePool: No communication with slave.
> 
> Could this be the problem?

Nope. That is a normal debug message that is printed out when an ioslave is
killed after it finishes doing its job. Actually it needs to be commented out
since it is highly annoying. :)

> To not be in doubt about relating this problem to the fact that I had multiple
> versions of KDE installed, I removed my custom installation and I tried with
> Arch Linux's stock KDE 4.5.3, but the problem was still there. Then I tried
> adding the Arch Linux repository "kde-snapshots" and installed the kde packages
> from there (version 4.5.74svn1193262-1), which also included kwebkitpart-svn
> (same svn revision), and tried again, but the problem was still present. The
> last thing I tried was creating a new user, thinking that there could have been
> a problem with my configuration files, but I was wrong, and the website wasn't
> still displaying correctly.
> 
> Any clues?

Well creating a new user would properly not help your case since the libraries
are probably installed in a shared location, right ? What you might want to try
out, if you have not already done so, is to check whether or not multiple
versions the same the kdewebkit library are not in your path:

slocate kdewebkit.so kwebkit.so kwebkitpart.so

kdewebkit.so is the one that provides QtWebKit/KDE integration and the other
two are the ones that provides the kpart integration. If there are multiple
versions, delete the older ones and try again. 

Also you might want to clear KIO http's cache (ALT+F2 and type 'cache') if it
is enabled.





> 
> Thanks for your help.

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