JoshStrobl budgie-desktop-view 1.0 is installed. when I ran ps -aux | grep 'budgie-desktop-view' this is what I got back: 2344 0.0 0.0 216576 2280 pts/0 S+ 18:41 0:00 grep budgie-desktop-view
Is this the right command to run to see if I have broken packages?
sudo eopkg check | grep Broken | awk '{print $4}' | xargs sudo eopkg it --reinstall
Also what can I do to fix the broken packages? I'm new to linux and not very savvy with all this. If there is an issue filed regarding this will I just have to wait for a new update? Thanks!