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

Closing File Explorer Closes Desktop on Windows #15

Closed
taw5578 opened this issue Apr 10, 2023 · 4 comments
Closed

Closing File Explorer Closes Desktop on Windows #15

taw5578 opened this issue Apr 10, 2023 · 4 comments
Labels

Comments

@taw5578
Copy link

taw5578 commented Apr 10, 2023

Using this library to close the 'File Explorer' app causes the Windows desktop to disappear.

@athrvvvv
Copy link
Owner

Yes, but you can also start it like:

from AppOpener import open
open("explorer", match_closest=True)

@taw5578
Copy link
Author

taw5578 commented Apr 11, 2023

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.

@athrvvvv
Copy link
Owner

Okay, next version fixes this!! 🥰

@athrvvvv athrvvvv added the Next version fixes this The next version of AppOpener is going to fix this issue. label Apr 12, 2023
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
@athrvvvv athrvvvv added Fixed and removed Next version fixes this The next version of AppOpener is going to fix this issue. labels Apr 30, 2023
@athrvvvv
Copy link
Owner

AppOpener v1.7 just released!! ✌️

Install AppOpener v1.7:

pip install AppOpener==1.7

Close File Explorer without closing the windows

from AppOpener import close
close("file explorer")

Lots of love,
athrv.

@athrvvvv athrvvvv pinned this issue May 2, 2023
@athrvvvv athrvvvv closed this as completed May 8, 2023
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

2 participants