Open Merlin-09 opened 7 years ago
I'd love for this to be added into the application. I believe this is already possible via the terminal by dumping and loading the configuration using dconf
.
# Export configuration
dconf dump /org/gnome/desktop/app-folders/ > app-folders-backup.dconf
# Import configuration
dconf load /org/gnome/desktop/app-folders/ < app-folders-backup.dconf
Hello, I have multiple computers I configure exactly the same. It would be great to be able to save and restore the whole configuration (folders and applications sorting), so I don't have to do it manually on every computer, because it is very time consuming. Would it e possible to add such a feature? Nevertheless, thanks for your work, you software is a real must have!