lpa*_*ebr 6 sync ubuntu-one 11.10 tomboy
在我的新 ubuntu 11.10 安装中,Tomboy 笔记仅同步我的一些笔记笔记,然后失败。详细信息仅显示更新的注释。当我查看 .config/tomboy/tomboy.log 时,我看到了错误:
10/24/2011 11:12:29 PM [ERROR]: Synchronization failed with the following exception: A note with this title already exists: New Note Template
at Tomboy.NoteManager.CreateNewNote (System.String title, System.String xml_content, System.String guid) [0x00000] in <filename unknown>:0
at Tomboy.NoteManager.CreateNoteFromTemplate (System.String title, Tomboy.Note template_note, System.String guid) [0x00000] in <filename unknown>:0
at Tomboy.NoteManager.CreateNewNote (System.String title, System.String guid) [0x00000] in <filename unknown>:0
at Tomboy.NoteManager.CreateWithGuid (System.String title, System.String guid) [0x00000] in <filename unknown>:0
at Tomboy.Sync.SyncManager+<CreateNoteInMainThread>c__AnonStorey11.<>m__3F () [0x00000] in <filename unknown>:0
at Tomboy.GuiUtils+<GtkInvokeAndWait>c__AnonStoreyC.<>m__2F (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0
Run Code Online (Sandbox Code Playgroud)
我已尝试将同步首选项上的 URL 更改https://edge.one.ubuntu.com/notes/
为问题 66753 中的建议,但没有奏效。
不确定我是否应该回答我自己的问题,但我已经设法解决了这个问题。
由于日志上的错误提到了一个名为“新笔记模板”的笔记,我通过 ubuntu one 网站创建了一个具有该名称的笔记,然后尝试再次同步。这次假小子检测到冲突并提供了一些解决方案。我选择重命名本地笔记,然后它正确同步了我的所有笔记!