unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
@ 2020-01-02  4:13 Mark H Weaver
  2020-01-02 10:15 ` Leo Prikler
  2020-01-02 11:02 ` Raghav Gururajan
  0 siblings, 2 replies; 8+ messages in thread
From: Mark H Weaver @ 2020-01-02  4:13 UTC (permalink / raw)
  To: 38864; +Cc: Raghav Gururajan

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

The following commit seems to have broken the display of many icons in
GNOME Shell:

  commit a8cda7f57992e9ce9ae4a694eba54e3eab42c39b
  Author: Raghav Gururajan <raghavgururajan@disroot.org>
  Date:   Thu Dec 26 09:52:55 2019 -0500

  gnu: gnome: Update dependencies.
  
  * gnu/packages/gnome.scm (gnome)[propagated-inputs]: Remove
  font-cantarell, font-dejavu, at-spi2-core, dbus, dconf,
  desktop-file-utils, gnome-defalt-applications, gnome-online-accounts,
  gnome-themes-standard, gst-plugins-base, gst-plugins-good, gucharmap,
  hicolor-icon-theme, pinentry-gnome3, pulseaudio, shared-mime-info,
  system-config-printer, xdg-user-dirs, zenity
  Add accountservice, adwaita-icon-theme, cheese, gdm, gnome-calendar,
  gnome-characters, gnome-clocks, gnome-desktop, gnome-font-viewer,
  gnome-maps, gnome-themes-extra, gsettings-desktop-schema, mutter,
  network-manager, orca, packagekit, simplescan, upower.
  
  Signed-off-by: Efraim Flashner <efraim@flashner.co.il>

Since that commit, on my system *all* application icons are replaced by
a generic icon, e.g. in the "dock" of favorite applications that show up
on the left side in GNOME Shell's "overview" mode, and in the top bar
application menu header.  (See attached screenshot below).  Also, the
gear icon that leads to GNOME settings from the menu on the right side
of GNOME Shell's top bar is missing.

Reverting the above commit, as well as the immediately following commit
8d8c6bffc528b60574f84620bd6c3ee9bfa1173f (gnome: Sort packages
logically), fixes the problem for me.  I'm assuming the latter commit is
harmless based on its commit log, but it has to be reverted as well to
avoid a merge conflict.

I guess the problem was caused by one of the 'propagated-inputs' that
was removed by commit a8cda7f57992e9ce9ae4a694eba54e3eab42c39b, but I
don't have time right now to find out which one.

        Mark


