KoKuToru / koku-xinput-wine

Adds xinput support to wine, without changing the source of wine.
BSD 2-Clause "Simplified" License
69 stars 21 forks source link

Steam always open in Big Picture mode #29

Closed stumts closed 6 years ago

stumts commented 6 years ago

The tool that you create is amazing. But I got a problem.

When I've started steam through wine using Koku-xinput-wine, steam always open in Big Picture mode and I get a black screen. If I close Big Picture it open again.

Any idea?

Specs:

If you don't mind I get a suggestion to your project. I've gotten some problems to build your tool. Ubuntu's implementation of Multiarch is still incomplete, so we can't simply install 32-bit and 64-bit libraries alongside each other. In other words we can't install libsdl2-dev and libsdl2-dev:i386 together with apt-get. So I build 32-bit SDL2 development headers from source and it fix my problem. You could put this in README.md. cdelorme explain how to build 32-bit SDL2 development headers here #10.

Thanks for your work.