Package Details: cosmic-settings-daemon-git 1.2.0.r3.g8c54bbb-1

Git Clone URL: https://aur.archlinux.org/cosmic-settings-daemon-git.git (read-only, click to copy)
Package Base: cosmic-settings-daemon-git
Description: Cosmic settings daemon
Upstream URL: https://github.com/pop-os/cosmic-settings-daemon
Licenses: GPL-3.0-only
Conflicts: cosmic-settings-daemon
Provides: cosmic-settings-daemon
Submitter: yochananmarqos
Maintainer: yochananmarqos
Last Packager: yochananmarqos
Votes: 4
Popularity: 0.004706
First Submitted: 2024-02-21 04:08 (UTC)
Last Updated: 2026-07-08 21:41 (UTC)

Latest Comments

1 2 Next › Last »

yochananmarqos commented on 2026-07-08 21:42 (UTC)

@smsteward: I've updated the patch.

smsteward commented on 2026-07-08 21:34 (UTC)

This package has been failing to build for the last several days on my system. Seems like something is up with the patch file?

Cloning into 'cosmic-settings-daemon'... done. ==> Starting prepare()... patching file Cargo.toml Hunk #1 FAILED at 55. 1 out of 1 hunk FAILED -- saving rejects to file Cargo.toml.rej ==> ERROR: A failure occurred in prepare(). Aborting... error: failed to build 'cosmic-settings-daemon-git-1.0.16.r56.g75c0480-2': error: packages failed to build: cosmic-settings-daemon-git-1.0.16.r56.g75c0480-2

Technetium1 commented on 2026-06-21 21:23 (UTC)

Due to changes in libspa-sys, clang is now required in makedepends.

yochananmarqos commented on 2025-08-22 23:06 (UTC)

@therealmate: Good catch, thanks!

therealmate commented on 2025-08-22 22:43 (UTC)

I think with https://github.com/pop-os/cosmic-settings-daemon/commit/6a633c5bb7da1371e2b285b59fe9d0efb38afaf6, alsa-utils and pipewire-alsa can be removed, if they don't have any more use cases

yochananmarqos commented on 2025-07-22 15:16 (UTC)

@therealmate: Thanks for the heads up, done.

therealmate commented on 2025-07-22 12:19 (UTC)

geoclue is not needed since https://github.com/pop-os/cosmic-settings-daemon/commit/f609f7d342bf5fb87ecc3779b8173d3bcd013417

abitofevrything commented on 2024-09-08 11:09 (UTC)

The built binary currently fails to launch with Error: InputOutput(Os { code: 2, kind: NotFound, message: "No such file or directory" }). This seems to be because the geoclue agent is not found; although the GEOCLUE_AGENT variable is set in the PKGBUILD, it is then later overridden in upstream's Makefile.

Setting the geoclue_agent environment variable (lowercased) causes the Makefile to pick up on it correctly and the built binary works correctly.

soloturn commented on 2024-08-14 11:50 (UTC) (edited on 2024-08-14 13:44 (UTC) by soloturn)

created an issue: https://gitlab.archlinux.org/archlinux/packaging/packages/adw-gtk-theme/-/issues/2

the dependencies are a little cruel here, so removing the dependency from the pacman database helps. but that should not be the normal way to solve that.

# vi /var/lib/pacman/local/cosmic-settings-daemon-git-1.0.0.alpha.1.r1.g75f9213-1/desc

❯ paru -Rs adw-gtk3 
doas password: 
<works>

the dependencies are a little confusing still from upstream. cosmic-settings requires gnome3 theme optionally. gnome-settings-daemon mandatory, i fail to understand why.

yochananmarqos commented on 2024-08-13 22:31 (UTC)

@cfebs: One needs to remove adw-gtk3 before installing adw-gtk-theme as the former does not conflict with the latter. I have no idea why the Arch PM decided to rename the package when importing it.