Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
swegener 07/11/19 22:20:00
Added: avahi-vncviewer.patch
Log:
Add a patch to use vncviewer instead of xvncviewer.
(Portage version: 2.1.3.19)
Revision Changes Path
1.1 net-dns/avahi/files/avahi-vncviewer.patch
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/avahi-vncviewer.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-dns/avahi/files/avahi-vncviewer.patch?rev=1.1&content-type=text/plain
Index: avahi-vncviewer.patch
===================================================================
xvncviewer is an alternative on debian.
vncviewer is what the vnc distribution and we use.
--- avahi/avahi-ui/bssh.c
+++ avahi/avahi-ui/bssh.c
@@ -76,8 +76,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];
--
gentoo-commits@g.o mailing list
|
|