I'm trying to run the hello kioslave example
(http://techbase.kde.org/Development/Tutorials/KIO_Slaves/Hello_World)
but when I try to run it with: kioclient cat 'hello:///' it says:
kioclient(1350): couldn't create slave: "Couldn't create the ioslave:
KLauncher answered: Unknown protocol "hello".
The code is the same in the example, to build i'm using kdebuild
script. I've found this forum thread:
http://forum.kde.org/viewtopic.php?f=64&t=94888
But the solution doesn't work for me.
Thanks.
>> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<
Have all the files been installed in the right places including the
.protocol file?
You may have to update the config by running kbuildsycoca4 before invoking the
slave. Also try 'kde-open hello:///' once.
Regards,
Nikhil
2011/6/20 Nikhil Marathe <nsm.n...@gmail.com>: