It is normal for cosmic applications to write logs to the terminal.
Michael Murphy (S76)
- 52 Posts
- 210 Comments
Michael Murphy (S76)@lemmy.worldMto
Pop!_OS (Linux)@lemmy.world•One more time, simple keybinding in CosmicEnglish
2·1 year agoYou have to type the key sym name into the input field. It is not a raw shortcut editor yet.
You are already on the LTS version if you’ve installed the COSMIC Alpha 6 ISO, or did a release upgrade.
Michael Murphy (S76)@lemmy.worldMto
Pop!_OS (Linux)@lemmy.world•How to run different DE along with cosmicEnglish
1·1 year agoYou can choose a session in cosmic-greeter through a dropdown.
You don’t have to watch. You can listen to it in the background.
Michael Murphy (S76)@lemmy.worldto
Linux@lemmy.ml•rm'd a project that was months in the making a few days before launch... What to do if you kill the wrong file without a backupEnglish
2·2 years agoIt’s really easy to configure a self-hosted forgejo instance. Even if you rm your local work, you can clone it from your server. Be that hosted on the same system over localhost, or on another system in your network.
Michael Murphy (S76)@lemmy.worldOPMto
Pop!_OS (Linux)@lemmy.world•COSMIC Alpha 6: Big Leaps ForwardEnglish
3·2 years ago3D acceleration is required with cosmic-comp right now. I’m not sure if software rendering will be ready or not for the first release, but it is on the issue board.
Michael Murphy (S76)@lemmy.worldMto
Pop!_OS (Linux)@lemmy.world•Cosmic Desktop - A Review of the Latest Alpha 6English
1·2 years agoThere’s already been explanations in every thread on COSMIC for the last 2 years. Along with a dozen interviews and conference talks. Why are you demanding answers here?
Michael Murphy (S76)@lemmy.worldMto
Pop!_OS (Linux)@lemmy.world•Cosmic Desktop - A Review of the Latest Alpha 6English
8·2 years agoSee the Ubuntu Summit 2024 talk: https://www.youtube.com/watch?v=bwrBKccfYws
It’s not resources, in fact, this Alpha performs pretty poorly on its own vs Gnome
I haven’t seen any benchmark where GNOME was more performant than COSMIC. Despite alpha status, it is already much more responsive than GNOME.
GNOME uses a single thread to render all displays in a multi-display configuration. This is often so slow that they need to rely on double or even triple buffering when the frame rate lags behind the display’s refresh rate. Meanwhile in COSMIC, thanks to the thread safety features of Rust, it was easy to implement thread-per-display multi-threaded rendering. This means that each display is rendered and composited independently on their own respective threads.
GNOME’s compositor also has an entire JavaScript runtime bundled inside of it, which it uses for drawing interfaces and handling application logic for those interfaces. All within the same process as the compositor, slowing down its event loop. COSMIC instead keeps the compositor process very lean, with all desktop interfaces running in their own isolated processes outside of the compositor via wayland’s layer-shell protocol.
Michael Murphy (S76)@lemmy.worldMto
Pop!_OS (Linux)@lemmy.world•Cosmic Desktop - A Review of the Latest Alpha 6English
3·2 years agoIf you can’t see the difference, it’s because you’re not even looking.
Michael Murphy (S76)@lemmy.worldMto
Pop!_OS (Linux)@lemmy.world•Cosmic Desktop - A Review of the Latest Alpha 6English
2·2 years agoIt can’t be fixed without forking and rewriting a lot of gnome-shell’s internal logic.
Also, COSMIC is not a rewrite of GNOME. Not even close. It is a completely different architecture, toolkit, language, and design system.
Michael Murphy (S76)@lemmy.worldMto
Pop!_OS (Linux)@lemmy.world•Cosmic Desktop - A Review of the Latest Alpha 6English
2·2 years agodeleted by creator
Michael Murphy (S76)@lemmy.worldOPMto
Pop!_OS (Linux)@lemmy.world•COSMIC Alpha 6: Big Leaps ForwardEnglish
2·2 years agoDoesn’t matter. New compositor: cosmic-comp. Does not share any code with gnome-shell or mutter.
Michael Murphy (S76)@lemmy.worldOPMto
Pop!_OS (Linux)@lemmy.world•COSMIC Alpha 6: Big Leaps ForwardEnglish
1·2 years agoOpenGL is required, even if by software rendering.
Michael Murphy (S76)@lemmy.worldOPMto
Pop!_OS (Linux)@lemmy.world•COSMIC Alpha 6: Big Leaps ForwardEnglish
6·2 years agoYou can’t release a desktop operating system without a file manager or text editor. The xdg desktop portal interface for the file chooser portal dialogs requires a file manager to be implemented for the portal to be able to create a file chooser dialog for the operating system on behalf of applications requested file choosers through the portal.
The text editor is also required to have a GUI toolkit featuring properly rendered and editable text. It is thanks to the text editor project that the Rust ecosystem now has cosmic-text as the de facto crate for handling text layout, shaping, and rendering with support for international language glyps, ligatured language scripts, and bidirectional text layouts.
Michael Murphy (S76)@lemmy.worldOPMto
Pop!_OS (Linux)@lemmy.world•COSMIC Alpha 6: Big Leaps ForwardEnglish
5·2 years agoVirtual machines have always been supported as long as you enable GPU acceleration. GNOME Boxes, virt-manager, and VirtualBox have been tested.
Michael Murphy (S76)@lemmy.worldOPto
Linux@lemmy.ml•COSMIC Alpha 6: Big Leaps ForwardEnglish
8·2 years agoThe alpha began in August of last year, and will continue to be classified as alpha until all features are finished.
Michael Murphy (S76)@lemmy.worldOPto
Linux@lemmy.world•COSMIC Alpha 6: Big Leaps ForwardEnglish
5·2 years agoThe alpha began in August of last year, and will continue to be classified as alpha until all features are finished.
Michael Murphy (S76)@lemmy.worldto
Linux@lemmy.ml•Fedora with Rust based COSMIC DE proposedEnglish
1·2 years agoAlpha 5 is actually releasing next week. I’d also disagree with “very alpha” as most of the beta milestone is finished now. Regardless, I don’t understand where the disconnect is. A spin can release at any time. Doesn’t matter when COSMIC Epoch 1 releases.


















Accepting some contributions that used LLM assistance and being pro LLM are two entirely different things. As per the AI policy[0], use of LLMs is heavily discouraged. Contributions that fail to check every item on that list will not be reviewed. Those that correctly document their use of LLMs in each commit description will be heavily scrutinized with an unfavorable level of trust as the baseline. This filters out most LLM contributions so that only the highest quality contributions are reviewed. Lower quality contributions will likely be rewritten by hand in a completely different way if it solves a problem.
[0] https://github.com/pop-os/pop/blob/master/.github/PULL_REQUEST_TEMPLATE.md