Your message dated Wed, 30 Nov 2022 17:58:15 +0000
with message-id <[email protected]>
and subject line Bug#1022932: Removed package(s) from unstable
has caused the Debian Bug report #968639,
regarding fbpanel: Volume icon fails to appear because of icon name change
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
968639: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=968639
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: fbpanel
Version: 7.0-4
Severity: normal

Hi,

When run with the default Adwaita icon theme the volume plugin is not visible
on the panel. It doesn't even show a "missing/broken" icon, just blank space,
although the plugin is actually present and active if you can find it.

This is because the icon file names have changed. The old ones the volume
plugin looks for are stock_volume-{max,med,min,mute} but the current names are
audio-volume-{high,medium,low,muted}. Most of the icon themes that I checked
include compatibility symlinks from the old stock_volume- names to the new
ones, but Adwaita does not.

See, for example, /usr/share/icons/*/48x48/status/{stock_,audio-}volume*
It's possible to work around the bug by changing the GTK icon theme.

Arguably this is a bug in Adwaita, but it's a problem for fbpanel because
that's the default theme. I attach a patch to switch to the new icon names,
which fixes the problem for me.

Thanks,

Andrew Kanaber
--- fbpanel-7.0.orig/plugins/volume/volume.c    2020-08-18 00:37:47.839375770 
+0100
+++ fbpanel-7.0/plugins/volume/volume.c 2020-08-18 00:44:26.784359863 +0100
@@ -15,14 +15,14 @@
 #include "dbg.h"
 
 static gchar *names[] = {
-    "stock_volume-min",
-    "stock_volume-med",
-    "stock_volume-max",
+    "audio-volume-low",
+    "audio-volume-medium",
+    "audio-volume-high",
     NULL
 };
 
 static gchar *s_names[] = {
-    "stock_volume-mute",
+    "audio-volume-muted",
     NULL
 };
   

--- End Message ---
--- Begin Message ---
Version: 7.0-4.3+rm

Dear submitter,

as the package fbpanel has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1022932

The version of this package that was in Debian prior to this removal
can still be found using http://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Scott Kitterman (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to