Mir

Qt GUI on mir natively

Asked by Costa davide

Hello all
I am searching a way to run qt GUI executables NATIVELY under Mir because the terminal does not have permissions to acces Mir and it seem that Qt Widgets executables requires LibX11
Can someone help me?
Thanks

Question information

Language:
English Edit question
Status:
Solved
For:
Mir Edit question
Assignee:
Daniel van Vugt Edit question
Last query:
Last reply:
Revision history for this message
Daniel van Vugt (vanvugt) said :
#1

For Unity8 the command is:
    ubuntu-app-launch qterminal

For other native Mir shells the command is:
    sudo apt install mir-utils
    # Assuming you know where the Mir socket is:
    env MIR_SOCKET=/tmp/mir_socket mirrun qterminal

I think we could do better in future and should just be able to run 'qterminal'...

Revision history for this message
Daniel van Vugt (vanvugt) said :
#2

Also beware: Menus are presently broken (they appear as very large windows): bug 1543467

Revision history for this message
Daniel van Vugt (vanvugt) said :
#3

I believe this question is now solved/closed.