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

[Bug] Add exception for Windows classes #8

Closed
rocksdanister opened this issue Oct 21, 2022 · 4 comments
Closed

[Bug] Add exception for Windows classes #8

rocksdanister opened this issue Oct 21, 2022 · 4 comments
Labels
bug Something isn't working release-experimental Fixed or implemented in experimental version. Ready to be in the next release version.

Comments

@rocksdanister
Copy link

  • Holding tab and clicking on desktop will adds Progman
  • Holding tab and clicking on taskbar adds it
  • Holding tab and clicking on Sets settings window will adds it (WinUI desktop)

image

@FireCubeStudios
Copy link
Collaborator

Good idea. This will be easy to add

@GetGet99 GetGet99 added the bug Something isn't working label Oct 21, 2022
@GetGet99
Copy link
Collaborator

Exception Added
Shell_TrayWnd // Taskbar
Progman // Desktop
Chrome_WidgetWin_1 // I don't know why but I also see this on desktop
WindowsDashboard // Widget
Windows.UI.Core.CoreWindow // Quick Settings and Notification Center (other UWP apps should already be ApplicationFrameHost)

The changes is in this commit. The next app update should fix the problem or you can clone from source to get the latest development version.

@GetGet99
Copy link
Collaborator

Also, although it is not mentioned in this issue, please note that if you have modern systray apps with Xaml flyouts that are not part of Windows itself (such as EarTrumpet, and ModernFlyouts) will not be fixed because it is not really possible to fix all of them. The best way for these modern systray apps is... don't add them.

@GetGet99
Copy link
Collaborator

GetGet99 commented Dec 2, 2022

Now available for Experimental InDev Version, link in Readme

@GetGet99 GetGet99 added the release-experimental Fixed or implemented in experimental version. Ready to be in the next release version. label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working release-experimental Fixed or implemented in experimental version. Ready to be in the next release version.
Projects
None yet
Development

No branches or pull requests

3 participants