os-js / osjs-client

OS.js Client Module
https://manual.os-js.org/
Other
30 stars 30 forks source link

ENOENT error on .desktop/.shortcuts.json when there are no desktop shortcuts #170

Closed valp124 closed 2 years ago

valp124 commented 2 years ago

On every page load, I get an error, both on the server and the client, that .desktop/.shortcuts.json file is not found. Indeed, it's not there -- I have actual files in my .desktop directory, but not shortcuts per se. E.g.:

image

This is completely benign, of course, but I thought I'd mention it anyway 😊

andersevenrud commented 2 years ago

Yeah, these come from the VFS error handler that catches adapter exceptions and dumps them to the console.

In this case it probably shouldn't happen :slightly_smiling_face: