http://bugs.kde.org/show_bug.cgi?id=155938


geroxp web de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ger...@web.de




--- Comment #12 from geroxp web de  2009-01-16 13:45:18 ---
Just in case somebody is interested in a temporary solution to this problem,
here is a script based on the unoconv program:

#!/bin/bash
unoconv --listener &
kdialog --title "Please wait..." --passivepopup "Please wait for the conversion
to finish..." 20
sleep 20
unoconv -f pdf "$1"
kill -15 %-
okular "${1%.[^.]*}.pdf" &


-- 
Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
_______________________________________________
Okular-devel mailing list
Okular-devel@kde.org
https://mail.kde.org/mailman/listinfo/okular-devel

Reply via email to