https://bugs.kde.org/show_bug.cgi?id=429435
--- Comment #4 from David <kitt...@gmail.com> --- (In reply to Alexander Lohnau from comment #3) > Can you please run `kquitapp5 krunner` and then `krunner` in a terminal and > check if it makes any difference. > > And does it work when you use the "Search" plasmoid? > > Also do you use wayland or X? I'm using X. I have some stuff for you here. 1) starting krunner from terminal after kquitapp5 leads to some app behaving correctly. I'm not sure about the logic of this but it's reproducible: - ksysguard, ksystemlog, system settings, okular, kwrite, dolphin, elisa, kdevelop behave correctly - dolphin, okular, kwrite, kdevelop misbehave if a document (or folder) is opened by using krunner. I'm pretty sure even the others app would do the same if used to open something. Also, this is what I get in konsole (first line does not appear in system log): [dave997@localhost ~]$ krunner Cyclic dependency detected between "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" and "file:///usr/lib64/qt5/qml/org/kde/kirigami.2/styles/org.kde.desktop.plasma/Units.qml" file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ScrollViewStyle.qml:47:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/share/plasma/look-and-feel/org.fedoraproject.fedora.desktop/contents/runcommand/RunCommand.qml:41:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } kf.plasma.core: findInCache with a lastModified timestamp of 0 is deprecated kf.plasma.core: findInCache with a lastModified timestamp of 0 is deprecated kf.plasma.core: findInCache with a lastModified timestamp of 0 is deprecated kf.plasma.core: findInCache with a lastModified timestamp of 0 is deprecated kf.runner: KRunner plugin "ktp_contacts" still uses a .desktop file ("plasma-runner-ktp-contact.desktop"). Please port it to JSON metadata. QObject::connect: Cannot queue arguments of type 'Consumer::ServiceStatus' (Make sure 'Consumer::ServiceStatus' is registered using qRegisterMetaType().) QObject::connect: Cannot queue arguments of type 'Consumer::ServiceStatus' (Make sure 'Consumer::ServiceStatus' is registered using qRegisterMetaType().) file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/org/kde/plasma/components/Highlight.qml:34:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///usr/lib64/qt5/qml/QtQuick/Controls/Styles/Plasma/ToolButtonStyle.qml:196:13: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } .... goes on like this. Sorry for word wrapping, I can't find how disable it. 2) using the search plasmoid produces identical results as running krunner from terminal. Except it also made my whole desktop crash, and in the possibility it's something related I'm posting the trace as a new attachment. -- You are receiving this mail because: You are watching all bug changes.