I've been following the work on COSMIC (though not super actively) and I keep on saying that I like what I'm seeing because, well, I do! The idea of a tiling DE is a very exciting one and COSMIC really has the potential to become a Major Linux DE.
As a regular i3 user, I was very satisfied on how tiling was implemented into the Pop shell of Gnome. After a few keybind change here and there it almost felt like home maneuvering the windows and workspaces. One minor complain is glitches happen when external monitor is connected/disconnected on the fly (laptop usecase), in which case windows are disoriented and thrown around at random unexpected places instead of staying at where they were. I'm blaming Gnome on that one however, since I'm assuming it is related on how Gnome handle multiple screens and Pop shell act on top of it, so I'm expecting it to be fixed in Cosmic DE
I'm just happy there's a rust DE being written in slint. KDE is nice and all, but it's all C++. No way am I touching that trainwreck of a language again.
Yeah, I’m a Pop user and like what they do with Gnome now. I can’t wait to see what it’s like when the desktop isn’t limited by the Gnome extension system.
[cosmic-randr] uses the wlr output configuration Wayland protocols.
Does this mean cosmic-randr should work on other compositors that support the wlr output configuration protocol (e.g. sway, hyprland, river, ...)? It's great to see cosmic adopting existing protocols, instead of compositor specific protocols (or worse, no external app support at all).
Also, it's great how portable Cosmic DE seems to be, as it's already mostly packaged on NixOS. On first look, cosmic-term seems to be a quick terminal so I might switch to it, as well as cosmic-files.
If they support the wlr output configuration protocols, then yes it'll work fine. There are some more advanced features that we want that aren't supported by the protocol though, so we will likely develop some cosmic protocol extensions for those features.
No, we have been making our own platform toolkit (libcosmic), which is built upon iced-rs. We are using this both for our wayland compositor applets, and our desktop applications.
iced? Interesting. I though it's still pretty experimental. There's no official documentation yet, right? When I was looking at Rust UI libraries Yew and Leptos looked more mature. I guess you're confident iced have enough backing and isn't going anywhere.
How do you find working in Rust on a bigger UI project? Any issues?
Nice! I know that OpenBSD people have been working on a wayland compatible thing which takes into account Linux-specific things (libinput?), but last I heard it's not ready. I have my hopes up though! Could be the year of desktop BSD if they port COSMIC.
Because that's not how software development works, and that's not how you make progress in the field. In order for our technical vision to be integrated with an existing desktop, such as GNOME, it would have required that they give us the reigns to their project to delete their entire codebase and rebuild it into exactly what you see today in COSMIC.
As in life, sometimes you've got to demolish, pave, and build better foundations. There's a lot of cool technologies available to build a truly next-generation desktop experience in, but you're not going to get it through rigid bureaucracy and old tools. With COSMIC, we've got freedom to make decisions and build something truly unique, and we're using our talent to show you what we can do.
If you will create "next gen" desktop, you will just solve some problems of already existing ones and create your own. Maturity of software is far more important, than uniqueness. GNOME didn't evolve into its current state for no reason.
Sometimes it's easier to start over than unbreak an existing project. Gnome is old and big so it's harder to change. So starting over where you don't have to keep existing features or care about existing users is way easier than fixing gnome and rewriting it in rust. Plus system 76 can. There's no single party that can stop them from making a desktop
FOSS software development is very much like evolution. Many projects are born but only the best thrive. It is a wasteful system because resources are spread over similar projects, but it creates very good software.
Not really. Best Foss projects do not always thrive. Git wasn't really better than mercurial. But it had happened to be published earlier, so it got wider adoption.
Because some developers act on their own consciousness and don't have a slavemaster corporate manager telling them what they need to do or not do.
When one doesn't like any of the available choices yet a new one is born. Can you measure how many v.terminals we have, or how many window managers on X11?
Fortunately such "new choices" get abandoned very quickly. Making new solution instead of improving existing ones is counterproductive. Unless there is a large legacy codebase. Smart people have invented Unix principles to avoid that.
I recognize this is an odd comment to make, but I'm glad to see this screenshot tool supports capturing a window in Wayland. My next question is, can the screenshot tool be invoked from the command-line or via a script?