LIBDBUSMENU-GTK-CRITICAL **: dbusmenu_menuitem_property_set_shortcut: assertion `gtk_accelerator_valid(key, modifier)' failed
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Global menubar extension |
Fix Released
|
Low
|
Unassigned | ||
firefox (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Freshly installed system. started firefox from gnome-terminal and saw this assertion hit.
However, firefox seems to be running ok.
ProblemType: Bug
DistroRelease: Ubuntu 11.10
Package: firefox 6.0~b2+
ProcVersionSign
Uname: Linux 3.0.0-5-generic i686
Architecture: i386
Date: Wed Jul 20 13:28:26 2011
FirefoxPackages:
firefox 6.0~b2+
flashplugin-
adobe-flashplugin N/A
icedtea-plugin 1.1.1-1ubuntu1
InstallationMedia: Ubuntu 11.10 "Oneiric Ocelot" - Alpha i386 (20110623)
ProcEnviron:
LANG=en_US.UTF-8
SHELL=/bin/bash
SourcePackage: firefox
UpgradeStatus: Upgraded to oneiric on 2011-07-20 (0 days ago)
Related branches
Changed in firefox (Ubuntu): | |
status: | New → Confirmed |
Changed in globalmenu-extension: | |
status: | Triaged → Fix Committed |
Changed in globalmenu-extension: | |
status: | Fix Committed → Fix Released |
This is because Firefox sets an accelerator on one of its menuitems which GTK doesn't consider valid (even though the accelerator works fine when Firefox draws its own menu). The menuitem is hidden by default though anyway, but I'm not sure what to do about this warning (other than changing default accelerators in Firefox to deviate from the upstream defaults, which I'd rather not do)