project-aslan / Aslan

Open source self-driving software for low speed environments
Apache License 2.0
272 stars 69 forks source link

[BUG] ./run: line 23: --geometry=50x10+0+0: command not found #43

Closed logicraju closed 2 years ago

logicraju commented 2 years ago

Describe the bug ./run: line 23: --geometry=50x10+0+0: command not found

Steps to reproduce

  1. Go to 'Aslan' root folder
  2. Open terminal and type ./run
  3. See error: "./run: line 23: --geometry=50x10+0+0: command not found"

Expected behavior Aslan not loading

Screenshots https://drive.google.com/file/d/1_o9ovh2cNbE-Ry801aaVLcZsn9apDuAH/view?usp=sharing

System (please complete the following information):

SanderVanDijk-StreetDrone commented 2 years ago

Hi @logicraju, this looks like gnome-terminal is not installed. You can check by running dpkg -l gnome-terminal. Is this on a headless system maybe, or is this standard Ubuntu desktop?

logicraju commented 2 years ago

Hi @SanderVanDijk-StreetDrone,

Thanks for the reply. Yes, you're right. Installing gnome-terminal seems to have fixed the issue:

sudo apt install gnome-terminal

It is a standard Ubuntu Desktop

Regards

SanderVanDijk-StreetDrone commented 2 years ago

Great, interesting it wasn't there. I have a change coming that will remove the requirement to have gnome-terminal there, I will leave this open until I get that in.

logicraju commented 2 years ago

That sounds great !