Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Read-only preferences.json #11249

Open
1 of 2 tasks
backuitist opened this issue Apr 19, 2024 · 2 comments
Open
1 of 2 tasks

Read-only preferences.json #11249

backuitist opened this issue Apr 19, 2024 · 2 comments
Labels

Comments

@backuitist
Copy link

Search first

  • I searched and no similar issues were found

What Happened?

Starting the App with a read-only preferences.json file produces the following error notification:

Write to the file /home/bruno/.logseq/preferences.json failed, Error: EROFS: read-only file system, chmod '/home/bruno/.logseq/preferences.json'

Reproduce the Bug

  1. make ~/.logseq/preferences.json read-only
  2. start logseq
  3. witness the error message

Expected Behavior

no error message, as there is no reason to write to preferences.json on startup.

Screenshots

No response

Desktop or Mobile Platform Information

App 0.10.8

Additional Context

No response

Are you willing to submit a PR? If you know how to fix the bug.

  • I'm willing to submit a PR (Thank you!)
@backuitist
Copy link
Author

2024-04-19T16:08:52+02:00

@andelf
Copy link
Collaborator

andelf commented Apr 20, 2024

It's the theme and plugin settings.
I guess the write operation is introduced by some plugin. Could you disable the plugin and try again?

@andelf andelf added the plugins label Apr 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants