On 12/20/20 5:52 PM, Patrick Shanahan wrote:
* Jim Flanagan <parttimelinux@gmail.com> [12-20-20 18:36]:
On 12/18/20 9:17 PM, Felix Miata wrote:
Jim Flanagan composed on 2020-12-18 20:11 (UTC-0600): ...
This system was first installed with Leap 15.0, upgraded to 15.1, now to a partially broken 15.2.
Any suggestions most welcome.
If you login to an IceWM session instead of Plasma, does everything there work?
To confirm the upgrade went as it should have, from any of the vttys, try:
sudo zypper ref sudo zypper dup
If no errors, but still fubar Plasma, try:
sudo zypper ve
If trouble still, attach to an email (not cut and paste within) output from:
sudo zypper lr -d
Maybe first try something simpler. Logged on a vtty instead of Plasma, delete the content of ~/.cache/, then start a Plasma session.
How do I delete this ~/.cache/ in command line. Yast Software Managment fails in KDE and tty.
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 ~/ ? Jim F