| Summary: | Inverse search not working with forward search in the same time | ||
|---|---|---|---|
| Product: | [Applications] okular | Reporter: | Sergey Daikov <sergdkv> |
| Component: | PDF backend | Assignee: | Okular developers <okular-devel> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | aacid, manisandro, sergdkv |
| Priority: | NOR | ||
| Version First Reported In: | 0.14.3 | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
I cannot reproduce this, it works as expected here. okular-4.9.3-1.fc19.x86_64 Sergey, can you reproduce in okular from 4.9.3? No answer for years. |
Lyx start view SyncTeX PDF file by command okular lyx-notes.pdf and inverse search worked well (with command lyxclient -g /tmp/lyx_tmpdir.MT9825/lyx_tmpbuf2/lyx-notes.tex 418) When Lyx start view SyncTeX PDF file by forward search command okular --unique "file:lyx-notes.dvi#src:273 lyx-notes.tex" all works well, but inverse search is not working, Okular dont run lyxclient command for inverse seach . Reproducible: Always Steps to Reproduce: 1. cat >a.tex <<EOF \documentclass{article} \begin{document} page1 \newpage page2 \newpage page3 \end{document} EOF 2. pdflatex -synctex=1 a.tex 3. cat >/home/sergdkv/bin/lyxclient <<EOF #!/bin/bash ( echo date echo \$* echo ) >$HOME/bin/lyxclient.log EOF chmod +x /home/sergdkv/bin/lyxclient 4. okular a.pdf 5. Configure -> Editor options Editor : Custom text editor Command : /home/sergdkv/bin/lyxclient -g %f %l 6. goto page 2 7. press shift + left mouse button 8. cat ~/bin/lyxclient.log Сб. окт. 20 14:29:18 VLAT 2012 -g /home/sergdkv/tmp/a.tex 7 THIS IS OK 9. exit for okular 10. rm ~/bin/lyxclient.log 11. okular --unique "file:a.pdf#src:7 a.tex" 12. press shift + left mouse button on "page3" 13. exit 14. cat ~/bin/lyxclient.log cat: /home/sergdkv/bin/lyxclient.log: No such file ... THIS IS BAD. inverse search in not working Actual Results: 14. cat ~/bin/lyxclient.log cat: /home/sergdkv/bin/lyxclient.log: No such file ... THIS IS BAD. inverse search in not working Expected Results: 8. cat ~/bin/lyxclient.log Сб. окт. 20 14:29:18 VLAT 2012 -g /home/sergdkv/tmp/a.tex 7