https://bugs.kde.org/show_bug.cgi?id=363576
Bug ID: 363576 Summary: Dolphin constantly recreates .git/index.lock file, effectively breaking git Product: dolphin Version: unspecified Platform: Archlinux Packages OS: Linux Status: UNCONFIRMED Severity: minor Priority: NOR Component: plugins: git Assignee: sebast...@sebastian-doerner.de Reporter: chalk...@gmail.com CC: dolphin-bugs-n...@kde.org Opening a directory or a subdirectory of some git repository in Dolphin often makes command-line git unusable in that directory, because Dolphin constantly re-creates the git lock for some reason. Removing the lock doesn't help — dolphin creates it again. Only navigating outside of the directory in Dolphin (or closing the directory completely) helps. Reproducible: Sometimes Steps to Reproduce: 1. open some git repository in Dolphin 2. LANG=C watch -n 0.1 ls -l --time-style=full-iso .git/index.lock 3. If you don't see .git/index.lock above, try navigating in that repo or opening a larger repo. Actual Results: I observe .git/index.lock being constantly created and updated. Expected Results: I expect no .git/index.lock created by file manager untill user manually performed some git operation with it. -- You are receiving this mail because: You are watching all bug changes.