System.Windows.Forms in mono on SUSE 10.1

 Unhandled Exception: System.TypeInitializationException: An exception was thrown by the type initializer for System.Windows.Forms.XplatUI ---> System.DllNotFoundException: libX11.so

って出て動かなくて嵌る。原因はそのまま libX11.so ってシンボリックリンクがないから。リンクを作ったら動いた。

cd /usr/X11R6/lib
ln -sf libX11.so.6 libX11.so