Bug 189240 - I can`t open pdf
Summary: I can`t open pdf
Status: RESOLVED NOT A BUG
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Unspecified
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-09 20:28 UTC by msnkipa
Modified: 2009-04-12 22:04 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description msnkipa 2009-04-09 20:28:52 UTC
Version:           Version 0.8.80 (using Devel)
Installed from:    Compiled sources

I can`t open any .pdf file with okular. I have such error:
Could not open file:///home/kde-devel/Documents/xxxxxxxx.pdf
but I can open this file with other programs, Acrobat or older version of okular for example.
Comment 1 Pino Toscano 2009-04-09 20:41:26 UTC
Did you run `kbuildsycoca4 --noincremental` after installation?
Did you update poppler recently, and are you usre to have its development stuff?
In case, remove the CMakeCache.txt in the builddir, and rerun cmake again.
Comment 2 msnkipa 2009-04-12 19:45:23 UTC
Yes I hare run `kbuildsycoca4 --noincremental` after installation.
I have compiled all kde + kdesupport from trunk. so if I understand things correctly I have updated poppler recently to it`s development version, isn`t it?

One more thing, when I try to open file through the menu file->open in supported file format list there is no pdf as all!
Comment 3 Pino Toscano 2009-04-12 19:56:29 UTC
(In reply to comment #2)
> I have compiled all kde + kdesupport from trunk. so if I understand things
> correctly I have updated poppler recently to it`s development version, isn`t
> it?

No, poppler is a 3rd party library.
Make sure you have poppler-qt4 and its development stuff installed, then do as I asked before:
> In case, remove the CMakeCache.txt in the builddir, and rerun cmake again.

Then, please attach the output of the cmake execution.
Comment 4 msnkipa 2009-04-12 21:59:47 UTC
OK when I recompile poppler again qt 4.5 pdf begin works. Thanks!