diff --git a/programs/xdg-utils.json b/programs/xdg-utils.json index ae162c70..914fd5d2 100644 --- a/programs/xdg-utils.json +++ b/programs/xdg-utils.json @@ -3,9 +3,8 @@ "files": [ { "path": "$HOME/.gnome", - "movable": false, - "help": "For some reason the script xdg-desktop-menu hard-codes gnome_user_dir=\"$HOME/.gnome/apps\". This is used by chromium among others. Bug discussion has moved to gitlab and PR with fix exists, however it is not merged yet.\n\n_Relevant Issues:_ https://gitlab.freedesktop.org/xdg/xdg-utils/-/issues/81\n\n_Merge Request:_ https://gitlab.freedesktop.org/xdg/xdg-utils/-/merge_requests/22\n" - + "movable": true, + "help": "This directory is created by old versions of `xdg-utils` and is no longer needed since GNOME 2.10. It can simply be deleted." } ] }