[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-21 Thread Launchpad Bug Tracker
This bug was fixed in the package appmenu-qt - 0.2.2-0ubuntu1.1

---
appmenu-qt (0.2.2-0ubuntu1.1) oneiric-proposed; urgency=low

  * debian/patches/kubuntu_02_dont_crash_when_alt_is_pressed.diff:
- fix crash when pressing alt in an application whose main window does not
  have a menubar (LP: #877791)
 -- Aurelien GateauThu, 20 Oct 2011 15:19:52 
+0200

** Changed in: appmenu-qt (Ubuntu Oneiric)
   Status: Fix Committed => Fix Released

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-15 Thread Martin Pitt
** Tags removed: verification-needed
** Tags added: verification-done

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-15 Thread Doug McMahon
Works fine here,  fbreader & calibre,  creates no new issues

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/appmenu-qt

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-14 Thread Chris Halse Rogers
Hello Steffen, or anyone else affected,

Accepted appmenu-qt into oneiric-proposed, the package will build now
and be available in a few hours. Please test and give feedback here. See
https://wiki.ubuntu.com/Testing/EnableProposed for documentation how to
enable and use -proposed. Thank you in advance!

** Changed in: appmenu-qt (Ubuntu Oneiric)
   Status: Confirmed => Fix Committed

** Tags added: verification-needed

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-14 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/appmenu-qt

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-14 Thread Launchpad Bug Tracker
This bug was fixed in the package appmenu-qt - 0.2.2-0ubuntu2

---
appmenu-qt (0.2.2-0ubuntu2) precise; urgency=low

  * debian/patches/kubuntu_02_dont_crash_when_alt_is_pressed.diff:
- fix crash when pressing alt in an application whose main window does not
  have a menubar (LP: #877791)
 -- Aurelien GateauThu, 20 Oct 2011 15:19:52 
+0200

** Changed in: appmenu-qt (Ubuntu)
   Status: Triaged => Fix Released

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-14 Thread Aurélien Gâteau
** 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

[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-11-10 Thread Aurélien Gâteau
** Changed in: appmenu-qt
   Status: In Progress => Fix Released

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appmenu-qt (Ubuntu Oneiric)
   Status: New => Confirmed

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
** Changed in: appmenu-qt
   Status: Fix Released => In Progress

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
I intend to write a proper fix in appmenu-qt itself, but Steffen patch
works fine and is not as intrusive as what I have in mind, so I included
it in a new version of the 0.2.2 package. See attached debdiff.

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Fixed changelog to use oneiric-proposed instead of oneiric

** Patch added: "debdiff for appmenu-qt_0.2.2-0ubuntu2"
   
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562655/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Please ignore this debdiff, it's broken. Will provide a fixed one today.

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Didier Roche
** Also affects: appmenu-qt (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

-- 
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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Attached a debdiff updating the package from 0.2.2 to 0.2.3.

** 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 ).
+ 
+ [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
+  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)

** Patch added: "debdiff for appmenu-qt_0.2.3-0ubuntu1"
   
https://bugs.launchpad.net/ubuntu/+source/appmenu-qt/+bug/877791/+attachment/2562436/+files/appmenu-qt-dont-crash-when-alt-is-pressed.debdiff

-- 
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

[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
Just released a new tarball with the fix. Adjusted the Status: the fix
has not been committed to the package yet.

** Also affects: appmenu-qt
   Importance: Undecided
   Status: New

** Changed in: appmenu-qt
 Assignee: (unassigned) => Aurélien Gâteau (agateau)

** Changed in: appmenu-qt
   Status: New => Fix Released

** Changed in: appmenu-qt
   Importance: Undecided => Medium

** Changed in: appmenu-qt (Ubuntu)
   Status: Fix Committed => Triaged

-- 
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

[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
I just committed a slightly different fix. I am going to file an SRU for
it.

-- 
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/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Launchpad Bug Tracker
** Branch linked: lp:appmenu-qt

-- 
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/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-20 Thread Aurélien Gâteau
** Changed in: appmenu-qt (Ubuntu)
   Status: Confirmed => Fix Committed

-- 
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/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-19 Thread Stéphane Graber
** Changed in: appmenu-qt (Ubuntu)
 Assignee: (unassigned) => Aurélien Gâteau (agateau)

-- 
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/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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

[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-18 Thread Dave Gilbert
Set to medium since the dupes were.

** Changed in: appmenu-qt (Ubuntu)
   Importance: Undecided => Medium

** Tags added: patch

-- 
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/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-18 Thread Launchpad Bug Tracker
Status changed to 'Confirmed' because the bug affects multiple users.

** Changed in: appmenu-qt (Ubuntu)
   Status: New => Confirmed

-- 
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/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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


[Bug 877791] Re: appmenu crashes on AppMenuPlatformMenuBar::setAltPressed

2011-10-18 Thread Steffen Röcker
-- 
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/ubuntu/+source/appmenu-qt/+bug/877791/+subscriptions

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