unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#30767: gtk+ not reproducible because of icon-theme.cache
@ 2018-03-11 11:37 Ricardo Wurmus
  2018-03-11 12:15 ` Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Ricardo Wurmus @ 2018-03-11 11:37 UTC (permalink / raw)
  To: 30767

The gtk+-3.22.28 package is not reproducible because of a single file:

    share/icons/hicolor/icon-theme.cache

The contents of this file appear not be sorted deterministically:

--8<---------------cut here---------------start------------->8---
diffoscope /gnu/store/1qqyd1mhydh19qcis13kg3455lfm9vv5-gtk+-3.22.28/share/icons/hicolor/icon-theme.cache /tmp/gtk/share/icons/hicolor/icon-theme.cache
--- /gnu/store/1qqyd1mhydh19qcis13kg3455lfm9vv5-gtk+-3.22.28/share/icons/hicolor/icon-theme.cache
+++ /tmp/gtk/share/icons/hicolor/icon-theme.cache
│? 'showttf' not available in path. Falling back to binary comparison.
@@ -21,13 +21,13 @@
 00000140: 0000 0000 ffff ffff 0000 0150 0000 016c  ...........P...l
 00000150: 6774 6b33 2d64 656d 6f2d 7379 6d62 6f6c  gtk3-demo-symbol
 00000160: 6963 2e73 796d 626f 6c69 6300 0000 0006  ic.symbolic.....
 00000170: 0005 0004 0000 0000 0004 0004 0000 0000  ................
 00000180: 0003 0004 0000 0000 0002 0004 0000 0000  ................
 00000190: 0001 0004 0000 0000 0000 0004 0000 0000  ................
 000001a0: 0000 0006 0000 01bc 0000 01c8 0000 01d4  ................
-000001b0: 0000 01e0 0000 01ec 0000 01fc 3232 7832  ............22x2
+000001b0: 0000 01e0 0000 01ec 0000 01f8 3332 7833  ............32x3
 000001c0: 322f 6170 7073 0000 3136 7831 362f 6170  2/apps..16x16/ap
-000001d0: 7073 0000 3438 7834 382f 6170 7073 0000  ps..48x48/apps..
-000001e0: 3234 7832 342f 6170 7073 0000 3235 3678  24x24/apps..256x
-000001f0: 3235 362f 6170 7073 0000 0000 3332 7833  256/apps....32x3
-00000200: 322f 6170 7073 0000                      2/apps..
+000001d0: 7073 0000 3234 7832 342f 6170 7073 0000  ps..24x24/apps..
+000001e0: 3438 7834 382f 6170 7073 0000 3232 7832  48x48/apps..22x2
+000001f0: 322f 6170 7073 0000 3235 3678 3235 362f  2/apps..256x256/
+00000200: 6170 7073 0000 0000                      apps....
--8<---------------cut here---------------end--------------->8---

-- 
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30767: gtk+ not reproducible because of icon-theme.cache
  2018-03-11 11:37 bug#30767: gtk+ not reproducible because of icon-theme.cache Ricardo Wurmus
@ 2018-03-11 12:15 ` Danny Milosavljevic
  2018-03-11 12:21   ` Danny Milosavljevic
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2018-03-11 12:15 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 30767

[-- Attachment #1: Type: text/plain, Size: 111 bytes --]

Hi Ricardo,

just remove icon-theme.cache from gtk+.  There's a profile hook to generate icon-theme.cache .

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30767: gtk+ not reproducible because of icon-theme.cache
  2018-03-11 12:15 ` Danny Milosavljevic
@ 2018-03-11 12:21   ` Danny Milosavljevic
  2018-03-11 14:02     ` Ricardo Wurmus
  0 siblings, 1 reply; 4+ messages in thread
From: Danny Milosavljevic @ 2018-03-11 12:21 UTC (permalink / raw)
  To: Ricardo Wurmus; +Cc: 30767

[-- Attachment #1: Type: text/plain, Size: 191 bytes --]

Then again usually people don't install gtk+ into their profiles.

gtk/updateiconcache.c scan_directory returns "directories".

Instead of that, return g_list_sort(directories, strcmp).

[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 488 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#30767: gtk+ not reproducible because of icon-theme.cache
  2018-03-11 12:21   ` Danny Milosavljevic
@ 2018-03-11 14:02     ` Ricardo Wurmus
  0 siblings, 0 replies; 4+ messages in thread
From: Ricardo Wurmus @ 2018-03-11 14:02 UTC (permalink / raw)
  To: Danny Milosavljevic; +Cc: 30767


Danny Milosavljevic <dannym@scratchpost.org> writes:

> Then again usually people don't install gtk+ into their profiles.

They do if they choose to install python-matplotlib, which sadly
propagates gtk+.

--
Ricardo

GPG: BCA6 89B6 3655 3801 C3C6  2150 197A 5888 235F ACAC
https://elephly.net

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-03-11 14:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-11 11:37 bug#30767: gtk+ not reproducible because of icon-theme.cache Ricardo Wurmus
2018-03-11 12:15 ` Danny Milosavljevic
2018-03-11 12:21   ` Danny Milosavljevic
2018-03-11 14:02     ` Ricardo Wurmus

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).