mirror of
https://github.com/outbackdingo/hyprcosmic.git
synced 2026-08-25 14:53:21 +00:00
Compare commits
4
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
13ea973991 | ||
|
|
8722d5507c | ||
|
|
e4edeeca3f | ||
|
|
7106172bcd |
@@ -17,13 +17,12 @@ jobs:
|
||||
Test:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
image: archlinux:base-devel
|
||||
volumes:
|
||||
- /:/host
|
||||
steps:
|
||||
- run: >
|
||||
pacman --noconfirm -Syu
|
||||
base-devel
|
||||
pacman --noconfirm --needed -Syu
|
||||
cargo
|
||||
clang
|
||||
desktop-file-utils
|
||||
@@ -31,6 +30,7 @@ jobs:
|
||||
gtk3
|
||||
gtk4
|
||||
just
|
||||
libdisplay-info
|
||||
libinput
|
||||
libxkbcommon
|
||||
llvm
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
flatpak
|
||||
nasm
|
||||
- run: rm -rf /host/usr/local/lib/android # Free space
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v6
|
||||
with:
|
||||
submodules: recursive
|
||||
# Safe directory behavior seems to have issues with `container:`
|
||||
|
||||
@@ -164,13 +164,18 @@ For further information, you may check the [OBS page](https://build.opensuse.org
|
||||
## Installing on Gentoo Linux
|
||||
COSMIC can be installed on Gentoo via a custom overlay. Add the overlay using your preferred overlay manager (such as eselect), and then install the desktop environment:
|
||||
|
||||
`eselect repository add cosmic-overlay git https://github.com/fsvm88/cosmic-overlay.git`
|
||||
`eselect repository add cosmic-overlay git https://github.com/fsvm88/cosmic-overlay.git`
|
||||
|
||||
Next, install the COSMIC desktop environment and its associated themes:
|
||||
Next, synchronize the repository with
|
||||
`emaint sync -r cosmic-overlay`
|
||||
|
||||
`emerge cosmic-meta pop-theme-meta`
|
||||
and install the COSMIC desktop environment and its associated themes:
|
||||
|
||||
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.
|
||||
`emerge cosmic-meta pop-theme-meta -av`
|
||||
|
||||
Please note that the ebuilds have testing keywords and need to unmasked on stable systems for successful installation.
|
||||
|
||||
Then log out, and switch the desktop environment to COSMIC, the procedure depends on your login manager.
|
||||
For further information, you may check the [Gentoo Wiki](https://wiki.gentoo.org/wiki/COSMIC) or [Overlay Repository](https://github.com/fsvm88/cosmic-overlay).
|
||||
|
||||
## Setup on distributions without packaging of COSMIC components
|
||||
|
||||
+1
-1
Submodule cosmic-applets updated: 44ec34f6aa...37b1a877a6
+1
-1
Submodule cosmic-applibrary updated: 815d897e10...6806d2c104
+1
-1
Submodule cosmic-bg updated: ff506f91f7...f431b28e78
+1
-1
Submodule cosmic-comp updated: 4adb07443a...b5e8c585bf
+1
-1
Submodule cosmic-edit updated: 290be82696...f1923f5b99
+1
-1
Submodule cosmic-files updated: 9dc4ac2108...3ff39c01ea
+1
-1
Submodule cosmic-greeter updated: 4d74121ac1...f13961274a
+1
-1
Submodule cosmic-initial-setup updated: cbc7b87a93...41c22061a4
+1
-1
Submodule cosmic-launcher updated: bb0ed1c584...c30a9f7ba2
+1
-1
Submodule cosmic-notifications updated: d4918c3aef...23e39eca29
+1
-1
Submodule cosmic-osd updated: eedc11d9fe...adb6227dcd
+1
-1
Submodule cosmic-player updated: 8251827c9c...59a8c49515
+1
-1
Submodule cosmic-screenshot updated: f04ad27177...01af29d7da
+1
-1
Submodule cosmic-settings updated: d7f1cff725...a679d056b9
+1
-1
Submodule cosmic-store updated: 26a0f35f6a...4cd64df68f
+1
-1
Submodule cosmic-term updated: 55b3cb93b3...42e4b28516
+1
-1
Submodule cosmic-workspaces-epoch updated: 43ef945a92...15ce5267af
@@ -22,7 +22,7 @@ build:
|
||||
{{ just }} cosmic-screenshot/build-release
|
||||
{{ just }} cosmic-settings/build-release
|
||||
{{ make }} -C cosmic-settings-daemon all
|
||||
{{ just }} cosmic-session/all
|
||||
{{ just }} cosmic-session/build-release
|
||||
{{ just }} cosmic-store/build-release
|
||||
{{ just }} cosmic-term/build-release
|
||||
{{ make }} -C cosmic-wallpapers all
|
||||
|
||||
Submodule xdg-desktop-portal-cosmic updated: c1df2bf9ef...e80eb7f112
Reference in New Issue
Block a user