mmstick

joined 2 years ago
MODERATOR OF
[–] mmstick 2 points 3 months ago (3 children)

It is required to install system updates before using the alpha.

[–] mmstick 1 points 5 months ago

They'll be available after COSMIC releases.

[–] mmstick 2 points 6 months ago
[–] mmstick 2 points 6 months ago

I don't think anyone has done this yet.

[–] mmstick 3 points 6 months ago* (last edited 6 months ago)

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()
[–] mmstick 2 points 6 months ago (1 children)

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.

[–] mmstick 1 points 6 months ago (3 children)

That's very strange. Did you update today?

[–] mmstick 1 points 7 months ago
[–] mmstick 1 points 7 months ago (1 children)

What report are you referring to?

[–] mmstick 5 points 7 months ago

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.

[–] mmstick 2 points 7 months ago* (last edited 7 months ago) (3 children)

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.

[–] mmstick 2 points 7 months ago* (last edited 7 months ago) (1 children)

I've seen plenty of people using GTK themes with rectangular switches.

53
COSMUnity (lemmy.world)
submitted 9 months ago by mmstick to c/pop_os
 
54
submitted 9 months ago by mmstick to c/pop_os
144
submitted 9 months ago by mmstick to c/[email protected]
190
submitted 9 months ago* (last edited 9 months ago) by mmstick to c/[email protected]
 

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.

78
submitted 9 months ago* (last edited 9 months ago) by mmstick to c/pop_os
 

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.

187
COSMIC: The Road to Alpha (blog.system76.com)
submitted 11 months ago by mmstick to c/[email protected]
85
COSMIC: The Road to Alpha (blog.system76.com)
submitted 11 months ago by mmstick to c/pop_os
 

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.

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

 

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.

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

70
submitted 11 months ago* (last edited 11 months ago) by mmstick to c/pop_os
 

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.

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

view more: ‹ prev next ›