Run a Mono WinForm app with no Desktop environment installed - Raspberry Pi Forums


how can run mono winform app no desktop environment installed? have raspbian lite installed.

can run on ssh using smartty , opens x-server forwarding. when open directly on pi long exception. gist of "could not open display (x-server required. check display variable)

you need form of x-server running on client machine.

xming server can run under windows allow graphical programs run using putty ssh client providing option allow x-11 forwarding checked in connection setup.
putty.png
putty.png (24.36 kib) viewed 1229 times
5x5.png
5x5.png (5.83 kib) viewed 1229 times
5x5 gtk 2.0 application written in 'c', (it happens 1 ported across windows mobile few years ago "teach gtk 2.0" project). windows forms c# application should not different.

in case putty connecting xp machine rasbian wheezy vm running under qemu on win 7 64 bit machine. both images of windows appear on xp machine. terminal session return prompt when 5x5 terminated.

2701 glib warning message crap appears on screen because glib running under rasbian wheezy not perfect. under jessie it's fine.

rasbian lite not have x-server component in in order keep sd image down manageable size.


raspberrypi



Comments