FS#77810 - [godot] wrong namespace on document element
Attached to Project:
Community Packages
Opened by Matthew Cohen (mbc) - Friday, 10 March 2023, 17:11 GMT
Last edited by Alexander F. Rødseth (xyproto) - Thursday, 23 March 2023, 11:21 GMT
Opened by Matthew Cohen (mbc) - Friday, 10 March 2023, 17:11 GMT
Last edited by Alexander F. Rødseth (xyproto) - Thursday, 23 March 2023, 11:21 GMT
|
Details
When upgrading godot from 3.5.1-4 to 4.0-2, I received the
following warning when pacman updated the MIME type
database:
Wrong namespace on document element in '/usr/share/mime/packages/org.godotengine.Godot.xml' (should be http://www.freedesktop.org/standards/shared-mime-info) I checked that file, and the MIME info was listed as: <mime-info xmlns="https://specifications.freedesktop.org/shared-mime-info-spec"> This warning appears to be harmless, as http://www.freedesktop.org/standards/shared-mime-info forwards to https://specifications.freedesktop.org/shared-mime-info-spec/latest/ . Nevertheless, I figured this was worth bringing up, in case pacman expecting the "old" URL will cause issues down the line. |
This task depends upon
Closed by Alexander F. Rødseth (xyproto)
Thursday, 23 March 2023, 11:21 GMT
Reason for closing: Fixed
Thursday, 23 March 2023, 11:21 GMT
Reason for closing: Fixed
Comment by
hurricane pootis (HurricanePootis)
- Sunday, 12 March 2023, 01:09 GMT
I feel like since this file comes from upstream, it would best be
reported on their github
Comment by Matthew Cohen (mbc) -
Sunday, 12 March 2023, 01:33 GMT
It's already been reported on their github -
https://github.com/godotengine/godot/issues/74778
Comment by
Alexander F. Rødseth (xyproto) -
Thursday, 23 March 2023, 11:20 GMT
I updated Godot to 4.0.1 and also patched the .xml file with sed,
for now.