diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-01-23 23:34:36 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-01-23 23:34:36 +0100 |
commit | 36db9a8d5b36173daf1f622fb544f4c90cfddb67 (patch) | |
tree | 3c03fb457b1ae276952db3758731f575859898f9 /.gitignore | |
parent | 36e43bddd0a4526e77cdae2c922bb29f67bd74ad (diff) |
login: add multi-session X wrapper
In preparation for https://bugzilla.gnome.org/show_bug.cgi?id=655380 we
decided it's better to include the multi-seat X wrapper in systemd,
rather than gdm. (Side effect: this makes this accessible for other
DMs)
This is a stop-gap for now, until X gins proper multi-seat graphics
support at which point this code will go away without replacement.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 055d59511d..3da7e66518 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +/systemd-multi-seat-x /systemd-cgtop /systemd-coredump /systemd-cat |