Skip to content

Conversation

@godalming123
Copy link
Contributor

@godalming123 godalming123 commented Jan 20, 2022

  • The page (if new), does not already exist in the repository.
  • The page is in the correct platform directory (common/, linux/, etc.)
  • The page has 8 or fewer examples.
  • The PR title conforms to the recommended templates.
  • The page follows the content guidelines.
  • The page description includes a link to documentation or a homepage (if applicable).

docs on tool: https://www.systutorials.com/docs/linux/man/1-dm-tool/

@CLAassistant

This comment has been minimized.

@github-actions github-actions bot added the new command Issues requesting creation of a new page or PRs adding a new page for a command. label Jan 20, 2022
@godalming123 godalming123 changed the title add basic info on dm-tool dm-tool: add a manpage for it Jan 20, 2022
@@ -0,0 +1,15 @@
# dm-tool
Copy link
Member

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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
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.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
More informatioin: https://www.mankier.com/1/dm-tool.
> More information: <https://www.mankier.com/1/dm-tool>.

Comment on lines +5 to +6
- 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`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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`

Comment on lines +8 to +9
- swicth user, showing a authentication prompt if required
`dm-tool swict-to-user {{username}} [{{session}}]`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- 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}}]`

Comment on lines +11 to +12
- lock the current session
`dm-tool lock`
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- lock the current session
`dm-tool lock`
- Lock the current session:
`dm-tool lock`

Comment on lines +14 to +15
- add a new X server instance
`dm-tool add-seat [{{name}}={{value}}]` No newline at end of file
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
- add a new X server instance
`dm-tool add-seat [{{name}}={{value}}]`
- Add a new X server instance:
`dm-tool add-seat [{{name}}={{value}}]`

@godalming123
Copy link
Contributor Author

This is fixed in add-dm-tool branch

@navarroaxel navarroaxel changed the title dm-tool: add a manpage for it dm-tool: add page Jan 21, 2022
@tldr-bot

This comment has been minimized.

@tldr-bot
Copy link

The build for this PR failed with the following error(s):

pages/linux/dm-tool.md:1 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "# dm-tool"]
pages/linux/dm-tool.md:15:39 MD047/single-trailing-newline Files should end with a single newline character
pages/linux/dm-tool.md:
Error: Parse error on line 2:
# dm-toolA tool to commnicate...
---------^
Expecting 'NEWLINE', 'GREATER_THAN', got 'TEXT'

Please fix the error(s) and push again.

@godalming123
Copy link
Contributor Author

the new PR with the actual branch is here

@navarroaxel navarroaxel linked an issue Jan 31, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

new command Issues requesting creation of a new page or PRs adding a new page for a command.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

page request: dm-tool

5 participants