![]() |
|
![]() |
| In the time it takes to downvote this comment, you could duplicate the repository on your preferred hosting service and change the license! Be the change you wish to see in the world! |
![]() |
| Why should that be distasteful?
Google gives us Chrome for free. Does that make it distasteful to question their decisions around using our data because they’ve made it free? |
![]() |
| They won't have to accept anything if the developer never writes code in the first place... this is a ridiculous argument. How do you think most open source desktop software gets made? |
![]() |
| It seems super productive as well. Modern Rust is ergonomic. Take a look at some of the community PRs being merged in to Cosmic and you can see how good a developer experience it is. Compared to c/c++/qt/gtk it is a breath of fresh air.
Iced is also super themeable which is a really nice change compared to GTK. Check out https://cosmic-themes.org as an example! |
![]() |
| You can still do whatever you want in ~/.config/gtk-4.0/gtk.css, including importing other stylesheets. This also works for libadwaita apps. What the Gnome devs and the https://stopthemingmy.app/ people don't want is for Ubuntu or Manjaro to ship a themed/patched stylesheet in the system that breaks their apps, and they have gotten their way.
|
![]() |
| For me it has been running with minor issues and very few crashes for the last month as my daily driver on both my work (Fedora) and my private (Gentoo) laptop. |
![]() |
| sid is more like cutting edge, no? Comparable to Fedora Rawhide.
But yeah, there are options! One shouldn't be afraid of being on the base distro. |
![]() |
| I am currently running Cosmic in Fedora 40, dnf installed from a popular COPR (ryanabx/cosmic-epoch) and (*I*) have had no issues with an existing fedora install. |
![]() |
| I’ll make it n=2. I was pretty disappointed by the build quality of my System 76 Galago. And it wasn’t very repair friendly either because parts are very difficult to get. |
![]() |
| I have an old XPS from 7 years ago. Battery had to be replaced 4 times, and the build quality is shit. It also overheats and throttles really easily. Has that changed with newer models? |
![]() |
| Dell XPS. The newest models inexplicably went to a touchscreen function row, but you can still get the 9315 from Dell for now. They have supported Ubuntu officially for years. |
![]() |
| The literally first google hit for L14 gen 5 in my filter bubble has a tldr of 'mixed bag'; granted, for an AMD SKU.
Would you recommend an Intel version? |
![]() |
| I'm excited about Cosmic's potential to break open the Gnome / Plasma duopoly. Not sold on the visual design of the desktop yet, but maybe I'll come around once its out of Alpha. |
![]() |
| As does the unnamed LXDE bird, and whatever mascots Cinnamon, MATE, Deepin, Pantheon, Budgie, and Enlightenment have.
EDIT: Almost forgot about Unity, which has arisen from the ashes. |
![]() |
| My current phone is a Volla 22 with Ubuntu Touch, it's pretty good (although the battery doesn't last me a day, sadly). To be honest, though, I kinda miss the scopes of the OG Ubuntu Touch. |
![]() |
| To quote grand*4 parent:
> Gnome / Plasma duopoly LXQt uses Qt but it's not KDE, Cinnamon, MATE,... use Gtk, but they're not GNOME. And Enlightenment uses EFL, so it isn't part of any Qt/Gtk duopoly. |
![]() |
| OK cool, but when a Pop!_OS based on Ubuntu 24.04 rather than 22.04? Even Mint has caught up by now.
EDIT: Well, this is indeed doubles as a 24.04 LTS alpha, as noted further down in TFA. |
![]() |
| I had a look at COSMIC on Fedora [1]. It is fast, stable and usable, but feels little unfinished (it is an early version after all). It is not my cup of tea (maybe I am too comfortable with KDE Plasma 6), but I am glad that there's a new solid option for a desktop environment. And unlike other with DEs, where interest and development quickly fizzles out, this will probably last as it has the System76 backing.
One issue that I had is fractional scaling for Electron (and older X11) apps on Wayland (same issue with Gnome and most DEs). Apps are blurry. It seems that only KDE Plasma figured it out. Plasma has an option "Apply scaling themselves", which just works. [1] https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch... |
![]() |
| Installed it and on startup it immediately made a request to googleapis.com (142.251.36.106). We cannot be friends if you think this is in any way acceptable. |
![]() |
| I wish the project best of luck, though I feel that it is going to take them years in order to reach parity with KDE, which combined with Qt took decades to bring to its current feature set. |
![]() |
| well call me stupid, but I am running POP OS! 22.04 currently and can't quite really understand from their excitement web-page how I would try cosmic without a system re-install? |
![]() |
| I hope the theming system will be improved. Right now the only thing you can do is change the colors, padding and border radius. That's it. Flat UI design needs to die. |
![]() |
| > I love Gnome but I want (at least) quarter tiling
This is what I've used Pop!'s Gnome extension (https://github.com/pop-os/shell) for in the past. I don't think it'll receive much love after Cosmic is released (after all, Gnome itself is being dropped) but if it still works for whatever version of Gnome you use, it may be worth checking out. After using FancyZones on Windows, Gnome's lack of tiling management on my ultrawide has become a bit of an annoyance for me. Unfortunately, my copy of Pop Shell broke at some point. > no fragile plugin system While I don't like Gnome's tendency to slow down or crash, I do very much like the plugin system. Things like GSConnect and various smaller tweaks improve my Gnome experience a lot. I hope Cosmic does expose some kind of plugin system, though hopefully one that's not as prone to lag and crashes. |
![]() |
| It's alpha. Of course not. But the fact that is has one at all, is an improvement over GNOME where the plugin "api" is just javascript injected into the main gnome shell process. |
I wanted to write a desktop app with Rust for a while and considered Tauri, Flutter (via rust-flutter-bridge) or a native framework like Iced, I think with the larger adoption it might make sense to go with Iced, though it's probably still much more experimental than frameworks like Flutter.
1: https://iced.rs/ 2: https://www.gpui.rs/