]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: drop link to obsolete multiseat page
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 12:40:54 +0000 (14:40 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Tue, 28 May 2024 12:48:56 +0000 (14:48 +0200)
We link to the man page which replaced this historical document right above,
so just drop the whole paragraph.

docs/WRITING_DISPLAY_MANAGERS.md

index 467e8a886a88a225a815aad84a9ae898fd13427a..1fe70d044a79eea6a63c7ffcffc7a0e30e95e337 100644 (file)
@@ -33,8 +33,6 @@ Minimal porting (without multi-seat) requires the following:
    The former should contain "seat0", the latter the VT number your session runs on. pam_systemd can determine these values automatically but it's nice to pass these variables anyway.
 In summary: porting a display manager from ConsoleKit to systemd primarily means removing code, not necessarily adding any new code. Here, a cheers to simplicity!
 
-Complete porting (with multi-seat) requires the following (Before you continue, make sure to read up on [Multi-Seat on Linux](https://www.freedesktop.org/wiki/Software/systemd/multiseat) first.):
-
 1. Subscribe to seats showing up and going away, via the systemd-logind D-Bus interface's SeatAdded and SeatRemoved signals.
    Take possession of each seat by spawning your greeter on it.
    However, do so exclusively for seats where the boolean CanGraphical property is true.