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

[Bug] No sound file found (might be my installation) #39

Closed Kingproone closed 2 months ago

Kingproone commented 2 months ago

My plasma install has been upgraded from 5.27 and something might have been left out, plus it only happens once per boot, when I first check for updates, any idea why this might be? Screenshot_20240420_140839

tdtooke commented 2 months ago

The same thing happened to me. I believe your problem is most likely you don't have a knotifications6 directory in ~/.local/share. What I did was create that directory then reinstall the applet. All my other notifications are in /usr/share but you'd need root access to do that and we usually don't install plasmoids that way.

Kingproone commented 2 months ago

So is this an arch problem, that it didn't update correctly and something was missed out, or the applet, for looking in there?

dhruv8sh commented 2 months ago

No this was caused due to the applet not checking if the directory exists. It's fixed now!