57 lines
2.5 KiB
Diff
57 lines
2.5 KiB
Diff
VNC viewer binary in Fedora is vncviewer, not xvncviewer
|
|
(Lubomir Kundrak <lkundrak@redhat.com>)
|
|
|
|
diff -urp avahi-0.6.22.orig/avahi-ui/bssh.c avahi-0.6.22/avahi-ui/bssh.c
|
|
--- avahi-0.6.22.orig/avahi-ui/bssh.c 2007-12-17 16:12:57.000000000 +0100
|
|
+++ avahi-0.6.22/avahi-ui/bssh.c 2007-12-18 11:46:15.000000000 +0100
|
|
@@ -86,8 +86,8 @@ int main(int argc, char*argv[]) {
|
|
|
|
gtk_widget_destroy(d);
|
|
|
|
- g_print("xvncviewer %s\n", p);
|
|
- execlp("xvncviewer", "xvncviewer", p, NULL);
|
|
+ g_print("vncviewer %s\n", p);
|
|
+ execlp("vncviewer", "vncviewer", p, NULL);
|
|
|
|
} else {
|
|
char p[16];
|
|
diff -urp avahi-0.6.22.orig/man/bssh.1 avahi-0.6.22/man/bssh.1
|
|
--- avahi-0.6.22.orig/man/bssh.1 2007-12-17 16:40:46.000000000 +0100
|
|
+++ avahi-0.6.22/man/bssh.1 2007-12-18 11:46:56.000000000 +0100
|
|
@@ -7,12 +7,12 @@ bssh/bvnc \- Browse for SSH/VNC servers
|
|
bvnc
|
|
\f1
|
|
.SH DESCRIPTION
|
|
-bssh/bvnc browses for local SSH/VNC servers on the local network, shows them in a GUI for the user to select one and finally calls ssh/xvncviewer after a selection was made.
|
|
+bssh/bvnc browses for local SSH/VNC servers on the local network, shows them in a GUI for the user to select one and finally calls ssh/vncviewer after a selection was made.
|
|
.SH OPTIONS
|
|
bssh/bvnc takes no command line arguments at the moment.
|
|
.SH AUTHORS
|
|
The Avahi Developers <avahi (at) lists (dot) freedesktop (dot) org>; Avahi is available from \fBhttp://avahi.org/\f1
|
|
.SH SEE ALSO
|
|
-\fBavahi-browse(1)\f1, \fBssh(1)\f1, \fBxvncviewer(1)\f1
|
|
+\fBavahi-browse(1)\f1, \fBssh(1)\f1, \fBvncviewer(1)\f1
|
|
.SH COMMENTS
|
|
This man page was written using \fBxml2man(1)\f1 by Oliver Kurth.
|
|
diff -urp avahi-0.6.22.orig/man/bssh.1.xml.in avahi-0.6.22/man/bssh.1.xml.in
|
|
--- avahi-0.6.22.orig/man/bssh.1.xml.in 2007-09-03 14:32:47.000000000 +0200
|
|
+++ avahi-0.6.22/man/bssh.1.xml.in 2007-12-18 11:46:40.000000000 +0100
|
|
@@ -33,7 +33,7 @@
|
|
<description>
|
|
<p>bssh/bvnc browses for local SSH/VNC servers on the local
|
|
network, shows them in a GUI for the user to select one and
|
|
- finally calls ssh/xvncviewer after a selection was made.</p>
|
|
+ finally calls ssh/vncviewer after a selection was made.</p>
|
|
|
|
</description>
|
|
|
|
@@ -50,7 +50,7 @@
|
|
|
|
<section name="See also">
|
|
<p>
|
|
- <manref name="avahi-browse" section="1"/>, <manref name="ssh" section="1"/>, <manref name="xvncviewer" section="1"/>
|
|
+ <manref name="avahi-browse" section="1"/>, <manref name="ssh" section="1"/>, <manref name="vncviewer" section="1"/>
|
|
</p>
|
|
</section>
|
|
|