aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-graphics/builder/files/builder_hob_start.sh
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-graphics/builder/files/builder_hob_start.sh')
-rw-r--r--meta/recipes-graphics/builder/files/builder_hob_start.sh8
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
#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