From 6f0baa0627a847e5f84c16fc97acf5eee6d0068e Mon Sep 17 00:00:00 2001 From: Vadim Rutkovsky Date: Thu, 24 Apr 2014 23:32:11 +0200 Subject: tests: set evo as default email client --- tests/environment.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests') diff --git a/tests/environment.py b/tests/environment.py index a9098e6904..c9165e0bdd 100644 --- a/tests/environment.py +++ b/tests/environment.py @@ -16,6 +16,9 @@ def before_all(context): """ try: + # Set evolution as default email client + os.system("echo 'x-scheme-handler/mailto=evolution.desktop' >> ~/.local/share/applications/mimeapps.list") + # Close running evo instances os.system("evolution --force-shutdown > /dev/null") -- cgit v1.2.3