Summary: | --unique option precludes --page option if okular is already running | ||
---|---|---|---|
Product: | [Applications] okular | Reporter: | Alexey Bakhirkin <abakhirkin> |
Component: | general | Assignee: | Okular developers <okular-devel> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | tassilo |
Priority: | NOR | ||
Version: | 0.11.2 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.6.1 | |
Sentry Crash Report: |
Description
Alexey Bakhirkin
2010-10-22 02:05:31 UTC
I can confirm that bug, but there's a even better variant for the forward search than using the -p option that already works. Use this definition in your .emacs: (setq TeX-view-program-list '(("Okular" ("okular --unique %o" (mode-io-correlate "#src:%n%b"))))) SVN commit 1218022 by aacid: Obey the page argument when using the unique option Patch by Victor Blazquez BUGS: 254917 M +3 -0 main.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1218022 |