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

Allow commands to be imported/exported #537

Closed
timoschwarzer opened this issue May 16, 2019 · 2 comments
Closed

Allow commands to be imported/exported #537

timoschwarzer opened this issue May 16, 2019 · 2 comments

Comments

@timoschwarzer
Copy link

Is your feature request related to a problem? Please describe.
I've multiple computers running with GSConnect and I use the command feature extensively. Currently I have to type in all commands by hand each time I set up a computer from scratch.

Describe the solution you'd like
A simple import/export commands to a *.json file (or whatever file format)

System Details (please complete the following information):

  • GSConnect version: 23
  • Installed from: extensions.gnome.org
@andyholmes
Copy link
Collaborator

This should be possible already using dconf:

$ dconf dump /org/gnome/shell/extensions/gsconnect/device/<device-id>/plugin/runcommand/ > cmds.dump
$ cat cmds.dump | dconf load /org/gnome/shell/extensions/gsconnect/device/<device-id>/plugin/runcommand/

Most settings are stored in GSettings/dconf, at least for plugins.

@andyholmes
Copy link
Collaborator

Closing this, since export/import of settings can be done with dconf if necessary and a baking it in will only make adding or changing GSettings difficult.

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

2 participants