[-- Attachment #2: Screenshot of broken application icons in GNOME Shell --]
[-- Type: image/png, Size: 795911 bytes --]

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

* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
  2020-01-02  4:13 bug#38864: Broken icons in GNOME shell since commit a8cda7f579 Mark H Weaver
@ 2020-01-02 10:15 ` Leo Prikler
  2020-01-02 12:20   ` Ricardo Wurmus
  2020-01-02 11:02 ` Raghav Gururajan
  1 sibling, 1 reply; 8+ messages in thread
From: Leo Prikler @ 2020-01-02 10:15 UTC (permalink / raw)
  To: mhw, 38864

Hi Mark,

the culprit is probably hicolor-icon-theme.  Adding it to your user
profile should fix the icons as a temporary workaround.  Adding it back
to propagated-inputs does funnily enough not bring the icons back
immediately, but should – if I'm not mistaken, sorry for not having
tested – do so at after a reboot (perhaps restarting gdm suffices as
well).

Regards,
Leo

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

* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
  2020-01-02  4:13 bug#38864: Broken icons in GNOME shell since commit a8cda7f579 Mark H Weaver
  2020-01-02 10:15 ` Leo Prikler
@ 2020-01-02 11:02 ` Raghav Gururajan
  2020-01-03 10:47   ` Ludovic Courtès
  2020-09-22 16:35   ` Maxim Cournoyer
  1 sibling, 2 replies; 8+ messages in thread
From: Raghav Gururajan @ 2020-01-02 11:02 UTC (permalink / raw)
  To: mhw, 38864

Hello Mark!

New patch (#38853) should fix the issue. :-)

Sorry for the mishap.

Regards,
RG.

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

* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
  2020-01-02 10:15 ` Leo Prikler
@ 2020-01-02 12:20   ` Ricardo Wurmus
  2020-06-02  5:30     ` Michael Rohleder
  0 siblings, 1 reply; 8+ messages in thread
From: Ricardo Wurmus @ 2020-01-02 12:20 UTC (permalink / raw)
  To: Leo Prikler; +Cc: 38864


Leo Prikler <leo.prikler@student.tugraz.at> writes:

> the culprit is probably hicolor-icon-theme.  Adding it to your user
> profile should fix the icons as a temporary workaround.

I’ve seen the same problem and found that installing hicolor-icon-theme
fixes it.  (I installed it in the system profile.)

-- 
Ricardo

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

* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
  2020-01-02 11:02 ` Raghav Gururajan
@ 2020-01-03 10:47   ` Ludovic Courtès
  2020-01-03 14:54     ` Raghav Gururajan
  2020-09-22 16:35   ` Maxim Cournoyer
  1 sibling, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2020-01-03 10:47 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 38864

Hello,

Raghav Gururajan <raghavgururajan@disroot.org> skribis:

> New patch (#38853) should fix the issue. :-)

Heh, that happens.  I encourage you to test such changes in a VM, with:

  guix system vm gnu/system/examples/desktop.tmpl

Thanks,
Ludo’.

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

* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
  2020-01-03 10:47   ` Ludovic Courtès
@ 2020-01-03 14:54     ` Raghav Gururajan
  0 siblings, 0 replies; 8+ messages in thread
From: Raghav Gururajan @ 2020-01-03 14:54 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 38864

Hello Ludo!

> Heh, that happens.  I encourage you to test such changes in a VM,
> with:
> 
>   guix system vm gnu/system/examples/desktop.tmpl

Thanks for the tip :-)

Regards,
RG.

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

* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
  2020-01-02 12:20   ` Ricardo Wurmus
@ 2020-06-02  5:30     ` Michael Rohleder
  0 siblings, 0 replies; 8+ messages in thread
From: Michael Rohleder @ 2020-06-02  5:30 UTC (permalink / raw)
  To: 38864

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

I can not reproduce this (anymore?) and I dont have hicolor-icon-theme
in any profile.

-- 
I hear and I forget.
I see and I remember.
I do and I understand.
     Confucius

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

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

* bug#38864: Broken icons in GNOME shell since commit a8cda7f579
  2020-01-02 11:02 ` Raghav Gururajan
  2020-01-03 10:47   ` Ludovic Courtès
@ 2020-09-22 16:35   ` Maxim Cournoyer
  1 sibling, 0 replies; 8+ messages in thread
From: Maxim Cournoyer @ 2020-09-22 16:35 UTC (permalink / raw)
  To: Raghav Gururajan; +Cc: 38864-done

Raghav Gururajan <raghavgururajan@disroot.org> writes:

> Hello Mark!
>
> New patch (#38853) should fix the issue. :-)

Closing this old bug report, as #38853 was merged a long time ago.

Maxim




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

end of thread, other threads:[~2020-09-22 16:39 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-02  4:13 bug#38864: Broken icons in GNOME shell since commit a8cda7f579 Mark H Weaver
2020-01-02 10:15 ` Leo Prikler
2020-01-02 12:20   ` Ricardo Wurmus
2020-06-02  5:30     ` Michael Rohleder
2020-01-02 11:02 ` Raghav Gururajan
2020-01-03 10:47   ` Ludovic Courtès
2020-01-03 14:54     ` Raghav Gururajan
2020-09-22 16:35   ` Maxim Cournoyer

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