Hello, I need to backup gnome-extensions and its configuration files from one computer to another. Is this possible???
# User-istalled extensions
ls ~/.local/share/gnome-shell/extensions
# RPM-istalled extensions
ls /usr/share/gnome-shell/extensions
# Settings
dconf dump /org/gnome/shell/extensions/ > ext.dconf
dconf load /org/gnome/shell/extensions/ < ext.dconf
See also: GNOME Shell extensions :: Fedora Docs
2 Likes
Thanks !!!
1 Like