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

« First ‹ Previous 1 2

cfebs commented on 2024-08-13 17:53 (UTC)

Could be something on my end, but wanted to share: after the change from adw-gtk3 to adw-gtk-theme, paru was not able to cleanly upgrade:

❯ paru --rebuild cosmic-settings-daemon-git
1 aur/cosmic-settings-daemon-git 1.0.0.alpha.1.r1.g75f9213-2 [+2 ~1.97] [Installed: 1.0.0.alpha.1.r1.g75f9213-1]
    Cosmic settings daemon
:: Packages to install (eg: 1 2 3, 1-3):
:: 1
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...

Repo (1) adw-gtk-theme-5.3-2
Aur (1) cosmic-settings-daemon-git-1.0.0.alpha.1.r1.g75f9213-2

:: Proceed to review? [Y/n]: 

:: Downloading PKGBUILDs...
 PKGBUILDs up to date
 nothing new to review
resolving dependencies...
looking for conflicting packages...

Packages (1) adw-gtk-theme-5.3-2

Total Installed Size:  2.01 MiB

:: Proceed with installation? [Y/n] 
(1/1) checking keys in keyring                                  [###################################] 100%
(1/1) checking package integrity                                [###################################] 100%
(1/1) loading package files                                     [###################################] 100%
(1/1) checking for file conflicts                               [###################################] 100%
error: failed to commit transaction (conflicting files)
adw-gtk-theme: /usr/share/themes/adw-gtk3-dark/gtk-3.0/assets/bullet-symbolic.svg exists in filesystem (owned by adw-gtk3)
adw-gtk-theme: /usr/share/themes/adw-gtk3-dark/gtk-3.0/assets/bullet-symbolic.symbolic.png exists in filesystem (owned by adw-gtk3)
adw-gtk-theme: /usr/share/themes/adw-gtk3-dark/gtk-3.0/assets/bullet@2-symbolic.symbolic.png exists in filesystem (owned by adw-gtk3)
...
lots more of this

Was able to solve by pacman -Rdd adw-gtk3 after checking only cosmic-settings-daemon-git required it with pacman -Qi adw-gtk3

yochananmarqos commented on 2024-08-10 19:11 (UTC)

@Riggs9715: Nice catch, I've made the applicable changes.

Riggs9715 commented on 2024-08-10 19:02 (UTC)

Polkit files reference sudo group and not wheel. This stops keyboard layouts being changed in the gui. Upstream suggest this be handled by each distro so I'm commenting here. Can be worked around by using localectl so not critically important but would be a nice fix. Link to original issue: https://github.com/pop-os/cosmic-settings-daemon/issues/42