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.16
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 .. 16 Next › Last »

yochananmarqos commented on 2024-04-01 15:23 (UTC)

@skygrango: Ah, I see. Sorry about my poor reading comprehension skills. :D

skygrango commented on 2024-04-01 01:35 (UTC) (edited on 2024-04-01 01:42 (UTC) by skygrango)

@yochananmarqos sure. but cosmic-osd should not call /usr/lib/polkit-agent-helper-1

I correct it to /usr/lib/polkit-1/polkit-agent-helper-1, it works now

Archlinux program paths should be the same in our system, right?

You can check the installation list of polkit on https://archlinux.org/packages/extra/x86_64/polkit/

HopperMCS commented on 2024-03-31 21:02 (UTC)

I don't know why the pkgbuild was rolled back, but I can for sure tell you something is wrong, and the error I just got is almost the exact same as @malcolm's

HopperMCS commented on 2024-03-31 21:00 (UTC)

install: cannot stat '/home/gfhopper/.cache/yay/cosmic-epoch-git/src/cosmic-epoch/target/release/cosmic-settings': No such file or directory
error: Recipe `install-cmd` failed on line 4 with exit code 1
error: Recipe `sysext` failed on line 44 with exit code 1
==> ERROR: A failure occurred in build().
    Aborting...
 -> error making: cosmic-epoch-git-exit status 4
 -> Failed to install the following packages. Manual intervention is required:
cosmic-epoch-git - exit status 4

yochananmarqos commented on 2024-03-31 19:54 (UTC)

@skygrango: What is the purpose of your patch? Nothing should be installed to /usr/libexec/.

HopperMCS commented on 2024-03-31 11:19 (UTC)

Running this PKGBUILD fails using yay, anyone else having issues?

malcolm commented on 2024-03-30 15:56 (UTC)

install: cannot stat '/home/main-builder/pkgwork/src/cosmic-epoch/target/release/cosmic-settings': No such file or directory
error: Recipe `install-cmd` failed on line 4 with exit code 1
error: Recipe `sysext` failed on line 44 with exit code 1
==> ERROR: A failure occurred in build().

skygrango commented on 2024-03-30 01:35 (UTC)

@yochananmarqos sorry for that mistake, I update git diff again.

yochananmarqos commented on 2024-03-29 15:16 (UTC)

@skygrango: That's not the latest PKGBUILD, do a git pull.