[Okular-devel] [Bug 190497] okular: print menu items are disabled in windows

Ralf Habacker ralf.habacker at freenet.de
Sun Aug 21 15:31:20 UTC 2011


https://bugs.kde.org/show_bug.cgi?id=190497





--- Comment #13 from Ralf Habacker <ralf habacker freenet de>  2011-08-21 15:31:20 ---
Just an additional remark: 

okulars fileprinter uses KTemporaryFile instances (two instances named tk). 
There are calls to tk.close() which should close the temporary file, so that it
can be renamed later. 

Unfortunally QTemporaryFile 4.7 implementation do not close the file in real,
instead it only seeks to the beginning of the file.

I had to add a tk.setFileName("") after the call to close() to really close the
file.

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.


More information about the Okular-devel mailing list