Bug report: broken side pane icon in evince

  • Open
  • quality assurance status badge
Details
4 participants
  • me
  • Tobias Geerinckx-Rice
  • Raghav Gururajan
  • Raghav Gururajan
Owner
unassigned
Submitted by
me
Severity
normal
M
R
R
Raghav Gururajan wrote on 28 Feb 2021 18:40
[PATCH]: Fix #46831
(address . 46831@debbugs.gnu.org)
0939448a-5f3f-ebea-3ad1-8b25f015410f@raghavgururajan.name

From 4464b432ecbe3a5f820889d59282a368c645afb6 Mon Sep 17 00:00:00 2001
From: Raghav Gururajan <rg@raghavgururajan.name>
Date: Sun, 28 Feb 2021 10:54:45 -0500
Subject: [PATCH] gnu: evince: Fix loading of icons.

* gnu/packages/gnome.scm (evince) [inputs]: Replace gdk-pixbuf with gdk-pixbuf+svg.
---
gnu/packages/gnome.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Toggle diff (15 lines)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ebb21c08ce..4d311ec1d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -2595,7 +2595,7 @@ forgotten when the session ends.")
("gspell" ,gspell)
("libgnome-keyring" ,libgnome-keyring)
("adwaita-icon-theme" ,adwaita-icon-theme)
- ("gdk-pixbuf" ,gdk-pixbuf)
+ ("gdk-pixbuf" ,gdk-pixbuf+svg)
("atk" ,atk)
("pango" ,pango)
("gtk+" ,gtk+)
--
2.30.1
Attachment: OpenPGP_signature
R
R
Raghav Gururajan wrote on 28 Feb 2021 18:47
(address . 46831@debbugs.gnu.org)
a4075d38-5c61-0f86-40dd-57a50331d6db@raghavgururajan.name
The patch targets the following:

(evince:19116): Gtk-WARNING **: 17:11:25.042: Could not load a pixbuf
from /org/gtk/libgtk/theme/Adwaita/assets/bullet-symbolic.svg.
Attachment: OpenPGP_signature
T
T
Tobias Geerinckx-Rice wrote on 28 Feb 2021 18:52
Re: bug#46831: Bug report: broken side pane icon in evince
(address . me@stephane.today)
87k0qs84gg.fsf@nckx
Hi Potential User,

me@stephane.today ???
Toggle quote (2 lines)
> [image: image.png]

Thanks for reporting this!

I just wanted to point out (since it probably needs a separate
fix) that the next icon is wrong as well. It should be a regular
pencil[0], but on Guix System it's been winged as long as I can
remember. I reported it... somewhere, but I can't find a bug
report.

Kind regards,

T G-R

[0]:
-----BEGIN PGP SIGNATURE-----

iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCYDvYbw0cbWVAdG9iaWFz
LmdyAAoJEA2w/4hPVW15d+EBAIcEsynWiyfyz8Uajd5V7ra5eXiQsvhrYNAKDgEY
BLxJAQC47K9lRFK5oj4GWeQT9Fl+lydCjXOcKQQ5jERlEwvNAg==
=FJX5
-----END PGP SIGNATURE-----

R
R
Raghav Gururajan wrote on 2 Mar 2021 18:30
(address . 46831@debbugs.gnu.org)
a221e58f20fa225dfaa22b44e01d3cff@disroot.org
Hello Guix!

Having dconf installed in system or user profile solves this issue. :-)

Regards,
RG.
?