-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Closing File Explorer Closes Desktop on Windows #15
Labels
Comments
Yes, but you can also start it like: from AppOpener import open
open("explorer", match_closest=True) |
Yes that is true, but that still does not resolve the issue. If at any point the close() method is used on file explorer, the Windows desktop disappears. The ability to close file explorer should either be removed or fixed. Opening it right after closing it does not resolve the issue. |
Okay, next version fixes this!! 🥰 |
athrvvvv
added a commit
that referenced
this issue
Apr 30, 2023
Also added an Exception for closing the File Explorer as referred in issue #15
AppOpener v1.7 just released!! ✌️ Install AppOpener v1.7: pip install AppOpener==1.7 Close
|
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Using this library to close the 'File Explorer' app causes the Windows desktop to disappear.
The text was updated successfully, but these errors were encountered: