wine git hardy systray issue

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
BatsShadow

wine git hardy systray issue

Post by BatsShadow »

I'm totally stumped. I'm running Hardy Heron and wine from git (I just
updated about 3 hours ago) and I'm having the systray issue where wine apps
in the systray just show up as blank space and you cannot interact with the
systray icon.

This issue was supposedly fixed in 0.9.60 and backported into the Hardy
repos, but no matter what I do I can't get it fixed. I've tried the default
hardy repo build. I've tried the wine.budgetdedicated.com hardy build of RC
1, and now I'm trying the latest git.

The only thing I can figure is that I somehow have conflicting wine dlls
littered around on my system and am using the wrong one somehow. Does
anyone have any recommendations?

Thanks.

P.S. The apps I'm trying to run are mostly some AutoHotkey scripts.
--
View this message in context: http://www.nabble.com/wine-git-hardy-sy ... 07275.html
Sent from the Wine - Users mailing list archive at Nabble.com.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

wine git hardy systray issue

Post by austin987 »

On 5/22/08, BatsShadow <[email protected]> wrote:
The only thing I can figure is that I somehow have conflicting wine dlls
littered around on my system and am using the wrong one somehow. Does
anyone have any recommendations?
$ mv ~/.wine ~/.wine.bak
$ wine your_app_setup.exe
David Gerard

wine git hardy systray issue

Post by David Gerard »

2008/5/22 Austin English <[email protected]>:
On 5/22/08, BatsShadow <[email protected]> wrote:
The only thing I can figure is that I somehow have conflicting wine dlls
littered around on my system and am using the wrong one somehow. Does
anyone have any recommendations?
$ mv ~/.wine ~/.wine.bak
$ wine your_app_setup.exe
In order to accurately simulate the Windows user experience, the
answer to most problems starts with "reinstall Windows." Fortunately,
Wine has made this incredibly easy ;-)


- d.
BatsShadow

wine git hardy systray issue

Post by BatsShadow »

David Gerard-2 wrote:
2008/5/22 Austin English <[email protected]>:
On 5/22/08, BatsShadow <[email protected]> wrote:
$ mv ~/.wine ~/.wine.bak
$ wine your_app_setup.exe
Didn't work.
--
View this message in context: http://www.nabble.com/wine-git-hardy-sy ... 18189.html
Sent from the Wine - Users mailing list archive at Nabble.com.
austin987
Wine Developer
Wine Developer
Posts: 2383
Joined: Fri Feb 22, 2008 8:19 pm

wine git hardy systray issue

Post by austin987 »

On Thu, May 22, 2008 at 10:52 PM, BatsShadow <[email protected]> wrote:


David Gerard-2 wrote:
2008/5/22 Austin English <[email protected]>:
On 5/22/08, BatsShadow <[email protected]> wrote:
$ mv ~/.wine ~/.wine.bak
$ wine your_app_setup.exe
Didn't work.
--
View this message in context: http://www.nabble.com/wine-git-hardy-sy ... 18189.html
Sent from the Wine - Users mailing list archive at Nabble.com.


Try wine-1.0-rc-2 and if it doesn't work there, file a bug in bugzilla.
Locked