@EyeCantCU if you have a few minutes I might need your help
@EyeCantCU if you have a few minutes I might need your help
COPY system_files/desktop/shared system_files/desktop/${BASE_IMAGE_NAME} / seems to have broken/usr/bin/xdg-terminal-execCOPY system_files/desktop/shared system_files/desktop/${BASE_IMAGE_NAME} //usr/bin/xdg-terminal-execrj@bd1:~$ cat /usr/bin/xdg-terminal-exec
#!/usr/bin/env bash
FLATPAK_LIST=$(/usr/bin/flatpak list --app --columns=application)
if grep '^org\.gnome\.Prompt$' <<< $FLATPAK_LIST; then
/usr/bin/flatpak run org.gnome.Prompt -- "$@"
else
/usr/bin/gnome-terminal -- "$@"
fi