diff --git a/modules/core/overrides/Gio.js b/modules/core/overrides/Gio.js index 10872efbc22b626adabadb0117f802b8042cd7ff..d51738e006b6b476924ddd6fc6119eb9adf245ee 100644 --- a/modules/core/overrides/Gio.js +++ b/modules/core/overrides/Gio.js @@ -495,7 +495,7 @@ function _init() { Gio._promisify = _promisify; // Temporary Gio.File.prototype fix - Gio._LocalFilePrototype = Gio.File.new_for_path('').constructor.prototype; + Gio._LocalFilePrototype = Gio.File.new_for_path('/').constructor.prototype; // Override Gio.Settings and Gio.SettingsSchema - the C API asserts if // trying to access a nonexistent schema or key, which is not handy for