Hi.
I experienced the same issue. I updated Manjaro late last week too. Update went fine except that TimeDoctor isn’t working. It runs the app but certain parts of the app loading so it’s not usable.
I’m not allowed to upload an image
I even downgraded all of the packages that were changed by using below commands. This is just a sample that I saw from another site. I’m seeing an error whenever I paste links so I’m just pasting the sample commands here that I got from another site. I didn’t noticed any issue with Manjaro after I did it but still TimeDoctor is not working. It was working fine before I updated Manjaro.
$ grep -a upgraded /var/log/pacman.log| grep 2020-11-30 > /tmp/lastupdates.txt
$ awk ‘{print $4}’ /tmp/lastupdates.txt > /tmp/lines1;awk ‘{print $5}’ /tmp/lastupdates.txt | sed ‘s/(/-/g’ > /tmp/lines2
$ paste /tmp/lines1 /tmp/lines2 > /tmp/lines
$ tr -d “[:blank:]” < /tmp/lines > /tmp/packages
$ cd /var/cache/pacman/pkg/
$ for i in $(cat /tmp/packages); do sudo pacman --noconfirm -U “$i”*; done
I tried opening TimeDoctor from the terminal and below is what I saw. Note that I replaced the username in the path:
./timedoctor2
The install alias is empty, assume install mode as cloud
[Main] INFO root - -=< INITIALIZINGG 3.6.40 >=-
[Main] WARN default - Handling Qt messages is enabled
[Main] INFO default - ** The QTWEBENGINE_CHROMIUM_FLAGS is used with value: “–disable-logging --disable-gpu --disable-in-process-stack-traces --disable-web-security”
[Main] WARN default - The install alias is empty, assume install mode as cloud
[Main] WARN default - Qt: Session management error: None of the authentication protocols specified are supported
[Main] WARN default - QApplication: invalid style override ‘kvantum’ passed, ignoring it.
Available styles: Windows
[Main] INFO default - Blur GPU settings from flag
[Main] INFO default - Blur on GPU is enabled
[Main] INFO default - “timedoctor2” version “3.6.40”
[Main] INFO default - Sentry Init: “/home/username/.local/share/TD/timedoctor2” “3.6.40”
[Main] INFO default - The another instance is running, just wake up this instance…
[Main] INFO default - Application is finished with status 0
[Main] INFO root - -=< DEINITIALIZE 3.6.40 >=-
I found a “Time Doctor Crashes” folder and it contains dump/log. I did notice a lot of QT-related. However, I couldn’t find "ERROR sfproc.webview - The render process was terminated “satusCode = 159” error that the OP mentioned.
I don’t mean to hijack this post. I just noticed that we have similar issue and it’s around the same date.