From: Cristian Iorga Date: Thu, 26 Sep 2013 07:15:36 +0000 (+0300) Subject: builder: register text files with leafpad X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~35882 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1645a3c1d288a4de38683129ed146198d8093a47;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git builder: register text files with leafpad Log files will open in leafpad under Build Appliance. Part of [YOCTO #4727] fix. Signed-off-by: Cristian Iorga Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-graphics/builder/files/builder_hob_start.sh b/meta/recipes-graphics/builder/files/builder_hob_start.sh index be3f91108ab..42c93ddbc04 100644 --- a/meta/recipes-graphics/builder/files/builder_hob_start.sh +++ b/meta/recipes-graphics/builder/files/builder_hob_start.sh @@ -22,6 +22,9 @@ if [ ! -d /home/builder/.local/share/applications ]; then 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 text files with leafpad text editor + xdg-mime default leafpad.desktop text/plain fi cd /home/builder/poky