-
-
Notifications
You must be signed in to change notification settings - Fork 5k
dm-tool: add page #7691
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dm-tool: add page #7691
Conversation
This comment has been minimized.
This comment has been minimized.
| @@ -0,0 +1,15 @@ | |||
| # dm-tool | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need an empty line.
| @@ -0,0 +1,15 @@ | |||
| # dm-tool | |||
| A tool to commnicate with the lightdm display manager. EG: lock currect session and show lightdm, list all open sessions, connect an existing x server to the display manager. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| A tool to commnicate with the lightdm display manager. EG: lock currect session and show lightdm, list all open sessions, connect an existing x server to the display manager. | |
| > A tool to control the display manager. |
| @@ -0,0 +1,15 @@ | |||
| # dm-tool | |||
| A tool to commnicate with the lightdm display manager. EG: lock currect session and show lightdm, list all open sessions, connect an existing x server to the display manager. | |||
| More informatioin: https://www.mankier.com/1/dm-tool. | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| More informatioin: https://www.mankier.com/1/dm-tool. | |
| > More information: <https://www.mankier.com/1/dm-tool>. |
| - show the greeter while keeping current desktop session in ram and waiting to be restored upon autentication by logged in uuser | ||
| `dm-tool switch-to-greeter` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - show the greeter while keeping current desktop session in ram and waiting to be restored upon autentication by logged in uuser | |
| `dm-tool switch-to-greeter` | |
| - Show the greeter while keeping current desktop session in ram and waiting to be restored upon authentication by logged in user: | |
| `dm-tool switch-to-greeter` |
| - swicth user, showing a authentication prompt if required | ||
| `dm-tool swict-to-user {{username}} [{{session}}]` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - swicth user, showing a authentication prompt if required | |
| `dm-tool swict-to-user {{username}} [{{session}}]` | |
| - Switch to the specified user, showing an authentication prompt if required: | |
| `dm-tool switch-to-user {{username}} [{{session}}]` |
| - lock the current session | ||
| `dm-tool lock` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - lock the current session | |
| `dm-tool lock` | |
| - Lock the current session: | |
| `dm-tool lock` |
| - add a new X server instance | ||
| `dm-tool add-seat [{{name}}={{value}}]` No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| - add a new X server instance | |
| `dm-tool add-seat [{{name}}={{value}}]` | |
| - Add a new X server instance: | |
| `dm-tool add-seat [{{name}}={{value}}]` |
|
This is fixed in add-dm-tool branch |
This comment has been minimized.
This comment has been minimized.
|
The build for this PR failed with the following error(s): Please fix the error(s) and push again. |
|
the new PR with the actual branch is here |
common/,linux/, etc.)docs on tool: https://www.systutorials.com/docs/linux/man/1-dm-tool/