From 6b9b538d76a52570df8f4999ff2e0c482913dd23 Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 30 Nov 2020 22:40:56 +1300 Subject: Fix: "DesktopManager" -> "DisplayManager" Based on what worked for me; and, uses within this repo, the correct path seems to include "DisplayManager" not "DesktopManager". Originally added via https://github.com/canonical/lightdm/pull/28 in order to address https://github.com/canonical/lightdm/issues/27. --- data/dm-tool.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/dm-tool.1 b/data/dm-tool.1 index a0913851..ed33e0a6 100644 --- a/data/dm-tool.1 +++ b/data/dm-tool.1 @@ -66,7 +66,7 @@ Used by dm-tool to determine in which display manager session it's running. When outside of a display-manager use its .B list-seats command to show active sessions and set the session to connect to with: -.B export XDG_SEAT_PATH=/org/freedesktop/DesktopManager/SeatX +.B export XDG_SEAT_PATH=/org/freedesktop/DisplayManager/SeatX where .B SeatX is one of the listed sessions. -- cgit v1.2.1