https://bugs.kde.org/show_bug.cgi?id=433173
--- Comment #24 from Riccardo Robecchi <sephiroth...@hotmail.it> --- Created attachment 136816 --> https://bugs.kde.org/attachment.cgi?id=136816&action=edit RunCommand.qml (In reply to Alexander Lohnau from comment #19) > There we have it! > > Do you have a custom theme or sth. like that? In KRunner new API was added > and a property was added in QML to expose this. But it seems like that is > not found. > > Could you please provide the contend of > /usr/share/plasma/look-and-feel/org.kde.breath2.desktop/contents/runcommand/ > RunCommand.qml and > /home/user/kde/usr/lib/x86_64-linux-gnu/qml/org/kde/milou/ResultsView.qml > > Also the version info provided from > >apt show milou > would be useful. I am using a custom theme on KDE Neon and this is the output when opening KRunner from the terminal: riccardo@Sleipnir ~ $ killall -9 krunner && krunner qt.svg: <input>:377:374: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:378:126: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:379:126: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:379:385: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:380:125: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:381:124: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:382:125: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:383:125: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:384:125: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:384:371: Could not add child element to parent element because the types are incorrect. qt.svg: <input>:384:619: Could not add child element to parent element because the types are incorrect. file:///home/riccardo/.local/share/plasma/look-and-feel/Adagio/contents/runcommand/RunCommand.qml:39:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo(<arguments>) { ... } file:///home/riccardo/.local/share/plasma/look-and-feel/Adagio/contents/runcommand/RunCommand.qml:228: TypeError: Cannot call method 'slice' of undefined So it looks like the last two lines are where the problem is. I uploaded the file in question. Switching to another look & feel theme restores functionality (I chose Breeze Twilight, but I imagine any default theme would work just fine). While Knut is on Manjaro, I am on Neon. -- You are receiving this mail because: You are watching all bug changes.