Problem after suspend

After a suspend, I got the following screen:

Full screens: https://i.imgur.com/YX2ERCV.png
and the more detailed for better view: https://i.imgur.com/SsT4Qky.png

Here’s my inxi:

~> inxi -Fx
Resuming in non X mode: glxinfo not found. For package install advice run: inxi --recommends
System:    Host: ethelbert Kernel: 4.12.14-lp151.27-default x86_64 bits: 64 gcc: 7.4.0
           Desktop: KDE Plasma 5.12.8 (Qt 5.9.7) Distro: openSUSE Leap 15.1
Machine:   Device: desktop Mobo: MSI model: 970A-G46 (MS-7693) v: 2.0 serial: N/A
           BIOS: American Megatrends v: V2.8 date: 01/08/2016
CPU:       Octa core AMD FX-8350 Eight-Core (-MCP-) arch: Bulldozer rev.0 cache: 16384 KB
           flags: (lm nx sse sse2 sse3 sse4_1 sse4_2 sse4a ssse3 svm) bmips: 64006
           clock speeds: max: 4000 MHz 1: 4000 MHz 2: 4000 MHz 3: 4000 MHz 4: 4000 MHz 5: 4000 MHz 6: 4000 MHz
           7: 4000 MHz 8: 4000 MHz
Graphics:  Card: NVIDIA GK106 [GeForce GTX 650 Ti] bus-ID: 01:00.0
           Display Server: x11 (X.org 1.20.3 ) drivers: nvidia (unloaded: modesetting,fbdev,vesa,nouveau)
           tty size: 151x37
Audio:     Card-1 NVIDIA GK106 HDMI Audio Controller driver: snd_hda_intel bus-ID: 01:00.1
           Card-2 Advanced Micro Devices [AMD/ATI] SBx00 Azalia (Intel HDA)
           driver: snd_hda_intel bus-ID: 00:14.2
           Sound: Advanced Linux Sound Architecture v: k4.12.14-lp151.27-default
Network:   Card: Realtek RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller
           driver: r8169 v: 2.3LK-NAPI port: d000 bus-ID: 04:00.0
           IF: eth0 state: up speed: 100 Mbps duplex: half mac: d4:3d:7e:29:97:4e
Drives:    HDD Total Size: 6001.2GB (39.2% used)
           ID-1: /dev/sda model: WDC_WD30EFRX size: 3000.6GB
           ID-2: /dev/sdb model: WDC_WD30EFRX size: 3000.6GB
Partition: ID-1: / size: 322G used: 8.7G (3%) fs: ext4 dev: /dev/sda2
           ID-2: /home size: 2.4T used: 221G (10%) fs: ext4 dev: /dev/sda3
           ID-3: swap-1 size: 12.46GB used: 0.00GB (0%) fs: swap dev: /dev/sda4
Sensors:   None detected - is lm-sensors installed and configured?
Info:      Processes: 214 Uptime: 1:48 Memory: 1109.6/11886.9MB Init: systemd runlevel: 5 Gcc sys: 7.4.0
           Client: Shell (bash 4.4.231) inxi: 2.3.40 


> inxi -Gxx
Resuming in non X mode: glxinfo not found. For package install advice run: inxi --recommends
Graphics:  Card: NVIDIA GK106 [GeForce GTX 650 Ti] bus-ID: 01:00.0 chip-ID: 10de:11c6
           Display Server: x11 (X.org 1.20.3 ) drivers: nvidia (unloaded: modesetting,fbdev,vesa,nouveau)
           tty size: 151x37
~> 

What should I do? Refresh desktop didn’t work

Thanks

 
~> plasmashell --version
plasmashell 5.12.8
~> kf5-config --version
Qt: 5.9.7
KDE Frameworks: 5.55.0
kf5-config: 1.0

Here’s a temporary fix (from the manjaro forums):

#!/usr/bin/bash

killall plasmashell; plasmashell > /dev/null 2>&1 & disown

If there’s a better way, please let me know

Thanks