Version: 0.11.1 (using KDE 4.5.1) OS: Linux I want to open a pdf file while using synctex to tell on which page to open on. I use the --unique option that makes okular reuse the application instance that already has the document open. When doing this, it shows the navigation panel, even though it wasn't shown before ("re")opening the pdf file. Reproducible: Always Steps to Reproduce: 1. Create a pdffile from a latex document, using synctex: pdflatex --synctex=1 main.tex 2. Open the created pdf with okular using --unique okular --unique main.pdf (you need to use --unique here, even though there's no other okular windows open, otherwise the next call to "okular --unique" wont reuse this window, but thats a whole other bug, haven't reported it :)) 3. Make sure the navigation panel is not shown, using F7 4. Open the same pdf file, requesting a specific location to open: okular --unique main.pdf#src:3main.tex Actual Results: main.pdf is reopened in existing window, at correct location. But the navigation panel is shown. Expected Results: navigation panel should not be shown.
Should be fixed in KDE 4.5.2. If after updating you still have the problem please reopen this bug. Thanks for using Okular
Have just updated to SC 4.5.2, but this bug is still not fixed:( I think okular used to have the same issue when it automatically reloaded pdf files (upon changes on disc) and this has been fixed now, so that is problably the bug you referred to :)
Then provide the files needed to reproduce the problem.
Created attachment 52255 [details] Files to test this issue
Turns out issue only exists when the pdf contains a table of contents, that is when there's some content in the contents view in the sidebar. Attached is files needed to reproduce, see comments in to of main.tex.
BTW, this issue also occurs if you're not using the synctex syncronization, but just opens okular as: okular --unique main.pdf Also, thanks for your fast replies, really feels like someone is concerned about my issue:)
Should be fixed in 4.5.3 hope i did not break something else :D
Great, and thanks so much.. Could you maybe provide the commit number where you fixed it?
You want r1185628 and r1185627