summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfollower <follower@rancidbacon.com>2020-11-30 22:40:56 +1300
committerRobert Ancell <robert.ancell@gmail.com>2020-12-03 16:01:18 +1300
commit6b9b538d76a52570df8f4999ff2e0c482913dd23 (patch)
tree39a19f3965407232854f57ed57d21a853e68a78c
parent02fa01c67289d5dfcd2287a6cd2c46090884ac69 (diff)
downloadlightdm-git-6b9b538d76a52570df8f4999ff2e0c482913dd23.tar.gz
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.
-rw-r--r--data/dm-tool.12
1 files changed, 1 insertions, 1 deletions
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.