After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 574318 - Cannot send empty lines to server
Cannot send empty lines to server
Status: RESOLVED WONTFIX
Product: gnome-chess
Classification: Applications
Component: General
git master
Other All
: Normal minor
: ---
Assigned To: JP Rosevear
JP Rosevear
gnome[unmaintained]
Depends on:
Blocks:
 
 
Reported: 2009-03-05 22:36 UTC by Ansgar Burchardt
Modified: 2012-11-11 21:15 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Allow empty lines to be sent to the server (1007 bytes, patch)
2009-03-05 22:38 UTC, Ansgar Burchardt
none Details | Review

Description Ansgar Burchardt 2009-03-05 22:36:15 UTC
Please describe the problem:
When logging in as a guest to an internet chess server, the server asks to press "return", but gnome-chess will not send anything to the server when the input field is empty.

Steps to reproduce:
1. Settings -> Preferences, Servers, Add
   Server: freechess.org
   Port: 5000
   Username: guest
   Password: (empty)
   Connect Program: telnet
2. File -> New -> Servers -> freechess.org
3. Select the prompt below the terminal window and press return


Actual results:
The terminal window displays the message
   Press return to enter the server as "GuestRHDY":


Expected results:
gnome-chess should send an empty line to the server and the login should complete.

Does this happen every time?
Yes.

Other information:
As a workaround, entering anything and then pressing return works.
Comment 1 Ansgar Burchardt 2009-03-05 22:38:02 UTC
Created attachment 130159 [details] [review]
Allow empty lines to be sent to the server

This patch will allow sending empty lines to the server.
The code below the new if statement should be indented, but I omitted this to keep the patch more readable.
Comment 2 André Klapper 2012-02-20 11:18:08 UTC
This application has been unmaintained for a while and its maintainer (Robert Wilhelm) will not work on it soon. Please feel free to reopen this bug report in the future if anyone takes the responsibility for active development.