É qml do terminal deveria funcionar em OTA-10.2

1

Contexto: Meizu PRO 5 com UbuntuTouch OTA-10.2 (sem caixa hoje). Modo de Desenvolvedor e um sistema de arquivos rw.

Question, qml e qmlscene segfault e possuem links simbólicos quebrados:

phablet@ubuntu-phablet:~$ qmlscene
Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
UbuntuClientIntegration: connection to Mir server failed. Check that a Mir server is
running, and the correct socket is being used and is accessible. The shell may have
rejected the incoming connection, so check its log file
Aborted
phablet@ubuntu-phablet:~$ export MIR_SOCKET=/var/run/mir_socket
phablet@ubuntu-phablet:~$ qmlscene
Loading module: 'libubuntu_application_api_touch_mirclient.so.3.0.0'
Segmentation fault
phablet@ubuntu-phablet:~$ qml 
qml: could not exec '/usr/lib/arm-linux-gnueabihf/qt5/bin/qml': No such file or directory

Note que o MIR_SOCKET parece não estar definido por padrão.

Uma última coisa: deve haver uma tag do StackExchange para o OTA-10 (etc)

    
por paul_h 20.05.2016 / 02:51

1 resposta

0

Você não pode executar o qmlscene do terminal assim. As aplicações são executadas em confinamento.

Além disso, você não deve configurar o sistema de arquivos raiz do dispositivo para o modo de leitura / gravação. Isso só resultará em problemas com atualizações no futuro.

    
por dobey 20.05.2016 / 03:54