From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id cFPkAgrN92T8RgEA9RJhRA:P1 (envelope-from ) for ; Wed, 06 Sep 2023 02:51:22 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id cFPkAgrN92T8RgEA9RJhRA (envelope-from ) for ; Wed, 06 Sep 2023 02:51:22 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id C7959A815 for ; Wed, 6 Sep 2023 02:51:21 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=kEqKbNOP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1693961481; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type:resent-to:resent-from:resent-sender: resent-message-id:in-reply-to:in-reply-to:references:references: list-id:list-help:list-unsubscribe:list-subscribe:list-post: dkim-signature; bh=+ar9wpitYv6zpuK4/dcdma+Fx8Jkiun8UgCUhijHkVA=; b=sY+Pjzrz8++yx7c77/oWBehd/VIsYt5vtCWkPeB8bdkb6cpk9SK11OfXrVbfTkvOcF0J4b EE87a+W8DxWPzasVEVL6kVOkGl90ED9QkEBJbUzrFWWUXHkl+So1PRZH9EIIMHeX8v5wCj eYTGXHRbkKibMEmLHvEkLm2EDmCc6tBBHwUmVFkgYNWtTVPDG1JlePPkIMjpjxcBeIFQtT LUxwECSxqH5SZehOcBuJVKOGZrDtpcmMKmBf8hXQXonVAcNnTRtgY84+CxtwctYnZVecKo BWXMXQkUAn63gLhYqHnbdYDbIyzZslV9mMk3wF4ea7nmegqTSaDO3s7ZvpmW5A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1693961481; a=rsa-sha256; cv=none; b=eqQ+5qf2ZGnlvVaIk4lEcStZJghtbdhi23saA9cHKmQxdopCBC6skRc4gQVCVAhc20uTtm 2qDsQzvlnYoKAxcR8WJdD2TKeurYtkwfjFt0a34IkdK6/3+909k/K9LjVXV8i1abYAHI5R POYkSu2bgWXtI0A1NF6aFI27Lnu9yFxg+D3wXKM+Q8z5Z6LRiSVA/EkgNpDKlGhYVwbtcG uX2bPGMJ8soJKoD6PWUwVm4WL1j4oo75RLdnubT2LV7q4mPJZDehu+60r4bgRJgn3VlmC9 IXtw3Fe201FX7Iui+riWRbvN9bs5KSY35rDf9Xn7uLcGSsu25adiZ90c4WxBoA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20221208 header.b=kEqKbNOP; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qdgl5-0005RJ-JP; Tue, 05 Sep 2023 20:51:03 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qdgl3-0005QZ-S8 for guix-patches@gnu.org; Tue, 05 Sep 2023 20:51:01 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qdgl3-00072k-Jn for guix-patches@gnu.org; Tue, 05 Sep 2023 20:51:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qdgl4-0004A7-BJ for guix-patches@gnu.org; Tue, 05 Sep 2023 20:51:02 -0400 Subject: bug#64828: [PATCH] gnu: kdenlive: Add missing dep. kirigami Resent-From: Maxim Cournoyer Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 06 Sep 2023 00:51:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64828 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: antlers@illucid.net Cc: 64828-done@debbugs.gnu.org Mail-Followup-To: 64828@debbugs.gnu.org, maxim.cournoyer@gmail.com, antlers@illucid.net Received: via spool by 64828-done@debbugs.gnu.org id=D64828.169396144915977 (code D ref 64828); Wed, 06 Sep 2023 00:51:02 +0000 Received: (at 64828-done) by debbugs.gnu.org; 6 Sep 2023 00:50:49 +0000 Received: from localhost ([127.0.0.1]:60093 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdgkr-00049c-8g for submit@debbugs.gnu.org; Tue, 05 Sep 2023 20:50:49 -0400 Received: from mail-qk1-x730.google.com ([2607:f8b0:4864:20::730]:54582) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qdgko-00049H-SG for 64828-done@debbugs.gnu.org; Tue, 05 Sep 2023 20:50:48 -0400 Received: by mail-qk1-x730.google.com with SMTP id af79cd13be357-76f0807acb6so185762485a.1 for <64828-done@debbugs.gnu.org>; Tue, 05 Sep 2023 17:50:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1693961440; x=1694566240; darn=debbugs.gnu.org; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=+ar9wpitYv6zpuK4/dcdma+Fx8Jkiun8UgCUhijHkVA=; b=kEqKbNOP317lxx1yLZ2RTaF2bYr6+4q2kDOx/uOij9Pr0ZObabG8Yc2k+x1cffG7Fw B4f0qCNET8mj/vFdyyCTkYFARo7thw//SHZVMIGHru3AkHC6Xw7LvphnaPOi8WTy6q2I 7ZE+NFOuijdS6ZzjpN5OwePscg7N0lexyuMoS3UcGE54QnBMDdW+U7dk8/v/KzeGp3h4 dm4eCTG7Ikj6qQaOmRFgYxujTXf1FEHy7KfkazSMoQjVqF3Rc1USGk6IMKsPLmYiu8dG iACPyH5AqZn6ijKjMqy+UgkZSeZMfUBWV7i3+X8+wtXYpbLEbjziSZ64NmRKgaJGrV13 Xe5g== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1693961440; x=1694566240; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=+ar9wpitYv6zpuK4/dcdma+Fx8Jkiun8UgCUhijHkVA=; b=FYiZF2m7pDrThJ/j1A8Gz69RT7R6+LG+FcRAAxjh+LMLUpJL/Aw06hAwg4O7QcXCPY joDfnLcAFy6OIC4L/KdmtDvKpAvFpfdru7muZ90+CeqkkHOe0RH2ptzPuEGDzMdtPAQf BJfwwjuiiB4rhC9QLcGD33i3zyxc3tmm9mBQ76ea76S6EHJVcBWzY9LDtZwWqYgW/zMw GCtGbyePgIhGX+BAq55NAT5B2kTWmFmpk8RfHO0ci3PlxJ4IhKmobb1mntOUNKQxRecV wPy0Q2AVVt50FrOsMyVIWNmXPbSRKKJy5VAHfIY3ygDCORh2yIto+38Ui/LLSkKGgtBD xWrg== X-Gm-Message-State: AOJu0Yy4MSxNA/Q9iBzL7kaM6xr1Ct7bn+TeVPJTb8fBHJnSl4xDrhcE G8DJMkB/ndjjXhtPyCx+9gdyVztDs+qYsw== X-Google-Smtp-Source: AGHT+IF8NkgiccH7k1q3hKSKeb3MLI0HurLQ1SOBtRFQ6hjAHjCyPwqirFelPYrWzcyum8BHmkMnhQ== X-Received: by 2002:a05:620a:28d0:b0:765:a8b2:18dd with SMTP id l16-20020a05620a28d000b00765a8b218ddmr16301629qkp.20.1693961440234; Tue, 05 Sep 2023 17:50:40 -0700 (PDT) Received: from hurd (dsl-153-125.b2b2c.ca. [66.158.153.125]) by smtp.gmail.com with ESMTPSA id oo20-20020a05620a531400b00767f14f5856sm4497045qkn.117.2023.09.05.17.50.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 05 Sep 2023 17:50:39 -0700 (PDT) From: Maxim Cournoyer References: <20230724095711.20762-1-antlers@illucid.net> Date: Tue, 05 Sep 2023 20:50:38 -0400 In-Reply-To: <20230724095711.20762-1-antlers@illucid.net> (antlers@illucid.net's message of "Mon, 24 Jul 2023 09:57:11 +0000") Message-ID: <87il8of7kx.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -5.13 X-Spam-Score: -5.13 X-Migadu-Queue-Id: C7959A815 X-TUID: 8sPU39EczQQQ Hi, antlers@illucid.net writes: > From: antlers > > * gnu/packages/kde.scm (kdenlive): Add input kirigami. > > Encountered this error running kdenlive on a new user account: >> file:///gnu/store/r1gbv455lfbzaqqpl2gjvyvy5gip8d7h-knewstuff-5.98.0/lib/qt5/qml/org/kde/newstuff/Action.qml:40:1: >> module "org.kde.kirigami" is not installed > > Didnt crash, but the Effects and Compositions boxes were rendering pure white. > > Happens with: >> guix time-machine -C ./channels-default.scm --commit=a0c387c -- shell --pure kdenlive -- kdenlive > > but not on d5fece6. > --- > gnu/packages/kde.scm | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/gnu/packages/kde.scm b/gnu/packages/kde.scm > index 5e8e69487e..7b11ab6aab 100644 > --- a/gnu/packages/kde.scm > +++ b/gnu/packages/kde.scm > @@ -274,6 +274,7 @@ (define-public kdenlive > kfilemetadata > kguiaddons > kiconthemes > + kirigami > knewstuff > knotifications > knotifyconfig Installed, thanks! -- Thanks, Maxim