Merge ~3v1n0/ubuntu/+source/gnome-session:ubuntu/master into ~ubuntu-desktop/ubuntu/+source/gnome-session:ubuntu/master

Proposed by Marco Trevisan (Treviño)
Status: Merged
Approved by: Didier Roche-Tolomelli
Approved revision: c38998b5357b8ed72a45e340eaaed9428b2e1494
Merged at revision: c38998b5357b8ed72a45e340eaaed9428b2e1494
Proposed branch: ~3v1n0/ubuntu/+source/gnome-session:ubuntu/master
Merge into: ~ubuntu-desktop/ubuntu/+source/gnome-session:ubuntu/master
Diff against target: 29 lines (+9/-1)
2 files modified
debian/changelog (+8/-0)
debian/ubuntu-settings-migrate-to-defaults.18.10.1.py (+1/-1)
Reviewer Review Type Date Requested Status
Didier Roche-Tolomelli Approve
Review via email: mp+357620@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Didier Roche-Tolomelli (didrocks) wrote :

Thanks for looking and thinking about changing the script name! LGTM.

Revision history for this message
Didier Roche-Tolomelli (didrocks) :
review: Approve

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 3e9254f..d9a8a44 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+gnome-session (3.30.0-0ubuntu5) UNRELEASED; urgency=medium
7+
8+ * debian/ubuntu-settings-migrate-to-defaults.18.10.0.py:
9+ - renamed to ubuntu-settings-migrate-to-defaults.18.10.1.py
10+ + Also run in ubuntu-wayland desktop session (LP: #1799205)
11+
12+ -- Marco Trevisan (Treviño) <marco@ubuntu.com> Mon, 22 Oct 2018 13:30:47 +0200
13+
14 gnome-session (3.30.0-0ubuntu4) cosmic; urgency=medium
15
16 * Make {ubuntu,gnome}-session Arch: all and remove qualification on xwayland
17diff --git a/debian/ubuntu-settings-migrate-to-defaults.18.10.0.py b/debian/ubuntu-settings-migrate-to-defaults.18.10.1.py
18index 7e4e663..d0dad7e 100755
19--- a/debian/ubuntu-settings-migrate-to-defaults.18.10.0.py
20+++ b/debian/ubuntu-settings-migrate-to-defaults.18.10.1.py
21@@ -33,7 +33,7 @@ OLD_DEFAULTS = {
22 }
23 }
24
25-if os.getenv('DESKTOP_SESSION') != 'ubuntu':
26+if os.getenv('DESKTOP_SESSION') not in ['ubuntu', 'ubuntu-wayland']:
27 sys.exit(0)
28
29 any_changed = False

Subscribers

People subscribed via source and target branches