[opensuse-factory] plasmashell warnings
TW last snapshot (20200610) plasmashell is filling my /var/log/messages and journal files with message: plasmashell[4518]: XMLHttpRequest: Using GET on a local file is dangerous and will be disabled by default in a future Qt version.Set QML_XHR_ALLOW_FILE_READ to 1 if you wish to continue using this feature. repeated every 5 seconds. I never touched directly the configuration files of plasmashell. And I do not know anything about the problem behind this XMLHttpRequest. Give me a hint please. -- Gerald Hammer -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am Freitag, 12. Juni 2020, 15:59:07 schrieb Gerald Hammer:
TW last snapshot (20200610)
plasmashell is filling my /var/log/messages and journal files with message:
plasmashell[4518]: XMLHttpRequest: Using GET on a local file is dangerous and will be disabled by default in a future Qt version.Set QML_XHR_ALLOW_FILE_READ to 1 if you wish to continue using this feature.
repeated every 5 seconds.
I never touched directly the configuration files of plasmashell. And I do not know anything about the problem behind this XMLHttpRequest. Give me a hint please.
Well, there's not really much you can (or should) do about it. It's obviously a warning for developers to update the code... The message seems to suggest that you can set the QML_XHR_ALLOW_FILE_READ environment variable to 1, so e.g. adding this line to /etc/environment might get rid of it, if you want that: QML_XHR_ALLOW_FILE_READ=1 It's probably better to file a bug report at bugs.kde.org then though. Kind Regards, Wolfgang -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
Am 2020-06-12, 21h24 schreibt Wolfgang Bauer:
[...]
Well, there's not really much you can (or should) do about it. It's obviously a warning for developers to update the code...
The message seems to suggest that you can set the QML_XHR_ALLOW_FILE_READ environment variable to 1, so e.g. adding this line to /etc/environment might get rid of it, if you want that: QML_XHR_ALLOW_FILE_READ=1
Many thanks, this solves the problem for me at least temporarily. Indeed those messages are useless for the simple user and should normally be turned off. Best regards -- Gerald Hammer -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org
participants (2)
-
Gerald Hammer
-
Wolfgang Bauer