[Kde-print-devel] [Bug 137425] kdeprint:default preview program not found

Michael Goffioul kdeprint_bugs at swing.be
Fri Nov 17 09:20:00 CET 2006


------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
         
http://bugs.kde.org/show_bug.cgi?id=137425         




------- Additional Comments From kdeprint_bugs swing be  2006-11-17 09:19 -------
OK, so it's really postscript, and it's probably detected as such by KDE. There's really a problem in your configuration related to the services/application and the file association. With a correct configuration, you should get another error message as I stated in comment #10. At this point, it's difficult to help you without tracking the code line by line.

Something that might help is trying to find to which services "Kuick - ..." or "Compress/Extract" corresponds. You can do it by scanning the .desktop file from your KDE installation directory:

find /where/kde/is/installed -name "*.desktop" | xargs grep Kuick

or

find /where/kde/is/installed -name "*.desktop" | xargs grep "Compress/Extract"


More information about the Kde-print-devel mailing list