Guest User

Untitled

a guest
Dec 11th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. #!/bin/sh
  2. export QT_QPA_EGLFS_DEPTH=16
  3. cd /usr/share/qml-compositor/
  4. qml-compositor -platform eglfs &> /dev/null &
  5. sleep 15
  6. /usr/lib/qt4/examples/opengl/hellogl_es2/hellogl_es2 -platform wayland &> /dev/null &
  7. sleep 15
  8. /usr/lib/qt4/examples/widgets/calculator/calculator -platform waylandGL &> /dev/null &
  9. sleep 10
  10. /usr/lib/qt4/examples/animation/moveblocks/moveblocks -platform waylandGL &> /dev/null &
  11. sleep 86400
Add Comment
Please, Sign In to add comment