Merge lp:~khurshid-alam/unity-greeter/lp-1716986 into lp:unity-greeter

Proposed by Khurshid Alam
Status: Merged
Merged at revision: 2357
Proposed branch: lp:~khurshid-alam/unity-greeter/lp-1716986
Merge into: lp:unity-greeter
Diff against target: 11 lines (+1/-0)
1 file modified
src/session-list.vala (+1/-0)
To merge this branch: bzr merge lp:~khurshid-alam/unity-greeter/lp-1716986
Reviewer Review Type Date Requested Status
Jeremy BĂ­cha Pending
Review via email: mp+335610@code.launchpad.net

Description of the change

unity-greeter has been using ubuntu's logo for ubuntu and ubuntu-2d sessions. Since unity is now a separate session, for the time being make unity session to use ubuntu's logo as well. In future unity may use it's own badge.

See discussion here: https://community.ubuntu.com/t/new-ubuntu-unity-iso/2146/77

PPA: unity7maintainers/unity7-desktop

To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'src/session-list.vala'
2--- src/session-list.vala 2015-07-28 09:35:46 +0000
3+++ src/session-list.vala 2018-01-01 06:24:24 +0000
4@@ -98,6 +98,7 @@
5 {
6 case "ubuntu":
7 case "ubuntu-2d":
8+ case "unity":
9 return "ubuntu_badge.png";
10 case "gnome-classic":
11 case "gnome-flashback-compiz":

Subscribers

People subscribed via source and target branches