Ian Douglas Scott
Ian Douglas Scott
Yeah, and it's likely we'll want some API changes in Smithay to better handle dynamic renderer switching like that regardless.
This should have been fixed by https://github.com/pop-os/cosmic-applets/pull/866.
Updated with a bit of documentation in the protocol. As far as I can tell, this does seem to be a good mapping of the interface provided by `AtspiDevice`. I'm...
KDE Connect aims to not be KDE specific, so I think it would be ideal to use kde-connect, but probably with a COSMIC applet that integrates with it. Assuming that's...
> See my monitors in Nvidia panel and also be able to set what screen to use in game settings. Does this work on Gnome Wayland, or other Wayland desktops?
I don't think Windows (or cygwin) have a way to pass file descriptors over a Unix domain socket? The Wayland protocol isn't really possible to implement without that. In a...
Note that as of recently, COSMIC isn't the only project using `cosmic-workspace-unstable-v1`: https://github.com/LBCrion/sfwbar/pull/212, https://github.com/labwc/labwc/pull/2030. Which makes introducing a `v2` protocol a bit less ideal. Wayland-protocols is trying to get better...
https://gitlab.freedesktop.org/wayland/wayland-protocols/-/merge_requests/40 has indeed been making some progress, and hopefully can be approved and merged in to not too distant future.
There's not really a set timeline for wayland-rs releases. The next release will either be when a few more things are merged, so there's more to include in a release,...
> the files included in published crates were significantly trimmed down Only the `wayland-protocols` crate, to be precise. That PR doesn't affect any other crates. We only include the protocol...