Aldo Acevedo
Aldo Acevedo
It's done. The new version is on the `zbus` branch. I'm installing a virtual machine with KDE Plasma to test it out. If someone wants to try, go ahead. To...
Nice! So it works now. - Souvlaki does not yet implement shuffle and repeat features (coming soon though). - Seek/SetPosition is not implemented in Psst yet, but I managed to...
> @Sinono3 Running the modified version of Psst now. Works well! I did have to make a change to the code I'm using, here: [soumya92/barista#243](https://github.com/soumya92/barista/pull/243). > > We might want...
Hi! Sorry for the delay @101100. I reverted to dbus-crossroads because zbus uses async and it complicated things a bit for me because I needed to bundle an executor, even...
Sure! As long as it is a clean implementation I'd be happy to accept that.
@Drarig29 Do you know if souvlaki's latest version still works with KDE?
@101100 Any news on the PR?
Okay. I think this is because we use a MPSC channel internally (`std::sync::mpsc`) and we check for these messages using `if let` instead of `while let`. This causes us to...
Mainly the zbus backend needs better error handling now, this will come with v0.8
Perhaps it has to do with synthetic keypresses in Winit. Similar issue in Alacritty: https://github.com/alacritty/alacritty/pull/3204/commits/fa061782dda40cd4dcf534e5a8b7c0004c5b6a58 EDIT: After some testing it seems quite literally discarding `KeyboardEvent`s that are synthetic solve this...