Re: Unable to link libkdesu

2011-08-03 Thread Tushar Mehta
put your logs at http://pastebin.com/ before compiling kdelibs you need to compile other dependency also. check out kde techbase for that. I used cmakekde script and it took only few mins to get my work done :) On Wed, Aug 3, 2011 at 11:08 PM, Felix H. Dahlke wrote: > Hi, > > I'm trying to comp

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
11:04 AM, tushar mehta wrote: > > > > Question: > > Do we have any control on how much data kioslaves will read from network > > and put into kernel buffer? > > and if application is taking out the data from kernel buffer at some rate > > then > > it w

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
But the problem is that even if KIO is filling up the kernel buffer at some rate but the application is not reading that data at same rate. Then situation will remain same. Just a thought, it can be wrong also. On Sun, Jun 5, 2011 at 2:34 PM, tushar mehta wrote: > * > * > On Sun, Ju

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
On Sun, Jun 5, 2011 at 2:24 PM, todd rme wrote: > On Sun, Jun 5, 2011 at 9:55 AM, Thiago Macieira wrote: > > Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu: > >> Hi all, > >> > >> I am currently trying to understand how kde applications

Re: Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
* * On Sun, Jun 5, 2011 at 1:25 PM, Thiago Macieira wrote: > Em Sunday, 5 de June de 2011, às 13:06:07, tushar mehta escreveu: > > Hi all, > > > > I am currently trying to understand how kde applications uses kio > > for doing file related operations. I am currently

Regarding kdelibs/kio

2011-06-05 Thread tushar mehta
Hi all, I am currently trying to understand how kde applications uses kio for doing file related operations. I am currently working on kget and as part of my summer of code project task I need to figure out how we can have speed limit on transfer using kio protocols like http/ftp. Do have we have