Package Details: cosmic-applet-arch 1.0.2-1

Git Clone URL: https://aur.archlinux.org/cosmic-applet-arch.git (read-only, click to copy)
Package Base: cosmic-applet-arch
Description: COSMIC applet to display Arch Linux package status
Upstream URL: https://github.com/nick42d/cosmic-applet-arch
Licenses: GPL-3.0-only
Submitter: nick42
Maintainer: nick42
Last Packager: nick42
Votes: 4
Popularity: 0.001228
First Submitted: 2024-10-24 15:53 (UTC)
Last Updated: 2026-06-08 00:23 (UTC)

Latest Comments

Joomzie commented on 2026-06-08 04:23 (UTC)

Ah, gotcha. Thanks for the quick response!

nick42 commented on 2026-06-08 00:25 (UTC)

Should be resolved on latest, my mistake bumping the version number without updating lockfile. Have added CI step to catch this in future

Joomzie commented on 2026-06-07 23:24 (UTC)

The --locked flag on the cargo fetch command under the prep function is causing problems when building.

error: cannot update the lock file /home/user/.cache/yay/cosmic-applet-arch/src/cosmic-applet-arch/Cargo.lock because --locked was passed to prevent this
help: to generate the lock file without accessing the network, remove the --locked flag and use --offline instead.

I'm assuming this was valid under cargo 1.95, because I definitely didn't have this problem in the past, and the only difference now is that the rustup stable channel is now on 1.96.

nick42 commented on 2025-05-16 11:26 (UTC) (edited on 2025-05-16 11:26 (UTC) by nick42)

Below is resolved in latest version thanks to a PR from olwig :)

olwig commented on 2025-05-04 20:50 (UTC)

When the environment variable XDG_DATA_HOME is unset, the applet remains stuck on "Loading..." and shows the following popup warning: "Warning: Unable to obtain a lock for use of checkupdates!!"

check for XDG_DATA_HOME, fallback and make dir $XDG_DATA_HOME/cosmic-applet-arch

works for me for now: XDG_DATA_HOME=$HOME/.local/share; mkdir -p $XDG_DATA_HOME/cosmic-applet-arch ; cosmic-applet-arch