diff --git a/rigo/rigo/controllers/daemon.py b/rigo/rigo/controllers/daemon.py index a247ac77d..f14981b01 100644 --- a/rigo/rigo/controllers/daemon.py +++ b/rigo/rigo/controllers/daemon.py @@ -571,6 +571,10 @@ class RigoServiceController(GObject.Object): msg = prepare_markup( _("%s dependencies not removable error")) % ( app.name,) + elif app_outcome == \ + DaemonAppTransactionOutcome.DISK_FULL_ERROR: + msg = prepare_markup( + _("Disk full, cannot download nor unpack Applications")) box = NotificationBox( msg,