** Description changed:

  ---- SRU info ----
  [Impact]
  
  Any Qt application whose main window does not have a menubar will crash
  when Alt is pressed.
  
  [Development Fix]
  Fixed in appmenu-qt by ensuring the code responsible for registering the 
mainwindow on DBus does not tell it has registered one when it did not.
  
  [Stable Fix]
- Only change in upstream release 0.2.3 is a fix for this bug (see 
http://bazaar.launchpad.net/~agateau/appmenu-qt/trunk/revision/31 ).
+ The fix proposed by Steffen is fine for Oneiric. Turned it into a debdiff 
(see attached patch)
  
  [Test Case]
  - Start fbreader
  - Press Alt => application crashes
  
  [Regression Potential]
  No regression expected.
  
  ---- Original description ----
  Several applications (calibre,fbreader) crash in 
AppMenuPlatformMenuBar::setAltPressed
  because m_exporter is NULL.
  Workaround in line 216:
  -    if (m_adapter) {
  +    if (m_adapter && m_adapter->m_exporter) {
  seems to work.
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: appmenu-qt 0.2.2-0ubuntu1
  ProcVersionSignature: Ubuntu 3.0.0-12.20-generic 3.0.4
  Uname: Linux 3.0.0-12-generic i686
  ApportVersion: 1.23-0ubuntu3
  Architecture: i386
  Date: Wed Oct 19 00:40:29 2011
  InstallationMedia: Ubuntu 10.10 "Maverick Meerkat" - Alpha i386 (20100803.1)
  ProcEnviron:
   PATH=(custom, user)
   LANG=de_DE.UTF-8
   SHELL=/bin/bash
  SourcePackage: appmenu-qt
  UpgradeStatus: Upgraded to oneiric on 2011-08-07 (72 days ago)

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/877791

Title:
  appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

To manage notifications about this bug go to:
https://bugs.launchpad.net/appmenu-qt/+bug/877791/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to