On 12/20/20 6:07 PM, Patrick Shanahan wrote:
* Jim Flanagan <parttimelinux@gmail.com> [12-20-20 19:03]:
On 12/20/20 5:52 PM, Patrick Shanahan wrote: [...]
I think this might work. I also read a google search post on this exact issue wiht upgrading Leap 15.1 to 15.2. The poster uninstalled plasma and then reinstalled it. Said it worked. But I can't find that post again.
from the command line: rm -rf ~/.cache/
perhaps more prudent as you may recover, mv ~/.cache ~/.cache.hold
and destroy later rm -rf ~/.cache.hold So just enter the line as you typed it? No need to describe the ~/ ?
"~/" is bash shorthand for /home/<user>/
https://devhints.io/bash https://www.gnu.org/software/bash/manual/html_node/Tilde-Expansion.html
but you must enter or copy and paste the exact line beginning with rm and/or mv.
Deleting the contents of ~/.cache did not resolve this issue. Note, it happens logged in as me, also made a new user, no resolution, nor logged in as root. How can I uninstall and reinstall plasma in tty terminal? Thanks, Jim F