-
Notifications
You must be signed in to change notification settings - Fork 17
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
Missing xdg_shell implementation #16
Comments
Known issue, orbital doesn't implement xdg_shell yet. |
Hi @giucam I just simply add xdg-shell skeleton https://github.com/xiangzhai/orbital/tree/xdg-shell/src/compositor/xdg-shell It is just be familiar with wayland && weston relative thing ;) I will follow the weston`s source code http://cgit.freedesktop.org/wayland/weston/tree/desktop-shell/shell.c#n3951 and your wlshell ;P Regards, |
Oops~~~ xdg-shell-surface resize/close segfault https://github.com/xiangzhai/orbital/issues/1 |
Is this going to get implemented? |
Yes, but it is not high priority for me at the moment. I'll gladly review a PR though. |
@xiangzhai is working on a xdg_shell implementation on Orbital. https://github.com/xiangzhai/orbital but it's still buggy, only able to run weston demo clients including weston-terminal. |
@Icenowy I am developing some close source stuff now ;-) |
Hi @Icenowy I take a break to fix the xdg-shell issue for running gtk3-demo ;-) it is XWayland stuff, not pure xdg-shell (just like weston) implementation. and @gld1982ltd yup implemented but still need to optimize ;P |
@xiangzhai AWESOME! Looking forward to that. |
@gld1982ltd happy hacking ;P and I am learning how to develop weston plugin https://github.com/xiangzhai/weston/blob/sheep/README and tried to migrate RandR http://lists.freedesktop.org/archives/wayland-devel/2015-April/021199.html and implement mirroring mode for weston http://lists.freedesktop.org/archives/wayland-devel/2015-April/021245.html |
Hi @xiangzhai. Do you plan to make a pull request of your xdg-shell implementation? |
weston-terminal: clients/window.c:4538: window_create_internal: Assertion `custom || display->xdg_shell || display->ivi_application' failed.
But in weston, it is ok!
The text was updated successfully, but these errors were encountered: