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

[BUG] Lock Screen Delay caused by this extension #246

Open
GiorgioG opened this issue May 25, 2022 · 1 comment
Open

[BUG] Lock Screen Delay caused by this extension #246

GiorgioG opened this issue May 25, 2022 · 1 comment
Assignees
Labels

Comments

@GiorgioG
Copy link

When "new profile identification" is enabled, unlocking the machine takes 5-7 seconds from the time I press "enter" after typing my password. Disable the option and it's much more reasonable (though still a delay compared to disabling the extension entirely.) Is it possible to make whatever operation is happening non-blocking? Thanks in advance!

Extension Information

  • Shell Version : 42.1
  • Extension Version: 43
  • Install method: extension manager
  • OS: PopOS 22.04
@aaronjamt
Copy link

I have the same issue, I looked through the code and found that the "new profile identification" calls a Python script many times (10+ on my machine), each time having to start a Python interpreter, run the actual code, and exit (which combined takes a lot of time). This should be solved with #262, please take a look and see if it fixes your issue.

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

No branches or pull requests

3 participants