GNOME Bugzilla – Bug 355602
$ gets echoed twice in terminal with word echo enabled
Last modified: 2008-07-22 19:13:22 UTC
Enable word echo in the orca prefs and then open terminal. In terminal each time you press enter at the prompt the "$" will be echoed twice. This is not a problem if no echo is enabled.
I don't see this behavior on Ubuntu Edgy. The settings I have are: word echo and no key echo. Do you have different values?
To reporoduc this: 1. set echo to word. 2. Open gnome terminal. 3. press enter. You will hear the prompt and then the $ will be repeated a second time. 4. If you have an orca source tree change to orca/docs. At this point you will hear the prompt followed by docs$ repeated a second time.
Created attachment 73980 [details] [review] Patch to hopefully fix the problem.
Changes checked into CVS HEAD. Seems to work okay for me. Closing as FIXED. Mike, if you are still having a problem, please let me know.
Looks good. Thanks much