HTML files and links will open in a tab in Midori.
[YOCTO #3506]
Signed-off-by: Mihai Prica <mihai.prica@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
#start pcmanfm in daemon mode to allow asynchronous launch
pcmanfm -d&
-#register folders to open with PCManFM filemanager
+#register handlers for some file types
if [ ! -d /home/builder/.local/share/applications ]; then
mkdir -p /home/builder/.local/share/applications/
+ #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
fi
cd /home/builder/poky