-
Notifications
You must be signed in to change notification settings - Fork 175
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
X11 wm in smithay #570
X11 wm in smithay #570
Conversation
ac6483d
to
80a286a
Compare
322caba
to
2cc49a3
Compare
Codecov ReportBase: 25.05% // Head: 25.26% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## master #570 +/- ##
==========================================
+ Coverage 25.05% 25.26% +0.21%
==========================================
Files 125 130 +5
Lines 20174 20867 +693
==========================================
+ Hits 5055 5273 +218
- Misses 15119 15594 +475
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
2cc49a3
to
fd324b6
Compare
Seems to be good enough to handle simple clients like gedit now. It is still missing window decorations, but I would rather start incrementally making this better than trying to address it all at once. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I scrolled through this and focused on X11-specific things. Here's the result. Thus, I ignored most of the code since I do not really know enough Wayland / smithay for this. Hopefully the X11 bits are useful.
fd324b6
to
326a23e
Compare
e72be96
to
3b85105
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tried to review the code itself as I am not experienced with X11 in any way. Left some small nits and questions.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't see anything obviously wrong codewise. LGTM
WIP PR to track progress of implementing a re-parenting xwayland window manager in smithay and integrating it with the
desktop
module.