https://bugzilla.novell.com/show_bug.cgi?id=377726
User [EMAIL PROTECTED] added comment https://bugzilla.novell.com/show_bug.cgi?id=377726#c4 --- Comment #4 from Josh Zeno <[EMAIL PROTECTED]> 2008-05-07 10:49:42 MST --- Here is one shot: http://www.thatclothingco.com/images/MonoWinformCut.png I have found that when starting the application from terminal (mono TestApp.exe) it will render as the screenshot shows, however if you build a shell script like below, the controls will all render correctly. ========= #!/bin/bash export LD_LIBRARY_PATH=/home/<user>/Desktop/MonoTest cd $HOME/Desktop/MonoTest mono MonoTest.exe > testing.log ========= -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
