summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2010-06-09 09:15:26 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2010-06-09 09:15:26 -0300
commitf130d846bc52caddbbc35ead7b18772a10ee0141 (patch)
treeea7887d4868234989cad45fc88e0c729dce16a0e
parent1d5f5c293fc28e535d2400cf7740dfd5371c6759 (diff)
downloadtuna-f130d846bc52caddbbc35ead7b18772a10ee0141.tar.gz
cmdline: Alert the user when GUI packages are not installed
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rwxr-xr-xtuna-cmd.py2
1 files changed, 2 insertions, 0 deletions
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: