192
submitted 3 months ago* (last edited 3 months ago) by mmstick@lemmy.world to c/linux@lemmy.ml

cross-posted from: https://lemmy.world/post/13038090

https://fosstodon.org/@soller/112083947500126938

COSMIC Store is coming along quickly, though there is still a lot left to do. It loads nearly instantly, because it uses bitcode to cache appstream data in an optimized format. It uses very little memory compared to the Pop Shop. Searches can be performed live as they are done in parallel. Searching for "e" takes 5.5 ms on my desktop and returns 4601 results.

top 50 comments
sorted by: hot top controversial new old
[-] Quackdoc@lemmy.world 22 points 3 months ago* (last edited 3 months ago)
[-] morrowind@lemmy.ml 14 points 3 months ago

wow that's gorgeously fast. I was beginning to give up on linux app stores, but this gives me hope

[-] Quackdoc@lemmy.world 14 points 3 months ago

Im very happy with how responsive its being in general. Discover and gnome's store are actually really sluggish to use when scrolling through in low end hardware and this app is smooth as silk.

even Fdroid stores on my phone are slower.

[-] Quackdoc@lemmy.world 13 points 3 months ago

First impressions is I'm shocked by just how fast it is, Aside from the first boot which for some reason doesn't propagate apps and needs a reboot, it's extremely fast, Gnome software and Discover aren't even within the same league of responsiveness and speed. I didn't showcase Discover since I don't know where the cache files are to delete them.

Touchscreen for sure I wish was handled better. you can see I accidentally clicked an app in the last video instead of scrolling, but thats something that I assume will be fixed with time.

[-] wiki_me@lemmy.ml 13 points 3 months ago

Would be really useful to steal a few features from the steam store:

  • show ratings based on review in last X period of time (month/year etc)
  • show the highest upvoted reviews from that period (sort by usefulness)
  • filter by how many hours they used the software (opt in of course).
[-] Jegahan@lemmy.ml 8 points 3 months ago

I just realized that I haven't read any infos about the package manager that Cosmic is going to use. Is it going to be build on top of Ubuntu like Pop!OS and use apt? Are the apps going to be served by the package manager or as Flatpaks? If the later, it could be interesting to public them on the Flathub Beta remote when they reach that stage.

[-] d_k_bo@feddit.de 15 points 3 months ago

Cosmic is a desktop environment, not a distro. So Pop!OS will keep using deb packages and something like a Fedora Cosmic Spin will use rpm packages.

[-] mmstick@lemmy.world 10 points 3 months ago

I assume you meant Pop!_OS instead of COSMIC. Pop!_OS 24.04 will be based on Ubuntu 24.04.

[-] Tau@sopuli.xyz 4 points 3 months ago
[-] Jegahan@lemmy.ml 5 points 3 months ago

PackageKit isn't a package manager in the same sense as what I meant. It's more like a one level above "front end" to be able to manage different package managers with the same program. This means that "Software Stores" that use packagekit like Gnome Software or KDE Discover will work on most Linux system with whatever package manager is used in the backend. For example on a Fedora Workstation, packagekit makes it possible to install, update and manage both rpm installed through dnf, Flatpaks and if I wanted, Snaps, while on a Debian based system it would be able to manage your apt stuff, or on Arch packages installed through pacman for example. But from what I heard this also makes it a somewhat clunky and slow piece of software that has become kind of clunky and hard to maintain over the years, so its also an interesting question whether Cosmic is going to use it.

[-] Tau@sopuli.xyz 1 points 3 months ago

I know that. That's why I said that.

I meant that they are not going to use any specific package manager, just PackageKit

[-] maniacalmanicmania@aussie.zone 2 points 3 months ago

I heard they gonna throw a curveball and use Portage and it's new binary repo /s.

[-] Pantherina@feddit.de 1 points 3 months ago

You can use it with dnf and rpm-ostree too already ;D

[-] teolan@lemmy.world 7 points 3 months ago

This is not relevant to this specific post but does anyone know how if the static linking used in Rust is an issue with cosmic?

The last time I tried building a small app with Iced it was pretty bing (20MB) even though it didn't do much. On the other hand a GTK app in rust easily fits within 5MB.

Anyway I'm thrilled to try cosmic out as soon as it reached the Arch repos.

[-] mmstick@lemmy.world 17 points 3 months ago* (last edited 3 months ago)

Static linking is not an issue. Binaries may require more space on disk, but the benefit is that they are self-contained, portable, with excellent performance, and low memory usage. Binaries are compiled with LTO, so unused functions are stripped from the binary. What remains is highly optimized to that application's use cases.

[-] Pantherina@feddit.de 3 points 3 months ago

And they can be packaged for any distro without a single problem

[-] teolan@lemmy.world 1 points 2 months ago

It looks like I was right: https://github.com/pop-os/cosmic-applets/pull/282

20MB for every simple application is a lot, and multical binaries won't be an option for third party developers.

This is still worth the much better DX of using Rust though.

[-] mmstick@lemmy.world 2 points 2 months ago

I wouldn't rule out the possibility of a cosmic-applets-community package which bundles third party applets, or the gradual inclusion of popular applets into cosmic-applets. Given that an applet would only become popular if there's a lot of need for those use cases, then it would make sense to open a path to getting them mainlined.

[-] teolan@lemmy.world 1 points 2 months ago

I wasn't thinking about applets but more about full-blown libcosmic applications.

Gnome Circle bas a lot of very simple apps that do just 1 thing and weight a couple MB each at worst.

With iced such an ecosystem would be at 20MB per app, so simple " don't 1 thing and do it right" apps would be less scalable. And I doubt you would want to have all of gnome circle as a multicall binary.

[-] mmstick@lemmy.world 2 points 2 months ago

You might be surprised how much disk space those GNOME Circle applications actually require, despite being dynamically linked to a lot of GTK/GNOME libraries. Unless they're written in a scripting language, they're much closer to a COSMIC application than you think.

I don't see the issue with an application having a static binary within the realm of 15-25 MB. Even if you had 100 applications installed, that's only 2 GB of disk usage.

[-] MonkderZweite@feddit.ch 1 points 3 months ago* (last edited 3 months ago)

Hmpf, "cosmic store" only shows clotes shops.

Adding "linux" helps tho.

[-] mmstick@lemmy.world 3 points 3 months ago

I'd search pop-os/cosmic-store. That is the GitHub namespace for it.

load more comments
view more: next ›
this post was submitted on 12 Mar 2024
192 points (95.3% liked)

Linux

45443 readers
1048 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS