~alan-griffiths/miral/basic-Unity8-compatibility

« back to all changes in this revision

Viewing changes to building_and_using_miral.md

  • Committer: Alan Griffiths
  • Date: 2016-11-16 11:17:40 UTC
  • mto: This revision was merged to the branch mainline in revision 451.
  • Revision ID: alan@octopull.co.uk-20161116111740-d7joia6rb620slrc
Update building_and_using_miral.md

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
    $ sudo bin/miral-shell --vt 4 --arw-file --file $XDG_RUNTIME_DIR/mir_socket
48
48
    
49
 
For convenient testing there's a "testrun" script that wraps this command to
50
 
start the server (as root) and then launches the gnome-terminal (as the current
51
 
user):
 
49
For convenient testing there's a "miral-desktop" script that wraps this command
 
50
to start the server (as root) and then launches the gnome-terminal (as the 
 
51
current user):
52
52
 
53
 
    $ ../scripts/testrun
 
53
    $ bin/miral-desktop -bindir bin 
54
54
 
55
55
Support for X11 applications
56
56
----------------------------