For each invocation check if it is (still) necessary and/or whether it conflicts with other invocations.
Description
Description
Related Objects
Related Objects
- Mentioned In
- D2857: Use KRun for "Open with"->"Other..." dialog
Comment Actions
The invocation In ListPanelFunc::doRefresh() seems to rely on the panel being the active one (which was true historically - when refreshing a panel would activate itself first).
Nowadays a panel might refresh while being inactive - breaking code which relies on the workdir matching the active panel.
Comment Actions
I have no idea why the directory change is there in the code or why it could be important. Maybe remove it and see what happens(?)