gitbutlerapp / gitbutler

The GitButler version control client, backed by Git, powered by Tauri/Rust/Svelte
https://gitbutler.com
Other
11.66k stars 462 forks source link

Bug: File Watcher Dies When Lacking Permissions #2942

Open nmcbride opened 4 months ago

nmcbride commented 4 months ago

If you have any files in your repo that your normal user does not have permissions to, the file watcher dies with the following error vs ignoring them:


Caused by:
    0: failed to run file change dispatcher
    1: failed to start watcher
    2: Permission denied (os error 13) about ["/var/home/<user>/git/<myapp>/infrastructure/postgresql/data"]) project_id=36e542ee-9ce3-4edf-b762-b49abfe9c5ef
Vishtar commented 4 months ago

Looks like a duplicate:

Byron commented 2 months ago

As of Version 0.11.3 (20240419.070253), a lot has changed that should improve the situation significantly. Could you see if it's now working for you?