Steam + wmii

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
wolfwere
Newbie
Newbie
Posts: 1
Joined: Wed Dec 05, 2012 10:44 am

Steam + wmii

Post by wolfwere »

Instead of using a DE, I just run wmii window manager on top of the X server.

On a fresh system install, I installed with

Code: Select all

winetricks --no-isolate steam
as per instructions on the "Steam Official Release" page on appdb.winehq.org. Everything went fine except the console keeps spewing the message:

Code: Select all

fixme:appbar:SHAppBarMessage unknown msg: 4
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETSTATE): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0x0, edge=3): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0x0, edge=1): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0x0, edge=0): stub
fixme:appbar:handle_appbarmessage SHAppBarMessage(ABM_GETAUTOHIDEBAR, hwnd=0x0, edge=2): stub
And whenever the window is selected, which occurs at every instance of mouse over movement, it redraws either going up or extending up and then to the left. I can get around it by forcing tiling window management with Mod+Shift+spacebar, but I can't tile popup menus and other related windows. Deselecting "Allow window manager to control the windows" on winecfg fixes this, but then I can't select the window and therefore can't type anything into it (though I can still move it around).

I understand those fixme message appears with some other programs for other people, but so far I didn't find anyone having to deal with windows running away from them. Is it a know bug, is it fixable?

Other programs don't exhibit the same problem. And I tried reinstalling steam a few time with and without the "--no-isolate" option, and a few other versions of wine, with the same results.

Thanks.

Code: Select all

FreeBSD aldo.randw.br 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r243808: Mon Dec  3 20:53:23 UTC 2012  [email protected]:/usr/obj/usr/src/sys/CUSTOM  amd64
Using irvora's wine_fbsd64 from http://www.mediafire.com/wine_fbsd64, version 1.5.14,1.
Locked