GNU bug report logs -
#37937
Lollypop missing propagated-input gsettings-desktop-schemas
Previous Next
Reported by: Sam <email_sam <at> posteo.de>
Date: Sat, 26 Oct 2019 21:15:01 UTC
Severity: normal
Done: Tobias Geerinckx-Rice <me <at> tobias.gr>
Bug is archived. No further changes may be made.
Full log
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
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")
This bug report was last modified 5 years and 210 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.