dhruv8sh / arch-update-checker

Plasma 6 applet to check for AUR and Arch updates
GNU General Public License v2.0
70 stars 5 forks source link

Always Says "Up to Date" #47

Closed ColetteDiskette closed 1 month ago

ColetteDiskette commented 1 month ago

On my previous install, this worked perfectly fine. I since switched from an Nvidia card to an AMD card so I decided to just wipe and start over, and using this now always shows that I'm "up to date" even when checking in terminal via pacman or yay yields some or many updates. I'm wondering if there's a dependency I'm missing. I use yay and the checker has yay selected with the --noconfirm flag in the text box for flags. Use pamac and checking Flatpak updates are both disabled.

dhruv8sh commented 1 month ago

I should mention this in the README. The only dependency is pacman-contrib.

ColetteDiskette commented 1 month ago

Hmm, interesting. That means there's an issue elsewhere because:

❯ sudo pacman -S pacman-contrib
[sudo] password for colette: 
warning: pacman-contrib-1.10.6-1 is up to date -- reinstalling
resolving dependencies...
looking for conflicting packages...

Packages (1) pacman-contrib-1.10.6-1

Total Installed Size:  0.12 MiB
Net Upgrade Size:      0.00 MiB

:: Proceed with installation? [Y/n] n
dhruv8sh commented 1 month ago

Okay, then go to config. Enable command debugging under debug options. Run plasmashell --replace, and print any relevant logs after you check for updates.

ColetteDiskette commented 1 month ago

Actually, looking at that output, I think I solved it. It's piping into pacinfo and I didn't have pacutils installed. I don't have any updates atm (I ended up accidentally updating in a misstep before posting here by clicking the "Update your system" button to see if it saw the updates in the script it ran.)

I'm pretty sure it'll work now once updates come down the line again. I appreciate your help, as well as your work on this useful Plasmoid!

dhruv8sh commented 1 month ago

I'm sorry for my bad memory. Yes that is a dependency. Let's wait on closing the issue until you have updates. Thanks a lot for using and supporting the applet.

ColetteDiskette commented 1 month ago

It just worked showing me an update for libopenmpt from the extra repo. I think it's safe to say that's all I needed on my end. Thanks again!