Package Details: cosmic-session-git 1.0.0.alpha.6.r11.g37c95bc-1

Git Clone URL: https://aur.archlinux.org/cosmic-session-git.git (read-only, click to copy)
Package Base: cosmic-session-git
Description: Session manager for the COSMIC desktop environment
Upstream URL: https://github.com/pop-os/cosmic-session
Licenses: GPL-3.0-only
Conflicts: cosmic-session
Provides: cosmic-session
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 16
Popularity: 0.20
First Submitted: 2024-02-21 04:21 (UTC)
Last Updated: 2025-04-07 23:05 (UTC)

Dependencies (34)

Required by (0)

Sources (2)

Pinned Comments

yochananmarqos commented on 2024-07-10 23:59 (UTC) (edited on 2024-07-11 00:02 (UTC) by yochananmarqos)

I build in a clean chroot. If you have any issues building with makepkg or an AUR helper, that means there may be an issue in your local environment or your AUR helper may not actually be helping.

AUR comments are not the place for troubleshooting. There are forums and things for that. Please only comment if there is a packaging issue.

Latest Comments

« First ‹ Previous 1 2 3 4 Next › Last »

soloturn commented on 2024-08-01 14:16 (UTC) (edited on 2024-08-01 16:16 (UTC) by soloturn)

on 16gb hardware for me restricting the linker to one job is necessary, to get the depency cosmic-applets-git built without out of memory error. setting cargo target avoids re-downloading dependencies for the various packages:

MOLD_JOBS=1 CARGO_TARGET_DIR=/tmp/mytarget paru

can you add me as maintainer plase? switcheroo-control control is new dependency.

yochananmarqos commented on 2024-07-29 16:33 (UTC)

@mmstick: I've added vulkan-driver to optional dependencies.

mmstick commented on 2024-07-29 12:14 (UTC)

Would it be possible to add Vulkan packages as recommended dependencies? There's a handful of Arch users reporting rendering issues due to not having Vulkan drivers installed for AMD and Intel.

yochananmarqos commented on 2024-07-25 21:08 (UTC)

@soloturn: Turns out Arch removed the local cargo cache bit from the Rust package guidelines as well. I've removed it from all related COSMIC packages.

It takes you 6 hours to build? Yikes. Maybe you should invest in a better machine if you want to build things like this. No matter what "optimizations" you attempt, it's really not going to make much of a difference without better hardware.

soloturn commented on 2024-07-25 13:20 (UTC) (edited on 2024-07-25 13:21 (UTC) by soloturn)

created a ticket for the dependencies in cosmic epoch: https://github.com/pop-os/cosmic-epoch/issues/447. screen lock not working is just a bug which will go away. the answers i find interesting. btw, i created a pull request for cosmic comp to use just instead of makefile: https://github.com/pop-os/cosmic-comp/pull/653. if you want to have a look this makes sense?

for yay, i created a ticket that it should notice the version coming out of pkgver function and not try to reinstall: https://github.com/Jguer/yay/issues/2477.

mainly because build on my t460 lenovo takes 6 hours, for cargo i created a ticket to reuse what is already built: https://github.com/rust-lang/cargo/issues/14278. ed page closed it and would love more details. he as well suggested to remove export CARGO_HOME="$srcdir/cargo-home"

yochananmarqos commented on 2024-07-20 16:25 (UTC)

@soloturn: No, the greeter cannot be optional. I just tested with GDM and was not able to login to my COSMIC session without it.

soloturn commented on 2024-07-20 01:30 (UTC)

thank you yochananmarqos for retiring cosmic-epoch-git! i am wondering if the greeter could be an independent thing and thus optional dependency ?

yochananmarqos commented on 2024-07-10 23:59 (UTC) (edited on 2024-07-11 00:02 (UTC) by yochananmarqos)

I build in a clean chroot. If you have any issues building with makepkg or an AUR helper, that means there may be an issue in your local environment or your AUR helper may not actually be helping.

AUR comments are not the place for troubleshooting. There are forums and things for that. Please only comment if there is a packaging issue.

auralluring commented on 2024-07-09 22:36 (UTC)

yeah i think my cargo config may actually be the problem 😅 i yeeted it and now it's doing just fine