I recently upgrade from 22.04 to 24.04. I'm now trying to update VSCode and it very much wants me to use the software center rather than install the Debian package I downloaded. Fair enough.
Trying to start the software center via icon just results in a spinning button. Examining the icon contents (Right click, Edit Application), I can see that it's calling "plasma-discover". Running this at the command line does nothing.
I'm not sure how to go about fixing this.
Edit 1:
After a long wait, running plasma-discover from the command line gives this error
Edit 2:
This prior bug report exactly mirrors what is currently happening.
https://askubuntu.com/questions/1514...-open-discover
The suggested workaround does work for me
Trying to start the software center via icon just results in a spinning button. Examining the icon contents (Right click, Edit Application), I can see that it's calling "plasma-discover". Running this at the command line does nothing.
I'm not sure how to go about fixing this.
Edit 1:
After a long wait, running plasma-discover from the command line gives this error
Code:
kf.dbusaddons: Couldn't register name 'org.kde.discover' with DBUS - another process owns it already!
This prior bug report exactly mirrors what is currently happening.
https://askubuntu.com/questions/1514...-open-discover
The suggested workaround does work for me
Code:
pkill discover plasma-discover --backends packagekit-backend
Comment