Page 1 of 1

14RC2: konqueror problem

Posted: 12. Nov 2012, 18:31
by witek
I wanted to use konqueror thus I installed kde-network with dependencies via slapt-get. When I`m trying to use konqueror it says:

Code: Select all

The requested operation could not be completed
Improperly Formatted URL

Details of the Request:
URL: http://www.salixos.org
Protocol: http
Date and Time: Sunday 11 November 2012 23:21
Additional Information: http://www.salixos.org
Description:
The Uniform Resource Locator (URL) that you entered was not properly formatted. The format of a URL is generally as follows:
protocol://user:password@www.example.org:port/folder/filename.extension?query=value
Possible Solutions:
Double-check that you have entered the correct location and try again.
It looks it misses something.

Re: 14RC2: konqueror problem

Posted: 13. Nov 2012, 11:49
by djemos

Code: Select all

slaptget -i kwebkitpart
KWebKitPart is a web browser component for KDE based on (Qt)WebKit. You can use it for example for browsing the web in Konqueror.

Re: 14RC2: konqueror problem

Posted: 13. Nov 2012, 12:53
by witek
This seems to not be the case. When I enter URL into konqueror`s address bar and hit Return the error appears, then when I press F5 the site starts loading. Does it work OK for you?

Re: 14RC2: konqueror problem

Posted: 13. Nov 2012, 12:58
by djemos
I use kde-4.8.5 and all work fine. I cannot reproduce the error because you have installed only some packages of kde.

Edit: Try these if they solve the problem
cat $HOME/.kde/share/config/plasma-desktop-appletsrc | grep Url=
examine if a Url= line shows to kfmclient_dir.desktop instead of konqbrowser.desktop
mine is as

Code: Select all

Url=file:///usr/share/applications/kde4/dolphin.desktop
Url=
Url=file:///usr/share/applications/kde4/systemsettings.desktop
Url=file:///usr/share/applications/writer.desktop
Url=file:///usr/share/applications/kde4/KMail2.desktop
Url=file:///usr/share/applications/midori.desktop
change the line to Url=

and test konqueror

or
mv $HOME/.kde/share/config/plasma-desktop-appletsrc to /tmp
and run again konqueror

Re: 14RC2: konqueror problem

Posted: 13. Nov 2012, 13:06
by witek
Yes, I`m using XFCE and only wanted to test konqueror. But it used to work in 13.37 as expected under XFCE.