-
Notifications
You must be signed in to change notification settings - Fork 14
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
Some windows are not in the window list #122
Comments
This is partly intentional: Only application windows should be in that menu, not dialog boxes. |
This is very inconvenient, and it will be very inconvenient to use it under multiple applications. "Where is the window I just reduced, and why the menu does not appear?" This is a problem that often occurs when I use it. |
The solution would be to set the window type of Wizard/Assistant type applications (like the ones you are showing) to something that gets recognized as a standalone application rather than a dialog box. This needs to be done in those applications, not in Menu. |
It’s better to have a Dock. If you have time, you can disassemble the Dock operation method of this video. |
There is still the Dock.app for those who need it. |
@probonopd Please open this issue: Xfe is not on the list |
These are the X properties of the Xfe window:
Does anyone have a clue as to why this code does apparently not get this window? Menu/plugin-windows/windowswidget.cpp Lines 83 to 102 in d852fc0
|
Please run the |
|
I don't see why my code should filter out this window. Maybe someone else knows? |
Some windows are not in the window list and cannot be restored after shrinking.
The text was updated successfully, but these errors were encountered: