This fixes the problem that copying the dolphinrc from another user
results in Dolphin starting up in a folder that might wither not be
accessible or not exist at all.
BUG: 308569
FIXED-IN: 4.9.3
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd">
<include>QDir</include>
+ <include>KUrl</include>
<include>kglobalsettings.h</include>
<kcfgfile name="dolphinrc"/>
<group name="General">
</entry>
<entry name="HomeUrl" type="String">
<label>Home URL</label>
- <default code="true">QDir::homePath()</default>
+ <default code="true">KUrl(QDir::homePath()).prettyUrl()</default>
</entry>
<entry name="SplitView" type="Bool">
<label>Split the view into two panes</label>