Hi Dror! Am Donnerstag, 23. Februar 2017 16:40:46 UTC+1 schrieb Dror Lugasi: > > my question is: can i run IDE's like eclipse or monodevelop with the their > GUI in this current situation? > > i have tried to install them and then type "monodevelop" or "eclipse" in > the command line and nothing happened. > > Any one knows how to do this? (if possible) >
Yes, it's possible. As mentioned before, the ssh connection has to run with graphic support (ssh -X ...). But on the BBB also a minimal X server is necessary to let the applications generate the graphic output. Therefor install a virtual frame buffer sudo apt-get install xvfb Regards -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups "BeagleBoard" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beagleboard/adc50bd9-04bc-47b5-bd13-90b496d17780%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
