Merge ~dbungert/update-notifier:lp-1821412-x11-v4 into update-notifier:master

Proposed by Dan Bungert
Status: Merged
Merged at revision: 05550e0193222e366ef1da6a0b065e41d04d531f
Proposed branch: ~dbungert/update-notifier:lp-1821412-x11-v4
Merge into: update-notifier:master
Diff against target: 24 lines (+8/-0)
2 files modified
debian/changelog (+7/-0)
debian/systemd/update-notifier-crash.service (+1/-0)
Reviewer Review Type Date Requested Status
Ubuntu Core Development Team Pending
Review via email: mp+410570@code.launchpad.net

Commit message

system-crash: fix report button on X

Adjust update-notifier-crash.service so that the report process is not
killed before it has a chance to act (LP: #1821412)

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index 9124d4f..c1664f9 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+update-notifier (3.192.46) jammy; urgency=medium
7+
8+ * Adjust update-notifier-crash.service so that the report process is not
9+ killed before it has a chance to act (LP: #1821412)
10+
11+ -- Dan Bungert <daniel.bungert@canonical.com> Wed, 20 Oct 2021 19:03:17 -0600
12+
13 update-notifier (3.192.45) impish; urgency=medium
14
15 * Use the ayatana variant of the indicators since they are better
16diff --git a/debian/systemd/update-notifier-crash.service b/debian/systemd/update-notifier-crash.service
17index 47f9484..fa6bcfa 100644
18--- a/debian/systemd/update-notifier-crash.service
19+++ b/debian/systemd/update-notifier-crash.service
20@@ -6,3 +6,4 @@ ConditionPathExists=!/var/lib/apport/autoreport
21 [Service]
22 ExecStart=/usr/lib/update-notifier/update-notifier-crash
23 Type=oneshot
24+KillMode=process

Subscribers

People subscribed via source and target branches