When trying to run a program with bundled mono runtime(statically linked),during the first launch the icon pops up and stays in the dock for like 2 minutes,then suddenly the window appears.But during the Subsequent runs the program is fast.
I have done some researching and i understand that its the time taken by Mono to Build the font cache.
This can be a turn down the user as the person will think that the program does not work.
Is there a workaround for this like
-copying the font cache folder?
-Integrating some script into the installer to build the fontcache?
Please help