Skip Navigation
Cosmic epoch build instructions for void linux
  • I don't think anyone has done this yet.

  • My libcosmic calculator is now an MVP.
  • You can either return cosmic::Element<Message>, impl Into<cosmic::Element<Message>>, or cosmic::widget::Button<Message> with your functions.

    Every widget can .into() or .apply(Element::from) into a cosmic::Element.

    I'd recommend using the Grid widget so that your buttons can scale with the window.

    cosmic::widget::grid()
        .push(widget1())
        .push(widget2())
        .push(widget3())
        .insert_row()
        .push(widget4())
        .push(widget5())
        .push(widget6())
        .row_spacing(12)
        .column_spacing(12)
        .justify_content(JustifyContent::Stretch)
        .width(Length::Fill)
        .height(Length::Fill)
        .into()
    
  • Why are cosmic apps so slow to load?
  • This may be fixed now, but at the same time, I'd wait a day before updating cosmic-comp because xwayland's currently broken while we need to update xwayland to the latest version for explicit sync support.

  • Why are cosmic apps so slow to load?
  • That's very strange. Did you update today?

  • [ META ] What is the community's opinion of Pop!_OS?
  • What report are you referring to?

  • Featured
    A Blog to Satisfy Your Monthly COSMIC Fix(es)
  • The design is finished for Alpha 1, but there is likely to be future design work once designs are revisited for alpha 2 or the beta.

  • [ META ] What is the community's opinion of Pop!_OS?
  • What GPU configuration do you have? I don't have any of these issues. If NVIDIA, you have to wait for NVIDIA to release explicit sync Wayland drivers.

  • A Blog to Satisfy Your Monthly COSMIC Fix(es)
  • I've seen plenty of people using GTK themes with rectangular switches.

  • Featured
    A Blog to Satisfy Your Monthly COSMIC Fix(es)
  • That's up to you. If you need it, you can always reinstall it.

  • Featured
    A Blog to Satisfy Your Monthly COSMIC Fix(es)
  • I'd recommend everyone to try out cosmic-store (with cosmic-icons) when they get a chance. Whether you use COSMIC or not, it's fully functional with any desktop environment. It's packaged by default in Pop!_OS 22.04, available in Fedora 40 via ryanabx/cosmic-epoch, and the AUR.

  • A Blog to Satisfy Your Monthly COSMIC Fix(es)
  • I'd recommend everyone to try out cosmic-store (with cosmic-icons) when they get a chance. Whether you use COSMIC or not, it's fully functional with any desktop environment. It's packaged by default in Pop!_OS 22.04, available in Fedora 40 via ryanabx/cosmic-epoch, and the AUR.

  • [ META ] What is the community's opinion of Pop!_OS?
  • Yeah, it's in the Pop!_OS 22.04 repositories, this Fedora 40 COPR, and on the AUR.

  • [ META ] What is the community's opinion of Pop!_OS?
  • Consumes less energy (CPU) while also rendering more responsively.

  • [ META ] What is the community's opinion of Pop!_OS?
  • I'd just remove it with sudo apt remove pop-shop, and install cosmic-store (with cosmic-icons) instead.

  • [ META ] What is the community's opinion of Pop!_OS?
  • Pop Shop

    Install the cosmic-store (with cosmic-icons) and try it out!

  • [ META ] What is the community's opinion of Pop!_OS?
  • Speaking of being defensive, not only are you being far more defensive than I, but these bullet points are both misleading and wildly inaccurate. It's also telling that you think none of my points are good, when they are the truth. Could you possibly be even more a hypocrite?

  • [ META ] What is the community's opinion of Pop!_OS?
  • I think it already it is available on NixOS

  • [ META ] What is the community's opinion of Pop!_OS?
  • Ubuntu is Debian with more up-to-date packages and a lot of additional third party packages. There's a lot of companies who produce development toolkits, frameworks, and applications that are explicitly built for the Ubuntu base. Some governmental agencies and organizations also require access to packages and repositories that have been audited by security agencies, which Ubuntu has gone through the process of getting certification for certain kernels and their Ubuntu Pro repositories. All of which are useful for real world customers.

    Regardless of shortcomings in Snap, Pop does not rely on Snaps, and offers its own packaging for things that would otherwise require Snap on Ubuntu.

  • A Blog to Satisfy Your Monthly COSMIC Fix(es)
    blog.system76.com A Blog to Satisfy Your Monthly COSMIC Fix(es)

    Display mirroring, ARM support, and a long list of repairs for the new COSMIC desktop environment.

    A Blog to Satisfy Your Monthly COSMIC Fix(es)
    12
    A Blog to Satisfy Your Monthly COSMIC Fix(es)
    blog.system76.com A Blog to Satisfy Your Monthly COSMIC Fix(es)

    Display mirroring, ARM support, and a long list of repairs for the new COSMIC desktop environment.

    A Blog to Satisfy Your Monthly COSMIC Fix(es)
    10
    COSMUnity

    It will be possible to configure COSMIC to look like Unity out of the box. There's only a few panel applets that need to be implemented to make the experience 1:1.

    32
    COSMIC Store Prototype

    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.

    51
    COSMIC Store Prototype

    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.

    15
    COSMIC: The Road to Alpha
    blog.system76.com COSMIC: The Road to Alpha

    Introducing COSMIC Terminal, and what’s left on the roadmap for COSMIC DE?

    COSMIC: The Road to Alpha
    48
    COSMIC: The Road to Alpha
    blog.system76.com COSMIC: The Road to Alpha

    Introducing COSMIC Terminal, and what’s left on the roadmap for COSMIC DE?

    COSMIC: The Road to Alpha
    8
    In-progress COSMIC apps: terminal, file manager, text editor, and settings
    fosstodon.org Jeremy Soller 🦀 (@soller@fosstodon.org)

    Attached: 2 images Here's our family of COSMIC desktop applications in dark and light mode. While there is still a lot of work to do, the foundations are strong!

    Jeremy Soller 🦀 (@soller@fosstodon.org)

    COSMIC is a Wayland desktop environment for Linux that is written in Rust with Smithay and Iced. COSMIC applications are developed with the libcosmic platform toolkit, which is based on iced. They are cross-platform and supported on Windows, Mac, and Redox OS in addition to Linux.

    As COSMIC nears its alpha release in Q1 of 2024, we have thus far developed a terminal, file manager, and text editor for our desktop environment within the last few months.

    • https://github.com/pop-os/cosmic-term
    • https://github.com/pop-os/cosmic-files
    • https://github.com/pop-os/cosmic-edit
    • https://github.com/pop-os/cosmic-settings
    • https://github.com/pop-os/libcosmic

    See cosmic-epoch for instructions on building and installing COSMIC.

    7
    mmstick Michael Murphy (S76) @lemmy.world

    I'm a System76 engineer / Pop!_OS maintainer. I've been a Linux user since 2007; and Rust since 2015. I'm currently working on COSMIC-related projects.

    Posts 51
    Comments 220
    Moderates