Skip to content
Snippets Groups Projects
Commit c90a9f4e authored by Guido Gunther's avatar Guido Gunther :zzz:
Browse files

README: explain -U to run initially unlocked.


Signed-off-by: default avatarGuido Günther <guido.gunther@puri.sm>
parent 614770b2
No related branches found
No related tags found
1 merge request!109Initial app switcher
......@@ -28,13 +28,15 @@ way to get going is to do the following:
When running from the source tree start the compositor *rootston*. Then start
*phosh* using:
_build/run
_build/run -U
or in one command:
../wlroots/_build/rootston/rootston -E _build/run -C ./rootston.ini
../wlroots/_build/rootston/rootston -E '_build/run -U' -C ./rootston.ini
This will make sure the needed gsettings schema is found.
This will make sure the needed gsettings schema is found. The '-U' option makes
sure the shell is not locked on startup so you can test with arbitrary
passwords.
### Running from the Debian packages
If installed via the Debian packages you can also run phosh via gnome-session.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment