START here

Linux Application Settings Export-Import

A brief list of how to export (save) and import your saved application settings for some Linux apps. I use (and test) this on Ubuntu and Mint, can’t guarantee for other (non-Ubuntu-based distros). Intended for my use – but if it helps anyone else, cool.

Table Of Contents (T.O.C.):

  1. First things first
  2. Double Commander settings
  3. Kate text editor


1. First things first

Most of this stuff will require you to edit hidden and protected system files.

The simplest GUI way to do that is to install (my favourite file manager 🙂 ) Double Commander, and run in with privileges from the terminal:

1.
CTRL+ALT+T

2.

sudo doublecmd

3.
Enter your admin password and then press CTRL+. (dot) to see the hidden files in DoubleCommander.

– T.O.C. –


2. Double Commander settings

The settings for Double Commander are at this path:

/home/your_user_name/.config/doublecmd/

You can copy the files from that directory to save your settings.

Then, to restore your settings, overwrite all the existing files on that path with your saved files. In order to be able to see & overwrite those files, follow the instruction from chapter 1.

– T.O.C. –


3. Kate text editor

Kate is my favourite text editor. 🙂 Its sessions are saved at:

/home/your_user_name/.local/share/kate

Config files:

/home/your_user_name/.config

  • katerc – the main configuration file for Kate – general settings for the editor.
  • katesyntaxhighlightingrc – syntax highlighting configurations.
  • katevirc – settings for the Vi input mode.
  • katemetainfos – meta information like bookmarks and the last cursor position in edited files.
  • katepartsrc – configuration file for the KatePart (editing component used not just in Kate, but potentially in other KDE applications).

– T.O.C. –

Leave a Comment


Please use the BikeGremlin.net forum for any comments or questions.

If you've found any errors or lacking information in the article(s) - please let me know by commenting on the BikeGremlin forum.
You can comment anonymously (by registering with any name/nickname), but I think it is good to publicly document all the article additions (and especially corrections) - even if their author chooses to remain anonymous.

Skip to content