Skip to content

fileUtils: Fix fallback code for old gjs

Florian Müllner requested to merge wip/fmuellner/gjs-1.52-compat into master

gjs's D-Bus convenience explicitly expects a string representation of an interface, but the new convenience method to load an XML description from a resource introduced in commit f42d9df3 only returns a string when using gjs from the GNOME 3.30 release. We have so far managed to keep compatibility with the previous stable gjs release, so fix up the fallback code to cast to string.

Fixes #578 (closed)

Merge request reports