-
Notifications
You must be signed in to change notification settings - Fork 466
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
Approving Remote Control Request Hangs Application #877
Comments
I understand this is a disable feature / likely not officially supported. But would be great to get to the bottom of what broke this functionality. |
Same behavior on Windows with |
We haven't found the time to look into this yet, sorry! |
is there any news on this? does it work again with the current version? |
After building e64c8ac in Windows 10/11, this is a screenshot of the frozen application with a translucent dialog trying to fade out |
I propose renaming the title of this issue to |
Any interest in funding someone to fix this? |
@hristoterezov @horymury can either of you PTAL? |
anything? |
Related: 0b88a78 |
No, that is unrelated. Remote control was disabled by default. |
@hristoterezov @horymury Guys, can either of you PTAL? |
Description
Accepting the dialog to allow remote control permissions hangs the entire application. Below is a screenshot of the application in it's stuck state.
Current behavior
App freezes.
Expected Behavior
App should continue to work, enabling remote control for requested user.
Possible Solution
I tried executing the electron instance with devtools opened, but trying to record a performance trace was stuck on the first initializing step, it was really stuck whatever it is that is causing it. The only thing to do is quit the application and re-open.
Steps to reproduce
npm start
ornpm run dist
(and then copy to Applications folder)Environment details
MacOS Ventura 13.0.1
The text was updated successfully, but these errors were encountered: