Cosmic: Difference between revisions

From Alpine Linux
(First draft of cosmic desktop page)
 
m (1. Amended cosmic instances to COSMIC, as per upstream, bar packages, commands; 2. Amended broken internal links; 3. Amended cosmic-session instruction and cosmic-term name; 4. Added internal links to polkit and udev; 5. Style and grammar amendments.)
Line 1: Line 1:
[[File:/todo.png |thumb |cosmic screenshot.]]
[[File:/todo.png |thumb |cosmic screenshot.]]


[https://system76.com/cosmic Cosmic] is the desktop environment from [https://system76.com/ System76]. COSMIC was originally the name of a modified version of GNOME made specifically for [https://system76.com/pop/ Pop! OS], but it is now a standalone desktop environment built from scratch using a custom toolkit called "[https://pop-os.github.io/libcosmic-book/ libcosmic]" that is based upon the iced toolkit and is written almost entirely in the Rust programming language. Cosmic is intended to be highly portable and does not expect systemd.  
[https://system76.com/cosmic COSMIC] is the desktop environment from [https://system76.com/ System76]. COSMIC was originally the name of a modified version of GNOME made specifically for [https://system76.com/pop/ Pop! OS], but it is now a standalone desktop environment built from scratch using a custom toolkit called "[https://pop-os.github.io/libcosmic-book/ libcosmic]" that is based upon the iced toolkit and is written almost entirely in the Rust programming language. COSMIC is intended to be highly portable and does not expect systemd.  


Cosmic desktop is alpha software and is currently only available in Edge [[Repositories#Testing testing]].
The COSMIC desktop is alpha software and is currently only available from Edge's [[Repositories#Testing|testing]] repository.


== Prerequisites ==
== Prerequisites ==
Line 9: Line 9:
* Enable [[Elogind]] service
* Enable [[Elogind]] service
* Install package {{pkg|xf86-input-libinput|arch=}}
* Install package {{pkg|xf86-input-libinput|arch=}}
{{Tip|Except for the first two [[#Prerequisites|Prerequisites]], all the others are automatically handled if another wayland desktop (e.g., Sway) is [[#Installation using setup-desktop|installed using setup-desktop]] script.}}
{{Tip|Except for the first two [[#Prerequisites|prerequisites]], all the others have been automatically handled if another '''Wayland''' desktop (e.g. [[Sway]]) had been [[#Installation using setup-desktop|installed using the {{ic|setup-desktop}}]] script.}}




== Manual Installation ==
== Manual Installation ==


Most of the desktop can be installed with:
Most of the desktop can be installed as follows, having previously [[Repositories#Using_testing_repository|tagged the testing repository]]:
* {{Pkg|cosmic-session|arch=}}
{{Cmd|$ doas apk add cosmic-session@testing}}


This does not include some of the applications like cosmic-terminal and cosmic-edit. They can all be installed with:  
This does not include some of the applications like {{Pkg|cosmic-term}} and {{Pkg|cosmic-edit}}. They can all be installed with:  
{{Cmd|$ apk search '^cosmic' -q | xargs -r apk add --no-cache}}


  $ apk search '^cosmic' -q | xargs -r apk add --no-cache


{{Note|[[Polkit]] and [[Eudev|udev]] are optional services for authentication and device management, respectively. While COSMIC will function without these services enabled, some functionality may be missing or incomplete.}}


{{Note|'''polkit''' and '''udev''' are optional services for authentication and device management respectively. While Cosmic will function without these services enabled, some functionality may be missing or incomplete.}}


== Starting COSMIC ==


== Starting Cosmic ==
COSMIC can be started using a display manager or from the console:
 
{{Cmd|start-cosmic}}
Cosmic can be started using a display manager or from the console using 'start-cosmic'.


== Troubleshooting ==
== Troubleshooting ==
Line 35: Line 35:


* [[Installation#Post-Installation|Post installation]]
* [[Installation#Post-Installation|Post installation]]
* [https://wiki.postmarketos.org/wiki/COSMIC Cosmic - postmarketOS]
* [https://wiki.postmarketos.org/wiki/COSMIC COSMIC - postmarketOS]
* [https://wiki.archlinux.org/title/COSMIC Cosmic - Arch]
* [https://wiki.archlinux.org/title/COSMIC COSMIC - Arch]




[[Category:Desktop Environments]]
[[Category:Desktop Environments]]

Revision as of 23:11, 12 November 2025

File:/todo.png
cosmic screenshot.

COSMIC is the desktop environment from System76. COSMIC was originally the name of a modified version of GNOME made specifically for Pop! OS, but it is now a standalone desktop environment built from scratch using a custom toolkit called "libcosmic" that is based upon the iced toolkit and is written almost entirely in the Rust programming language. COSMIC is intended to be highly portable and does not expect systemd.

The COSMIC desktop is alpha software and is currently only available from Edge's testing repository.

Prerequisites

Tip: Except for the first two prerequisites, all the others have been automatically handled if another Wayland desktop (e.g. Sway) had been installed using the setup-desktop script.


Manual Installation

Most of the desktop can be installed as follows, having previously tagged the testing repository:

$ doas apk add cosmic-session@testing

This does not include some of the applications like cosmic-term and cosmic-edit. They can all be installed with:

$ apk search '^cosmic' -q


Note: Polkit and udev are optional services for authentication and device management, respectively. While COSMIC will function without these services enabled, some functionality may be missing or incomplete.


Starting COSMIC

COSMIC can be started using a display manager or from the console:

start-cosmic

Troubleshooting

See also