From 8f0341f82e025b98bbd5418e74311b6bb91cc149 Mon Sep 17 00:00:00 2001 From: Profpatsch Date: Mon, 28 Feb 2022 13:47:32 +0100 Subject: Profpatsch/xdg-open: don’t add a specific handler for file: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It’s hard-coded as the default case in our script already, this was breaking that functionality. --- pkgs/profpatsch/xdg-open/config.dhall | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/profpatsch/xdg-open/config.dhall b/pkgs/profpatsch/xdg-open/config.dhall index 13e0766d..27667902 100644 --- a/pkgs/profpatsch/xdg-open/config.dhall +++ b/pkgs/profpatsch/xdg-open/config.dhall @@ -190,11 +190,6 @@ in λ(pkgs : { package : Text, binary : Text } → Executable) → , schema-prefix = [ "irc", "ircs" ] , handler = mime.irc } - , { desc = "local file" - , glob = [ "file://*" ] - , schema-prefix = [ "file" ] - , handler = mime.file - } ] in { uriMimeGlobs -- cgit 1.4.1