[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: doc: Fix Xvnc service example.
From: |
guix-commits |
Subject: |
branch master updated: doc: Fix Xvnc service example. |
Date: |
Fri, 20 Jan 2023 12:34:08 -0500 |
This is an automated email from the git hooks/post-receive script.
apteryx pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 2491a60404 doc: Fix Xvnc service example.
2491a60404 is described below
commit 2491a60404b69da20c2b4fd952e5d5e326374d1d
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Fri Jan 20 11:33:12 2023 -0500
doc: Fix Xvnc service example.
Reported by bost on #guix (thank you!)
* doc/guix.texi (VNC Services): Add the missing host argument in the SSH
command example.
---
doc/guix.texi | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/doc/guix.texi b/doc/guix.texi
index b23f0b3d85..d7e2311a65 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -31481,7 +31481,8 @@ on the remote machine on display number 10, and it
could be displayed
locally via the @command{vncviewer} command:
@example
# Start xclock on the remote machine.
-ssh -L5910:localhost:5910 -- guix shell xclock -- env DISPLAY=:10 xclock
+ssh -L5910:localhost:5910 @var{your-host} -- guix shell xclock \
+ -- env DISPLAY=:10 xclock
# Access it via VNC.
guix shell tigervnc-client -- vncviewer localhost:5910
@end example
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: doc: Fix Xvnc service example.,
guix-commits <=