Leo replaces a soft link with a real file
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
leo-editor |
Fix Released
|
Medium
|
Edward K. Ream |
Bug Description
When opening a file with @auto via a soft link (on Linux) Leo reads in the file correctly,
but after modifying the content leo replaces the link with an actual file, which means the original file,
is not modified and you end up with two different versions on disk.
for completeness:
Leo Log Window
Leo 4.11 devel, build 5605, 2013-02-25 15:38:46
Python 2.7.3, qt version 4.8.2
linux2
setting leoID from os.getenv('USER'): 'dalcolmo'
load dir: /home/dalcolmo/
global config dir: /home/dalcolmo/
home dir: /home/dalcolmo
reading settings in /home/dalcolmo/
reading settings in /home/dalcolmo/
Changed in leo-editor: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
assignee: | nobody → Edward K. Ream (edreamleo) |
milestone: | none → 4.11-b1 |
Fixed at rev 5983. Contrary to the checkin log, the fix has been tested.