Search Criteria
Package Details: millennium 2.28.0-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/millennium.git (read-only, click to copy) |
---|---|
Package Base: | millennium |
Description: | Millennium is an open-source low-code modding framework to create, manage and use themes/plugins for the desktop Steam Client without any low-level internal interaction or overhead. |
Upstream URL: | https://github.com/SteamClientHomebrew/Millennium |
Keywords: | patcher, plugins, reverse-engineering steam, themes, |
Licenses: | MIT |
Submitter: | shdwmtr |
Maintainer: | shdwmtr |
Last Packager: | shdwmtr |
Votes: | 8 |
Popularity: | 2.01 |
First Submitted: | 2025-03-02 02:39 (UTC) |
Last Updated: | 2025-07-29 04:30 (UTC) |
Dependencies (12)
- git (git-gitAUR, git-glAUR)
- python-i686-binAUR
- steam
- cmake (cmake3AUR, cmake-gitAUR) (make)
- curl (curl-gitAUR, curl-c-aresAUR) (make)
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR) (make)
- ninja (ninja-kitwareAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR, ninja-memAUR, ninja-noemacs-gitAUR) (make)
- npm (python-nodejs-wheelAUR, corepackerAUR) (make)
- pnpm (yarn-pnpm-corepackAUR, corepackerAUR, pnpm-binAUR) (make)
- tar (tar-gitAUR) (make)
- unzip (unzip-natspecAUR, unzip-zstdAUR, unzip-pAUR) (make)
- zip (zip-natspecAUR) (make)
Latest Comments
imnotpolar commented on 2025-06-24 19:50 (UTC)
Missing make dependency:
pnpm
linkthehero1234 commented on 2025-05-26 08:49 (UTC)
Installation throws an error when the package
jq
is not installed, it should be listed as a dependencyTotalPr0st commented on 2025-04-05 13:30 (UTC)
changing ownership to user for ~/.local/share/millennium fixed my issue where steam-runtime would only launch the system tray icon with no actions responding
witchymary commented on 2025-03-22 21:36 (UTC) (edited on 2025-03-22 21:49 (UTC) by witchymary)
@shdwmtr Fiddled around with it for a bit and found the issue: when paru builds the PKGBUILD file, it does so as root, which messes up the permissions for the files copied over to
.local/share/millennium
. Changing the ownership to the user fixes it. This issue is not present if I build the PKGBUILD directly with makepkg.EDIT: This only occurs if I explicitly set paru's Sudo binary in the config file.
shdwmtr commented on 2025-03-22 21:11 (UTC)
@witchmary What is the issue your facing? "breaks" is very vague, does it not inject, does it crash, does it error, etc. Show logs if applicable.
witchymary commented on 2025-03-22 21:07 (UTC)
Updating the package consistently breaks Millennium for me, even after rerunning the patcher. It requires a complete reinstall to get it back working. Am I missing some step or doing something wrong?
imnotpolar commented on 2025-03-09 15:57 (UTC) (edited on 2025-03-09 15:58 (UTC) by imnotpolar)
missing deps: zip unzip tar curl