-
Notifications
You must be signed in to change notification settings - Fork 122
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
Better support of Windows Store Apps in Windows 10 #21
Comments
Icon is missing and the process name (ApplicationFrame) is not really useful. Also an app sometimes appear twice in the list (like the |
This issue should get more attention before the release of Windows 10 |
Out of curiosity: Did somebody test Switcheroo with the virtual desktop feature of Windows 10? I'm currently using Windows 8 and a virtual desktop software called BetterDesktopTool. Switcheroo does only list the windows in the currently active virtual desktop. This is not optimal, but of course I understand that such an interoperability with a 3rd party software would be overkill. But regarding that virtual desktops will be native in Windows 10, one should definitely consider to add support to Switcheroo (maybe we are lucky and it works out of the box). I would imagine that switching to a program which is on a "distant" desktop, would either
Optimally, this behaviour could be changed via a shortcut/modifier, since the desired behaviour will be highly dependent on the current context (at least, this is my opinion :)). I would be happy to discuss ideas, if you need some input! |
Hi @philippotto! Thanks for your comments and ideas! 👍 I tried out Switcheroo on Windows 10 a few weeks ago, and it works so-so. There is still the original issue of Windows Store Apps sometimes appearing twice in the list. Regarding the virtual desktops feature: Programs from all desktops are listed in Switcheroo, and when switching to a program on another desktop, then the active desktop is changed and the target window is activated. However for some reason this doesn't work for Windows Store Apps if the target window is not on the currently active desktop. So I think these two things are the main priorities for better Windows 10 support:
It would be really great to get the issues fixed before the release of Windows 10 (July 29), so if anybody got time to look at these issues it would be very much appreciated! With those things fixed, then we should certainly move on and try out some of your ideas for an even better support of the new virtual desktops on Windows 10. / Regin |
I've been running Switcheroo on Win 10 for a few days now and I think it's time to sum up the experience. This issue already looks like a general Switcheroo + Win 10 discussion so I'm just gonna pile on ;)
|
I can confirm this bug. I fiddled a bit with the code and found out that the origin is the anti-flicker-workaround in |
Hi! Great work guys! I'm just back from a quick trip, but I'll take a closer /Regin On Friday, August 7, 2015, Philipp Otto [email protected] wrote:
|
Resolve bug in Windows 10 by removing anti-flicker-workaround (#21)
@philippotto Once again great job identifying and fixing the cause of the Windows 10 desktop switching bug! I can confirm that it fixes the bug, and actually I don't see any flicker even after the workaround has been removed. I've just added another "alt+tab" check that should take care of the extra entry that sometimes appear for Windows Store Apps. It seems however like there's another bug regarding the Store Apps however, if they are minimized then Switcheroo can't switch to them. It would also be nice to show the icon and the real process name for these apps. The latest build with @philippotto's fix and the double entry fix is available here: /Regin |
Bugfix: Remove redundant FormattedTitle formatting that caused some t…
The text was updated successfully, but these errors were encountered: