diff options
Diffstat (limited to 'qml')
-rw-r--r-- | qml/mageiawelcome.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/qml/mageiawelcome.py b/qml/mageiawelcome.py index 8439ff7..83fe644 100644 --- a/qml/mageiawelcome.py +++ b/qml/mageiawelcome.py @@ -10,6 +10,8 @@ import os import subprocess from helpers import get_desktop_name, get_desktop_name2, is_installed import pwd +# Workaround for opengl lib selection +from OpenGL import GL class ConfList(QAbstractListModel): NameRole = Qt.UserRole + 1 |