Author Topic: Fbpanel  (Read 1842 times)

BerndS

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
Fbpanel
« on: October 21, 2007, 05:00:46 am »
Hi,

I installed and configured fbpanel 4.12 (announced here: https://www.oesf.org/forum/index.php?showto...&start=420) on my Zaurus running weeXpc (pdaxrom beta13). It works pretty well (better than matchbox).

One issue I have is that I can not load all plugins from fbpanel; most work but the following do not work:

Plugin {
    type = audio
}

Result:

root@/mnt/ide3/new> fbpanel -p test

(fbpanel:3470): Gtk-CRITICAL **: gtk_box_pack_end: assertion `child->parent == NULL' failed

(fbpanel:3470): Gtk-WARNING **: Attempting to add a widget with type GtkVBox to a GtkWindow, but as a GtkBin subclass a GtkWindow can only contain one widget at a time; it already contains a widget of type GtkVScale
fbpanel: relocation error: /usr/share/fbpanel/plugins/audio.so: undefined symbol: fb_button_new_from_file_with_label


Plugin {
    type = cards
}

Result:

root@/mnt/ide3/new> fbpanel -p test
fbpanel: relocation error: /usr/share/fbpanel/plugins/cards.so: undefined symbol: fb_button_new_from_file_with_label

Does anybody know how to fix this?


regards

Bernd