PDA

View Full Version : A maybe harmless error message. How to suppress it?



Radek
15th December 2013, 12:23
I am saving a ToC from a PDF in my app. I have chosen a filter "ToC lists (*.list)", opened a "test.list" in text mode and stored a contents of ToC to it. Ir runs flawlessly, including that "test.list" is a text file which can be opened by a text editor. But I got error messages during creating the file test.list:


kfilemodule(9602)/kio (KDirModel) KDirModelPrivate::_k_slotDeleteItems: No node found for item that was just removed: KUrl("file:///home/radek/wk/test.pdf")
kfilemodule(9602): couldn't create slave: "Unable to create io-slave:
klauncher said: Unknown protocol ''.
"

A bit of explanation: test.pdf exists and was offered when I started to type "test" in the open file dialog. It is okay, it wasn't fouled (but it should not be offered). test.list was created and written.

The error messages seem to be harmless but how to avoid them? I suspect the MIME database. Naturally, no "ToC list" around neither files with *.list extent. I don't want to register them, it's my private file type, not used elsewhere.