orbital: no display
- I agree that I have searched opened and closed issues to prevent duplicates.
Description
When I enter "orbital" into the command prompt of redox-os, I receive the message
Thread 'main' panicked at 'orbital: no display argument', src/main.rs:32:40
Environment info
Ubuntu 20.04 as host system, running the redox-os build from 2020-10-21.
-
Operating system: Replace me
-
uname -a
: Linux chips-PC 5.4.0-51-generic #56-Ubuntu SMP Mon Oct 5 14:28:49 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux -
rustc -V
: rustc 1.49.0-nightly (31530e5d1 2020-10-20) -
git rev-parse HEAD
: f30e25f5
Steps to reproduce
Type 'orbital' into your redox command prompt.
Behavior
-
Expected behavior: Open orbital GUI
-
Actual behavior: Thread panicking
Proposed solution / hints
The file responsible for the panick is located here: https://gitlab.redox-os.org/redox-os/orbital/-/blob/master/src/main.rs
It seems that it requires a path to a display and a login manager as plain text. How can these be set?