Open Ulugbeg opened 1 year ago
I also have this problem. From a quick search, it looks like QML on its own doesn't support accessing local files except using XMLHttpRequest
s so for the moment, I've just added
QML_XHR_ALLOW_FILE_READ=1
to my /etc/environment
file to stop these warnings flooding the systemd journal.
Relevant system info:
Operating System: Arch Linux KDE Plasma Version: 5.27.1 KDE Frameworks Version: 5.103.0 Qt Version: 5.15.8
Every time the widget polls (as specified by the polling interval), I get the above error message added to my
journalctl
:This is probably not great for my NVME drive :)
I have disabled the widget for the time being, although I really REALLY like it :)
Steps to reproduce:
journalctl
My journal goes back to Jan 17th, and then it already had those entries. So I don't know with which KDE version this started.
Of the 1428804 lines present in my
journalctl
output, a huge majority of them is this message.