Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The shortcut Explore NVDA user configuration directory is not set correctly #2213

Closed
nvaccessAuto opened this issue Apr 4, 2012 · 3 comments

Comments

@nvaccessAuto
Copy link

Reported by PZajda on 2012-04-04 12:42
If I launch the shortcut to explore NVDA user configuration directory in NVDA start menu group, I have the following error :
ERROR - RPC process 4940 (nvda_slave.exe) (14:38:01):
nvda_slave.main:
slave error
Traceback (most recent call last):
File "nvda_slave.pyw", line 65, in main
ValueError: No such action

The reason is simple : the shortcut run
"C:\Program Files\NVDA\nvda_slave.exe" exploreUserconfigPath
But in nvda_slave.py, line 55, we have:
elif action == "explore_userConfigPath":
the passed parameter by the shortcut doesn't contain the underscore.

@nvaccessAuto
Copy link
Author

Comment 1 by PZajda on 2012-04-04 12:43
Changes:
Changed title from "Shortcut Explore NVDA user configuration directory not set correctly" to "The shortcut Explore NVDA user configuration directory is not set correctly"

@nvaccessAuto
Copy link
Author

Comment 2 by jteh on 2012-04-05 02:33
Changes:
Milestone changed from None to 2012.2

@nvaccessAuto
Copy link
Author

Comment 3 by mdcurran on 2012-04-05 07:38
Fixed in 4c55a6a
Changes:
State: closed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant