From 038a64d093bdd4a4e3b85c6c3878388ce4670da0 Mon Sep 17 00:00:00 2001 From: Donald Buczek Date: Tue, 21 May 2019 17:11:57 +0200 Subject: [PATCH] applications-defaults: Set text/html to firefox Instead of opening a new browser window when a user with default settings used `ipython notebook`, a Geany Window with a temporary .html file was opened, because the setting for text/html was not defined. Set text/html application to firefox. --- applications-defaults/defaults.list | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications-defaults/defaults.list b/applications-defaults/defaults.list index 17dc69e..203e772 100644 --- a/applications-defaults/defaults.list +++ b/applications-defaults/defaults.list @@ -3,4 +3,4 @@ application/pdf=evince.desktop application/x-bzpdf=evince.desktop application/x-gzpdf=evince.desktop application/x-xzpdf=evince.desktop - +text/html=firefox.desktop