Skip to content

"Explore..." actions do not work #248

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

Closed
polyvertex opened this issue Oct 21, 2017 · 2 comments
Closed

"Explore..." actions do not work #248

polyvertex opened this issue Oct 21, 2017 · 2 comments

Comments

@polyvertex
Copy link
Member

In version 2.16, the Explore... actions do not work (default action for DIR items) and output an error message in the console:

ERROR: Error from FileBrowser.FileBrowser.on_execute: <class 'AttributeError'>: module 'keypirinha_wintypes' has no attribute 'SEE_MASK_NOUI'
Traceback (most recent call last):
  File "D:\prog\apps\keypirinha\default\Packages\FileBrowser.keypirinha-package\filebrowser.py", line 181, in on_execute
  File "D:\prog\apps\keypirinha\python\site\keypirinha_util.py", line 1180, in execute_default_action
    explore_file(final_target)
  File "D:\prog\apps\keypirinha\python\site\keypirinha_util.py", line 1090, in explore_file
    shex_flags = kpwt.SEE_MASK_NOASYNC | kpwt.SEE_MASK_NOUI
@polyvertex polyvertex changed the title Explore... actions does not work "Explore..." actions do not work Oct 21, 2017
@polyvertex
Copy link
Member Author

Line fix as a temporary solution (in keypirinha_util.py, line 1090):

shex_flags = kpwt.SEE_MASK_NOASYNC | kpwt.SEE_MASK_FLAG_NO_UI

For the modification to take effect, do not forget to restart Keypirinha.

@polyvertex
Copy link
Member Author

Fixed in v2.16.1

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

No branches or pull requests

1 participant