I am trying to use unison-jz in command-line-only mode – no X window.
I tried just running it with the -iu text option, but it insists on trying to create home dir links that I don’t need or want that I suspect are related to Gnome support.
$ unison-jz.unison -ui text
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Desktop': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Downloads': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Music': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Pictures': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Videos': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Templates': No such file or directory
Usage: unison [options]
or unison root1 root2 [options]
or unison profilename [options]
For a list of options, type "unison -help".
For a tutorial on basic usage, type "unison -doc tutorial".
For other documentation, type "unison -doc topics".
I tried unsetting the dir settings and changing them to /dev/null in:
/root/snap/unison-jz/19/.config/user-dirs.dirs
but unison-jz insists on changing things back:
$ unison-jz.unison
/dev/null was removed, reassigning DOCUMENTS to homedir
in: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Desktop': No such file or directory
ln: failed to create symbolic link '/root/snap/unison-jz/19/snap/unison-jz/19/Downloads': No such file or directory
.
.
Is there a way to disable that behavior?