posframes drawn under surfaces #33
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
ezemtsov/ewm#33
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
basically same issue as in EXWM https://github.com/ch11ng/exwm/issues/550#issuecomment-763949321
de-parenting workaround doesn't work correctly due to lack of floating window support
I tried to spike posframe support and after promoting them as pgtk, they started appearing on emacs frames correctly.
The big issue though is that in
emacs-pgtkchild frames are technically not a separate Wayland surfaces, and they're rendered on top of the same window of the parent emacs frame. This approach makes it really hard to render posframes in pgtk-emacs on top of other Wayland surfaces.I'll continue keeping an eye if I missed something, but otherwise this is delayed until uncertain future.