* bug#46831: Bug report: broken side pane icon in evince
@ 2021-02-28 15:27 me
2021-02-28 17:40 ` bug#46831: [PATCH]: Fix #46831 Raghav Gururajan via Bug reports for GNU Guix
` (2 more replies)
0 siblings, 3 replies; 6+ messages in thread
From: me @ 2021-02-28 15:27 UTC (permalink / raw)
To: 46831
[-- Attachment #1.1: Type: text/plain, Size: 138 bytes --]
IRC logs
https://logs.guix.gnu.org/guix/2021-02-28.log#160244 to
https://logs.guix.gnu.org/guix/2021-02-28.log#162514
[image: image.png]
[-- Attachment #1.2: Type: text/html, Size: 408 bytes --]
[-- Attachment #2: image.png --]
[-- Type: image/png, Size: 12859 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46831: [PATCH]: Fix #46831
2021-02-28 15:27 bug#46831: Bug report: broken side pane icon in evince me
@ 2021-02-28 17:40 ` Raghav Gururajan via Bug reports for GNU Guix
2021-02-28 17:47 ` Raghav Gururajan via Bug reports for GNU Guix
2021-02-28 17:52 ` bug#46831: Bug report: broken side pane icon in evince Tobias Geerinckx-Rice via Bug reports for GNU Guix
2021-03-02 17:30 ` bug#46831: Raghav Gururajan via Bug reports for GNU Guix
2 siblings, 1 reply; 6+ messages in thread
From: Raghav Gururajan via Bug reports for GNU Guix @ 2021-02-28 17:40 UTC (permalink / raw)
To: 46831
[-- Attachment #1.1.1: Type: text/plain, Size: 0 bytes --]
[-- Attachment #1.1.2: 0001-gnu-evince-Fix-loading-of-icons.patch --]
[-- Type: text/x-patch, Size: 896 bytes --]
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(-)
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 #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 236 bytes --]
^ permalink raw reply related [flat|nested] 6+ messages in thread
* bug#46831: Bug report: broken side pane icon in evince
2021-02-28 15:27 bug#46831: Bug report: broken side pane icon in evince me
2021-02-28 17:40 ` bug#46831: [PATCH]: Fix #46831 Raghav Gururajan via Bug reports for GNU Guix
@ 2021-02-28 17:52 ` Tobias Geerinckx-Rice via Bug reports for GNU Guix
2024-10-22 14:09 ` Maxim Cournoyer
2021-03-02 17:30 ` bug#46831: Raghav Gururajan via Bug reports for GNU Guix
2 siblings, 1 reply; 6+ messages in thread
From: Tobias Geerinckx-Rice via Bug reports for GNU Guix @ 2021-02-28 17:52 UTC (permalink / raw)
To: me; +Cc: 46831
[-- Attachment #1: Type: text/plain, Size: 514 bytes --]
Hi Potential User,
me@stephane.today 写道:
> [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]:
https://upload.wikimedia.org/wikipedia/commons/thumb/f/fb/Evince_3.36.7.png/1280px-Evince_3.36.7.png
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46831: Bug report: broken side pane icon in evince
2021-02-28 17:52 ` bug#46831: Bug report: broken side pane icon in evince Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2024-10-22 14:09 ` Maxim Cournoyer
0 siblings, 0 replies; 6+ messages in thread
From: Maxim Cournoyer @ 2024-10-22 14:09 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: me, 46831-done
Hi,
Regarding the original report, these days gtk/gdk-pixbuf have SVG
out of the box, so that should be solved.
Tobias Geerinckx-Rice <me@tobias.gr> writes:
> Hi Potential User,
>
> me@stephane.today 写道:
>> [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.
... and we now have the correct pencil icon.
Yay! Closing.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#46831:
2021-02-28 15:27 bug#46831: Bug report: broken side pane icon in evince me
2021-02-28 17:40 ` bug#46831: [PATCH]: Fix #46831 Raghav Gururajan via Bug reports for GNU Guix
2021-02-28 17:52 ` bug#46831: Bug report: broken side pane icon in evince Tobias Geerinckx-Rice via Bug reports for GNU Guix
@ 2021-03-02 17:30 ` Raghav Gururajan via Bug reports for GNU Guix
2 siblings, 0 replies; 6+ messages in thread
From: Raghav Gururajan via Bug reports for GNU Guix @ 2021-03-02 17:30 UTC (permalink / raw)
To: 46831
Hello Guix!
Having dconf installed in system or user profile solves this issue. :-)
Regards,
RG.
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2024-10-22 14:10 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-02-28 15:27 bug#46831: Bug report: broken side pane icon in evince me
2021-02-28 17:40 ` bug#46831: [PATCH]: Fix #46831 Raghav Gururajan via Bug reports for GNU Guix
2021-02-28 17:47 ` Raghav Gururajan via Bug reports for GNU Guix
2021-02-28 17:52 ` bug#46831: Bug report: broken side pane icon in evince Tobias Geerinckx-Rice via Bug reports for GNU Guix
2024-10-22 14:09 ` Maxim Cournoyer
2021-03-02 17:30 ` bug#46831: Raghav Gururajan via Bug reports for GNU Guix
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).