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
=== modified file 'bin/ubiquity-dm'
--- bin/ubiquity-dm 2017-08-21 09:03:14 +0000
+++ bin/ubiquity-dm 2017-08-30 12:48:00 +0000
@@ -506,7 +506,7 @@
506 gsettings_keys.append(506 gsettings_keys.append(
507 ('org.gnome.desktop.interface', 'icon-theme',507 ('org.gnome.desktop.interface', 'icon-theme',
508 "'ubuntu-mono-dark'"))508 "'ubuntu-mono-dark'"))
509 os.environ['XDG_SESSION_TYPE'] = 'x11'509 os.environ['XDG_CURRENT_DESKTOP'] = 'Budgie'
510510
511 for gs_schema, gs_key, gs_value in gsettings_keys:511 for gs_schema, gs_key, gs_value in gsettings_keys:
512 subprocess.call(512 subprocess.call(

Subscribers

People subscribed via source and target branches

to status/vote changes: