gnuradio-for-mac-without-macports
gnuradio-for-mac-without-macports copied to clipboard
Unable to Verify X Server after Installation on Startup
Installed on Mac Mojave.
Any additional information would be helpful. Screenshot maybe? Try running it from the command line?
Sorry, yes forgot to post the rest of this issue:
- yes i tried running from command line with
startx radio-companion
in iTerm terminal - I realized that it might be the missing X Server from Apple
I assume, coz X Server isn`t installed it won't work. correct @cfriedt ?
Is X Server a dependency as well? which have to be bought? (it`s not free as far i see)
This may work,
- Install XQuartz from https://www.xquartz.org/releases/index.html (2.7.11)
- Start App XQuartz
- Open a Terminal inside XQuartz (Applications -> Terminal)
- Run /Applications/GNURadio.app/Contents/MacOS/usr/bin/run-grc (inside the XQuartz new terminal)
If you are able to put together a fix yourself, can demonstrate that the fix works, and make a pull request, I will gladly merge your changes.
However, I no longer have access to a Mac OS machine, so cannot test changes individually. I'm also unable to build new releases unfortunately.
I'd be happy to merge PR's until the time someone else is able to take over maintainership.
thx for the update
This may work,
- Install XQuartz from https://www.xquartz.org/releases/index.html (2.7.11)
- Start App XQuartz
- Open a Terminal inside XQuartz (Applications -> Terminal)
- Run /Applications/GNURadio.app/Contents/MacOS/usr/bin/run-grc (inside the XQuartz new terminal)
Thank you so much. It works!