Version: (using KDE Devel) Installed from: Compiled sources The "print to file..." dialog doesn't use the standard dialog used on the other apps. Icons and "sidebar" are not the default ones. See the screenshot.
Created attachment 22430 [details] screenshot
kdeprint has nothing to do here, as the print dialog comes from Qt.
KDE 4.0 uses QPrintDialog for printing, so the file selector is actually a QFileDialog and not a KFileDialog, hence missing the standard KDE options. We plan to address this in 4.1.
ThomasZ has confirmed Qt 4.4 will include support for using KFileDialog in the QPrintDialog which will resolve this issue.
Ok, thanks. Should we let this report open "as reminder" ?
This has been fixed for KDE 4.1 for sure.