Skip to content
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

Use gnome-remote-desktop.service #5809

Closed

Conversation

M4rtinK
Copy link
Contributor

@M4rtinK M4rtinK commented Aug 7, 2024

The idea is to get ridd of spam on TTY1 & have that redirected to Journal by running the GNOME binaries via systemd services. The only service that looks usable so far is gnome-remote-desktop.service - lets try to use it first.

A couple issues so far with gnome-remote-desktop.service:

  • does not use the --headless parameter
  • does not set $HOME to /root

Appears to start, but it does not look like we can connect to it. :P

Also it looks like the TTY1 is still full of spam, so it does not look like GNOME Remote Desktop is the actual culprit.

A couple issues so far with the regular
gnome-remote-desktop.service:

- does not usew the --headless parameter
- does not set HOME to the place we need it to

Appears to start, but it does not look like we can connect to it. :P
@M4rtinK M4rtinK added blocked Don't merge this pull request! rhel-10 labels Aug 7, 2024
@pep8speaks
Copy link

Hello @M4rtinK! Thanks for opening this PR. We checked the lines you've touched for PEP 8 issues, and found:

Line 68:100: E501 line too long (101 > 99 characters)

@M4rtinK
Copy link
Contributor Author

M4rtinK commented Aug 21, 2024

Resolved via: #5842

@M4rtinK M4rtinK closed this Aug 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked Don't merge this pull request! rhel-10
Development

Successfully merging this pull request may close these issues.

2 participants