• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

applet/H03-May-2022-1,128879

pixmaps/H03-May-2022-

po/H25-Apr-2007-14,12311,116

src/H03-May-2022-4,7863,614

AUTHORSH A D26-Mar-200768 32

COPYINGH A D26-Mar-200717.6 KiB341281

ChangeLogH A D19-Apr-20071.9 KiB5444

INSTALLH A D06-Dec-20069.3 KiB237179

Makefile.amH A D25-Apr-20072.5 KiB10588

Makefile.inH A D03-May-202226.2 KiB835751

NEWSH A D25-Apr-2007957 1615

READMEH A D26-Mar-20071 KiB3324

aclocal.m4H A D11-Apr-200760.4 KiB1,7121,535

autogen.shH A D26-Mar-20074.4 KiB160136

config.guessH A D08-Nov-200643.2 KiB1,5011,289

config.h.inH A D11-Apr-20071.9 KiB7751

config.subH A D08-Nov-200631.8 KiB1,6171,473

configureH A D11-Apr-2007270.2 KiB9,5467,956

configure.inH A D11-Apr-20071.9 KiB8264

depcompH A D06-Dec-200615.6 KiB531330

install-shH A D06-Dec-20069 KiB324189

intltool-extract.inH A D25-Apr-200722.5 KiB862699

intltool-merge.inH A D25-Apr-200735.6 KiB1,4041,115

intltool-update.inH A D25-Apr-200727.7 KiB1,099866

missingH A D06-Dec-200610.8 KiB361268

mkinstalldirsH A D25-Apr-20071.9 KiB11285

tsclient.1H A D26-Mar-20072.1 KiB6741

tsclient.applicationsH A D26-Mar-2007165 87

tsclient.desktop.inH A D26-Mar-2007299 1614

tsclient.keysH A D26-Mar-2007330 98

tsclient.mimeH A D26-Mar-200728 32

tsclient.specH A D26-Mar-20071.6 KiB6548

README

1
2Terminal Server Client
3tsclient == a frontend for rdesktop
4
5http://www.gnomepro.com/tsclient/
6
7Any questions or comments, email me at erick@gnomepro.com
8
9Features:
10- GTK+-2.0 frontend for rdesktop
11- supports most of the rdesktop-1.1.0 arguments
12- reads .rdp files in the M$ Unicode format
13- writes .rdp files in ascii (which can then be read by this and the M$ client)
14- looks and functions very much like the M$ client
15- is written in C
16- features an "rdp picker" which lists .rdp files in ~/.tsclient/ and launches
17  rdesktop from the rdp file when selected
18- VNC support as a client only (vncviewer)
19
20Requirements:
21- rdesktop >= 1.2.0
22- glib >= 2.6.0
23- gtk+ >= 2.6.0
24
25
26Basic VNC support:
27 makes a call to vncviewer which must be in your path. if a port is needed,
28 append :X to the hostname where X is the port where vnc is listening.
29 supported VNC options are -fullscreen, -geometry, -depth and -viewonly
30 (set by checking "no motion events"). For a vncpasswd file, put the full
31 path to the file in the "Protocol File" field.
32
33