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 355602 - $ gets echoed twice in terminal with word echo enabled
$ gets echoed twice in terminal with word echo enabled
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
1.0.x
Other Linux
: High major
: 2.18.0
Assigned To: Rich Burridge
Orca Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-09-12 16:26 UTC by Mike Pedersen
Modified: 2008-07-22 19:13 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
Patch to hopefully fix the problem. (1.27 KB, patch)
2006-10-03 23:35 UTC, Rich Burridge
none Details | Review

Description Mike Pedersen 2006-09-12 16:26:14 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.
Comment 1 Willie Walker 2006-09-15 14:08:21 UTC
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?
Comment 2 Mike Pedersen 2006-09-30 16:58:08 UTC
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.
Comment 3 Rich Burridge 2006-10-03 23:35:19 UTC
Created attachment 73980 [details] [review]
Patch to hopefully fix the problem.
Comment 4 Rich Burridge 2006-10-03 23:42:05 UTC
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.
Comment 5 Mike Pedersen 2006-10-03 23:44:55 UTC
Looks good.  Thanks much