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?

  • 2
    0
    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.

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

  • 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.

  • 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
    Why are cosmic apps so slow to load?
  • Every application launches within 0.2 seconds for me. Maybe you need to play around with env WGPU_POWER_PREF=high

  • 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
    LinuxFest Northwest 2024: Meet COSMIC DE
  • There will be configuration options eventually

  • 3
    4
    April Tools: Hammering out new COSMIC Features
  • How so? 22.04 is actively maintained and updated by Ubuntu, and is still the latest LTS release. On top of that, the most important packages in Pop!_OS are updated frequently, so we are on Mesa 24.0.3 and Linux 6.8.0. As for when COSMIC releases, you should read last month's blog post.

  • April Tools: Hammering out new COSMIC Features
  • Did you not read the blog update? That is exactly what the blog update covered... The user's theme colors are applied to the Adwaita theme used by GTK4/libadwaita, and GTK3 theme support is provided by adw-gtk3.

  • April Tools: Hammering out new COSMIC Features
  • Are you interested in contributing? You can find the source code for theme generation here and here.

  • April Tools: Hammering out new COSMIC Features
  • All desktops use the Super key nowadays. Sway, i3, GNOME, Plasma, etc. are all using the Super key. Have been for years. The standard convention is that the Super key is reserved for system-level shortcuts handled by the window manager; and Alt key shortcuts are reserved for application-level shortcuts. Your desktop might have bound both Alt and Super because of legacy reasons.

  • 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.

    20
    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
    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
    53
    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 57
    Comments 282
    Moderates