-
-
Notifications
You must be signed in to change notification settings - Fork 622
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
Only show installed
stucks GUI
#44
Comments
Heya, Sorry you're running into this issue. I am unable to reproduce this issue on my own systems, although I do have an idea what might cause it. To add the ability to remove Edge and OneDrive the script will check if the apps exist in the list provided by winget. Although getting this list seems to sometimes get stuck or require user input. To prevent infinite loading I have added a 10 second timeout in f878ebf, but this doesn't solve the issue causing the script from getting stuck. To help narrow this issue down could you please provide me with a few details?
|
Thanks for the quick reply. That does explain the issue, I wasn't aware of this update behaviour for winget list. From the documentation it doesn't seem like there's a way to just list apps without checking for updates. Documentation can be found here for reference; https://learn.microsoft.com/en-us/windows/package-manager/winget/list I don't have time to fully dive into it right now, but it looks like I might have to look for a different way to check if certain apps are installed to avoid this issue. |
The text was updated successfully, but these errors were encountered: