Merge lp:~ubuntubudgie-dev/ubiquity/fix_lp_1713662 into lp:ubiquity

Proposed by fossfreedom
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 6552
Merged at revision: 6559
Proposed branch: lp:~ubuntubudgie-dev/ubiquity/fix_lp_1713662
Merge into: lp:ubiquity
Diff against target: 12 lines (+1/-1)
1 file modified
bin/ubiquity-dm (+1/-1)
To merge this branch: bzr merge lp:~ubuntubudgie-dev/ubiquity/fix_lp_1713662
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
Review via email: mp+329911@code.launchpad.net

Description of the change

This is a proposed change to fix LP: #1713662

We previously explicitly set the environment variable x11 to display ubiquity. However, this environment variable is now set just above this bit of code.

Hence I've taken the opportunity to setting XDG_CURRENT_DESKTOP at the some point - Ubuntu Budgie's budgie-wm (budgie window manager)

To post a comment you must log in.
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Looks good.

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'bin/ubiquity-dm'
2--- bin/ubiquity-dm 2017-08-21 09:03:14 +0000
3+++ bin/ubiquity-dm 2017-08-30 12:48:00 +0000
4@@ -506,7 +506,7 @@
5 gsettings_keys.append(
6 ('org.gnome.desktop.interface', 'icon-theme',
7 "'ubuntu-mono-dark'"))
8- os.environ['XDG_SESSION_TYPE'] = 'x11'
9+ os.environ['XDG_CURRENT_DESKTOP'] = 'Budgie'
10
11 for gs_schema, gs_key, gs_value in gsettings_keys:
12 subprocess.call(

Subscribers

People subscribed via source and target branches

to status/vote changes: