Where are Ocular Annotations stored in Opensuse?

So after half an hour of searching and googling I still didn`t find out where Ocular stores pds annotations in Opensuse.
Apparently they are not stored in the pdf
The only thing I found over and over again was this:

~/.kde/share/apps/okular/docdata

and this

a$(kde4-config --localprefix)/share/apps/okular/docdata/

I dont even have the directory okular in apps, so it seems in Opensuse they might be stored somewhere else.

By the way I use Opensuse 12.3 with KDE
Thanks for any answer in advance

It’s ~/.kde4/share/apps/okular/docdata in openSUSE. ~/.kde/ is used by KDE3.

a$(kde4-config --localprefix)/share/apps/okular/docdata/

Typo?
$(kde4-config --localprefix)/share/apps/okular/docdata/ should work. But you can only use that construct in a shell, of course.
Try this in Konsole, f.e.:

ls $(kde4-config --localprefix)/share/apps/okular/docdata/

But AFAIK the annotations should get saved in the PDF in recent versions. I’ll have to try that…

I know its kde4, but even though app doesnt contain a ocular directory.

I always synchronize my stuff between a server and two machines, I just pulled some pdfs on which I made some annotations on the other machine, which are not shown on this one, so apperently they arn`t stored in the pdf

But you wrote .kde in your first post. How should I know that you know it is .kde4?
And I’m not sure now if you know that it’s actually spelled okular and apps… There’s definitely no ocular directory in app. :wink:

My ~/.kde4/share/apps/ does contain okular.
And if you ever ran Okular, yours should as well, unless you compiled KDE yourself or installed packages for a different distro. It could use another directory then, because this is configurable at compile time.

It didnt compile KDE myself, still there is no Okular in apps.

Well, you are logged in as root there.
Okular stores its stuff in your user home directory, of course.