On Thu, 13 Aug 2020 at 10:11, David Adam <zanc...@ucc.gu.uwa.edu.au> wrote: > > Futhermore, the variable $fish_completion_path still lists loads of > > flatpak directories, which are not available in Debian, and should > > preferrably be removed. > > Do you mean $fish_complete_path? My guess is that those directories have > almost certainly been set by something you have installed on your system > rather than the fish package. `set --show fish_complete_path` will tell > you if it has been set as a universal variable, in which case you can just > erase/reset it; if not, you might have to go looking through /etc to find > out what is setting it.
flatpak adds itself to XDG_DATA_DIRS via Xsession.d; I think that may be where these paths come from.