Re: Developing a new KIO Slave (GSoC 2016)

2016-01-22 Thread Luca Ferrari
On Wed, Jan 20, 2016 at 11:08 AM, Arnav Dhamija wrote: > My solution to this problem is to add a Places option in Dolphin where the > links to files and folders can be temporarily saved for a session. The files > and folders are "staged" on this panel. Files can be added to this tray by > using a

Re: KDEDModule help

2012-06-14 Thread Luca Ferrari
Hi, thank for the answer but it is still confuse in my mind On Thu, Jun 14, 2012 at 6:19 PM, Daniel Nicoletti wrote: > Well from what you described what I would do is first not try to register > a service "org.kde.kded", because I don't know if it will allow if kded > already > has that regi

KDEDModule help

2012-06-14 Thread Luca Ferrari
Hi all, I need to keep a consistent state among different kioslave instances, so as pointed out in this mailing list, I'm going to do this via KDED. The problem is that I don't have fully understood how this works, so I'm going to describe what I have so far and please give me advices. I need to k

kconfig path with $e?

2012-06-12 Thread Luca Ferrari
Hi all, I'm curious to know why the following piece of code that writes a path into the KDE configuration files: KConfigGroup cgWorkspace = slaveConfigPtr->group( "files" ); cgWorkspace.writePathEntry( "xml-filename" "/tmp/roles.xml" ); produces a text file with: [files] xml-filename[$e]=/tmp/r

Re: doubt about kioslave

2012-06-12 Thread Luca Ferrari
, Jun 11, 2012 at 8:10 PM, Albert Astals Cid wrote: > El Dilluns, 11 de juny de 2012, a les 17:59:44, Luca Ferrari va escriure: >> Hi all, >> I'm making my first kioslave and I've got a doubt, as already posted >> here http://forum.kde.org/viewtopic.php?f=43&t=1

doubt about kioslave

2012-06-11 Thread Luca Ferrari
Hi all, I'm making my first kioslave and I've got a doubt, as already posted here http://forum.kde.org/viewtopic.php?f=43&t=102547. My protocol has the lines: [Protocol] exec=kio_rolefs protocol=rolefs and my kdemain is as follows: extern "C" int KDE_EXPORT kdemain( int argc, char **argv ) { k