Package Details: cosmic-epoch-git r131.7a45dce-1

Git Clone URL: https://aur.archlinux.org/cosmic-epoch-git.git (read-only, click to copy)
Package Base: cosmic-epoch-git
Description: Cosmic desktop environment from System76's Pop!_OS written in Rust utilizing Iced inspired by GNOME
Upstream URL: https://github.com/pop-os/cosmic-epoch
Keywords: iced pop!_os rust system76
Licenses: GPL-3.0-or-later AND MPL-2.0 AND CC-BY-SA-4.0
Conflicts: cosmic-applets, cosmic-applibrary, cosmic-bg, cosmic-comp, cosmic-edit, cosmic-epoch, cosmic-files, cosmic-greeter, cosmic-icons, cosmic-launcher, cosmic-notifications, cosmic-osd, cosmic-panel, cosmic-randr, cosmic-screenshot, cosmic-session, cosmic-settings, cosmic-settings-daemon, cosmic-store, cosmic-term, cosmic-workspaces, cosmic-workspaces-epoch, xdg-desktop-portal-cosmic
Provides: cosmic-applets, cosmic-applibrary, cosmic-bg, cosmic-comp, cosmic-edit, cosmic-epoch, cosmic-files, cosmic-greeter, cosmic-icons, cosmic-launcher, cosmic-notifications, cosmic-osd, cosmic-panel, cosmic-randr, cosmic-screenshot, cosmic-session, cosmic-settings, cosmic-settings-daemon, cosmic-store, cosmic-term, cosmic-workspaces, cosmic-workspaces-epoch, xdg-desktop-portal-cosmic
Submitter: soloturn
Maintainer: soloturn (yochananmarqos)
Last Packager: yochananmarqos
Votes: 16
Popularity: 2.21
First Submitted: 2023-02-11 09:27 (UTC)
Last Updated: 2024-05-07 22:25 (UTC)

Dependencies (32)

Required by (4)

Sources (24)

Pinned Comments

yochananmarqos commented on 2024-03-25 21:50 (UTC) (edited on 2024-05-07 18:49 (UTC) by yochananmarqos)

From the upstream README:

COSMIC DE is near its first alpha release. Using and testing the pre-alpha is welcome. Bugs are and breakage is expected.

Do a clean build before commenting that it's not working.

FYI, every time I touch the PKGBUILD be sure that I just spent ~45 minutes building it in a clean chroot. If it takes longer for you, then you should look into improving your build times.

I also recommend using sccache to reduce compilation times.

soloturn commented on 2023-02-20 03:14 (UTC) (edited on 2024-03-31 10:15 (UTC) by soloturn)

Expect some loose ends, not yet released. 'Super + A' and 'Super + /' for application library and launcher. one can build with an AUR helper, or with makepkg.

build with AUR helper

this avoids recompiling the rust code again and again. but does not avoid relinking the executables in case one build fails and you trigger again:

CARGO_TARGET_DIR=~/.cache/paru/cargo-target paru
build with makepkg in clean environment

advantage is if you rebuild in case it fails one time, it better remembers stuff already built.

git LFS breaks build

do not enable git lfs. it may lead to failures in cloning. last known occurrence for cosmic-greeter, reported here: https://github.com/pop-os/cosmic-greeter/issues/5

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 9 10 11 .. 16 Next › Last »

Bitals commented on 2024-02-17 11:06 (UTC)

@IlyaZ downloadmoreram.com

IlyaZ commented on 2024-02-16 11:55 (UTC)

On my system the latest commit causes an OOM during build. Setting CARGO_BUILD_JOBS=1 avoids it, though it takes a lot longer to build.

soloturn commented on 2024-02-05 06:41 (UTC)

yochananmarqos, i unpinned your comment to not use AUR helper, as there are quite a number of people using it with success. me as well. i am not sure how i can open the one pinned comment so you could edit it as well. or - if you want something added, please ping, ill add / change the pinnned comment.

what i added to the pinned comment, is to not use LFS, as this breaks too often, in a confusing way. i reported the issue with the git-lfs guys as i do think git clone --mirror SHOULD put some info into the clone on how to find the LFS. currently it does not.

currently the build breaks for me with an error in xdg-desktop-portal-cosmic, which i reported: https://github.com/pop-os/xdg-desktop-portal-cosmic/issues/21

yochananmarqos commented on 2024-01-25 20:51 (UTC)

I just built it successfully. All issue folks were having should be resolved.

If you don't do a clean build, your comment about some random issue will be ignored.

vizh commented on 2024-01-25 13:50 (UTC)

Sine last update there's a new error without flatpak being installed:

- cargo:warning=
  pkg-config exited with status code 1  
  > PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 pkg-config --libs --cflags flatpak flatpak >= 1.11.1  
- The system library `flatpak` required by crate `libflatpak-sys` was not found.
  The file `flatpak.pc` needs to be installed and the PKG_CONFIG_PATH environment variable must contain its parent directory.  
  The PKG_CONFIG_PATH environment variable is not set.  
- HINT: if you have installed the library, try setting PKG_CONFIG_PATH to the directory containing `flatpak.pc`.

The error does not occur with flatpak installed.

yochananmarqos commented on 2024-01-24 17:41 (UTC)

@Bitals: That doesn't happen running makepkg -Csro for you? I can reproduce it on two machines.

Bitals commented on 2024-01-24 17:38 (UTC)

@yochananmarqos I didn't at the time of commenting, and as far as I can see there were no new commits since yesterday ¯_(ツ)_/¯

yochananmarqos commented on 2024-01-24 17:27 (UTC)

@Bitals: I haven't been able to build it from the latest commit yet. Are you not having an issue checking out the submodules? I've created an upstream issue.

Bitals commented on 2024-01-24 13:23 (UTC)

/usr/bin/just cosmic-store/build-release
error: Justfile does not contain recipe `build-release`.
error: Recipe `build` failed on line 23 with exit code 1

Not sure if this is an upstream issue or not. By a quick look Justfile in Cosmic-Store does have a build-release target, and all except 1 S76es CI jobs ran fine, although I can only see the commit statuses and don't have access to their Jenkins.