Re: [Discuss-gnuradio] Unable to execute a flow with remote desktop on an RPi

2016-04-03 Thread martijn
JL, It seems to me that you inserted a QTgui_waterfall in a WXgui top block.. These cannot be mixed and look for the WX equivalent of the same thing! Martijn > On 03 Apr 2016, at 05:52, Jean Luc wrote: > > Hi everyone, > > I've just joined the list and I'm trying to execute a flow in GRC on

Re: [Discuss-gnuradio] Unable to execute a flow with remote desktop on an RPi

2016-04-03 Thread Jean Luc
Thank you, Nate, I had missed that and after changing the option, it works fine now. JL On Sun, Apr 3, 2016 at 12:39 AM, Nate Temple wrote: > Hi Jean, > > Did you switch the "Generate Options" option in the properties of the > top_block from WX GUI to QT GUI ? > > - Nate > > > > > On Apr 2, 201

Re: [Discuss-gnuradio] Unable to execute a flow with remote desktop on an RPi

2016-04-02 Thread Nate Temple
Hi Jean, Did you switch the "Generate Options" option in the properties of the top_block from WX GUI to QT GUI ? - Nate > On Apr 2, 2016, at 8:52 PM, Jean Luc wrote: > > Hi everyone, > > I've just joined the list and I'm trying to execute a flow in GRC on an RPi3 > accessed via a remote d

[Discuss-gnuradio] Unable to execute a flow with remote desktop on an RPi

2016-04-02 Thread Jean Luc
Hi everyone, I've just joined the list and I'm trying to execute a flow in GRC on an RPi3 accessed via a remote desktop connection (I need to run it headless because I'd like to use it for radio-astronomy with an SDR). The flow is extremely simple (just an osmocom source and the WX GUI FFT sink,