Giter Club home page Giter Club logo

Comments (6)

prodrammer avatar prodrammer commented on June 24, 2024 2

As a workaround, request permission using https://github.com/karaggeorge/mac-screen-capture-permissions first.

from node-window-manager.

mattallty avatar mattallty commented on June 24, 2024 2

BTW, PR #51 fixed a segmentation fault, but now getTitle() does not return the window title anymore, but instead the Application name.

from node-window-manager.

DYGidin avatar DYGidin commented on June 24, 2024 2

BTW, PR #51 fixed a segmentation fault, but now getTitle() does not return the window title anymore, but instead the Application name.

try to change file macos.mm
NSString *windowName = wInfo[(id)kCGWindowOwnerName]; to NSString *windowName = wInfo[(id)kCGWindowName]; after that recompile it.

from node-window-manager.

aniyd avatar aniyd commented on June 24, 2024

@sentialx still I am facing this issue with my electron app on MAC.

from node-window-manager.

desko27 avatar desko27 commented on June 24, 2024

@mattallty I can confirm that window.getTitle is not working as expected in v2.2.4. Using macOS Big Sur. I'm sticking to v2.2.3 because of it.

from node-window-manager.

stephancasas avatar stephancasas commented on June 24, 2024

@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!

from node-window-manager.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.