-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
xfconf-profile export profile.json could create a shell script containing xfconf-query commands to replicate the profile. This could be useful to send a simple shell script that an Xfce user that does not have xfconf-profile installed can use.
This would also provide a interoperability for those already using jamescherti/watch-xfce-xfconf.
Full round trip testing would look something like:
Script to profile
Consider a script called profile-export.sh containing xfconf-query --set commands.
- Run
xfconf-profile recordin one shell - Open another shell and run
./profile-export.sh. - In the original shell running
xfconf-profile record, hit Ctrl-C. This will dump a JSON profile both to the screen and to the current directory calledrecorded-profile.json.
Profile to script
You would be able to directly using the export command:
xfconf-profile export profile.json > profile-export.shMetadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request