emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#37937: closed (Lollypop missing propagated-input gsettings-desktop-s


From: GNU bug Tracking System
Subject: bug#37937: closed (Lollypop missing propagated-input gsettings-desktop-schemas)
Date: Sat, 26 Oct 2019 23:29:02 +0000

Your message dated Sun, 27 Oct 2019 01:28:09 +0200
with message-id <8736ff2ik6.fsf@nckx>
and subject line Re: bug#37937: Lollypop missing propagated-input 
gsettings-desktop-schemas
has caused the debbugs.gnu.org bug report #37937,
regarding Lollypop missing propagated-input gsettings-desktop-schemas
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
37937: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=37937
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: Lollypop missing propagated-input gsettings-desktop-schemas Date: Sat, 26 Oct 2019 22:39:52 +0200 User-agent: Posteo Webmail
Hello,
lollypop is missing gsettings-desktop-schemas as dependency, and fails to start without the package. Below there is a patch where I tried to fix it, but since I couldn't find out how to test the effect I chose to not send it to the patch mailing list.
I'm sorry for the inconvenience.

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 8bb891bfb3..a6596bc92d 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7833,8 +7833,9 @@ views can be printed as PDF or PostScript files, or exported to HTML.")
        ("totem-pl-parser" ,totem-pl-parser)
        ("webkitgtk" ,webkitgtk)))
     (propagated-inputs
-     `(;; gst-plugins-base is required to start Lollypop,
+ `(;; gst-plugins-base and gsettings-desktop-schemas are required to start Lollypop,
        ;; the others are required to play streaming.
+       ("gsettings-desktop-schemas" ,gsettings-desktop-schemas)
        ("gst-plugins-good" ,gst-plugins-good)
        ("gst-plugins-ugly" ,gst-plugins-ugly)))
     (home-page "https://wiki.gnome.org/Apps/Lollypop";)




--- End Message ---
--- Begin Message --- Subject: Re: bug#37937: Lollypop missing propagated-input gsettings-desktop-schemas Date: Sun, 27 Oct 2019 01:28:09 +0200
Sam,

Sam 写道:
lollypop is missing gsettings-desktop-schemas as dependency, and fails
to start without the package.

Thanks for reporting this, and for trying to fix it. I took a different approach in commit 8ac8b3b3601560c4a455543435276a8cdf61b54e: propagation is, at heart, a kluge, and one that should be avoided whenever possible[0].

I'm closing this bug because it now works for me.

Could you pull, upgrade lollypop, and let me know whether it now works for you?

I couldn't find out how to test the effect

Assuming you already have a Guix git checkout to create the patch, you simply:

 $ guix environment guix
 $ ./configure --localstatedir=/var
 $ make -j `nproc`
 $ ./pre-inst-env guix lollypop

…or something like that :-)

Kind regards,

T G-R

[0]: https://issues.guix.info/issue/36896

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]