I have a master Linux computer with several Cinnamon window manager options set.
How can I replicate this setting to a new machine?
I have a master Linux computer with several Cinnamon window manager options set.
How can I replicate this setting to a new machine?
You can serialize your dconf-based settings to a text format and just copy that over. If you are just interested in specific users, restore to the destination users home:
(but if you need it system-wide, these dumps can be configured in
/etc/dconf
as system-wide defaults)Note that the dump contains only settings explicitly defined in that users dconf store, meaning if you copy over to a different version (with different defaults) and have never touched a specific setting, the result may still be different on the target.
Caveat: This will not copy some non-dconf settings that you may also be interested in, e.g. it will only copy the path of the desktop background - not the image file itself.
On the original box:
On the new box:
Ignore warnings about unwritable keys.
The dconf doc notes that this can crash cinnamon and recommends you restart cinnamon following this step.