From f1c9a0d486e18dd8b2b1da9525f7b53616572112 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 4 Jun 2015 13:23:48 +0300 Subject: midori: remove the recipe and replace references to midori with epiphany (From OE-Core rev: b7e14c77ffb3d994d59ddc076d7e0263f39546c1) Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-graphics/builder/files/builder_hob_start.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'meta/recipes-graphics/builder') diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh index 65a68eec42..b394b0905e 100644 --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh @@ -18,10 +18,10 @@ if [ ! -d /home/builder/.local/share/applications ]; then #register folders to open with PCManFM filemanager xdg-mime default pcmanfm.desktop inode/directory - #register html links and files with Midori - xdg-mime default midori.desktop x-scheme-handler/http - xdg-mime default midori.desktop x-scheme-handler/https - xdg-mime default midori.desktop text/html + #register html links and files with epiphany + xdg-mime default epiphany.desktop x-scheme-handler/http + xdg-mime default epiphany.desktop x-scheme-handler/https + xdg-mime default epiphany.desktop text/html #register text files with leafpad text editor xdg-mime default leafpad.desktop text/plain -- cgit 1.2.3-korg