Public bug reported:

1. An icon theme file should not be a hard dependency.  How would a different 
icon theme provide alternate icons?
2. The 4 symbolic icons referred to are part of the now-defunct User menu, 
which no longer draws the icons anyway:

static GtkWidget *
panel_menu_item_presence_new (......)
{
        ......
#if 0
        if (use_icon) {
                GtkWidget *image;
                image = gtk_image_new_from_icon_name (icon,
                                                      panel_menu_icon_get_size 
());
                gtk_container_add (GTK_CONTAINER (item), image);
        }
#endif

** Affects: gnome-panel (Ubuntu)
     Importance: Undecided
         Status: New

** Patch added: "patch to debian/control.in"
   
https://bugs.launchpad.net/bugs/1093938/+attachment/3468592/+files/0001-Remove-bogus-dependency-on-gnome-icon-theme-symbolic.patch

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to gnome-panel in Ubuntu.
https://bugs.launchpad.net/bugs/1093938

Title:
  gnome-panel should not have hard dependency to gnome-icon-theme-
  symbolic

Status in “gnome-panel” package in Ubuntu:
  New

Bug description:
  1. An icon theme file should not be a hard dependency.  How would a different 
icon theme provide alternate icons?
  2. The 4 symbolic icons referred to are part of the now-defunct User menu, 
which no longer draws the icons anyway:

  static GtkWidget *
  panel_menu_item_presence_new (......)
  {
          ......
  #if 0
        if (use_icon) {
                GtkWidget *image;
                image = gtk_image_new_from_icon_name (icon,
                                                      panel_menu_icon_get_size 
());
                gtk_container_add (GTK_CONTAINER (item), image);
        }
  #endif

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/gnome-panel/+bug/1093938/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to