6

I would like to create a custom Ubuntu image based on Natty using Ubuntu Customization Kit. I also want to customize the icons appearing on the Unity Launcher.

I can change the icons on my desktop system with the following command:

gsettings set com.canonical.Unity.Launcher favorites "['firefox.desktop', 'nautilus-home.desktop', 'libreoffice-writer.desktop']"

I tried to run this command from the UCK console while creating the Live CD, but it doesn’t seem to work.

Do you have any ideas how I could solve this?

toros
  • 481

2 Answers2

4

I'm surprised nobody has answered this yet, it is done in a schema so you make an override and re-compile.

echo "[com.canonical.Unity.Launcher]
favorites=['firefox.desktop', 'nautilus-home.desktop', 'libreoffice-writer.desktop']" > /usr/share/glib-2.0/schemas/com.canonical.Unity.gschema.override

glib-compile-schemas /usr/share/glib-2.0/schemas/

You can probably edit the xml and re-compile for the same result but I've not managed to get this to work yet (trial and error is tedious when you're trying to make live cd/usbs).

shhac
  • 41
1

Have you tried either APTonCD or Remastersys?

13east
  • 1,945