emilianavt / VSeeFaceReleases

This is a release repository used for posting releases of VSeeFace
119 stars 6 forks source link

[Linux, Wine] Camera Controls Not working #14

Closed VinTechage closed 2 years ago

VinTechage commented 2 years ago

I've managed to get VSeeFace to work on Wine on Linux. Unfortunately, the camera controls to manipulate the camera in VSeeFace don't work. I can't rotate the camera or zoom inwards. I can zoom outwards and pan the camera, but that's it. Is there a way to fix this problem?

VSeeFace: v1.13.38 Wine Version: lutris-fshack-6.21-6-x86_64 (default) OS: Arch Linux (Kernel Version - 5.17)

emilianavt commented 2 years ago

Perhaps something is preventing the pressed alt key from being signalled to the window correctly? There isn't really anything platform specific about the camera handling, so as long as mouse and keyboard controls are processed correctly, it should work.

VinTechage commented 2 years ago

Perhaps something is preventing the pressed alt key from being signalled to the window correctly? There isn't really anything platform specific about the camera handling, so as long as mouse and keyboard controls are processed correctly, it should work.

Alt + MMB works. I don't know why the other movements that require ALT don't work.

emilianavt commented 2 years ago

Could they be already be in use by your window manager for functionality like resizing or moving windows?

VinTechage commented 2 years ago

Could they be already be in use by your window manager for functionality like resizing or moving windows?

I did some research and turns out that the 'alt' key in linux desktop environments is the default for moving windows. I changed it to 'hyper', and now it works.

emilianavt commented 2 years ago

Great, I'm glad you got it working!