Bartłomiej Maryńczak

Results 205 comments of Bartłomiej Maryńczak

I kinda stated this in https://github.com/Smithay/smithay/pull/709 would like to continue doing it this way. Type aliases mostly solve this problem, are self documenting, and give us a place where we...

The initial idea for this was to just set mode in `new_decoration` handler, it is called directly on `GetToplevelDecoration` so before any decoration configure. But I don't see any problem...

> Is there any new progress here? I am a wayland noob looking too write my own compositor in rust, very hooked on doing it with Smithay. But i am...

As far as I can tell, this is simply the cost of using generators everywhere. `js-yaml` can fully parse my files faster than `yaml` can lex them, not because the...

Tested a few clients that make use of syncobj on my AMD systems, everything works as expected. :ok_hand:

This might have been fixed by: #1516

Perhaps try to install `zenity`, it should fallback to it in case your xdg portal is not running as expected.

Partialy addressed by audio gain setting of the buildin synth ![image](https://github.com/PolyMeilex/Neothesia/assets/20758186/074adbb0-5308-465f-a6bc-89c179a19cec)

Judging by the fact that you are on Hyprland, your XDG Portal setup is probably broken, you can try to install [zenity](https://archlinux.org/packages/extra/x86_64/zenity/) and see if Neothesia fallbacks to it correctly.

The black logo is a bug in `wgpu` OpenGl backend, and as far as I remember I submitted a workaround for that to `iced`, so it should probably be fixed...