Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
redox
redox
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 211
    • Issues 211
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 9
    • Merge Requests 9
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • redox-os
  • redoxredox
  • Issues
  • #1321

Closed
Open
Opened Oct 21, 2020 by ChipsSpectre@ChipsSpectre1 of 1 task completed1/1 task

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

image

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?

Edit 1: It seems that orbital is crashing during startup image

Edited Oct 21, 2020 by ChipsSpectre
Assignee
Assign to
None
Milestone
None
Assign milestone
Time tracking
None
Due date
None
Reference: redox-os/redox#1321