Jefferson González
Jefferson González
I wonder if this is an SDL issue... Which version of SDL 2 are you linking with? Could using a newer SDL version fix the issue? May also be some...
What worked for me was creating a win32 wine prefix with ArchLinux packaged wine-staging ``` WINEPREFIX=/home/user/.wine32/ WINEARCH=win32 wine wineboot ``` Copying the wineasio32.dll and wineasio32.dll.so to /usr/lib/wine/{i386-unix|i386-windows} so it is...
@theNizo Proton experimental already seems to use wine32 by default since there is a wine64 executable on `~/.steam/steam/steamapps/common/Proton\ -\ Experimental/files/bin` and it is based on older wine v9.x I tried...
> I would guess it's because Proton makes it hard for you. Try adding this to the command: `LD_PRELOAD=/usr/lib32/libjack.so` I did before posting the previous comment and sadly it didn't...
Which `meson` version are you using? Also, how did you setup your build environment, is there a way to reproduce?
This is already handled by the status bar as shown below so closing.  
Feel free to PR a fix, maybe showing a tooltip when hovering the tab? Should be a welcome addition.
That is strange, can't reproduce here: https://github.com/user-attachments/assets/2e872fb0-88c7-438c-87bf-fd5b42238a54 Maybe you can try forcing the scrollbars state to expanded to see if that makes it easier to grab for you: 
So basically the issue is with the minimap plugin. That plugin used to work better but seems like some of the changes to make it work with newer scrollbar api...
> t does work with a fresh install and the `v0.2.1` of the minimap plugin **but when I install `ide_c` it stops working again** Interesting, I wonder what is the...