GNU bug report logs - #57608
Upstreaming KDE Plasma and rest of packages

Previous Next

Package: guix-patches;

Reported by: phodina <phodina <at> protonmail.com>

Date: Tue, 6 Sep 2022 07:16:01 UTC

Severity: normal

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

Bug is archived. No further changes may be made.

Full log


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

From: Brendan Tildesley <mail <at> brendan.scot>
To: phodina <phodina <at> protonmail.com>, Guix Patches <guix-patches <at> gnu.org>
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>,
 Maxime Devos <maximedevos <at> telenet.be>, Leo Famulari <leo <at> famulari.name>,
 "marekpasnikowski <at> protonmail.com" <marekpasnikowski <at> protonmail.com>,
 "marius <at> gnu.org" <marius <at> gnu.org>,
 Hartmut Goebel <h.goebel <at> crazy-compilers.com>
Subject: Re: Upstreaming KDE Plasma and rest of packages
Date: Sat, 29 Oct 2022 11:59:46 +0000
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)))




This bug report was last modified 1 year and 263 days ago.

Previous Next


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