https://bugs.kde.org/show_bug.cgi?id=491899

--- Comment #6 from [email protected] ---
(In reply to mfroeb from comment #4)

> As a workaround, using the command "qdbus6 org.kde.kile /main setLine %l %f"
> as the custom editor call (in Settings - Okular settings - Editor - Custom
> Text Editor) works for me if the file is currently open in Kile. 

For me, even if the file is open, if it's not the *active* one,  kile goes to
the line in the active file, not the actual source file. 

So, --line selects the right file, but the wrong line, and dbus selects the
right line, but ignores the file.

Hence the following monstrosity of a workaround, which seems to work for me:

sh -c "kile --line %l %f; qdbus6 org.kde.kile /main setLine %l %f"

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to