# Customising webOS OSE

**URL:** https://forum.webosose.org/t/customising-webos-ose/253
**Category:** App Development
**Created:** [March 23, 2018, 5:57pm UTC](https://forum.webosose.org/t/customising-webos-ose/253 "2018-03-23T17:57:27Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![rahulan](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@rahulan](https://forum.webosose.org/u/rahulan)
#### Post date: [March 23, 2018, 5:57pm UTC](https://forum.webosose.org/t/customising-webos-ose/253/1 "2018-03-23T17:57:27Z")

</div>

Hi All,

I built and booted the Rpi3 image successfully. I’m trying to do some customisation on the start page.  
like changing the background image and adding 2 more links to a website.

Where can I find the corresponding files to do these?

Please see the attached image.

[https://drive.google.com/file/d/1hKbUgBq2Exg5j3tTdp49US5KEHoSutIw/view?usp=sharing](https://drive.google.com/file/d/1hKbUgBq2Exg5j3tTdp49US5KEHoSutIw/view?usp=sharing)

Thank you.

---

<div class="post-metadata">

### Author: ![Garredow](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.webosose.org/garredow/32/60_2.png) [@Garredow](https://forum.webosose.org/u/Garredow)
#### Post date: [March 24, 2018, 12:06am UTC](https://forum.webosose.org/t/customising-webos-ose/253/2 "2018-03-24T00:06:01Z")

</div>

Hey!

I’m not sure about that background image, but making your own website wrapper app is easy.

1. Copy one of the example apps ([like this one](https://github.com/webosose/test-apps/tree/master/com.webos.app.test.enact)).
2. Replace the URL in index.html and change the title and id in appinfo.json.
3. Package the folder as an ipk using [ares-package](http://webosose.org/develop/sdk-tools/cli/?wos_flag=ares-package#ares-package).
4. Install the ipk using [ares-install](http://webosose.org/develop/sdk-tools/cli/?wos_flag=ares-install#ares-install).

Edit:

I think that background image comes from /usr/palm/applications/bareapp/img.jpg.

---

<div class="post-metadata">

### Author: ![Changhyeok](https://yyz1.discourse-cdn.com/flex031/user_avatar/forum.webosose.org/changhyeok/32/247_2.png) [@Changhyeok](https://forum.webosose.org/u/Changhyeok)
#### Post date: [March 24, 2018, 1:32am UTC](https://forum.webosose.org/t/customising-webos-ose/253/3 "2018-03-24T01:32:46Z")

</div>

> I think that background image comes from /usr/palm/applications/bareapp/img.jpg.  
> That's correct 🙂

---

<div class="post-metadata">

### Author: ![rahulan](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@rahulan](https://forum.webosose.org/u/rahulan)
#### Post date: [March 26, 2018, 2:47pm UTC](https://forum.webosose.org/t/customising-webos-ose/253/4 "2018-03-26T14:47:55Z")

</div>

Thanks Guys. Changed the BG and deployed the new app. will post more tests later.

---

<div class="post-metadata">

### Author: ![rahulan](https://avatars.discourse-cdn.com/v4/letter/r/9f8e36/32.png) [@rahulan](https://forum.webosose.org/u/rahulan)
#### Post date: [March 27, 2018, 11:25am UTC](https://forum.webosose.org/t/customising-webos-ose/253/5 "2018-03-27T11:25:18Z")

</div>

Update.

[https://drive.google.com/file/d/1DfoVMu1ihDAZ95SmTXWVFxERqU4\_nw1c/view?usp=sharing](https://drive.google.com/file/d/1DfoVMu1ihDAZ95SmTXWVFxERqU4_nw1c/view?usp=sharing)
