Package: fbpanel Version: 4.9-2 Followup-For: Bug #434698 A quick update about a test I've just done. If I substitute those SVG images with PNG ones (as in the configuration file quoted below), I see PNG images correctly displayed in both the launchbar and the taskbar, *but* I still get some command-line errors:
$ fbpanel (fbpanel:5805): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file_at_scale: assertion `filename != NULL' failed (fbpanel:5805): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file_at_scale: assertion `filename != NULL' failed (fbpanel:5805): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file_at_scale: assertion `filename != NULL' failed (fbpanel:5805): GdkPixbuf-CRITICAL **: gdk_pixbuf_new_from_file_at_scale: assertion `filename != NULL' failed I don't know if I should be worried about that... My modified configuration file follows: $ cat ~/.fbpanel/default ######################################## ## fbpanel configuration file ## ######################################## Global { edge = bottom allign = center margin = 0 widthtype = percent width = 68 heighttype = pixel height = 26 roundcorners = false transparent = false tintcolor = #ffffff alpha = 39 SetPartialStrut = true } Plugin { type = launchbar config { button { image = /usr/share/fbpanel/images/gnome-system.png tooltip = XTerm action = /usr/bin/xterm -ls } button { image = /usr/share/pixmaps/xscreensaver.xpm tooltip = Lock screen action = /usr/bin/xscreensaver-command -lock } } } Plugin { type = space config { size = 13 } } Plugin { type = pager config { showwallpaper = false } } Plugin { type = icons config { DefaultIcon = /usr/share/fbpanel/images/default.xpm application { icon = gnome-terminal Image = /usr/share/fbpanel/images/gnome-system.png ClassName = XTerm } application { icon = gnome-terminal Image = /usr/share/fbpanel/images/gnome-system.png ClassName = mlterm } application { icon = gnome-terminal Image = /usr/share/fbpanel/images/gnome-system.png ClassName = URxvt } application { icon = gnome-emacs Image = /usr/share/fbpanel/images/gnome-applications.png ClassName = Emacs } } } Plugin { type = space config { size = 13 } } Plugin { type = taskbar expand = true config { ShowIconified = true ShowMapped = true ShowAllDesks = false tooltips = true IconsOnly = false } } Plugin { type = space config { size = 13 } } Plugin { type = dclock config { ClockFmt = %R TooltipFmt = %a, %d %b %Y Action = /usr/bin/xscreensaver-command -activate } } -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]