Merge lp:~fossfreedom/ubiquity/use_gsd_for_budgie into lp:ubiquity

Proposed by fossfreedom
Status: Merged
Approved by: Mathieu Trudel-Lapierre
Approved revision: 6523
Merged at revision: 6522
Proposed branch: lp:~fossfreedom/ubiquity/use_gsd_for_budgie
Merge into: lp:ubiquity
Diff against target: 15 lines (+0/-5)
1 file modified
bin/ubiquity-dm (+0/-5)
To merge this branch: bzr merge lp:~fossfreedom/ubiquity/use_gsd_for_budgie
Reviewer Review Type Date Requested Status
Mathieu Trudel-Lapierre Approve
fossfreedom (community) Needs Resubmitting
Adam Conrad (community) Disapprove
Review via email: mp+316787@code.launchpad.net

Description of the change

To post a comment you must log in.
Revision history for this message
Adam Conrad (adconrad) wrote :

If you have both usd and gsd installed, that's a bug, not a feature. Ubiquity shouldn't be working around it.

review: Disapprove
Revision history for this message
Jeremy BĂ­cha (jbicha) wrote :

According to the manifest, Ubuntu Budgie shouldn't have unity-settings-daemon installed:

http://cdimage.ubuntu.com/ubuntu-budgie/daily-live/current/zesty-desktop-amd64.manifest

6523. By fossfreedom

remove the unnecessary forced install of gsd

Revision history for this message
fossfreedom (fossfreedom) wrote :

> If you have both usd and gsd installed, that's a bug, not a feature. Ubiquity
> shouldn't be working around it.

@adconrad - you know working on alpha-beta's are fun!

Nothing what Ubuntu Budgie has done I swear - unity-settings-daemon has now disappeared from our ISO.

That's excellent!

I've removed the offending code and hopefully the if statement should now fall through and load gsd.

review: Needs Resubmitting
Revision history for this message
Mathieu Trudel-Lapierre (cyphermox) wrote :

Looks good like this; now that we've verified the state of a settings daemon in the image.

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-02-06 15:54:03 +0000
3+++ bin/ubiquity-dm 2017-02-09 07:59:32 +0000
4@@ -522,11 +522,6 @@
5 [msd], stdin=null, stdout=logfile, stderr=logfile,
6 preexec_fn=self.drop_privileges))
7
8- elif osextras.find_on_path('budgie-wm'):
9- # Ubuntu Budgie does not need a settings daemon for
10- # ubiquity-dm
11- pass
12-
13 elif (osextras.find_on_path(usd)):
14 # Wait until xsettings plugin is activated
15 xsettings = SignalWatcher(self, usd,

Subscribers

People subscribed via source and target branches

to status/vote changes: