MT4 can't show icon

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
invfx
Newbie
Newbie
Posts: 2
Joined: Wed Mar 10, 2010 10:57 am

MT4 can't show icon

Post by invfx »

linux vps centos 5.4
wine 1.0.1 +imfx

can't show icon , how can I set?


Image
invfx
Newbie
Newbie
Posts: 2
Joined: Wed Mar 10, 2010 10:57 am

pic here

Post by invfx »

Image
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: MT4 can't show icon

Post by hellork »

invfx wrote:linux vps centos 5.4
wine 1.0.1 +imfx
can't show icon , how can I set?
What do you mean by icon? If you want an icon on the desktop, you'll have to create one, or install a later version of wine from your distribution of Linux and re-install the app. I don't think wine creates icons by itself. There are too many different window managers. In my experience, if you get wine from your distribution it should provide the icons for whatever window managers they use.
John Drescher

MT4 can't show icon

Post by John Drescher »

What do you mean by icon?
I think the problem (from looking at the picture) is the application
toolbar icons are not being displayed on the old version of wine that
the OP is using.

John
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: MT4 can't show icon

Post by hellork »

John Drescher wrote:
What do you mean by icon?
I think the problem (from looking at the picture) is the application
toolbar icons are not being displayed on the old version of wine that
the OP is using.

John
I hope those are icon resources that come with the app. The newer wine install should fix that, too. If not, they can try DLL Overrides for commdlg32 or shell32 or comctl32 in winecfg. I'm not sure what the status is on wine icons.
User avatar
dimesio
Moderator
Moderator
Posts: 13373
Joined: Tue Mar 25, 2008 10:30 pm

Re: MT4 can't show icon

Post by dimesio »

invfx wrote:linux vps centos 5.4
wine 1.0.1 +imfx
That version of Wine is over a year old. Upgrade to the latest development release.
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: MT4 can't show icon

Post by vitamin »

hellork wrote:If not, they can try DLL Overrides for commdlg32 or shell32 or comctl32 in winecfg.
You suggestion is wrong. The only dll that might help is comctl32.dll but you can't just override it via winecfg...
hellork
Level 3
Level 3
Posts: 82
Joined: Thu Mar 27, 2008 7:13 pm

Re: MT4 can't show icon

Post by hellork »

Works fine on wine-1.1.40 after installing winetricks vcrun6
Locked