You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After compiling and enabling the cosmic-sysext (via https://github.com/pop-os/cosmic-epoch#testing) the "COSMIC" option was correctly displayed alongside "GNOME" and "Ubuntu" at the login screen; however, after logging in with the user, the screen went completely blank.
OS: Ubuntu 26.04
Hardware: RISC-V / Spacemit K3 Pico-ITX (Milk V Jupiter 2)
Cosmic Epoch: 1.3.0
A few modifications were necessary to complete the build:
Several rust-toolchain.toml and Cargo.toml files in submodules were updated to use Rust 1.97.1. This was to resolve build issues due to several sigsegv errors.
The justfile was updated to use just instead of make for xdg-desktop-portal-cosmic as in Fix just sysext build #3670
After compiling and enabling the
cosmic-sysext(via https://github.com/pop-os/cosmic-epoch#testing) the "COSMIC" option was correctly displayed alongside "GNOME" and "Ubuntu" at the login screen; however, after logging in with the user, the screen went completely blank.A few modifications were necessary to complete the build:
rust-toolchain.tomlandCargo.tomlfiles in submodules were updated to use Rust1.97.1. This was to resolve build issues due to several sigsegv errors.justfilewas updated to usejustinstead ofmakeforxdg-desktop-portal-cosmicas in Fixjust sysextbuild #3670