Comment 7 for bug 771510

Revision history for this message
Martin Pitt (pitti) wrote : Re: missing translations for Simplified Chinese

The "Label Empty" string comes from libdbusmenu:

./libdbusmenu-0.4.93/libdbusmenu-glib/defaults.c: dbusmenu_defaults_default_set(self, DBUSMENU_CLIENT_TYPES_DEFAULT, DBUSMENU_MENUITEM_PROP_LABEL, G_VARIANT_TYPE_STRING, g_variant_new_string(_("Label Empty")));

and is apparently a marker that a program using libdbusmenu failed to set the "label" property.

I cannot reproduce this problem on the current beta-1 images. I tried with Ubuntu 3D on real iron (Dell Mini 10), with a freshly created user with zh_CN and all language packs, and with Ubuntu 2D in the live session of the Chinese Edition in kvm. In both cases all the indicators have proper Chinese labels, i. e. sound (this bug), date/time (bug 771522), and messages (bug 771528).

Do you have a recipe for reproducing this in kvm? Which image type did you select? Does it happen in a live system, or only on installation?

Ted, are there known race conditions with setting the label property?