Package Details: cosmic-session-git 1.0.0.alpha.2.r7.g342369e-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-or-later
Conflicts: cosmic-session
Provides: cosmic-session
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 17
Popularity: 3.94
First Submitted: 2024-02-21 04:21 (UTC)
Last Updated: 2024-10-31 16:37 (UTC)

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

1 2 3 Next › Last »

yochananmarqos commented on 2024-09-15 19:32 (UTC)

@mmstick: There are separate Vulkan drivers for Intel, AMD & NVIDIA. See the Vulkan wiki article for more info. Keep in mind Arch is a DIY distro. It's up to the user to install which packages they need.

mmstick commented on 2024-09-15 13:48 (UTC)

I would recommend to depend on all Mesa Vulkan drivers, with a conflict on amdvlk. It's better to have more than you need, than not have it at all.

yochananmarqos commented on 2024-09-14 18:59 (UTC) (edited on 2024-09-14 19:19 (UTC) by yochananmarqos)

@mmstick: FYI, vulkan-driver is not a package itself. Several packages provide vulkan-driver and a user is prompted which to install depending on their hardware.

It cannot be a hard dependency as in a clean chroot, amdvlk will be installed as it's the first one alphabetically.

mmstick commented on 2024-09-14 16:28 (UTC)

Still getting a lot of issue reports on GitHub and Reddit about icons not rendering, or high CPU usage from LLVM Vulkan software rendering. Vulkan drivers should not be optional. Many Arch users don't realize that they aren't installed.

joperfi commented on 2024-09-10 10:52 (UTC)

@yochananmarqos: Trying to install on ARM device but switcheroo-control-git won’t build. I tried modifying the build with aarch64 but no luck. Thx.

soloturn commented on 2024-08-27 03:44 (UTC) (edited on 2024-08-27 03:55 (UTC) by soloturn)

oh man, you r right, maxime packaged them in the normal package repo. that was quicker than expected tbh ... but very cool. thank you guys! and - it installs in 10 seconds hahaha with no build :) :)

yochananmarqos commented on 2024-08-26 16:31 (UTC)

@soloturn: The repo packages are already in a cosmic group.

soloturn commented on 2024-08-26 05:19 (UTC) (edited on 2024-08-26 05:34 (UTC) by soloturn)

can we please add the "cosmic" group again to install all cosmic stuff? or you prefer another name like cosmic-de ? my original goal was to have 2 ways to install: "cosmic" for complete install, like the "gnome" group, including all cosmic software like text editor. and then one package wich brings in minimal dependencies so the compositor comes up with something to start an application. barebone. what you tihnk?

yochananmarqos commented on 2024-08-17 17:37 (UTC)

@soloturn: I've removed CARGO_TARGET_DIR=target where possible so user can define it if they wish.

soloturn commented on 2024-08-17 13:50 (UTC)

current,

CARGO_TARGET_DIR=/tmp/mytarget paru

does not work any more, as in the PKGBUILD there is:

CARGO_TARGET_DIR=target

which explicitely prevents changing it. with the default, it has a new directory in every build, thus every restart of a build builds everything again, with 20 cosmic packages 500*20, 10000 crates. which we wanted to avoid.