How to store my gnome terminal color palette

8,353

gnome terminal color palette details are stored under directory ~/.gconf/apps/gnome-terminal/profiles/

In Default directory you will be able to see a file named %gconf.xml. This file stores all palette related data. So you can backup all the files under directory ~/.gconf/apps/gnome-terminal/profiles/

To view the configurations: Open gconf-editor using dash and navigate to apps->gnome-terminal->Profiles->Default

For vim configuration backup, just use find or locate command to find .vimrc file and backup it

Share:
8,353

Related videos on Youtube

lambda23
Author by

lambda23

Was a computer enthusiast (2012), and then went for chemistry olympiad (2014). Took chemistry courses (2016), but got somewhat bored of them (2018). Eventually, I'm back to computer but with more programming (2019). I'm a software developer now. Fun facts: If I were a simp, I'd be a TypeScript simp. I still hate JavaScript and frontend even if I understand it... That profile picture has been there since 2012. I don't exit Vim. I restart my machine to exit vim. profile for lambda23 on Stack Exchange, a network of free, community-driven Q&A sites http://stackexchange.com/users/flair/1891487.png

Updated on September 18, 2022

Comments

  • lambda23
    lambda23 over 1 year

    I use terminal and vim extensively, while writing code. I have created a color palette which is based on readability and easy-use with an autocomplete plugin(obtain plugins from Pydiction : Tab-complete your Python code, Auto Pairs : Insert or delete brackets, parens, quotes in pair. ).

    I want to backup these settings so I can reuse them when I have problems with my current installation (12.04, by the way, I plan a clean Ubuntu 12.10 install in October). Are these settings are stored in a config file? Or if they are stored in gconf/dconf, how can I write a shell script to restore it?

  • Admin
    Admin over 11 years
    Thanks! I've never known that gconf was filesystem based, I've thought that it was probably a database file somewhere.
  • devav2
    devav2 over 11 years
    You are welcome :). Yes you are right. GConf is a simple filesystem based database for storing application preference
  • egmont
    egmont over 6 years
    Note that the gnome-terminal bits are obsolete now. See askubuntu.com/questions/967517/backup-gnome-terminal/967535 for updated instructions.