Lulu

Results 352 comments of Lulu

The bug is the sandbox doesn't work without root. Using pacman directly should work before it always requires root to download. Running paccat as root should also work.

This was worked around in paccat here: https://github.com/Morganamilo/paccat/commit/d4722eff30451ed3fa260d9c3dbc95cfa7ab61b0 The bug in pacman that causes a useless error message to appear is finally merged: https://gitlab.archlinux.org/pacman/pacman/-/commit/b104b95423bc27cb48bd9487648e6e53d5ee902f And the bug itself is fixed...

Paru use bat to do it's own syntax highlighting. You should be fine to just not set the pager and also make sure color is enabled in pacman.conf.

Paru won't do this. The archlinuxcn repo you have seems to be broken and is missing the dep

![image](https://github.com/user-attachments/assets/d6770a26-3746-475a-90cc-d6d04bc65d43) Pacman uses these colors to seperate the name from version. We could do the same thing for version diffs. Not sure how it will look though.

It exists if you have pacman-static installed. If the dir doesn't exist this shouldn't trigger a rebuild as there's no change right?

I think it's the ``` env::set_var("PKG_CONFIG_LIBDIR", "/usr/lib/pacman/lib/pkgconfig"); ``` in the build script triggering a rerun_if_env_changed set by pkgconf. I didnt think a change would trigger itself. There may be a...

Okay no it is the line you pointed out. Will see if there's a better way to do that.

The information is out of date. If paru has a commit cached for the package already it will keep it as is instead of updating it to latest. This means...

Not sure what's going on here. Fix is good but there's tesdata and translation changes too.