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 353432 - [blocked] Rename file in nautilus not spoken properly.
[blocked] Rename file in nautilus not spoken properly.
Status: RESOLVED FIXED
Product: orca
Classification: Applications
Component: speech
0.9.x
Other All
: Normal normal
: 2.18.0
Assigned To: Willie Walker
Orca Maintainers
Depends on: 338353
Blocks:
 
 
Reported: 2006-08-29 16:58 UTC by Rich Burridge
Modified: 2008-07-22 19:24 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
Defensive patch to not repeat name change events for things whose name really hasn't changed (1.62 KB, patch)
2006-11-08 20:40 UTC, Willie Walker
committed Details | Review

Description Rich Burridge 2006-08-29 16:58:36 UTC
[This is an Orca bug that currently depends upon a bug in another GNOME
 module. It's been opened here so that if the problem is reported again,
 it can be closed as a duplicate of this bug. Once the other module
 problem is fixed, we will be easily able to check whether it fixes the
 original Orca problem].

Steps to reproduce:

* Start Orca
* Start up Nautilus in icon view.
* Create a new folder. Double click to view that (empty) folder.
* Create a new empty document.
* Rename it to be called "filea".
* In the Nautilus window, give focus to the
  "filea" icon (if it doesn't already have focus).
* Press F2 to bring up the file name text area.
* Enter a new file name of "fileb" (without the quotes) and press
  Return.
Comment 1 Willie Walker 2006-08-30 12:42:29 UTC
Thank you!  We'll keep this blocks/depends relationship so Orca users that read the Orca bug reports know that we're aware of this and are tracking it.
Comment 2 Lynn Monsanto 2006-10-24 00:33:58 UTC
I tested with Nautilus 2.16.1 and found the same problem occurring. After changing the file name from "alpha" to "beta" and hitting return, "alpha" is spoken even though "beta" is displayed under the file icon.
Comment 3 Willie Walker 2006-10-24 01:07:39 UTC
This is a good data point.  Remember, however, that the patch on the blocking bug has not been committed.  You need to apply it, rebuild nautilus, test it, and let the patch submitter know the results.  BTW, if it doesn't work, don't automatically assume it isn't Orca.  We might be getting the information we need as a result of the patch, but we aren't doing the right thing with it.  Thanks!
Comment 4 Willie Walker 2006-11-08 20:40:30 UTC
Created attachment 76229 [details] [review]
Defensive patch to not repeat name change events for things whose name really hasn't changed

This seems to help with the problem and also provides some defense to the more general AT-SPI bug: we sometimes get name changed events for things whose names are not changing.
Comment 5 Willie Walker 2006-11-27 18:50:22 UTC
With the nautilus patch from the blocking bug and the defensive patch in Orca, the problem appears to be fixed.  Closing.