On 2014-07-14 16:41, Michael Van Canneyt wrote:
> Any hints on how to go about this ?
> I see suggestions with references to xvnc etc; but how to set this up with 
> Lazarus ?


Use Xnest. That is how I used to debug the fpwm (Free Pascal Window
Manager) project.

Example startup script...

--------[ start.sh ]----------------
#!/bin/bash
Xnest -ac :2 &
export DISPLAY=:2.0
./fpwm &
xterm &
------------[ end ]------------


Regards,
  - Graeme -

-- 
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://fpgui.sourceforge.net/

--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to