When accessing the Freeplane log file from the GTD Sync results screen in Linux the following error will occur:
Mar 31, 2015 1:07:29 AM org.freeplane.core.util.LogUtils info INFO: execute xdg-open file:/earth/Office/.config/freeplane/1.3.x/logs%5Clog.0
xdg-open file:/.config/freeplane/1.3.x/logs%5Clog.0
gvfs-open: file:/.config/freeplane/1.3.x/logs%5Clog.0: error opening location: Error when getting information for file '/.config/freeplane/1.3.x/logs\log.0': No such file or directory
The problem is caused by a hard coded backslash, that should be replaced with File.separator.
Problem reported by Evereasy in [2f37b079].