From fe84c3856588e9e80f888bf9a82845cacb609182 Mon Sep 17 00:00:00 2001 From: Dirk Koopman Date: Thu, 27 Sep 2007 18:14:04 +0100 Subject: [PATCH] more README for gtkconsole --- gtkconsole/README | 13 +++++++++++-- perl/Version.pm | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/gtkconsole/README b/gtkconsole/README index 9c88b940..4bda1338 100644 --- a/gtkconsole/README +++ b/gtkconsole/README @@ -37,9 +37,15 @@ strongly advised to use the method outlined in 2a) and not 2b). Don't bother with running gtk-demo. +You will need to reboot the machine (at least once) even though there +isn't a message that says you should. I *think* I had to reboot twice +before it worked. + I am using a slightly earlier activestate perl than build 819, mine is build 815. It still seems to work for me. + ------------------------------------------------ + Running the program:- cd /spider/gtkconsole @@ -57,8 +63,11 @@ The interface is very basic at the moment, but it will improve and get added to as time permits. You will notice that various windows will popup automatically as data -for those windows arrives. You can't stop at the moment. It is a -feature. +for those windows arrives. You can't stop any of these at the +moment. It is a feature. + +The main window has an entry box at the bottom of the screen. You put +your normal sysop commands in there. Please report problems and feature requests to the dxspider-support list. diff --git a/perl/Version.pm b/perl/Version.pm index 4ce6195a..822d14ad 100644 --- a/perl/Version.pm +++ b/perl/Version.pm @@ -11,6 +11,6 @@ use vars qw($version $subversion $build); $version = '1.54'; $subversion = '0'; -$build = '159'; +$build = '160'; 1; -- 2.34.1