Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Backup settings #517

Closed
sbadux opened this issue Dec 8, 2018 · 6 comments
Closed

[Feature Request] Backup settings #517

sbadux opened this issue Dec 8, 2018 · 6 comments

Comments

@sbadux
Copy link
Contributor

sbadux commented Dec 8, 2018

Hello,
it would be great to have a backup functions with an Export/Import backup feature. So an user can bring the same settings in all the PCs or back it up for future use.

Thanks a lot for this great extensions. It's super useful.

@charlesg99
Copy link
Member

Hey sbadux, thanks for the suggestion! I'm not sure if this is necessary as it's pretty easy to export/import settings using dconf.

To export your settings to a "dtp_settings" file:
dconf dump /org/gnome/shell/extensions/dash-to-panel/ > dtp_settings

and then import them on another pc with:
dconf load /org/gnome/shell/extensions/dash-to-panel/ < dtp_settings

Not that "user friendly", but it gets the job done. What do you think?

Thanks!

@sbadux
Copy link
Contributor Author

sbadux commented Dec 8, 2018

Hello, good to see that there is a way to backup my settings :) Anyway, IMHO, it would be great for all the users to have this feature in the GUI. Much easier to use and you don't have to remember dconf command line commands.

@catb0t
Copy link

catb0t commented Dec 8, 2018

@charlesg99 Would you accept a pull request that just adds buttons which (more or less) executes those commands? (with some safety checks etc)

@charlesg99
Copy link
Member

charlesg99 commented Dec 9, 2018

@catb0t Absolutely!

I got to tell you though, I've worked on this before your comment :) If the only reason why you would work on this is to have the feature, I can submit my version. On the other hand, if you're doing this because you want to contribute to the project, by all means please do, I'll revert my changes, no worries! Thanks a lot!

@catb0t
Copy link

catb0t commented Dec 9, 2018

Let's go with your version, since it's mostly for the feature and I'm anyway inexperienced at extension development (so it will take longer) :)

@charlesg99
Copy link
Member

The import/export functionality was added to master, please let me know if it works for you! Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants