-
-
Notifications
You must be signed in to change notification settings - Fork 24
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
[plasma6] build error! I'm on OpenSUSE tumbleweed. #140
Comments
Same for me: [ 83%] Building CXX object src/lightlyshaders/kcm/CMakeFiles/kwin_lightlyshaders_config.dir/lightlyshaders_config.cpp.o |
I stumbled on this issue and created a patch file you can apply to fix it, this issue originated because stuff were renamed and moved around in the kwin repo. It works on plasma6.1 beta, I haven't test on 6.0 but I don't see why it wouldn't. |
it builds but seems doesnt work. |
It definitely works on my side, if I forget the fact that Klassy breaks with it, here's a screenshot, I set the corner radius really high to demonstrate it |
I tried again but it doesn't work. I'm on Arch with kde-unstable. KDE Plasma Version: 6.0.90 |
ok, I see what's going on. I use egl and O2ES (OpenGL ES) for Kwin. They are much better in terms of fluidity on X11, but some effects like this don't work. It would be nice if it could be ported to O2ES. |
I ran into this error with all dependencies installed. This error happened during compilation.
return effects->isOpenGLCompositing() && GLFramebuffer::supported();
The text was updated successfully, but these errors were encountered: