jkadbear / gr-lora

LoRa physical layer collision decoding based on GNU Radio
GNU General Public License v3.0
58 stars 8 forks source link

Unable to launch gnuradio from docker shell #1

Closed KanavSabharwal closed 1 year ago

KanavSabharwal commented 1 year ago

Hi! Firstly, thank you for your work; it helped me understand LoRa PHY, and thanks for making the implementation public. I followed the instructions to run gnuradio from the docker instance and faced an error, as seen in the attached image. When I try to run gnuradio from the shell, I run into this error.

Any help will be much appreciated; thanks! Screenshot from 2023-01-24 16-03-26

EDIT: I figure the issue is caused by a misconfigured xterm on my local machine. I just had to correctly set the display variable for the GUI to work. For anyone facing a similar problem, the following commands helped: $ sudo apt install xterm $export DISPLAY=:0 xterm