Bug 200912 - okular does not open pdf files
Summary: okular does not open pdf files
Status: RESOLVED FIXED
Alias: None
Product: okular
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Okular developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-20 19:35 UTC by Patrick Shanahan
Modified: 2009-08-23 09:33 UTC (History)
2 users (show)

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 Patrick Shanahan 2009-07-20 19:35:46 UTC
Version:           0.8.90 (using 4.3.60 (KDE 4.3.60 (KDE 4.4 >= 20090706)) "release 1", KDE:KDE4:UNSTABLE:Desktop / openSUSE_Factory)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.30-8-default

okular does not open pdf files, example:

http://wahoo.no-ip.org/~pat/Howto_create_.dsl_application.pdf

no problem opening with acroread.
Can provide many other examples if need be.

openSUSE 11.2.m3
x86_64
KDE4
okular-4.2.96-105.2
Comment 1 Pino Toscano 2009-07-20 19:39:37 UTC
Are you able to open any PDF documents?
Looks like you installed Okular from distro packages, correct?
Comment 2 Patrick Shanahan 2009-07-20 20:37:19 UTC
I believe I remember being able to open one, will search and advise.

Using Okular from KDE:KDE4:Factory:Desktop from openSUSE:Factory
Comment 3 Patrick Shanahan 2009-07-20 20:45:38 UTC
I cannot find a pdf on my system that okular *will* open  :^(
Comment 4 Pino Toscano 2009-07-20 22:48:37 UTC
In the File -> Open menu, do you see any "PDF document" choice in the filter combo box (the one in the bottom of the dialog)?
Comment 5 Patrick Shanahan 2009-07-21 03:51:12 UTC
yes, 
PDF document
PDF document (gzip-compressed)
PDF document (bzip-compressed)
Comment 6 Pino Toscano 2009-07-22 15:01:18 UTC
Does it work if you run `kbuildsycoca4 --noincremental` in a terminal?
Also, please post the result of the command:
$ ldd `kde4-config --prefix`/lib/kde4/okularGenerator_poppler.so | grep poppler
Comment 7 Patrick Shanahan 2009-07-22 15:53:00 UTC
No, in a terminal after running 'kbuildsycoca4 --noincremental', okular will run, but still does not open pdf's.

$ ldd `kde4-config --prefix`/lib/kde4/okularGenerator_poppler.so | grep poppler

yealds:

ldd: /usr/lib/kde4/okularGenerator_poppler.so: No such file or directory

but the file exists.  This is an x86_64 system.

/usr/lib64/kde4/okularGenerator_poppler.so

and creating a sym-link does not help :^(

tks
Comment 8 Pino Toscano 2009-07-22 15:59:42 UTC
No need to create symlinks; just execute
$ ldd /usr/lib64/kde4/okularGenerator_poppler.so | grep -i poppler
and paste its result here.
Comment 9 Patrick Shanahan 2009-07-22 16:03:37 UTC
10:03 wahoo:~ > ldd /usr/lib64/kde4/okularGenerator_poppler.so | grep -i poppler
        libpoppler-qt4.so.3 => /usr/lib64/libpoppler-qt4.so.3 (0x00007f7059ea4000)
        libpoppler.so.5 => /usr/lib64/libpoppler.so.5 (0x00007f70574f5000)

tks
Comment 10 Patrick Shanahan 2009-07-23 22:02:14 UTC
okular-4.2.98-107.2
installed yesterday has the same problem for me.
tks,
Comment 11 Patrick Shanahan 2009-08-04 22:47:01 UTC
okular-4.2.98-1.3
installed today solves *my* problem
Comment 12 Mehul Rajput 2009-08-23 09:33:33 UTC
I am using okular 4.3 in kubuntu jaunty from jaunty repository, it is not working for me. any pdf open results in blank.

ubuntu-rocks% ldd `kde4-config --prefix`/lib/kde4/okularGenerator_poppler.so | grep poppler
        libpoppler-qt4.so.3 => /usr/lib/libpoppler-qt4.so.3 (0x00007fa99bf3a000)
        libpoppler.so.4 => /usr/lib/libpoppler.so.4 (0x00007fa99bb4f000)
ubuntu-rocks%