-
Notifications
You must be signed in to change notification settings - Fork 214
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.n does not work with windows 10 "store apps" #144
Comments
@watermelonpizza I also observe this when working on VirtualDimension (a virtual desktop manager). These store app hosts do not receive conventional win32 events. They refuse to move, refuse to be probed for icons, etc etc.. and what I did eventually is to hide all these things that I cannot parse or process. |
Is this solvable? It's super annoying. |
bug.n can partly handle Windows Store apps, e.g. move them, but cannot fully hide them; the ApplicationFrameWindow seems to be left behind. With the configuration rule 9 ( You may add The unpretty sight of the problem is, that the Taskbar icon will still be visible and an empty entry resides in the Alt-Tab-menu, even if the window is moved to a different than the active view. Can you confirm the described behaviour, or is there an additional bug? |
I'm not using bug.n anymore, but maybe someone else can help. |
It's not just Windows Store app, Epic Store gets left behind as well. On the other hand, I have musicbee installed via the windows store and it works. I also can confirm the described behaviour, besides that it seems to be working as per normal when using the manual override |
An interesting solution! |
Any windows 10 store style apps are not being detected and cannot be manupulated.
Using version master (version as of the time reported on this issue).
Details for the mail app for example:
Regular application like explorer.exe looks like this for me:
The text was updated successfully, but these errors were encountered: