diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-06-04 13:23:48 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-14 20:46:37 +0100 |
commit | 8fcb01cd856a02d8e457054c47be66a527459b45 (patch) | |
tree | 28e1b135b291d4241a07f2caa21d64b8b801ff56 /meta/recipes-graphics | |
parent | e552b25530040029155bb7c216a2c31b10cc8cd9 (diff) | |
download | poky-8fcb01cd856a02d8e457054c47be66a527459b45.tar.gz |
midori: remove the recipe and replace references to midori with epiphany
(From OE-Core rev: b7e14c77ffb3d994d59ddc076d7e0263f39546c1)
(From OE-Core rev: f1c9a0d486e18dd8b2b1da9525f7b53616572112)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/builder/files/builder_hob_start.sh | 8 |
1 files changed, 4 insertions, 4 deletions
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 | |||
18 | #register folders to open with PCManFM filemanager | 18 | #register folders to open with PCManFM filemanager |
19 | xdg-mime default pcmanfm.desktop inode/directory | 19 | xdg-mime default pcmanfm.desktop inode/directory |
20 | 20 | ||
21 | #register html links and files with Midori | 21 | #register html links and files with epiphany |
22 | xdg-mime default midori.desktop x-scheme-handler/http | 22 | xdg-mime default epiphany.desktop x-scheme-handler/http |
23 | xdg-mime default midori.desktop x-scheme-handler/https | 23 | xdg-mime default epiphany.desktop x-scheme-handler/https |
24 | xdg-mime default midori.desktop text/html | 24 | xdg-mime default epiphany.desktop text/html |
25 | 25 | ||
26 | #register text files with leafpad text editor | 26 | #register text files with leafpad text editor |
27 | xdg-mime default leafpad.desktop text/plain | 27 | xdg-mime default leafpad.desktop text/plain |