Dash-to-panel: [Feature Request] Backup settings

Created on 8 Dec 2018  路  6Comments  路  Source: home-sweet-gnome/dash-to-panel

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.

Most helpful comment

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!

All 6 comments

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!

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.

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

@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!

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) :)

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

RomanShumikhin picture RomanShumikhin  路  3Comments

ktamp picture ktamp  路  5Comments

dobkeratops picture dobkeratops  路  4Comments

BoQsc picture BoQsc  路  4Comments

jamesiri picture jamesiri  路  4Comments