From debbugs-submit-bounces@debbugs.gnu.org Sat Oct 29 08:00:21 2022 Received: (at submit) by debbugs.gnu.org; 29 Oct 2022 12:00:21 +0000 Received: from localhost ([127.0.0.1]:35073 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ookVh-00072J-04 for submit@debbugs.gnu.org; Sat, 29 Oct 2022 08:00:21 -0400 Received: from lists.gnu.org ([209.51.188.17]:43096) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1ookVe-00072A-Ku for submit@debbugs.gnu.org; Sat, 29 Oct 2022 08:00:20 -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 1ookVe-0000Fy-Et for guix-patches@gnu.org; Sat, 29 Oct 2022 08:00:18 -0400 Received: from mout-p-101.mailbox.org ([2001:67c:2050:0:465::101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1ookVb-0003zT-D4; Sat, 29 Oct 2022 08:00:18 -0400 Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:b231:465::2]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4Mzydp44NBz9sSF; Sat, 29 Oct 2022 13:59:58 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brendan.scot; s=MBO0001; t=1667044798; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=rrEsaUzDafU1EYgg5zA/KdVBoOwUZWC0q3ckK+c9/YI=; b=r2HAuosLVrZlUR/DQh0jjeOD7D9icOpirimNuHLYgIXH2LvZopQxNTyEEuwGoaKN+vv53g KVoHxsHVxHCQU/7LcETNeJX8H8UFIB4IEuPx64bNIV83x8Eq9lnVKLOhkU3u1pTrPLH8Yn qZHp7uffELau0EfwW0dW/IAHA9sgKAn2BsNVhuH7vXRc43SVvtnQjXeMaMZsxhH05gNRfX vMJTnO+ypxIUp+SWj/rn3L2etJtKUf6mnh+JsRDFDvTLYtV8WBJLy2+5YBqmpSIfGcsjKI 4lg835yXSUw6TUfoI1riZT7ApO0FdDId95Y/uWYrOiMO2IVTqYV6icGWwwluCg== Message-ID: Date: Sat, 29 Oct 2022 11:59:46 +0000 MIME-Version: 1.0 Subject: Re: Upstreaming KDE Plasma and rest of packages To: phodina , Guix Patches References: Content-Language: en-US From: Brendan Tildesley In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 4Mzydp44NBz9sSF Received-SPF: pass client-ip=2001:67c:2050:0:465::101; envelope-from=mail@brendan.scot; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Maxim Cournoyer , Maxime Devos , Leo Famulari , "marekpasnikowski@protonmail.com" , "marius@gnu.org" , Hartmut Goebel X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Guix Patches Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) Another issue is that Dolphin does not create/display thumbnails and reports: kf.service.services: KServiceTypeTrader: serviceType "ThumbCreator" not found I packaged kdegraphics-thumbnailers. But adding that didn't make a difference. Have you had a go at this phodina? (define-public kdegraphics-thumbnailers   (package     (name "kdegraphics-thumbnailers")     (version "22.08.2")     (source      (origin        (method url-fetch)        (uri (string-append "mirror://kde/stable/release-service/" version                            "/src/" name "-" version ".tar.xz"))        (sha256         (base32 "1ppgc5yh23fgfkwzjirrkv5w7y23xlpf3ijgaw8wgm7kbm61i5y0"))))     (build-system cmake-build-system)     (native-inputs      (list extra-cmake-modules))     (inputs      (list karchive            kdegraphics-mobipocket            ki18n            kio            libkexiv2            qtbase-5))     (home-page "")     (synopsis "")     (description "")     (license #f)))