niceit / tabby-cloud-sync-settings

Tabby plugin for syncing settings across device platforms. https://github.com/Eugeny/tabby
https://tabby-sync.github.io/
MIT License
67 stars 6 forks source link

config can not be downloaded accross platform via webdav #37

Closed wurenny closed 1 month ago

wurenny commented 1 year ago

envs

Device OS Tabby Cloud sync setting
Device1 Linux Mint 20.3 A187 1.5.2
Device2 Windows 10 A187 1.5.2

problem

analysis

I found that the configuration uploaded on Linux does not apply to Windows. The message: Your sync config is invalid.

I think this may be because some configuration items do not support cross-platform use, such as shortcut keys(just example), so different platforms cannot use the same configuration file, which may require some mapping calculation of these configurations, and then generate a configuration file that tabby can recognize on the current operating system

niceit commented 1 year ago

hi @wurenny thanks for reporting. I will take a look into it 👍

z0ow commented 1 year ago

@wurenny @niceit I got same issue when using the WebDAV service to sync configuration between two PCs. So I guess another possibility is some data was wrongly transferred with WebDAV.

niceit commented 1 year ago

The version 1.6.0 will be released soon. Please upgrade once it's released.

niceit commented 1 month ago

Should be closed.