elementary / files

File browser designed for elementary OS
https://elementary.io
GNU General Public License v3.0
330 stars 77 forks source link

Orca doesn't say the name of files or directories #2446

Open zeebok opened 5 months ago

zeebok commented 5 months ago

What Happened?

When selecting a file or directory, Orca simply says "icon" instead of any information about the item

Steps to Reproduce

  1. Open Files
  2. Enable Orca
  3. Select a file or directory

Expected Behavior

It should say the name and type (at least file or directory) of the selected item

OS Version

7.x (Horus)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

jeremypw commented 4 months ago

Not sure how feasible this is while Files has views that use a CellLayout to display the file items with CellRenderers - the individual file items are not GObjects so do not implement the accessible interface. This will change once we start using the new dynamic views as then fileitems will be displayed by individual widgets which will implement that interface.