Ubuntu 20.10 | Config error

Thank you for the information.
I guess that’s because the system configuration has been changed after upgrading Ubuntu.
I need to know what’s happening when trying to watch the config file.
Can you please run the following NodeJS code and tell me the result?

Test code

  • Use NodeJS 12.8.1
  • Install pathwatcher@8.1.0 module via npm
const pathWatcher = require('pathwatcher')

try {
  const res = pathWatcher.watch('/home/USER/.config/inkdrop/config.cson', (event) => {
    console.log('event:', event)
  })
  console.log('watching:', res)
  res.close()
} catch (e) {
  console.error(e)
}

As for syncing plugins, I answered here but a user told me that he is working on it.