14RC2: konqueror problem

You have a problem with Salix? Post here and we'll do what we can to help.
Post Reply
User avatar
witek
Posts: 233
Joined: 16. Nov 2009, 13:41
Location: Poland.Łódź

14RC2: konqueror problem

Post 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.
djemos
Salix Warrior
Posts: 1465
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: 14RC2: konqueror problem

Post 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.
User avatar
witek
Posts: 233
Joined: 16. Nov 2009, 13:41
Location: Poland.Łódź

Re: 14RC2: konqueror problem

Post 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?
djemos
Salix Warrior
Posts: 1465
Joined: 29. Dec 2009, 13:45
Location: Greece

Re: 14RC2: konqueror problem

Post 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
User avatar
witek
Posts: 233
Joined: 16. Nov 2009, 13:41
Location: Poland.Łódź

Re: 14RC2: konqueror problem

Post 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.
Post Reply