-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
window.getTitle
doesn't work on macOS Catalina
#32
Comments
As a workaround, request permission using https://github.com/karaggeorge/mac-screen-capture-permissions first. |
@sentialx still I am facing this issue with my electron app on MAC. |
BTW, PR #51 fixed a segmentation fault, but now getTitle() does not return the window title anymore, but instead the Application name. |
@mattallty I can confirm that |
try to change file macos.mm |
@DYGidin This was exactly what I needed. In dev, I had to manually grant permissions to VSCode, but it's working excellently after applying that change. Thanks! |
Bug description
window.getTitle
method doesn't work on macOS Catalina, because now it requires some desktop capturer permissions.Details:
node-window-manager
version: 2.0.0node-window-manager
version: noneThe text was updated successfully, but these errors were encountered: