From 67ffe3be78a85ba507b1cb3782dbc0ce0c4d6539 Mon Sep 17 00:00:00 2001 From: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> Date: Fri, 14 Jul 2017 17:35:16 +0200 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20try=20to=20set=20Iceweasel=20as?= =?UTF-8?q?=20browser?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Schneider <thomas@fsmpi.rwth-aachen.de> --- client/tasks/desktop.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/tasks/desktop.yml b/client/tasks/desktop.yml index e2de7cd..b0819f7 100644 --- a/client/tasks/desktop.yml +++ b/client/tasks/desktop.yml @@ -193,7 +193,7 @@ - clean - name: ensure a sane default web browser - alternatives: name=x-www-browser path=/usr/bin/iceweasel + alternatives: name=x-www-browser path=/usr/bin/firefox tags: - config - desktop -- GitLab