kdeconnect-sms not working in 25.04

Asked by Magnus Linder

After upgrading Kubuntu from 24.10 to 25.04 kdeconnect-sms is not working.
This is the output from the terminal:

QQmlApplicationEngine failed to load component
qrc:/qt/qml/org/kde/kdeconnect/sms/Main.qml:67:28: Type ConversationList unavailable
qrc:/qt/qml/org/kde/kdeconnect/sms/ConversationList.qml:159:9: Type ConversationDisplay unavailable
qrc:/qt/qml/org/kde/kdeconnect/sms/ConversationDisplay.qml:12:1: module "org.kde.people" is not installed

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu Edit question
Assignee:
No assignee Edit question
Solved by:
Magnus Linder
Solved:
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

For diagnostic purposes, what is the output of the commands

uname -a
lsb_release -crid
apt policy kdeconnect

Revision history for this message
Magnus Linder (rollobux) said :
#2

uname -a
---
Linux acer-pc 6.14.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Sun Apr 6 15:05:05 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux

lsb_release -crid
---
Distributor ID: Ubuntu
Description: Ubuntu 25.04
Release: 25.04
Codename: plucky

apt policy kdeconnect
---
kdeconnect:
  Installed: 24.12.3-0ubuntu2
  Candidate: 24.12.3-0ubuntu2
  Version table:
 *** 24.12.3-0ubuntu2 500
        500 http://archive.ubuntu.com/ubuntu plucky/universe amd64 Packages
        100 /var/lib/dpkg/status

By the way, kdeconnect works fine with the phone.

Thank you.

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

I assume that you hit bug #2109830

There is already an updated version of the kdeconnect package in the plucky-proposed repository which will probably be rolled out within the coming days.

(Maybe installing the package qml6-module-org-kde-people works as a temporary workaround)

Revision history for this message
Magnus Linder (rollobux) said :
#4

Ok, thank you for your help.

I tried to install qml6-module-org-kde-people but that didn't help (same error).

Revision history for this message
Magnus Linder (rollobux) said :
#5

Correction.
Installing qml6-module-org-kde-people did actually help.

Thank you, again.