Guys, is it possible yet to run win apps on linux?
Especially Adobe ones...


Erik WsI think ozone exclusively belongs to the chromium framework and is not associated to anything UI related houdini-wise
Is it possible to run on wayland from terminal with --ozone-platform=x11 parameter to switch to x11 only for houdini ?
I didn't check that and have no houdini installed, will that work ?
Erik WsThanks for the suggestion, unfortunately this didn't work. As MattiBRND mentioned - ozone is for Chromium, we would have to force QT's X11 instead. (I have no clue myself)
Is it possible to run on wayland from terminal with --ozone-platform=x11 parameter to switch to x11 only for houdini ?
I didn't check that and have no houdini installed, will that work ?

unset WAYLAND_DISPLAY QT_WAYLAND_RECONNECT export QT_QPA_PLATFORM=xcb /opt/hfs21.0.440/bin/houdini
)# grabing Houdini's process ID pidof houdini-bin # checking linked sockets/libs that have wayland or x11: lsof -p "HOUDINI PID" | grep -E 'wayland|X11' # My output shows X11 libs only: /usr/lib/libX11-xcb.so.1.0.0 (path dev=0,35) /usr/lib/libX11.so.6.4.0 (path dev=0,35)

Erik Ws
if it is using xwayland why we still have a problems?
if h is using xwayland and not wayland how to force it to wayland ?We cannot force Houdini to use wayland because that requires the Qt wayland backend to be shipped with Houdini which is currently missing.
edward
The main thing that has changed in this area is the use of Qt 6.5 from Qt 5.15 so I'd hazard a guess is to see if other applications that use Qt 6.5 have the same problems with hyprland as well. But in Houdini's case, it still doesn't use the Wayland backend. If it's running on Wayland, it's because it's using the xcb backend with whatever Xserver emulation that you're using with wayland (probably XWayland?).
giosedward
The main thing that has changed in this area is the use of Qt 6.5 from Qt 5.15 so I'd hazard a guess is to see if other applications that use Qt 6.5 have the same problems with hyprland as well. But in Houdini's case, it still doesn't use the Wayland backend. If it's running on Wayland, it's because it's using the xcb backend with whatever Xserver emulation that you're using with wayland (probably XWayland?).
So, a couple days after my previous post the tab menu bug started showing in plasma as well, even if much less than on hyprland... superweird...
BUT
After reading this I tried installing the latest daily version, qt5 variant... for now all I can say is: the mouse wheel is back!!
Hopefully the tab menu bug won't show up, I'll report after some usage

qt5 fixes the mousewheel issue on KDE (EndeavorOS / Arch).
Yaaaay. Thanks SideFX.
I will stick to the Daily for now.
I hope this will help ironing it out and will eventually transfer to an LTS release.
Erik WsMake sure you're running the qt5 build of Houdini.
I don't think it fixes it. I tried Arch and Ubuntu/Wayland
(If I remember correctly)