After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 699785 - [PATCH] main: If we have systemd, initialize journal here
[PATCH] main: If we have systemd, initialize journal here
Status: RESOLVED FIXED
Product: gnome-session
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Session Maintainers
Session Maintainers
Depends on:
Blocks: 703661
 
 
Reported: 2013-05-06 21:56 UTC by Colin Walters
Modified: 2013-07-05 14:54 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
0001-main-If-we-have-systemd-initialize-journal-here.patch (1.54 KB, patch)
2013-05-06 21:56 UTC, Colin Walters
accepted-commit_now Details | Review

Description Colin Walters 2013-05-06 21:56:08 UTC
If gdm has been configured with the systemd journal, then the normal
output has "/etc/X11/gdm/Xsession" as the program name.  That's fugly.
As a purely cosmetic thing, let's reinitialize the journal here with
"gnome-session" as the program name.
---
 gnome-session/main.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)
Comment 1 Colin Walters 2013-05-06 21:56:35 UTC
Created attachment 243434 [details] [review]
0001-main-If-we-have-systemd-initialize-journal-here.patch
Comment 2 Matthias Clasen 2013-05-07 11:55:57 UTC
Review of attachment 243434 [details] [review]:

Looks fine to me.
Comment 3 Colin Walters 2013-05-07 12:25:45 UTC
Thanks for the review!