[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Jeremy Bicha
** Changed in: apport (Ubuntu Trusty) Importance: Undecided => Low ** Changed in: apport (Ubuntu Xenial) Importance: Undecided => Low -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1689093

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Jeremy Bicha
Thanks! That works like I expect in both Ubuntu GNOME 16.04 and 17.04. Screenshot of 16.04 attached. ** Attachment added: "apport-ubuntu-gnome-eol.png" https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1689093/+attachment/4874867/+files/apport-ubuntu-gnome-eol.png ** Description changed:

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Brian Murray
Ah, thanks for testing! I see what the problem is and have another version attached. ** Patch added: "This is it‽" https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1689093/+attachment/4874848/+files/lp-1689093.patch -- You received this bug notification because you are a member of

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Ubuntu Foundations Team Bug Bot
** 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/1689093 Title: Drop ubuntu-gnome hook for trusty, xenial To manage notifications about this bug go to:

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Jeremy Bicha
Brian, Your patch from comment #7 works in Ubuntu GNOME 16.04 (I used the test case) but when I tried in Ubuntu GNOME 17.04, I got the UnreportableReason message fragment popup from the first part of the patch. Also, there's a typo, you once wrote "ppa-pugre" -- You received this bug

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Brian Murray
Here's an updated patch. ** Patch added: "Check the release too" https://bugs.launchpad.net/ubuntu/+source/apport/+bug/1689093/+attachment/4874781/+files/lp-1689093.patch ** Also affects: apport (Ubuntu Trusty) Importance: Undecided Status: New ** Also affects: apport (Ubuntu

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Jeremy Bicha
> Are there cases where the report would be a package other than a GNOME3 one and it would include dependencies from the GNOME3 ppa? Yes, the GNOME3 PPA for 16.04 LTS includes GTK 3.20, but people should still run ppa-purge to get themselves back on to a supported Ubuntu system. Also, I thought

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Brian Murray
The vast majority of apport messages like UnreportableReason aren't translated. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1689093 Title: Drop ubuntu-gnome hook for trusty, xenial To manage

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Brian Murray
Here's a diff of the changes we discussed to the ubuntu-gnome.py apport hook. One thing I'm not sure how to handle is this bit: if '[origin: LP-PPA-gnome3-team-gnome3' in report.get('Dependencies', ''): report.setdefault('Tags', '') report['Tags'] += ' gnome3-ppa' Are there

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Jeremy Bicha
** Description changed: Impact -- As announced, the GNOME3 PPAs for Ubuntu 16.04 LTS are no longer being maintained as of April 2017. Therefore, the Ubuntu GNOME project would like to stop receiving bugs from packages installed from those PPAs for that version, or for 14.04 LTS which

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-10 Thread Brian Murray
I discussed this with Jeremy and the hook will be modified to set UnreportableReason for packages from the gnome3 PPAs e.g.: report['UnreportableReason'] = 'The GNOME3 Staging PPA is no longer supported for this Ubuntu release. Please run ppa-purge ppa:gnome3-team/gnome3-staging' or

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-09 Thread Brian Murray
The xorg package hooks contain something similar to what I had in mind e.g.: version_signature = report.get('ProcVersionSignature', '') if version_signature and not version_signature.startswith('Ubuntu '): report['UnreportableReason'] = 'The running kernel is not an Ubuntu

[Bug 1689093] Re: Drop ubuntu-gnome hook for trusty, xenial

2017-05-09 Thread Brian Murray
I currently have another SRU in mind for apport - adding ProcCpuInfoMinimal and fixing the autopkgtests. I'm happy to add this in too. Do you want to just remove the hook or maybe have it add an UnreportableReason field to the report which then people might read? -- You received this bug