GithubHelp home page GithubHelp logo

gnome-sync's Introduction

GNOME-sync

Syncs GNOME settings between multiple devices.

Rationale

If you search online, you'll find no existing solution to sync GNOME preferences between multiple devices.

The general, correct, advice is to use dconf load and dconf dump to export some keys from the GNOME settings database. However, it seems like nobody made a tool to simplify the process of exporting and loading the correct keys.

There are a LOT of settings stored in this database, and you don't want to sync most of them, such as the path of the last folder accessed in the Files app, your commands history, the position of the windows on the desktop, etc.

The common workflow if you ever attempted to sync your GNOME settings is to dump everything using dconf dump / on the source device, then look over each of the settings, remove the ones you don't want, and dconf load / < them on the target device.

I started having to do this process often, and thus started maintaining a text file with the actually relevant keys in it. Then I realized I could automate the process of dumping the configuration, and filtering out everything not present in the whitelist file. This is GNOME-sync.

gnome-sync's People

Contributors

tina-otoge avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.