Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Don't delete data if HOME is equal to REAL_HOME #25

Commits on Mar 25, 2024

  1. Don't delete data if HOME is equal to REAL_HOME

    Some snaps set $HOME equal to $SNAP_REAL_HOME, which breaks
    the HOME folder because the extensions scripts presumes that
    $HOME points to the snap HOME. This can result in replacing
    some XDG folders with a soft link to themselves, or config
    data being deleted.
    
    This patch tries to fix this.
    
    Fix ubuntu/gnome-sdk#188
    sergio-costas committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    2b439f9 View commit details
    Browse the repository at this point in the history