Jack Hill writes: > * gnu/packages/gnome-xyz.scm (gnome-shell-extension-clipboard-indicator): > New variable. Thanks! [...] > + (snippet > + '(begin (delete-file "schemas/gschemas.compiled") > + (for-each delete-file (find-files "locale" "\\.mo$")) > + #t)))) Can you add a comment about why this is necessary? Otherwise LGTM.