Comment 8 for bug 1960898

Revision history for this message
Marco Trevisan (TreviƱo) (3v1n0) wrote :

Once you've enabled the mount point again, could you please tell me what are you mountable devices?

In any case it would be helpful if you could manually edit (just use sudo with your editor) the file /<email address hidden>/locations.js so that it contains at around line 1108 (just after the initVolumePromises() definition):

print('o', object)
print('oc', object?.constructor)
print('ocp', object?.constructor?.prototype)

Then post the content of your journal here.

Another test you could do is try to remove these lines at all:

  if (!(object instanceof Gio.Volume) || object.constructor.prototype._d2dPromisified)
    return;

(or probably just remove '!(object instanceof Gio.Volume) ||').