After installing Wine and updating to v1.5.24, I installed MetaTrader 4 trading program.
But after that I found that the all the arrows in MetaTrader are drawn in an incorrect way.
Following screenshot shows the problem in drawing the arrows:
How do I solve the issue of incorrect arrows?
11 Answer
Follow the steps to fix the problem:
Install Wine if it's not already installed (you obviously have it installed if you are running MetaTrader):
sudo apt-get install wineOnce Wine is installed you need to configure it. This is pretty easy. As a normal user (Not Root!) run
winecfgfrom a terminal and it should set itself up. If you want to do any more configuration or tweaking, have a look around the tabs, but for now I suggest keeping it as default.From a valid windows installation, copy over all the fonts into your wine installation. It also assumes you told Ubuntu to mount your windows partition in
/windows:cp /windows/WINDOWS/Fonts/* ~/.wine/drive_c/windows/fonts/Copy two needed DLL files from your valid windows installation:
cp /windows/WINDOWS/system32/mfc4* ~/.wine/drive_c/windows/system32/Download
mt4setup.exefrom your favorite broker.Install MT4.
Source: PDF files provided at Ubuntu Forums Thread Post