Merge lp:~josharenson/lightdm/fix-null-logname into lp:lightdm

Proposed by Josh Arenson
Status: Rejected
Rejected by: Robert Ancell
Proposed branch: lp:~josharenson/lightdm/fix-null-logname
Merge into: lp:lightdm
Diff against target: 14 lines (+3/-1)
1 file modified
src/unity-system-compositor.c (+3/-1)
To merge this branch: bzr merge lp:~josharenson/lightdm/fix-null-logname
Reviewer Review Type Date Requested Status
PS Jenkins bot continuous-integration Pending
LightDM Development Team Pending
Review via email: mp+297814@code.launchpad.net

Commit message

Set the display server name for xlocal seats under USC

Description of the change

Set the display server name for xlocal seats under USC

This makes the *-greeter.log have the correct filename
>> mir-greeter.log instead of (null)-greeter.log

To post a comment you must log in.
Revision history for this message
Robert Ancell (robert-ancell) wrote :

I fixed this differently as part of a big refactoring. See revision 2339.

Unmerged revisions

2323. By Josh Arenson

Set the display server name for xlocal seats under USC

This makes the *-greeter.log have the correct filename

2322. By Josh Arenson

Merge trunk

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'src/unity-system-compositor.c'
--- src/unity-system-compositor.c 2016-06-08 18:10:27 +0000
+++ src/unity-system-compositor.c 2016-06-17 22:26:10 +0000
@@ -75,7 +75,9 @@
75UnitySystemCompositor *75UnitySystemCompositor *
76unity_system_compositor_new (void)76unity_system_compositor_new (void)
77{77{
78 return g_object_new (UNITY_SYSTEM_COMPOSITOR_TYPE, NULL);78 UnitySystemCompositor* compositor = g_object_new (UNITY_SYSTEM_COMPOSITOR_TYPE, NULL);
79 display_server_set_name(DISPLAY_SERVER (compositor), "mir");
80 return compositor;
79}81}
8082
81void83void

Subscribers

People subscribed via source and target branches