Re: [Mono-dev] Processing XML atomic values in XML Schema

2013-05-25 Thread Atsushi Eno
Hi, Could you file a bug on bugzilla.xamarin.com? Unless someone else goes ahead and fix, I'll take care of that obsolete technology at some stage. Thanks, Atsushi Eno Tobias Kiertscher wrote: Hi, I tried to run code with XML schema based validation on mono 2.10.8 and 3.0.10 that works

[Mono-dev] Linux: How to set app icon?

2013-05-25 Thread Matt Greer
I have searched all over trying to find how to do this, with no luck. In this screenshot: http://i.imgur.com/lU0Tl0x.png Is our Mono app running along with another Mono app that is running on Ubuntu 12. Ours has the default Mono monkey icon, and the one next it is the old man laughing. How do

Re: [Mono-dev] Linux: How to set app icon?

2013-05-25 Thread mattgreer
I figured this out. Setting the Win32 ico file does give the exe itself an icon. But what really needs the icon is the game's window. I ended up doing essentially this ((OpenTKGameWindow)Game.Window).Window.Icon = new Icon(Game.ico, 128, 128); And made sure Game.ico got copied to the output