mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
6
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8cd00decac | ||
|
|
221a9856f3 | ||
|
|
ea32f6c30b | ||
|
|
102efba5ae | ||
|
|
3ede740ebd | ||
|
|
f15e88c4c6 |
@@ -118,14 +118,21 @@ Then log out, click on your user, and a sprocket at the bottom right shows an ad
|
||||
For a more detailed discussion, consider the [relevant section in the Arch wiki](https://wiki.archlinux.org/title/COSMIC).
|
||||
|
||||
## Installing on Fedora Linux
|
||||
Cosmic may be installed via a Fedora COPR repository.
|
||||
|
||||
COSMIC can be installed from the built-in repositories on Fedora 41+:
|
||||
|
||||
```
|
||||
dnf copr enable ryanabx/cosmic-epoch
|
||||
dnf install cosmic-desktop
|
||||
sudo dnf install @cosmic-desktop-environment
|
||||
```
|
||||
|
||||
Then log out, click on your user, and a sprocket at the bottom right shows an additional entry alongside your desktop environments. Change to COSMIC and proceed with log in.
|
||||
For further information, you may check the [COPR page](https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/).
|
||||
Alternatively, for more up-to-date COSMIC packages (but less quality control), you can use the nightly COPR builds:
|
||||
|
||||
```
|
||||
sudo dnf copr enable ryanabx/cosmic-epoch && sudo dnf install cosmic-desktop
|
||||
```
|
||||
|
||||
After installing, log out, click on your user, and use the sprocket in the bottom right to select the COSMIC desktop environment before logging in.
|
||||
For more information, check the [Fedora Wiki COSMIC SIG page](https://fedoraproject.org/wiki/SIGs/COSMIC) or the [COPR page](https://copr.fedorainfracloud.org/coprs/ryanabx/cosmic-epoch/).
|
||||
|
||||
## Installing on NixOS
|
||||
The COSMIC module on NixOS can be enabled by adding the following lines to
|
||||
|
||||
+1
-1
Submodule cosmic-applets updated: fddfc0b684...f60c980db8
+1
-1
Submodule cosmic-applibrary updated: 0447fd4c6b...89046fc568
+1
-1
Submodule cosmic-bg updated: 21a16f4ac1...a198a51442
+1
-1
Submodule cosmic-comp updated: 6e4164643e...3ddc9421e4
+1
-1
Submodule cosmic-edit updated: a16c02d63f...c80dbe253e
+1
-1
Submodule cosmic-files updated: 32c6aebd81...3baaf4b452
+1
-1
Submodule cosmic-greeter updated: 9aacf6cc11...201d8a1bc4
+1
-1
Submodule cosmic-idle updated: 267bb837f1...983d34ad96
+1
-1
Submodule cosmic-initial-setup updated: 70e36d6ec4...468435482f
+1
-1
Submodule cosmic-launcher updated: 4659b687e7...0b966061e1
+1
-1
Submodule cosmic-notifications updated: c5e561e264...592c6ace2a
+1
-1
Submodule cosmic-osd updated: 69dfcf81e5...47f715afca
+1
-1
Submodule cosmic-panel updated: 491e231f4c...8eb8a1b630
+1
-1
Submodule cosmic-player updated: 912aa1078f...7c9ec8b423
+1
-1
Submodule cosmic-randr updated: bce9cdf2d4...c39fe3fe35
+1
-1
Submodule cosmic-screenshot updated: f8225a5626...8e5a554834
+1
-1
Submodule cosmic-settings updated: 29b4f9cae5...2e99561d32
+1
-1
Submodule cosmic-settings-daemon updated: fbd4adede2...d67de203ce
+1
-1
Submodule cosmic-store updated: d690c75acc...735302044c
+1
-1
Submodule cosmic-term updated: 900dd88a70...ff5fb1ac31
+1
-1
Submodule cosmic-workspaces-epoch updated: b7afe231d0...5215cf4961
@@ -15,7 +15,7 @@ build:
|
||||
{{ just }} cosmic-initial-setup/build-release
|
||||
{{ just }} cosmic-launcher/build-release
|
||||
{{ just }} cosmic-notifications/build-release
|
||||
{{ make }} -C cosmic-osd all
|
||||
{{ just }} cosmic-osd/build-release
|
||||
{{ just }} cosmic-panel/build-release
|
||||
{{ just }} cosmic-player/build-release
|
||||
{{ just }} cosmic-randr/build-release
|
||||
@@ -43,7 +43,7 @@ install rootdir="" prefix="/usr/local": build
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-initial-setup/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-launcher/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-notifications/install
|
||||
{{ make }} -C cosmic-osd install DESTDIR={{rootdir}} prefix={{prefix}}
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-osd/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-panel/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-player/install
|
||||
{{ just }} rootdir={{rootdir}} prefix={{prefix}} cosmic-randr/install
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: 8641027888...31b7a1aa36
Reference in New Issue
Block a user