From 71ee363f91c603e937c47be329b9ee768cd22775 Mon Sep 17 00:00:00 2001 From: theofficialgman <28281419+theofficialgman@users.noreply.github.com> Date: Thu, 15 Aug 2024 14:33:06 -0400 Subject: [PATCH] api: add flatpak out of disk space error to `log_diagnose` --- api | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api b/api index 9e62398448..6f624dea61 100755 --- a/api +++ b/api @@ -2762,7 +2762,7 @@ If this issue keeps happening, see: https://github.com/flatpak/flatpak/issues/34 error_type="system" fi - if grep -q "You don't have enough free space in\|No space left on device" <<<"$errors";then + if grep -q "You don't have enough free space in\|No space left on device\|Not enough disk space to complete this operation" <<<"$errors";then error_caption+=("Your system has insufficient disk space. Please free up some space, then try again.")