exequtic / apdatifier

KDE Plasma widget that tracks updates for ArchLinux, Plasma Widgets, and Flatpak, providing notifications for new ones
https://store.kde.org/p/2135796
MIT License
90 stars 7 forks source link

Plasmoids update checks just loops forever #49

Closed claymorwan closed 2 weeks ago

claymorwan commented 2 weeks ago

I installed all the required package, but for some reason it just checks forever, which is weird cuz it's working just find on my laptop. image

exequtic commented 2 weeks ago

What's the output when running this command?

$HOME/.local/share/plasma/plasmoids/com.github.exequtic.apdatifier/contents/tools/tools.sh checkWidgets

claymorwan commented 2 weeks ago

What's the output when running this command?

$HOME/.local/share/plasma/plasmoids/com.github.exequtic.apdatifier/contents/tools/tools.sh checkWidgets

$ $HOME/.local/share/plasma/plasmoids/com.github.exequtic.apdatifier/contents/tools/tools.sh checkWidgets
[{"NM": "darwin-menu","RE": "kde-store","CN": "2157390","IN": "start-here-kde","DE": "Darwin menu is a Plasma applet that provides a menu system similar to that found on other operating systems. It allows users to access frequently used system settings and session controls.Applet also provides "Force Quit" app, which can be opened with global shortcut.","AU": "Latgardi","VO": "0.9","VN": "0.9.1","LN": "https://store.kde.org/p/2157390"},{"NM": "vector-clock","RE": "kde-store","CN": "2137726","IN": "utilities-clock","DE": "Plasmoid showing current date","AU": "zayronxio","VO": "1.0.1","VN": "1.0.2","LN": "https://store.kde.org/p/2137726"},{"NM": "audio-wave-widget","RE": "kde-store","CN": "2142681","IN": "music-player","DE": "widget to display audio track information along with audio bars representing different frequencies","AU": "zayronxio","VO": "0.3","VN": "0.3.1","LN": "https://store.kde.org/p/2142681"}]
exequtic commented 2 weeks ago

Fixed. You can install the git version to test:

git clone https://github.com/exequtic/apdatifier.git
kpackagetool6 -t Plasma/Applet -u apdatifier/package

Then Log Out. Or restart plasmashell: systemctl --user restart plasma-plasmashell.service

claymorwan commented 2 weeks ago

O it's working now thanks btw while I'm there, how did u get the aur package to have icons in the plasmoid's menu ? Or is it supposed to do it and is broken

exequtic commented 2 weeks ago

how did u get the aur package to have icons in the plasmoid's menu ? Or is it supposed to do it and is broken

Have you tried adding icon rules in the Apdatifier settings?

claymorwan commented 2 weeks ago

O so I gotta add a rule icon for each package got it, thanks :3