orbital icon indicating copy to clipboard operation
orbital copied to clipboard

A Wayland compositor based on Weston and Qt

Results 19 orbital issues
Sort by recently updated
recently updated
newest added

After running cmake from the build dir and cd'ing back to the main dir and running make I get a weird error very early. [ 1%] Automatic moc for target...

weston-terminal: clients/window.c:4538: window_create_internal: Assertion `custom || display->xdg_shell || display->ivi_application' failed. But in weston, it is ok!

I am running qml-compositor on wayland-0, and (the unpatched) weston (1.7) works very well, I can also run maynard. With the patched weston and orbital, I get: ``` # LD_LIBRARY_PATH=/usr/local/Qt-5.4.1/lib:/usr/local/lib/orbital:/usr/local/lib...

Just like https://github.com/giucam/orbital/issues/16 weston-terminal is not able to work owing to NO xdg-shell implementation https://github.com/xiangzhai/orbital/tree/xdg-shell/src/compositor/xdg-shell What about gtk3-demo based gtk3 application? Why kde/orbital/qt compositor is not able to render gtk3-demo?

So I found the problem that was making Solid not work for me. It turns out I made a mistake with defining the USE flag (these things should probably make...

Here are the ebuilds that I used to build Nuclear and Orbital. I plan to submit them once I finish working out the bugs: dev-libs/nuclear/nuclear-9999.ebuild: ``` # Distributed under the...

Some minor bugs, continuing from https://github.com/giucam/orbital/issues/3 The scrollbar for the file browsing in the configuration utility is just a black rectangle for me. A separate message is printed to the...

Here is a screenshot of the output of: ``` linenum=1; while [ "$linenum" -le 63 ]; do echo -ne "\nLine: $linenum"; linenum=$(( linenum + 1 )); done ``` I did...

I am having a new build failure. I was building against Qt 5.2.0 instead of 5.2.\* from their git repository, so it might be that, but you also made some...