Skip to content

Commit

Permalink
Merge #1774
Browse files Browse the repository at this point in the history
1774: Fix some outdated docs r=Saviq a=AlanGriffiths



Co-authored-by: Alan Griffiths <alan@octopull.co.uk>
  • Loading branch information
bors[bot] and AlanGriffiths committed Oct 21, 2020
2 parents 7cf3bf0 + 99d2552 commit d2089d9
Showing 1 changed file with 7 additions and 10 deletions.
17 changes: 7 additions & 10 deletions doc/getting_and_using_mir.md
Expand Up @@ -78,25 +78,22 @@ started as usual:
neverputt
gedit

From outside the Mir-on-X11 session applications can be run using the
`miral-run` script:

miral-run kate
miral-run neverputt

### Options when running the Mir example shell

#### Script Options

The `miral-app` script provides options for using an alternative shell
(`miral-kiosk` as used by the mir-kiosk snap) and an alternative launcher.
(e.g `miral-kiosk` as used by the mir-kiosk snap) and an alternative terminal.

-kiosk use miral-kiosk instead of miral-shell
-terminal <terminal> use <terminal> instead of '/usr/bin/miral-terminal'

-kiosk use miral-kiosk instead of miral-shell
-launcher <launcher> use <launcher> instead of qterminal
The default for `-terminal` is a script that tries to identify the system terminal
emulator and launch that. But another terminal, or indeed any application, can be used.

For example:

miral-app -kiosk -launcher 'glmark2-es2-wayland --fullscreen'
miral-app -kiosk -terminal supertuxkart

There are some additional options (listed with "-h") but those are the important
ones.
Expand Down

0 comments on commit d2089d9

Please sign in to comment.