Dolphin can't install any new services

I tried to install new service via 'Configure Dolphin → Services → Add new Services’
but I can’t.
I started Dolphin from command line then I got:

$dolphin
kf.newstuff.core: The ChecksumPolicy feature is defunct
kf.newstuff.core: The SignaturePolicy feature is defunct
QCoreApplication::postEvent: Unexpected null receiver
file:///usr/lib/qt/qml/org/kde/newstuff/qml/private/ErrorDisplayer.qml:14:35: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { … }
file:///usr/lib/qt/qml/org/kde/newstuff/qml/QuestionAsker.qml:91:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { … }
file:///usr/lib/qt/qml/org/kde/newstuff/qml/QuestionAsker.qml:91:5: QML Connections: Cannot assign to non-existent property “onClosing”
file:///usr/lib/qt/qml/org/kde/newstuff/qml/QuestionAsker.qml:50:5: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { … }
file:///usr/lib/qt/qml/org/kde/kirigami.2/AbstractApplicationItem.qml:94: TypeError: Cannot read property ‘position’ of null
file:///usr/lib/qt/qml/org/kde/kirigami.2/AbstractApplicationItem.qml:93: TypeError: Cannot read property ‘background’ of null
file:///usr/lib/qt/qml/org/kde/newstuff/qml/private/entrygriddelegates/FeedbackOverlay.qml:34:9: QML Connections: Implicitly defined onFoo properties in Connections are deprecated. Use this syntax instead: function onFoo() { … }
qt.qpa.xcb: QXcbConnection: XCB error: 3 (BadWindow), sequence: 28311, resource id: 14716586, major code: 40 (TranslateCoords), minor code: 0
kf.newstuff.core: Command ’ “servicemenuinstaller install /home/icecat/.local/share/servicemenu-download/removeMetadata.desktop” ’ failed with code 127
Segmentation fault (core dumped)

then I tried to start manually command:

$ servicemenuinstaller install /home/icecat/.local/share/servicemenu-download/removeMetadata.desktop
servicemenuinstaller: error while loading shared libraries: libpackagekitqt5.so.1: cannot open shared object file: No such file or directory

pamac can’t find libpackagekitqt5

What should I do as next step?

Install packagekit-qt5 by doing:
sudo pacman -S packagekit-qt5
I had the same problem. This should fix your problem

1 Like

Thank you.
It works now.

1 Like

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.