On a freshly flashed N900 with CSSU installed, I've installed Modrana. However, when I open Modrana-QML from the applications menu, the old GTK+ interface appears. If I run modrana-qml from the terminal to see debugging output, all of the messages refer to GTK+, there is no mention of QT at all. What could be the cause of this? I see that modrana-qml is just a bash script with the following contents: Code: #!/bin/sh cd /opt/modrana PYTHONPATH=/opt/qtm12/lib/python2.5/site-packages:${PYTHONPATH} python modrana.py -u QML:harmattan -d n900 I do indeed have qtm libs in that directory. Why isn't modrana-qml seeing them or acting on them?
#!/bin/sh cd /opt/modrana PYTHONPATH=/opt/qtm12/lib/python2.5/site-packages:${PYTHONPATH} python modrana.py -u QML:harmattan -d n900