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
diff --git a/debian/changelog b/debian/changelog
index 3e9254f..d9a8a44 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
1gnome-session (3.30.0-0ubuntu5) UNRELEASED; urgency=medium
2
3 * debian/ubuntu-settings-migrate-to-defaults.18.10.0.py:
4 - renamed to ubuntu-settings-migrate-to-defaults.18.10.1.py
5 + Also run in ubuntu-wayland desktop session (LP: #1799205)
6
7 -- Marco Trevisan (Treviño) <marco@ubuntu.com> Mon, 22 Oct 2018 13:30:47 +0200
8
1gnome-session (3.30.0-0ubuntu4) cosmic; urgency=medium9gnome-session (3.30.0-0ubuntu4) cosmic; urgency=medium
210
3 * Make {ubuntu,gnome}-session Arch: all and remove qualification on xwayland11 * Make {ubuntu,gnome}-session Arch: all and remove qualification on xwayland
diff --git a/debian/ubuntu-settings-migrate-to-defaults.18.10.0.py b/debian/ubuntu-settings-migrate-to-defaults.18.10.1.py
index 7e4e663..d0dad7e 100755
--- a/debian/ubuntu-settings-migrate-to-defaults.18.10.0.py
+++ b/debian/ubuntu-settings-migrate-to-defaults.18.10.1.py
@@ -33,7 +33,7 @@ OLD_DEFAULTS = {
33 }33 }
34}34}
3535
36if os.getenv('DESKTOP_SESSION') != 'ubuntu':36if os.getenv('DESKTOP_SESSION') not in ['ubuntu', 'ubuntu-wayland']:
37 sys.exit(0)37 sys.exit(0)
3838
39any_changed = False39any_changed = False

Subscribers

People subscribed via source and target branches