GNU bug report logs - #72284
kdeconnect-app fails to start

Previous Next

Package: guix;

Reported by: 宋文武 <iyzsong <at> envs.net>

Date: Thu, 25 Jul 2024 02:26:02 UTC

Severity: normal

Done: 宋文武 <iyzsong <at> envs.net>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 72284 in the body.
You can then email your comments to 72284 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#72284; Package guix. (Thu, 25 Jul 2024 02:26:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to 宋文武 <iyzsong <at> envs.net>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 25 Jul 2024 02:26:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: bug-guix <at> gnu.org
Cc: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Subject: kdeconnect-app fails to start
Date: Thu, 25 Jul 2024 10:25:24 +0800
Hello, since the update to 24.05.2, 'kdeconnect-app' fails with:

QQmlApplicationEngine failed to load component
qrc:/qt/qml/org/kde/kdeconnect/app/Main.qml:49:13: Type QQC2.ToolBar unavailable
qrc:/qt/qml/org/kde/desktop/ToolBar.qml: Type GlobalSonnetSettings unavailable
qrc:/qt/qml/org/kde/desktop/private/GlobalSonnetSettings.qml:10:1: module "org.kde.sonnet" is not installed




Information forwarded to bug-guix <at> gnu.org:
bug#72284; Package guix. (Thu, 25 Jul 2024 05:08:02 GMT) Full text and rfc822 format available.

Message #8 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
To: 宋文武 via Bug reports for GNU Guix <bug-guix <at> gnu.org>
Cc: 72284 <at> debbugs.gnu.org, 宋文武 <iyzsong <at> envs.net>
Subject: Re: bug#72284: kdeconnect-app fails to start
Date: Thu, 25 Jul 2024 13:06:51 +0800
[Message part 1 (text/plain, inline)]
宋文武 via Bug reports for GNU Guix <bug-guix <at> gnu.org> writes:

> Hello, since the update to 24.05.2, 'kdeconnect-app' fails with:
>
> QQmlApplicationEngine failed to load component
> qrc:/qt/qml/org/kde/kdeconnect/app/Main.qml:49:13: Type QQC2.ToolBar unavailable
> qrc:/qt/qml/org/kde/desktop/ToolBar.qml: Type GlobalSonnetSettings unavailable
> qrc:/qt/qml/org/kde/desktop/private/GlobalSonnetSettings.qml:10:1: module "org.kde.sonnet" is not installed

i think this patch can fix it.

[0001-gnu-kdeconnect-Add-sonnet-dependency.patch (text/x-patch, inline)]
From b430840809bfb936ac8c17f7a40da77d7549449c Mon Sep 17 00:00:00 2001
Message-ID: <b430840809bfb936ac8c17f7a40da77d7549449c.1721883986.git.zhengjunjie <at> iscas.ac.cn>
From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Date: Thu, 25 Jul 2024 12:50:52 +0800
Subject: [PATCH] gnu: kdeconnect: Add sonnet dependency.

* gnu/packages/kde.scm (kdeconnect)[inputs]: Add sonnet.

Change-Id: I494bdf393d433f6f3dffe8dbe1774f53776fbc63
---
 gnu/packages/kde.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
index 44b3b10606..59f3b1052b 100644
--- a/gnu/packages/kde.scm
+++ b/gnu/packages/kde.scm
@@ -1361,6 +1361,7 @@ (define-public kdeconnect
            qtdeclarative
            qtmultimedia
            qtwayland
+           sonnet
            wayland
            modemmanager-qt
            libxkbcommon))

base-commit: 01ae23649516f9ef0d9e824cf541f380047714e6
prerequisite-patch-id: a703f531933c906dca9ec61a2523da1d4d6da8f5
prerequisite-patch-id: 810b398a80c2051ee1099c2f49f77f058e926694
prerequisite-patch-id: e91a42753210aab3d1c4312d6bc61b673acc6d6a
prerequisite-patch-id: 417266028c7c8be559e885934bdee35f6898c019
-- 
2.45.2

[signature.asc (application/pgp-signature, inline)]

Information forwarded to bug-guix <at> gnu.org:
bug#72284; Package guix. (Thu, 25 Jul 2024 05:08:03 GMT) Full text and rfc822 format available.

Reply sent to 宋文武 <iyzsong <at> envs.net>:
You have taken responsibility. (Fri, 26 Jul 2024 12:33:01 GMT) Full text and rfc822 format available.

Notification sent to 宋文武 <iyzsong <at> envs.net>:
bug acknowledged by developer. (Fri, 26 Jul 2024 12:33:02 GMT) Full text and rfc822 format available.

Message #16 received at 72284-done <at> debbugs.gnu.org (full text, mbox):

From: 宋文武 <iyzsong <at> envs.net>
To: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
Cc: 72284-done <at> debbugs.gnu.org
Subject: Re: bug#72284: kdeconnect-app fails to start
Date: Fri, 26 Jul 2024 20:33:10 +0800
Zheng Junjie <zhengjunjie <at> iscas.ac.cn> writes:

> 宋文武 via Bug reports for GNU Guix <bug-guix <at> gnu.org> writes:
>
>> Hello, since the update to 24.05.2, 'kdeconnect-app' fails with:
>>
>> QQmlApplicationEngine failed to load component
>> qrc:/qt/qml/org/kde/kdeconnect/app/Main.qml:49:13: Type QQC2.ToolBar unavailable
>> qrc:/qt/qml/org/kde/desktop/ToolBar.qml: Type GlobalSonnetSettings unavailable
>> qrc:/qt/qml/org/kde/desktop/private/GlobalSonnetSettings.qml:10:1: module "org.kde.sonnet" is not installed
>
> i think this patch can fix it.
>
> From b430840809bfb936ac8c17f7a40da77d7549449c Mon Sep 17 00:00:00 2001
> Message-ID: <b430840809bfb936ac8c17f7a40da77d7549449c.1721883986.git.zhengjunjie <at> iscas.ac.cn>
> From: Zheng Junjie <zhengjunjie <at> iscas.ac.cn>
> Date: Thu, 25 Jul 2024 12:50:52 +0800
> Subject: [PATCH] gnu: kdeconnect: Add sonnet dependency.
>
> * gnu/packages/kde.scm (kdeconnect)[inputs]: Add sonnet.
>
> Change-Id: I494bdf393d433f6f3dffe8dbe1774f53776fbc63
> ---
>  gnu/packages/kde.scm | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm
> index 44b3b10606..59f3b1052b 100644
> --- a/gnu/packages/kde.scm
> +++ b/gnu/packages/kde.scm
> @@ -1361,6 +1361,7 @@ (define-public kdeconnect
>             qtdeclarative
>             qtmultimedia
>             qtwayland
> +           sonnet
>             wayland
>             modemmanager-qt
>             libxkbcommon))

Pushed to master, thanks.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 24 Aug 2024 11:24:11 GMT) Full text and rfc822 format available.

This bug report was last modified 54 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.