diff options
| author | Jussi Kukkonen <jussi.kukkonen@intel.com> | 2016-04-27 14:49:14 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-15 18:05:23 +0100 |
| commit | 79faec0435fdbfbd8d842ea15796a611a3a109fe (patch) | |
| tree | 85deba1f7f7e3ea22d0cbf430aecc3daca174544 /meta/recipes-graphics | |
| parent | 920fc82da8bdf6140cc9c3d7a4094d07df251190 (diff) | |
| download | poky-79faec0435fdbfbd8d842ea15796a611a3a109fe.tar.gz | |
leafpad: Replace with L3afpad
L3afpad is a GTK+3 fork of leafpad.
(From OE-Core rev: b700bf582754b105976ad2de601193c8007842d9)
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-graphics')
| -rw-r--r-- | meta/recipes-graphics/builder/files/builder_session.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-graphics/builder/files/builder_session.sh b/meta/recipes-graphics/builder/files/builder_session.sh index 001a03357d..4e509a701a 100644 --- a/meta/recipes-graphics/builder/files/builder_session.sh +++ b/meta/recipes-graphics/builder/files/builder_session.sh | |||
| @@ -23,8 +23,8 @@ if [ ! -d /home/builder/.local/share/applications ]; then | |||
| 23 | xdg-mime default epiphany.desktop x-scheme-handler/https | 23 | xdg-mime default epiphany.desktop x-scheme-handler/https |
| 24 | xdg-mime default epiphany.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 l3afpad text editor |
| 27 | xdg-mime default leafpad.desktop text/plain | 27 | xdg-mime default l3afpad.desktop text/plain |
| 28 | fi | 28 | fi |
| 29 | 29 | ||
| 30 | cd /home/builder/poky | 30 | cd /home/builder/poky |
