diff options
Diffstat (limited to 'meta/recipes-graphics')
-rw-r--r-- | meta/recipes-graphics/builder/files/builder_hob_start.sh | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh index bef6878ec2..be3f91108a 100644 --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh | |||
@@ -12,10 +12,16 @@ export GIT_PROXY_COMMAND=/home/builder/poky/scripts/oe-git-proxy | |||
12 | #start pcmanfm in daemon mode to allow asynchronous launch | 12 | #start pcmanfm in daemon mode to allow asynchronous launch |
13 | pcmanfm -d& | 13 | pcmanfm -d& |
14 | 14 | ||
15 | #register folders to open with PCManFM filemanager | 15 | #register handlers for some file types |
16 | if [ ! -d /home/builder/.local/share/applications ]; then | 16 | if [ ! -d /home/builder/.local/share/applications ]; then |
17 | mkdir -p /home/builder/.local/share/applications/ | 17 | mkdir -p /home/builder/.local/share/applications/ |
18 | #register folders to open with PCManFM filemanager | ||
18 | xdg-mime default pcmanfm.desktop inode/directory | 19 | xdg-mime default pcmanfm.desktop inode/directory |
20 | |||
21 | #register html links and files with Midori | ||
22 | xdg-mime default midori.desktop x-scheme-handler/http | ||
23 | xdg-mime default midori.desktop x-scheme-handler/https | ||
24 | xdg-mime default midori.desktop text/html | ||
19 | fi | 25 | fi |
20 | 26 | ||
21 | cd /home/builder/poky | 27 | cd /home/builder/poky |