Windows: Rnote window not recognized by Snap Layouts / DWM (multi-window multitasking broken) #1459
Nikita55612
started this conversation in
Development
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
When using Rnote on Windows 10/11, the application window is not properly recognized by the system’s window manager:
This severely limits multitasking, as Rnote cannot share the screen with other apps.
Steps to Reproduce
Win + ←
or drag to edge).Expected Behavior
Rnote should behave like a standard Windows application:
Technical Context
Proposed Solutions
WM_CLASS
hints for better Windows integration.DWMWINDOWATTRIBUTE
(e.g.,DWMWA_WINDOW_CORNER_PREFERENCE
) for modern Windows UI.--disable-gtk-shell
).Environment
Beta Was this translation helpful? Give feedback.
All reactions