From 78b2a7773b0beee8bdf6dfa2a56e5375ec800fc4 Mon Sep 17 00:00:00 2001 From: Fabio Erculiani Date: Tue, 3 Apr 2012 15:00:44 +0200 Subject: [PATCH] [Rigo] handle disk full transaction error --- rigo/rigo/controllers/daemon.py | 4 ++++ 1 file changed, 4 insertions(+) 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,