Skip to content

Latest commit

 

History

History
53 lines (24 loc) · 1.56 KB

README.md

File metadata and controls

53 lines (24 loc) · 1.56 KB

 

Icons_pycons

A pair of function definitions for saving and restoring the preferred spatial positions of the set of all current desktop icons.

Hopefully useful in case one's cherished handcrafted desktop layout has been accidentally deleted, e.g. by clicking the inexplicable contextual menu option "Organize Desktop by Name", which naturally can't be undone...

The names of icons' corresponding files must have no leading or trailing spaces.

Tested on Ubuntu Mate 20.04, using the Caja file manager and python3. Requires gio and egrep.

Based on a rather more elaborate script provided by RockDoctor.

By moof-moof 2021-01-20.

 

To make a backup of the names and positions of the desktop icons:

  1. Open a terminal in the directory "1-SAVING".

  2. Issue python3 SAVE_desktop_layout.py.

  3. Note terminal output and the newly created pickle (*.p-YYYY-MM-DD) file in the configured backup directory.

 

To later restore all the desktop icons to their saved positions:

  1. Copy desired pickled file w/o date suffix to the configured backup directory.

  2. Open a terminal in the directory "2-RESTORING".

  3. Issue python3 RESTORE_desktop_layout.py.

  4. Note terminal output (which should ideally present none or very few returncode=1 messages).

  5. Update filemanager by clicking the desktop while hitting F5.