https://bugs.kde.org/show_bug.cgi?id=491899
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #4 from [email protected] --- This seems to result from commit https://invent.kde.org/office/kile/-/commit/2b9ea67456f4433b0f774f1ab186c38f8a3a2820 which added a second parameter to the setLine() method. This parameter is not set when calling the DBus interface in main.cpp, line 223: https://invent.kde.org/office/kile/-/blob/master/src/main.cpp#L223 . I believe adding an empty second parameter in this call should fix it, but I cannot test this right now. 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. %f is not the correct parameter to pass, but without specifying %f in the command okular appends it, and then qdbus complains about an invalid number of parameters. -- You are receiving this mail because: You are watching all bug changes.
