Effects qml:
>cat test.qml
import QtQuick 2.3
Rectangle {
width: 200
height: 100
color: "red"
Text {
anchors.centerIn: parent
text: "Hello, World!"
}
}
> qml test.qml
QXcbIntegration: Cannot create platform OpenGL context, neither GLX nor EGL are
enabled
Fa
Public bug reported:
Applications stop receiving mouse button clicks but the keyboard still
works and I can still move the mouse. Sometimes the Unity menus still
receive clicks and somtimes not. Running `sudo service x11-common
restart` fixes the problem.
ProblemType: Bug
DistroRelease: Ubuntu
2 matches
Mail list logo