Re: alter Konqueror front page to display mnt as well as media?
Thanks Rog131. The "%1" consumption works fine. I understand what it's doing, and I almost understand how to use it myself now.
The SuperKonqueror is not working out, though. With both my adaptation of your code, and your code straight, I get the same error:
I tried to install SuperKonqueror with Adept, but it doesn't exist. And a search on google for SuperKonqueror turns up almost nothing (5 hits -- all in French.)
Is this something in 7.10 missing from 7.04? I am still using Feisty Fawn, not Gutsy Gibbon.
Greg
Note -- code as used:
Thanks Rog131. The "%1" consumption works fine. I understand what it's doing, and I almost understand how to use it myself now.
The SuperKonqueror is not working out, though. With both my adaptation of your code, and your code straight, I get the same error:
Code:
An error occurred while loading applications:/Internet/SuperKonqueror: Unknown settings folder
Is this something in 7.10 missing from 7.04? I am still using Feisty Fawn, not Gutsy Gibbon.
Greg
Note -- code as used:
Code:
<td valign="bottom"> <a href="applications:/Internet/SuperKonqueror"><img src="/usr/share/icons/default.kde/32x32/actions/messagebox_warning.png" height="32" width="32" /></a> </td> <td valign="bottom"> <a href="applications:/Internet/SuperKonqueror">SuperKonqueror</a><br><span id="subtext"><nobr>Kdesudo Konqueror</span> </td>
Comment