Search Criteria
Package Details: cosmic-applet-arch 1.0.2-1
Package Actions
| 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) |
Dependencies (10)
- cosmic-icon-theme (cosmic-icons-gitAUR)
- git (git-gitAUR, git-glAUR, git-wd40AUR)
- libxkbcommon (libxkbcommon-gitAUR)
- openssl (openssl-gitAUR, openssl-aegisAUR, openssl-staticAUR)
- pacman-contrib (pacman-contrib-gitAUR)
- cargo (rust-beta-binAUR, rustup-gitAUR, rust-gitAUR, rust, rustup) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- just (just-gitAUR) (make)
- lld (llvm-gitAUR) (make)
- pkgconf (pkgconf-gitAUR) (make)
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
--lockedflag on thecargo fetchcommand under the prep function is causing problems when building.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