tomboy-notes / tomboy-ng

Next generation of Tomboy
MIT License
389 stars 38 forks source link

Some Lazarus file handling functions are unhappy with network shares. #190

Closed davidbannon closed 4 years ago

davidbannon commented 4 years ago

Some functions, like DirectoryExistsUTF8() line 270 mainunit and RenameFileUTF8(); line 696 SaveNote cannot, apparently, cope with network share names in the path.

Must investigate after release of 0.29, right now this means a problem saving a note if its on such a share. Thats a bad thing to do normally but could be quite OK in SNM for eg. Add to know issues before release.

davidbannon commented 4 years ago

No, cannot replicate this problem, there was obviously something else wrong, don't know ....