惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

小众软件
小众软件
博客园 - Franky
罗磊的独立博客
G
Google Developers Blog
The GitHub Blog
The GitHub Blog
P
Proofpoint News Feed
Recent Announcements
Recent Announcements
V
V2EX
F
Fortinet All Blogs
阮一峰的网络日志
阮一峰的网络日志
Blog — PlanetScale
Blog — PlanetScale
月光博客
月光博客
U
Unit 42
GbyAI
GbyAI
A
About on SuperTechFans
WordPress大学
WordPress大学
Engineering at Meta
Engineering at Meta
雷峰网
雷峰网
Microsoft Azure Blog
Microsoft Azure Blog
Martin Fowler
Martin Fowler
D
DataBreaches.Net
The Cloudflare Blog
H
Hackread – Cybersecurity News, Data Breaches, AI and More
MongoDB | Blog
MongoDB | Blog

AUR Newest Packages

AUR (en) - linuxqq-clipsync-git AUR (en) - libtslitex-git AUR (en) - libtslitex-git AUR (en) - carton-appimage AUR (en) - veila-git AUR (en) - veila-bin AUR (en) - vigil-baseline AUR (en) - byedroid AUR (en) - neovim-base16-git AUR (en) - pirata AUR (en) - rpi-imager-git-non-root AUR (en) - python-fastapi-sso AUR (en) - tmux-ai-titles AUR (en) - zeed-bin AUR (en) - bclone-bin AUR (en) - dwl-git-azerty AUR (en) - auggie-bin AUR (en) - libspatialaudio-git AUR (en) - libspatialaudio AUR (en) - miniupnpd-iptables-legacy AUR (en) - miniupnpd-nft AUR (en) - jeeves-bin AUR (en) - opennow AUR (en) - rotki AUR (en) - kapi-bin AUR (en) - classfi-bin AUR (en) - classfi-git AUR (en) - classfi AUR (en) - giff-git AUR (en) - budget-tracker-bin
AUR (en) - cosmic-settings-daemon-git
2026-06-22 · via AUR Newest Packages

Latest Comments

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

@therealmate: Good catch, thanks!

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

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)

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.

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