diff options
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 |