muflone / gnome-appfolders-manager

Manage GNOME Shell applications folders
https://www.muflone.com/gnome-appfolders-manager/
Other
105 stars 12 forks source link

save entire configuration #16

Open Merlin-09 opened 7 years ago

Merlin-09 commented 7 years ago

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!

evelynhathaway commented 5 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