From f130d846bc52caddbbc35ead7b18772a10ee0141 Mon Sep 17 00:00:00 2001 From: Arnaldo Carvalho de Melo Date: Wed, 9 Jun 2010 09:15:26 -0300 Subject: cmdline: Alert the user when GUI packages are not installed Signed-off-by: Arnaldo Carvalho de Melo --- tuna-cmd.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tuna-cmd.py b/tuna-cmd.py index 5dbed56..cc74e73 100755 --- a/tuna-cmd.py +++ b/tuna-cmd.py @@ -571,6 +571,8 @@ def main(): from tuna import tuna_gui except ImportError: # gui packages not installed + print _('tuna: packages needed for the GUI missing.') + print _(' Make sure xauth, pygtk2-libglade are installed.') usage() return except RuntimeError: -- cgit 1.2.3-korg