GitHunt
MO

moof-moof/Icon-pycon

Script for saving and restoring desktop icons positions in a Gnome type of desktop environment.

 

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.

Languages

Python100.0%

Contributors

The Unlicense
Created January 22, 2021
Updated June 21, 2022
moof-moof/Icon-pycon | GitHunt