summaryrefslogtreecommitdiff
blob: 3a47e79ff7f243d116aaa9b0224480096cc96fce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
xvncviewer is an alternative on debian.
vncviewer is what the vnc distribution and we use.

--- avahi-0.6.22/avahi-ui/bssh.c
+++ avahi-0.6.22/avahi-ui/bssh.c
@@ -86,8 +86,8 @@
 
             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];