the distfile without bumping the version number on it.
Differences from previous version is (the modification to the comment
is mine):
--- old/tsclient-0.124/src/support.c 2003-09-16 05:52:51.000000000 +0100
+++ new/tsclient-0.124/src/support.c 2003-10-18 19:18:47.000000000 +0100
@@ -482,7 +482,7 @@
// do this [....] for all modes
sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
- buffer[strlen(buffer)-4] = '\0';
+ //buffer[strlen(buffer)-4] = '\0';
c_argv[c_argc++] = g_strdup (buffer);
} else if (rdp->protocol == 2) {
@@ -542,7 +542,7 @@
c_argv[c_argc++] = strdup(buffer);
sprintf(buffer, "%s", (char*)g_strescape(rdp->full_address, NULL));
- buffer[strlen(buffer)-2] = '\0';
+ //buffer[strlen(buffer)-2] = '\0';
c_argv[c_argc++] = strdup(buffer);
} else if (rdp->protocol == 3) {
Changes:
This version fixes more banner problems, fixes bug in compact mode so that
it now reads computer name properly, fixes a bug in the VNC code, and
updates and adds several translations.
Tsclient is a frontend for rdesktop
Features:
* GTK+-2.0
* GNOME panel applet to quickly launch saved rdp files
* supports most of the rdesktop-1.1.0 arguments
* reads .rdp files in the M$ Unicode format
* writes .rdp files in ascii (which can then be read by this
and the M$ client)
* looks and functions very much like the M$ client
* is written in C
* features an "rdp picker" which lists .rdp files in ~/.tsclient/
and launches rdesktop from the rdp file when selected
* VNC support as a client only (vncviewer)