settings icon indicating copy to clipboard operation
settings copied to clipboard

Accessibility key not found

Open Feichtmeier opened this issue 4 years ago • 6 comments

Several keys are not found including screen keyboard and mouse keys

CC @mivoligo

Feichtmeier avatar Jan 11 '22 17:01 Feichtmeier

Can you give more details, please?

mivoligo avatar Jan 11 '22 17:01 mivoligo

When clicking "Mouse keys":

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Key keyboard/mousekeys-enable not in GSettings schema org.gnome.desktop.a11y
#0      GSettings._getSchemaEntry
package:gsettings/src/gsettings.dart:170
#1      GSettings.get
package:gsettings/src/gsettings.dart:90
<asynchronous suspension>

When Clicking "simulated secondary click" in the click assist dialog

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Key mouse/secondary-click-enabled not in GSettings schema org.gnome.desktop.a11y
#0      GSettings._getSchemaEntry
package:gsettings/src/gsettings.dart:170
#1      GSettings.get
package:gsettings/src/gsettings.dart:90
<asynchronous suspension>

Same for screen keyboard Etc

It looks to me that org.gnome.desktop.a11y changed its name or its keys

Feichtmeier avatar Jan 12 '22 09:01 Feichtmeier

I have the same error messages but those settings still seem to work properly. I'll have another look later on.

On Wed, 12 Jan 2022, 09:01 Frederik Feichtmeier, @.***> wrote:

When clicking "Mouse keys":

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Key keyboard/mousekeys-enable not in GSettings schema org.gnome.desktop.a11y #0 GSettings._getSchemaEntry package:gsettings/src/gsettings.dart:170 #1 GSettings.get package:gsettings/src/gsettings.dart:90

When Clicking "simulated secondary click" in the click assist dialog

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: Key mouse/secondary-click-enabled not in GSettings schema org.gnome.desktop.a11y #0 GSettings._getSchemaEntry package:gsettings/src/gsettings.dart:170 #1 GSettings.get package:gsettings/src/gsettings.dart:90

Same for screen keyboard Etc

It looks to me that org.gnome.desktop.a11y changed its name or its keys

— Reply to this email directly, view it on GitHub https://github.com/Feichtmeier/settings/issues/243#issuecomment-1010805624, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAMNXQETYSVSXAXKB36QS2LUVU7PHANCNFSM5LW3YJDA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you were assigned.Message ID: @.***>

mivoligo avatar Jan 12 '22 09:01 mivoligo

I had a look today and I can't find the problem. It reads the values properly, changes them when changed from the app or from an external app like Dconf or Gnome Settings. Yet it shows the error. I would think the problem might be in gsettings package. Peek 2022-01-12 16-02

mivoligo avatar Jan 12 '22 16:01 mivoligo

Strange - something changed from 20.04 (where you've developed this) to 21.10 regarding the schema? I have no idea really the schema is there and they keys are the same AND it does what it should do :shrug:

Feichtmeier avatar Jan 12 '22 18:01 Feichtmeier

gsettings changed :smile: I'll try to create a minimal app to reproduce this and see if there's the same issue.

mivoligo avatar Jan 12 '22 19:01 mivoligo

this is caused by vscode

Feichtmeier avatar Aug 05 '23 21:08 Feichtmeier