Hi, I think bluedevil is missing a qml dependency, without it the plasma widget complains that it can't find the corresponding qml module,
I have pushed the proposed change to this repository: https://gitlab.com/siduction-kde-applications/bluedevil in the kubuntu_vivid_backports_tmp branch: https://gitlab.com/siduction-kde-applications/bluedevil/commits/kubuntu_wily_archive_tmp Also I'm attaching the patch retrieved with git format-patch.
From 4fda46c6ab627e165943e0aec4ae3541601e30b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Santamar=C3=ADa=20Lema?= <[email protected]> Date: Mon, 8 Jun 2015 23:27:37 +0200 Subject: [PATCH] Add dependency on qml-module-org-kde-bluezqt. --- debian/changelog | 6 ++++++ debian/control | 1 + 2 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index e6c0502..1923a5c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +bluedevil (4:5.3.0-0ubuntu2) UNRELEASED; urgency=medium + + * Add dependency on qml-module-org-kde-bluezqt. + + -- José Manuel Santamaría Lema <[email protected]> Mon, 08 Jun 2015 23:26:40 +0200 + bluedevil (4:5.3.0-0ubuntu1) UNRELEASED; urgency=medium * Beta release diff --git a/debian/control b/debian/control index fc1ba91..7e4dcf8 100644 --- a/debian/control +++ b/debian/control @@ -33,6 +33,7 @@ Architecture: linux-any Depends: bluez (>= 5), bluez-obexd, obex-data-server, + qml-module-org-kde-bluezqt, ${misc:Depends}, ${shlibs:Depends} Suggests: pulseaudio-module-bluetooth | bluez-alsa -- 2.1.4
signature.asc
Description: This is a digitally signed message part.
-- kubuntu-devel mailing list [email protected] Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/kubuntu-devel
