kget<-->konqueror integration

patrick pchar at valleeurope.net
Thu Jun 6 09:42:40 BST 2002


Hi list,
i would like to add an integration between kget and konqueror, in the sense 
when you click on a link ( *.gz ) instead opening the default box [save 
as...cancel] launch the download manager.
At the first look i figure out 2 way do doing this (but maybe there's a better 
way)
1) modify the code in 

void BrowserRun::simpleSave( const KURL & url, const QString & 
suggestedFilename )
{
 bool b_useKget;
 b_useKget = Find_In_Some_Config_File
if ( b_useKget)
	save_with_kget();
else
simpleSave( url, suggestedFilename );
}
same stuff in KHTMLPopupGUIClient::saveURL

2) Or modify  KIO::copy( url, destURL );

Do you have suggestions?


Other question where put the config entry
use_kget=yes
in konquerorrc under [HTML Settings] ?

Patrick





More information about the kfm-devel mailing list